An open API service providing repository metadata for many open source software ecosystems.

Topic: "lecture-material"

LaboratorioBasiDiDati-Univaq/LBD_Project_Specifications

Final course project specifications

Language: HTML - Size: 184 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 1

WebEngineering-Univaq/WE_Project_Specifications

Final course project specifications

Language: HTML - Size: 581 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

WebEngineering-Univaq/Java_Example_Servlet_Database

Basic database access procedures in Java servlets

Language: Java - Size: 36.1 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

WebEngineering-Univaq/Java_WebApp_Base_T9

Base project for a Java web application deployed on Tomcat 9

Language: Java - Size: 26.4 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

WebEngineering-Univaq/Java_WebApp_Base_T10

Base project for a Java web application deployed on Tomcat 10

Language: Java - Size: 29.3 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

WebEngineering-Univaq/Java_WebApp_Base_T9_Alt

Base project for a Java web application deployed on Tomcat 9 with Servlet 3 annotations

Language: Java - Size: 18.6 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

WebEngineering-Univaq/Java_Example_Post_Redirect_Get

Safer POST submissions with the P-R-G pattern

Language: Java - Size: 27.3 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

WebEngineering-Univaq/Java_Example_Servlet_Sessions

Basic session management with Java servlets

Language: Java - Size: 29.3 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

WebEngineering-Univaq/Java_Example_Login_Middleware

Login and session management with Java servlets and filters

Language: Java - Size: 40 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

WebEngineering-Univaq/Java_Example_Ajax_Pager_Async

Server and client-side paging with javascript and Java servlets

Language: Java - Size: 42 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

WebEngineering-Univaq/Java_Example_Templates_Fwk

The Freemarker template engine used inside a simple rendering framework

Language: Java - Size: 55.7 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

WebEngineering-Univaq/Java_Example_Servlet_Fwk

The base Java servlet example using the course common utility framework

Language: Java - Size: 31.3 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

WebEngineering-Univaq/Java_Example_Emailfilter

Using filters to mask email addresses in application output

Language: Java - Size: 27.3 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

WebEngineering-Univaq/Java_Example_Templates

Basic examples for the Freemarker template engine used in a servlet

Language: HTML - Size: 43.9 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

WebEngineering-Univaq/Java_Example_Uploader

A simple file repository with Java servlets

Language: Java - Size: 57.6 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

WebEngineering-Univaq/Java_Example_Servlet

Base Java servlet example

Language: Java - Size: 30.3 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

WebEngineering-Univaq/Java_Example_Servlet_Multipart_7

Multipart request decoding with Java servlets

Language: Java - Size: 36.1 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

WebEngineering-Univaq/Java_Example_Imager

Dynamic image generation with Java servlets

Language: Java - Size: 128 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

federico-pepe/workshop-isia

Repository per la lecture e il workshop a ISIA Urbino, marzo 2025

Size: 4.17 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

sergiokapone/ElMagLectures

Конспекти лекцій з "Електрики та магентизму"

Language: TeX - Size: 138 MB - Last synced at: 3 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

notaskynet/HSE-CoSec-Materials

Сайт для лекций

Size: 55.2 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

aheil/seks

Vorlesung Software Engineering komplexer Systeme im Studiengang Software Engineering Bachelor (SEB) und Angewandte Informatik Bachelor (AIB) an der Hochschule Heilbronn.

Size: 13.4 MB - Last synced at: about 6 hours ago - Pushed at: 8 months ago - Stars: 0 - Forks: 1

SviluppoWebAvanzato-Univaq/JAXRS_Examples

JAX-RS Examples and basic usage

Language: Java - Size: 2.21 MB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

SviluppoWebAvanzato-Univaq/JAXRS_Example_Fattura

Example RESTful API "Fattura" (Invoice) developed with JAX-RS (Jersey) on JakartaEE9 and Tomcat 10

Language: Java - Size: 47.9 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

SviluppoWebAvanzato-Univaq/JAXRS_Example_Database

An example of RESTful API connecting to a database

Language: Java - Size: 31.3 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

