thinkphp
Vous ne pourrez jamais traverser l'océan si vous n'avez pas le courage de perdre de vue le rivage
Software EngineerPHP
Pinned Repositories
Aho-Corasick
Aho-Corasick Algorithm String Matching
AutoTagger
This plugin MooTools will analyse the text of a form field, run it through the Yahoo Term Extraction Web Service and provides a list of signifiant words or phrases as tags
bellman-ford
Bellman-Ford's Algorithm for Shortest Path Directed Graph. Infoarena
dijkstra
Dijkstra's Algorithm for finding the shortest paths between nodes in a weighted graph.
Fenwick-tree
Binary Indexed Tree or Fenwick Tree Advanced Data Structure
json-rpc-php
Implementation of the JSON-RPC protocol in PHP
plaut
A lightweight micro MVC PHP Framework.
strongly-connected-components
Algorithm for finding the strongly connected components of a directed graph. infoarena
thinkphp's Repositories
thinkphp/computer-science-in-c
Computer Science in C / C++
thinkphp/computer-science-in-python
Computer Science in Python language.
thinkphp/computer-science-in-go
computer science in go
thinkphp/Basic-Graph-Algorithms
An abstract way of representing connectivity using Nodes(also called vertices) and Edges.
thinkphp/computer-science-in-javascript
Computer Science in JavaScript language.
thinkphp/computer-science-in-ruby
Computer Science in Ruby language.
thinkphp/lectures
Jekyll in Action Github Pages Hosted.
thinkphp/thinkphp.github.com
My GitHub page.
thinkphp/2SAT
2-satisfiability. infoarena
thinkphp/autosuggest.js
Autocomplete functionality to input elements.
thinkphp/caesar-cipher
This Rust application reads a text from an input file, applies the Caesar cipher encoding algorithm, and writes the encoded text to an output file. The shift value for the cipher can be customized via command-line arguments.
thinkphp/CGrep
This is a simple command-line utility written in C that searches for a specified pattern within the files of a directory. It works similarly to `grep` but is implemented from scratch using basic file handling and string manipulation in C.
thinkphp/computer-science-in-rust
Computer Science in Rust
thinkphp/computer-science-in-scala
cumputer science in scala language
thinkphp/courseware-haskell
Haskell enthusiast. work
thinkphp/courseware-ruby
Ruby enthusiast.
thinkphp/coursework-kotlin
Kotlin is modern, trending programming language.
thinkphp/coursework-typescript
Let's get started by building a simple application with TypeScript. work
thinkphp/dokimion
A lightweight unit testing framework for C programs.
thinkphp/Grep
A simple command-line utility written in Rust, designed to search for a specific pattern in files within a directory (and its subdirectories). It mimics the functionality of the grep command, offering both case-sensitive and case-insensitive search modes
thinkphp/kadane-algorithm
Largest Sum Contiguous Subarray.
thinkphp/modular-exponentiation-algorithm
base^exp Power in O log n time complexity. infoarena
thinkphp/my-calculator-app
My React Component Calculator App
thinkphp/my-quizapp-react
An interactive quiz application built with React. Users can answer multiple-choice questions and see their final score. <React.StrictMode> <QuizApp /> </React.StrictMode>
thinkphp/my-react-tictactoe-app
my-react-tictactoe-app
thinkphp/my-react-tictactoeAI-app
App React Tic Tac Toe Component based on Artificial Intelligence
thinkphp/my-todo-app
My React Component To Do App
thinkphp/pattern-marker
A C program that adds HTML mark tags around specified patterns in HTML documents. The program searches for a given pattern and wraps it with `<mark></mark>` tags for highlighting purposes.
thinkphp/polynomial-derivatives
A C program that handles polynomial operations including reading coefficients, calculating derivatives, and evaluating polynomials at specific points
thinkphp/workout-react-component
React <Workout /> Component