https://github.com/acbrandao/php
PHP Related Projects: Like simple PHP Genetic algorithm, LDAP login , Websockets and more
https://github.com/acbrandao/php
genetic-algorithm ldap php websockets
Last synced: 11 months ago
JSON representation
PHP Related Projects: Like simple PHP Genetic algorithm, LDAP login , Websockets and more
- Host: GitHub
- URL: https://github.com/acbrandao/php
- Owner: acbrandao
- Created: 2018-02-18T18:52:14.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-01-10T15:04:16.000Z (over 2 years ago)
- Last Synced: 2025-04-13T01:07:57.090Z (about 1 year ago)
- Topics: genetic-algorithm, ldap, php, websockets
- Language: JavaScript
- Homepage: http://www.abrandao.com/category/software/
- Size: 976 KB
- Stars: 25
- Watchers: 3
- Forks: 37
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PHP
My assorted list of mostly PHP projects with some assorted short code samples that I feature on my blog. For complete details on this code please click into each sub-folder and check out my blog here: http://www.abrandao.com/category/software/
Like what you see? :thumbsup: **share the love with some git stars :star: **
# Projects and Descriptions
Below is the general descriptions and projects in this GitHub direcotry.
| Project | Description | Language |
| --- |----------- |----- |
| bootgrid | Bootstrap Bootgrid with PHP json server side script is a script that allows you to render server side data quickly and effectively using BootGrid | PHP / Bootstrap |
| ga | PHP Genetic Algorithm code in OOP format | PHP |
| wp_nas_rsync | Shell Script to Sync Wordpress withh offsite nas | bash |
| ws | PHP Websocket Client and SErver demo | PHP |
| phpLDAPWindows | PHP example connect to LDAP server | PHP |
| phpDBLogEvent | PHP example of how to log a CLI event to MySQL or SQLite | PHP |
| simple_cahce | PHP of how to easily cache a dynamic page into static text page | PHP |
| phpContentEdit | Uses HTML5 contentEditable with Ajax and PHP backend to update web pages | PHP |
| mathCaptcha |Simple PHP match cpatcha based input schecked| PHP |
| endpoint.php | Simple http daemon server for /endpoints| PHP |