SviluppoWebAvanzato-Univaq/JAXRS_Base_T9

Template project for RESTful API with JAX-RS (Jersey) on JEE8 and Tomcat 9

Language: Java - Size: 43.9 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

SviluppoWebAvanzato-Univaq/JAXRS_Base_T10

Template project for RESTful API with JAX-RS (Jersey) on JakartaEE9 and Tomcat 10

Language: Java - Size: 55.7 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

SviluppoWebAvanzato-Univaq/Java_Fattura_Client

Example client for the RESTful API "Fattura" (Invoice) developed in Java with Apache Commons HTTP

Language: Java - Size: 21.5 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

being-amara-khan/DB-MATERIAL-

This repository contains slides and all the learning material regarding Databases .

Size: 9.3 MB - Last synced at: 4 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

being-amara-khan/Computer-Networks-Material

This repository contains study material regarding CCNA and Networking .

Size: 248 MB - Last synced at: 4 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

mregaladog/deep-learning-book

MIT Deep Learning Book by Ian Goodfellow, Yoshua Bengio and Aaron Courville. in PDF format (complete)

Size: 14.1 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

ngljcb/laboratorio-di-applicazioni-mobili Fork of csunibo/laboratorio-di-applicazioni-mobili

Una raccolta di risorse per l'insegnamento di Laboratorio di applicazioni mobili (66860) del Corso di Laurea in Informatica.

Size: 123 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 1

Kishan-Kumar-Zalavadia/Fundamentals_of_Database_Systems_Notes

UNT: CSCE 5350: Fundamentals of Database Systems, Spring 2024

Size: 65.1 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

lambdacasserole/password-exposure-exercise

A deliberately vulnerable web application exhibiting a simple password exposure vulnerability.

Language: PHP - Size: 5.38 MB - Last synced at: 2 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

lambdacasserole/html-injection-exercise

A deliberately vulnerable web application exhibiting a HTML injection vulnerability.

Language: CSS - Size: 13.7 MB - Last synced at: 2 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

lambdacasserole/unrestricted-file-upload-exercise

A deliberately vulnerable web application exhibiting an unrestricted file upload vulnerability.

Language: CSS - Size: 797 KB - Last synced at: 2 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

ben300694/word-embeddings

Repository for the seminar "Word Embedding Spaces", Heinrich Heine University Düsseldorf.

Language: HTML - Size: 79.1 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 3

samattwood9/sqli-dotnet-demo

A notebook that demonstrates how SQLi can be performed and prevented using .NET Interactive.

Size: 8.79 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

DiegoRomeo/jigglypuff

Tool to automatically edit audio recordings taken during lectures and lessons.

Language: Python - Size: 130 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

eliseu-salomao/todo-app

A todo-app that'll be supporting material to lecture the fundamentals of React to friends of mine

Language: TypeScript - Size: 69.3 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

SviluppoWebAvanzato-Univaq/Javascript_Fattura_Client

Example client for the RESTful API "Fattura" (Invoice) developed with plain Javascript

Language: JavaScript - Size: 53.7 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

murafba/Cryptography-Lecture

This repository contains the source code that I created from the lesson of cryptography lecture at Sriwijaya University. Moreover, there are also cryptography materials that I learn from various sources.

Language: Java - Size: 32.2 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

SuprimeBG/Introduction-to-programming

Complete crash course into C++ basic programming, examples, everything you need to know for beginner level and tasks. Resourses and knowledge taken from FMI (Faculty of Mathematics and Informatics) Sofia, WWW, ChatGPT.

Language: C++ - Size: 51.8 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

SuprimeBG/Object-oriented_programming

Complete crash course into C++ OOP programming, OOP programming as a whole, detailed explanation, examples, tasks, and everything you need to know. Resourses and knowledge taken from FMI (Faculty of Mathematics and Informatics) Sofia, WWW, ChatGPT

Size: 1.95 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

mmwind/ds-talks

Data science talks supplementary materials

Language: Jupyter Notebook - Size: 4.5 MB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

samattwood9/collab-coding-resources

Further reading and resources on collaborative coding (learning materials).

