Showing posts with label open source. Show all posts
Showing posts with label open source. Show all posts

Monday, February 9, 2015

Starred Projects last week



arasatasaygin / is.js
Micro check library


etsy / Hound
Lightning fast code searching made easy


kien / ctrlp.vim
Fuzzy file, buffer, mru, tag, etc finder.


whiteoctober / WhiteOctoberPagerfantaBundle
Bundle to use Pagerfanta with Symfony2.


streamproc / MediaStreamRecorder
Cross-Browser recording of audio/video media streams; targets WebRTC/getUserMedia/WebAudio/etc. Works both on Chrome/Firefox/Opera on desktop & android.


1up-lab / OneupUploaderBundle
This Symfony2 bundle provides a server implementation for handling single and multiple file uploads using either FineUploader, jQuery File Uploader, YUI3 Uploader, Uploadify, FancyUpload, MooUpload, Plupload or Dropzone. Features include chunked uploads, orphanages and Gaufrette support.


pandao / editor.md
Editor.md: A simple online markdown editor.


genemu / GenemuFormBundle
Extra Form : Captcha GD, Tinymce, Recaptcha, JQueryDate, JQueryAutocomplete, JQuerySlider, JQueryFile, JQueryImage

Tuesday, January 27, 2015

Starred github projects last week






azer / boxcars
Easy-to-configure Static Web & Reverse Proxy Server in Go

DavidDurman / joint
JavaScript diagramming library

dseguy / clearPHP
Reference for writing clear PHP code

okulbilisim / todo.py
a To Do CLI application with SQLite backend


codemy / writefully
Writefully gem makes it easy to publish content to your blog / site


mledoze / countries
World countries in JSON, CSV, XML and Yaml. Any help is welcome!


thephpleague / csv
CSV data manipulation made easy in PHP


thephpleague / container
Small but powerful dependency injection container


thephpleague / route

Fast router and dispatcher built on top of FastRoute

thephpleague / flysystem
Abstraction for local and remote filesystems

webfactory / exceptions-bundle
A bundle to ease development of custom, user-friendly Symfony2 error pages.

sensiolabs / SensioGeneratorBundle
Generates Symfony2 bundles, entities, forms, CRUD, and more...

Datawalke / Coordino
Self-hosted Knowledge Software your question & answer system written on top of the CakePHP Framework

mustafaileri / DenetmenBundle
Url testing tool for symfony2 projects.

Friday, September 26, 2014

This Week's Starred Open Source Projects on Github

Here are the open source projects that I interested and found useful and starred.


Stamplay / stamplay-foodme
AngularJS take-out food ordering application.

nickel-org / nickel.rs
An expressjs inspired web framework for Rust  

apidoc / apidoc
RESTful web API Documentation Generator


facebook / watchman
watches files and takes action when they change

structr / structr
Graph Application Platform based on Neo4j

mcrider / rest
A gateway plugin for Open Journal Systems that allows external applications to make HTTP requests for information about a journal, returning JSON-formatted data.

Stamplay / stamplay-tutorials
A set of basic tutorials to understand Stamplay APIs

Stamplay / stamplay-stackoverflow
Building Stack Overflow with AngularJS

Stamplay / stamplay-hackernews
JQuery based Hacker News clone build on top of Stamplay

simov / express-admin-examples
Examples repository for Express Admin

simov / express-admin
MySQL, MariaDB, SQLite, PostgreSQL admin for NodeJS

anvaka / npmgraph.an
Visualization of npm

symfony / DomCrawler
[READ-ONLY] Subtree split of the Symfony DomCrawler Component -- clone into Symfony/Component/ (master at symfony/symfony)

v0lkan / efficient-javascript
Source for the "efficient JavaScript" workshop that I've presented to udemy engineering team on 04/30

CrossRef / rest-api-doc
Documentation for CrossRef's REST API


NikhilKalige / git-log
A Atom package for git commit graphs

royrusso / elasticsearch-HQ
Monitoring and Management Web Application for ElasticSearch instances and clusters.

visionmedia / consolidate.js
Template engine consolidation library for node.js

lmenezes / elasticsearch-kopf
web admin interface for elasticsearch

byroot / derrick
Inspect Redis databases and print statistics about the keys

Cetsoft / imcache
Imcache is a Java Caching Library.

paulasmuth / recommendify
ruby/redis based recommendation engine (collaborative filtering)

timoxley / best-practices
Tidbits of developer best practices from around the web


timoxley / functional-javascript-workshop
A functional javascript workshop. No libraries required (i.e. no underscore), just ES5.

exercism / exercism.io
Crowd-sourced mentorship.

koehlma / pygrooveshark
PyGrooveshark is an implementation of the unofficial Grooveshark API as used by the official clients. It is written in Python and supports searching, stations as well as the popular songs list.

robmorgan / phinx
PHP Database Migrations for Everyone

yob / pdf-reader
The PDF::Reader library implements a PDF parser conforming as much as possible to the PDF specification from Adobe.

CrossRef / pdfextract
A tool and library that can extract various areas of text from a PDF, especially a scholarly article PDF.

CrossRef / pdfmark
Add CrossRef bibliographic metadata (or any XMP) to a PDF


symfony / BrowserKit
[READ-ONLY] Subtree split of the Symfony BrowserKit Component -- clone into Symfony/Component/ (master at symfony/symfony)

fabpot / PHP-CS-Fixer
Analyzes some PHP source code and tries to fix coding standards issues (PSR-1 and PSR-2 compatible)

brianc / node-postgres
Non-blocking PostgreSQL client for node.js. Pure JavaScript and native libpq bindings.

thelia / thelia
Thelia is an open source tool for creating e-business websites and managing online content. Repo containing the new major version (v2)

FriendsOfSymfony / FOSMessageBundle
Provides messenging features for your Symfony2 application.

facebook / mcrouter
Mcrouter is a memcached protocol router for scaling memcached deployments.

tarcieri / reia
Ruby-like hybrid OOP/functional programming language for BEAM, the Erlang VM

basho / webmachine
A REST-based system for building web applications.

discoproject / disco
a Map/Reduce framework for distributed computing

voronianski / melchior.js
Chainable Module Definition (CMD) dependency loader for JavaScript

marmelab / ng-admin
Add an AngularJS admin GUI to any RESTful API

Thursday, September 16, 2010

Two Elephant Problem

Açık kaynaklı bir proje çekirdek kodunda bir kullanıcının arayüz kütüphanesini yenilemek gibi büyük değişiklişkler yapmak istiyorsa, iki fil problemi ile karşılaşılır. İlk fil problemi var olan ve bunun daha önce uygulanmışa olan tanışıklığıdır. Geliştiricinin meydana getirmek istediği ikinci fil problemi ise projeye dahil etmek istenilen değişikliktir. Zor tarafı ise ikinci problemi birinciye uyarlamak ya da olduğu gibi problemli bırakmaktır.

Walker-Morgan'ın yazısında bu probleme karşı yaklaşımlardan da bahsedilmiş. Bir sonraki yazıda bu yaklaşımları irdeleyeceğim.

Orjinal metin :  http://www.h-online.com/open/features/The-Two-Elephant-Problem-822771.html