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

GitHub topics: icmc

USP-Open-Code/icmc-open-chatbot

Este projeto tem como objetivo desenvolver um chatbot para ajudar alunos a navegarem pelos serviços oferecidos pela universidade. O chatbot utiliza as tecnologias LlamaIndex, Llama3 e RAG (Retrieval-Augmented Generation) para fornecer respostas precisas e contextualizadas, integrando informações institucionais de maneira eficiente.

Language: Python - Size: 190 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 2 - Forks: 0

ezefranca/plano-inclinado-rea

Simulador plano Inclinado desenvolvido para a disciplina de Educação Aberta: Recursos Educacionais Abertos e MOOC's da Especialização em Computação Aplicada à Educação na USP.

Language: JavaScript - Size: 394 KB - Last synced at: 2 months ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

yunlong10/LaunchpadGPT

[ICMC 2023] LaunchpadGPT: Language Model as Music Visualization Designer on Launchpad

Language: Python - Size: 2.31 MB - Last synced at: 19 days ago - Pushed at: over 1 year ago - Stars: 17 - Forks: 3

USP-Open-Code/SME0824

Gestão da Qualidade - ICMC

Language: Jupyter Notebook - Size: 211 KB - Last synced at: 3 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

rbardini/bandex

🍴 O que tem no bandejão hoje?

Language: JavaScript - Size: 202 KB - Last synced at: 3 months ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

rodrigodelai/scc0223-data-structures

Exercícios da disciplina Estruturas de Dados cursada no ICMC-USP.

Language: C - Size: 3.09 MB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

gugarosa/text_augmenter 📦

✒️ RNNs and Transformers text-based augmentation for ICMC/USP mini-course.

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

gugarosa/mh_deep_application 📦

🐝 Nature-Inspired Optimization Applied to Deep Learning for ICMC/USP mini-course.

Language: Python - Size: 4.64 MB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 0

luizfernandorabelo/Graduacao

Notas, trabalhos e exercícios desenvolvidos para algumas das disciplinas do curso de Bacharelado em Ciências de Computação no ICMC USP.

Language: C - Size: 74.4 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

marcelocordeiro/SCC5900

Trabalhos e exercícios para a disciplina "SCC5900 - Projeto de Algoritmos" do mestrado em Ciências da Computação e Matemática Computacional do Instituto de Ciências Matemáticas e de Computação (ICMC) da Universidade de São Paulo (USP)

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

lordantonelli/thesis-model-icmc

Theses and dissertation model of Instituto de Ciências Matemáticas e de Computação (ICMC).

Language: TeX - Size: 12.2 MB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 56 - Forks: 26

jgcmarins/git-semcomp-beta-2018

Git: from commit to merge

Language: Shell - Size: 8.96 MB - Last synced at: about 1 month ago - Pushed at: about 7 years ago - Stars: 15 - Forks: 11

lucasvianav/bowling-score-calculator

This repository contains a program that receives as input the number of pins that were knocked down in each of a bowling player's rounds and outputs the sequence of knocked pins and the player's final score.

Language: Haskell - Size: 59.6 KB - Last synced at: 6 months ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

lucasvianav/functional-programming-project

Repository for the "SSC0960 - Functional Programming" course's final project offered for Computer Science undergraduates at ICMC - USP, by professor Adenilso Simão.

Language: TypeScript - Size: 255 KB - Last synced at: 6 months ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

joaopedromattos/NumericalAnalysis

A repo about SME0300 - Cálculo Numérico, a numerical analysis course taught at the University of São Paulo - ICMC

Language: Jupyter Notebook - Size: 315 KB - Last synced at: over 1 year ago - Pushed at: almost 5 years ago - Stars: 3 - Forks: 1

lucasvianav/sorting-algorithms-exercises 📦

Repository for the "SSC0503 Introduction to Computer Science II" course offered for information systems undergraduates at ICMC - USP, by professor Adenilso Simão.

Language: C - Size: 1.68 MB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

lucasvianav/c-intro-exercises 📦

Repository for the "SCC0222 - Introduction to Computer Science: Laboratory Practice I" course offered for undergraduates at ICMC - USP, by professor Leonardo Tortoro.

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

lucasvianav/SME0300-NumericalAnalysis 📦

This repository contains numerical methods for finding solutions of a nonlinear equation as well as to approximate functions from a dataset of (x, y) points.

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

lucasvianav/data-structure-adts 📦

Repository for the "SCC0223 - Data Structures" course offered for applied mathematics undergraduates at ICMC - USP, by professor Elaine Parros.

Language: C - Size: 27.8 MB - Last synced at: 21 days ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

lucasvianav/c-file-organization-sql

Repository for the "SCC0215 - File Organization" course's project offered for Computer Science undergraduates at ICMC - USP, by professor Cristina Ciferri.

Language: C - Size: 42.5 MB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 0

lucasvianav/graph-search-algorithms

Repository for the "SCC0530 - Artificial Intelligence" course's project offered for Information Systems undergraduates at ICMC - USP, by professor Alneu Lopes.

Language: Python - Size: 2.1 MB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

natan-dot-com/Internet-Relay-Chat

Simple internet relay chat implementation made with learning purposes

Language: C++ - Size: 79.1 KB - Last synced at: 3 months ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

natan-dot-com/TalesOfLiesel

Simple idle game made with educational pourposes on learning thread integration and semaphore comunication.

Language: C++ - Size: 53.1 MB - Last synced at: 3 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

natan-dot-com/Number-Base-Converter

Simple number base converter made in MIPS assembly.

Language: Assembly - Size: 17.6 KB - Last synced at: 3 months ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

ezefranca/tutor-inteligente-resistores

Tutor Inteligente Associação de Resistores. Tutor CTAT desenvolvido para a disciplina de Inteligência Artificial na Educação da Especialização em Computação Aplicada à Educação na USP.

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

jpmoura/transparencia-icmc-usp

Modelo LaTeX que utiliza o pacote beamer para criação de apresentações (slides, transparências, etc.) com identidade visual do ICMC (USP - São Carlos)

Language: TeX - Size: 104 KB - Last synced at: over 2 years ago - Pushed at: almost 8 years ago - Stars: 1 - Forks: 1

JeffersonBC/rea-tsl

Open educational resource (OER) made in Unity. It helps teaching about the assembly instruction 'test and set lock', or TSL. Avaliable online at http://jeffersonbc.github.io/rea-tsl/

Language: C# - Size: 35.8 MB - Last synced at: 3 months ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

kauelopes/petwiki

Base da wiki criada para documentar processos internos do PET

Size: 11.7 KB - Last synced at: over 2 years ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0