Size: 6.84 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

samattwood9/cybok-session-coinquiry

Session plans and learning materials for a mapping workshop, designed to help raise cyber-enabled practitioner awareness and adoption of the Cyber Security Body of Knowledge

Size: 4.82 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

qasm-lecture/qasm-lecture.github.io

Website hosting repo of the FH-Muenster lecture "Quality-Assuring Software Engineering Methods" (QASM)

Language: HTML - Size: 71.6 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

qorri-di/Universitas-Cyber-Asia

all lecture materials at Asia Cyber University

Language: HTML - Size: 28.1 MB - Last synced at: 11 days ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

SviluppoWebAvanzato-Univaq/PHP_Example_Fattura

Example RESTful API "Fattura" (Invoice) developed with PHP7 and the Slim Framework

Language: PHP - Size: 21.5 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

cloudy-sfu/SLU-Data-Mining

Data Mining

Language: Jupyter Notebook - Size: 262 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

blackw1ng/crt-kolloq

Cheatsheet for ChemicalReactionEngineering

Language: TeX - Size: 735 KB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

WebEngineering-Univaq/HTML_Examples

Example files to test HTML5 features

Language: HTML - Size: 39.1 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

clecap/vorlesung-informatik-und-wissenschaft

Die öffentlich zugänglichen Unterlagen der Vorlesung Informatik und Wissenschaft

Language: TeX - Size: 2.2 MB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

samattwood9/streamlit-starter-tour

Additional resource for lecture on collaborative coding (07/12/2022).

Language: Python - Size: 8.79 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

samattwood9/frequency_analysis_demo

A streamlit app that can be used as a learning resource when demonstrating frequency analysis.

Language: Python - Size: 3.91 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

dirediredock/PythonWorkshop

Python essentials for absolute beginners, in 8 sessions. Designed for my brother's highschool cohort, my goal for this workshop is to teach computational thinking to a young generation now venturing into an increasingly digital post-pandemic world.

Size: 14.8 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

lambdacasserole/future-of-ml-lecture

Source code for my 2023 guest lecture on the future of machine learning at NHL Stenden Leeuwarden.

Language: Python - Size: 216 KB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Telecooperation/lecture-player-app

Web application for browsing through the lecture recordings of the Telecooperation Lab.

Language: TypeScript - Size: 39.5 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

WebEngineering-Univaq/JS_Example_simpletooltip

Standard, CSS-based and Javascript-based degrading tooltips

Language: JavaScript - Size: 17.6 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

lambdacasserole/text-classification-lecture

Source code for my 2022 text classification guest lecture at NHL Stenden Leeuwarden.

Language: Python - Size: 380 KB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

SviluppoWebAvanzato-Univaq/JQ_Example_jqTabs

JQuery example: accessible tabbed panels

Language: HTML - Size: 47.9 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

SviluppoWebAvanzato-Univaq/JQ_Example_jqImgLoader

JQuery example: dynamic image loader

Language: HTML - Size: 145 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

SviluppoWebAvanzato-Univaq/JQ_Example_jqExpand

JQuery example: accessible expandable panels and accordions

Language: HTML - Size: 47.9 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

SviluppoWebAvanzato-Univaq/JQ_Example_jqGallery

JQuery example: image gallery plugin

Language: HTML - Size: 147 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

WebEngineering-Univaq/JS_Example_simpleswitchededitor

Simple Javascript-powered smart input controls

Language: JavaScript - Size: 22.5 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

WebEngineering-Univaq/JS_Example_simpleordering

Javascript simple table ordering script

Language: JavaScript - Size: 19.5 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

WebEngineering-Univaq/JS_Example_simplepager

Javascript simple table pager

Language: JavaScript - Size: 19.5 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

WebEngineering-Univaq/JS_Example_simplechecker2

Javascript simple form validation library

Language: JavaScript - Size: 16.6 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

igomezv/DLCIMATAGS

Slides and notebooks for the Deep Learning lecture at CIMAT-Ags (spanish)

Language: Jupyter Notebook - Size: 31.8 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

