Giter Site home page Giter Site logo

Carlos's Projects

c-cuda-dna-text-file-processing icon c-cuda-dna-text-file-processing

This program parses a file containing DNA information, namely a large codon sequence and proceeds to register the occurrences of each codon. After completion, the function then return a list containing an overview of the total presence of codons in the sequence parsed; this information can be used by biologists to perform different kinds of statistical analysis.

c-date-parsing icon c-date-parsing

The following files depict two programs that parse files and obtain a desired amount of dates, both programs make use of Unix pipes and input and output commands.

c-euler-and-pi-generator icon c-euler-and-pi-generator

Simple c program that generates the mathematical numbers pi and e up to a desired number of significant digits using only the sum of the infinite Taylor series as the method of generation.

c-forks-and-child-processes icon c-forks-and-child-processes

The following program is a proof of concept of the functionalities provided by C Forks which allow the creation of child processes.

c-stud-poker-card-game-simulator icon c-stud-poker-card-game-simulator

The following C program simulates a game of stud poker, where hands are dealt to a desired amount of players at random and then each hand is evaluated and ranked according to the stud poker rules.

java-disjoint icon java-disjoint

The following program contains the method"disjoint" this method works with lists of comparable items. The method "disjoint" determines if two given lists have common elements and outputs true or false if they are disjoint or not disjoint respectively.

java-fibonacci-term-in-sequence icon java-fibonacci-term-in-sequence

The following java file contains a method that allows to calculate a desired term in in the fibonacci sequence, in log n time complexity

java-int-matrix-is-present icon java-int-matrix-is-present

The following java file contains a method that allows to determine if a given number is present in an matrix of primitive integer numbers

java-leader-in-int-array icon java-leader-in-int-array

This program contains a method named leader that determines if a number is present more than half of the time in an array of numbers.

java-set-difference-or-relative-complement icon java-set-difference-or-relative-complement

following program contains the method "difference", this method is an algorithm that works with lists of comparable items. The method "difference" computes the set-theoretic difference (which is also known as the relative complement), between the two lists and saves the result into a third list provided through the method signature.

java-singleton-and-reflection icon java-singleton-and-reflection

Simple program that serves as proof of concept of the singleton design pattern and how it can be circled around by using Reflection

nodejs-mysql-web-application icon nodejs-mysql-web-application

Simple web application written in nodes which serves to manage a MySQL database, front end written using Bootstrap , back end server written in Nodejs.

simple-custom-annotation icon simple-custom-annotation

Proof of concept, showing the ease of using Java JPA annotations and Reflection to browse through annotated code, Testing annotated methods using JUnit.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.