iwasakishuto/TeiLab-BasicLaboratoryWork-in-LifeScienceExperiments

シークエンシング、生化学反応シミュレーション、および遺伝子発現プロファイリング等の生物情報科学的実験を行う。本実習は、生物化学科と合同で実施する。

Language: Jupyter Notebook - Size: 50.2 MB - Last synced at: about 1 year ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

carlomarxdk/algorithmic-fairness-2022

Exercise repository for Algorithmic Fairness, Accountability and Ethics (Spring 2022), IT University of Copenhagen

Language: Jupyter Notebook - Size: 68.9 MB - Last synced at: almost 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

antonarnaudov/python-ninjas-2021-01

This repository contains all the demos form my first Python Mentoring classes working for MindHub!

Language: Python - Size: 29.3 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

antonarnaudov/python-tigers-2021-02

The repo contains demos created for MindHub, during Mentoring classes with my Python group of 'tigers'!

Language: Python - Size: 49.8 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

siyoungoh/cloud101

Cloud 기본 개념 정리

Size: 19.3 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 1

GordoNice/PhysTechAccel

These will be supplementary materials for lectures on the "Physics and Technology of Accelerators" at Dubna State University

Language: HTML - Size: 21.5 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

kosticmarin/rust_book

Rust Book examples and more

Language: Rust - Size: 32.2 KB - Last synced at: 3 months ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

brean/rdl_multi_robot 📦

Language: CMake - Size: 2.03 MB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

vishal-keshav/yet-another-ml-lectures

Lecture notes from my weekly ML sessions.

Language: Python - Size: 11.5 MB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

sofyansetiawan/lecture-promise

Lecture notes for Javascript Promise

Language: JavaScript - Size: 6.84 KB - Last synced at: 4 months ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

theskinnycoder/python_crash_course

Python Crash Course Code for the YouTube Tutorial

Language: Python - Size: 720 KB - Last synced at: 7 months ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

swvanderlaan/lectures

This project contains lecture material of the various courses I'm involved.

Size: 630 MB - Last synced at: about 1 hour ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

lamida/mssd-secure-software-engineering

Lecture notes and relevant materials of SUTD MSSD Secure Software Engineering Course

Size: 28.3 KB - Last synced at: about 21 hours ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 1

lamida/mss-computer-networks

Lecture notes and relevant materials of SUTD MSSD 51.501 Computer Networks Course

Size: 1000 Bytes - Last synced at: about 21 hours ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

lamida/mssd-foundations-cybersecurity

Description Lecture notes and relevant materials of SUTD MSSD 51.505 Foundations of Cybersecurity Course

Size: 4.88 KB - Last synced at: about 21 hours ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

RyanVillenaUCR/GDB-Valgrind-Lecture

Files for use in a GDB/Valgrind lecture. Adapted from materials by Tamar Shinar.

Language: C++ - Size: 2.93 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

kourouklides/BI_400_2019

BI 400: Management Information Systems - Fall 2019

Size: 3.91 KB - Last synced at: 3 months ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

stephenoffer/ray_workshop

Lecture Slides for Ray Workshop

Size: 1.65 MB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

ju-resplande/analytic-geometry

Code class by prof. Ole Peter Smith in 2017

Language: Python - Size: 29.3 KB - Last synced at: over 2 years ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

MarkGrivainis/2019_itp

Course content for the 2019 Introduction to Programming Course

Language: Jupyter Notebook - Size: 1.25 MB - Last synced at: 8 months ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 4

AndrewChupin/SwiftSamples

Samples for students on iOS lecture

Language: Swift - Size: 162 KB - Last synced at: over 2 years ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

ivchenkodima/git

Language: JavaScript - Size: 551 KB - Last synced at: 3 months ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0

pero5ar/FER.PPiJ.EntityFrameworkLecture

"C# and Entity Framework" lecture materials for the Programming Paradigms and Languages course @ FER, University of Zagreb

Language: C# - Size: 715 KB - Last synced at: about 2 years ago - Pushed at: over 8 years ago - Stars: 0 - Forks: 0

Related Topics