Awesome List Updates on Aug 31 - Sep 06, 2015
33 awesome lists updated this week.
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor
1. Awesome Slack
🛠️ Libraries and SDKs / Ruby
- slack-ruby-bot (⭐49) - The easiest way to write a Slack bot in Ruby
- slack-ruby-client (⭐17) - A Ruby client for the Slack Web and RealTime Messaging APIs
2. Awesome Json Datasets
Bitcoin
3. Awesome Phalcon
ORM
- phalcon-seeder (⭐9) - Database seeder component for Phalcon
4. Nginx Resources
Hacks
5. Awesome AutoIt
Automation / Browsers
- FireFox Profile Backup 1.0 (by careca) - Backup or restore your firefox profile, the application searches for the profile in home drive, That will be the one to backup.
Automation / Microsoft Office
- Microsoft Office Excel (by water et al.) - This UDF is included in AutoIt. Link to the documentation pages.
- Microsoft Office Word (by water et al.) - This UDF is included in AutoIt. Link to the documentation pages.
Databases and web connections / OpenOffice
- MySQL (by James) - MySQL ODBC Connector.
- AutoIt PHP MySQL (by J2TeaM) - The combination of AutoIt, PHP and MySQL.
Hardware / OpenOffice
- CommAPI (by therealhanuta) - Serial and parallel communication (COM port, RS-232, LPT port) - without installing DLL's (using Windows API calls).
Information gathering / OpenOffice
- WinPcap (by Nicolas Ricquemaque) - A library to access the main functionalities offered by the WinPcap driver.
Tools / OpenOffice
- KODA Form Designer - a standalone application that was developed to help creating forms (GUIs) for AutoIt3 scripting language. It's included in SciTE4AutoIt3.
- ISN AutoIt Studio - a complete IDE for the AutoIt programming language.
- ISN AutoIT form Studio - Graphical Form Designer for AutoIt.
Documents / OpenOffice
Websites / OpenOffice
- Programs - a list of programs created in AutoIt.
- AutoIt Group on Facebook (Vietnamese).
Guides/Tutorials / OpenOffice
- Tutorials - There are many tutorials available for AutoIt. This page is an overview of a few known tutorials.
- Best coding practices - a detailed explanation of what are to be considered the best coding practices within AutoIt. These recommendations are based on accepted coding practices common to a number of other programming languages. You do not need to follow them, but it is recommended that you do.
- Snippets - generally single functions or small pieces of code which can be incorporated into a script to add extra functionality.
Videos / OpenOffice
- AutoIt Tutorials by 403forbidden403.
- AutoIt Tutorials by AutoitFrench.
- AutoIt for Beginner by Lee Sai.
- AutoIt for Beginner by Hai The Luong.
Books / OpenOffice
- AutoIt v3: Your Quick Guide by Andy Flesner (Download PDF).
- Instant AutoIt Scripting by Emilio Aristides de Fez Laso.
- AutoIT Scripting For Beginners by Rajan.
6. Awesome Purescript
Preludes
- purescript-prelude (⭐155) - The standard Prelude.
UI Libraries
- purescript-optic-ui (⭐119) - Write single page web user interfaces declaratively and concisely with the help of lenses and traversals.
Testing
- purescript-quickcheck (⭐98) - An implementation of QuickCheck in PureScript.
- purescript-quickcheck-laws (⭐21) - Law tests for core classes.
- purescript-benchotron (⭐32) - Straightforward benchmarking for PureScript/JavaScript.
7. Awesome Transit
Native Apps (closed source)
- TransLoc Rider - Real-time transit maps for over 100 transit systems.
8. Awesome D3
Charts
- d3pie (⭐372) - A configurable pie chart lib and generator
9. Awesome Ciandcd
Other Awesome Lists
10. Awesome Polymer
Tutorials/Guides
11. Awesome Symfony Education
EventDispatcher
- Decouple your application with (Domain-)Events by Benjamin Eberlei [2013]
Decoupling
- The Framework as an implementation by Marcello Duarte & Konstantin Kudryashov [2013], Github repository (⭐213)
12. Awesome AutoHotkey
Library Distributions / Web
- ASPDM (⭐58) - package/stdlib distribution and management from the ahkscript folks. Trello link.
- pAHKlight (⭐36) - Your Lightweight Guide to AutoHotkey libraries, classes, functions and tools.
13. Amas
Ask these people anything!
- JD Ballard (⭐4) - Idaho native, Chalk collaborator, sunshine burns us. Likes hypotheticals, dislikes bees.
14. Awesome Dart
Tools
- gulp-dart (⭐4) - A gulp plugin for compiling Dart code to JavaScript using dart2js.
15. Awesome Clojure
GUI
16. Awesome Dotnet
Artificial Intelligence
- AIMLBot (Program#) - A small, fast, standards-compliant yet easily customizable implementation of an AIML (Artificial Intelligence Markup Language) based chatter bot in C#.
17. Rbooks
Beginner Books
Learn R in a Day [Amazon]
'Learn R in a Day' provides the reader with key programming skills through an examples-oriented approach and is ideally suited for academics, scientists, mathematicians and engineers. The book assumes no prior knowledge of computer programming and progressively covers all the essential steps needed to become confident and proficient in using R within a day. Topics include how to input, manipulate, format, iterate (loop), query, perform basic statistics on, and plot data, via a step-by-step technique and demonstrations using in-built datasets which the reader is encouraged to replicate on their computer. Each chapter also includes exercises (with solutions) to practice key skills and empower the reader to build on the essentials gained during this introductory course.
R Development
Machine Learning with R [Amazon] [O'Reilly]
"Machine Learning with R" is a practical tutorial that uses hands-on examples to step through real-world application of machine learning. Without shying away from the technical details, we will explore Machine Learning with R using clear and practical examples. Well-suited to machine learning beginners or those with experience. Explore R to find the answer to all of your questions.
Visualization
R Graphics Cookbook [Amazon]
This practical guide provides more than 150 recipes to help you generate high-quality graphs quickly, without having to comb through all the details of R’s graphing systems. Each recipe tackles a specific problem with a solution you can apply to your own project, and includes a discussion of how and why the recipe works.
Most of the recipes use the ggplot2 package, a powerful and flexible way to make graphs in R. If you have a basic understanding of the R language, you’re ready to get started.
Your contributions are always welcome and greately appreciated, just follow the rules (⭐190)!
This work is licensed under a Creative Commons Attribution 4.0 International License.
18. Awesome Flexbox
Newsletter
Guides
19. Tips
Prunes references to remove branches that have been deleted in the remote.
git fetch -p
Alternatives:
git remote prune origin
20. Awesome Ruby
Mobile Development
- dryrun (⭐3.8k) - Try any Android library on your smartphone directly from the command line.
- RubyMotion - A revolutionary toolchain that lets you quickly develop and test full-fledged native iOS and OS X applications for iPhone, iPad, Mac and Android.
21. Awesome Jvm
Bytecode
- asmtools - Used to develop tools for the production of Java .class files.
Memory and concurrency
- Chronicle-Bytes (⭐325) - Low level memory access wrappers.
- fasttuple (⭐137) - Collections that are laid out adjacently in both on- and off-heap memory.
- netty-buffers - Memory buffer pool implementation similar to jemalloc.
- ObjectLayout - A layout-optimized Java data structure package.
Network
- pcap4j (⭐1k) - Java library for capturing, crafting, and sending packets using libpcap.
Nix tools
- jstat - Monitors GC and compiler statistics in the JVM.
- hwloc - Reports the structure of the processor, number of cores, hyperthreads and cache size.
- numactl - Control NUMA policy for processes or shared memory.
- oprofile - System-wide hardware performance monitoring with easy-to-use interface at low overhead.
- perf-tools (⭐8.7k) - Performance analysis tools based on Linux perf_events (aka perf) and ftrace.
Profilers
- JOL - Analyze actual object layout schemes, footprint, and references in JVMs.
22. Awesome Pascal
Graphic
- AsciiImage (⭐35).
[Delphi]
AsciiImage-Implementation for Delphi by Alexander Benikowski based on AsciiImage by Charles Parnot. Read more on his article. // Creates scalable monochrome image from ASCII pixel map
Viewers
- HtmlViewer (⭐341).
[Delphi]
[FPC]
Delphi/Lazarus HtmlViewer/FrameViewer. // Html visualiser supporting majority of tags, inline styles and CSS.
RAD Studio IDE plugins/wizards
- Delphi Package Installer (DelphiPI). Tool which aids you installing components to your Delphi IDE. DelphiPI automatically resolves dependencies between packages, compiles, installs and adds source paths to your IDE.
- ResEd (⭐82). Expert for Delphi 2005, 2006, 2007, 2009, 2010 and XE. This expert is designed for editing the resource files (.res; .resx) that are linked to the active project. It will automatically search for all occurrences of {$R xyz.res} lines and will open/create resourcefiles for them. The expert registers itself in the menubar of Delphi under View.
Other
- WMI Delphi Code Creator (⭐161). Allows you to generate Object Pascal, Oxygene, C++ and C# code to access the WMI (Windows Management Instrumentation) classes, events and methods. Also includes a set of tools to explorer and Query the content of the WMI.
- Delphi Dev. Shell Tools (⭐129). Windows shell extension with useful tasks for Object Pascal Developers (Delphi, Free Pascal).
23. Awesome Git Addons
squash
$ git squash fixed-cursor-styling "Fixed cursor styling"
$ git squash 95b7c52
$ git squash HEAD~3
summary
$ git summary
project : git
repo age : 10 years
active : 11868 days
commits : 40530
files : 2825
authors :
15401 Junio C Hamano 38.0%
1844 Jeff King 4.5%
line-summary
$ git line-summary
project : gulp
lines : 3900
authors :
1040 Contra 26.7%
828 Sindre Sorhus 21.2%
effort
$ git effort
file commits active days
.gitattributes............................... 3 3
.gitignore................................... 265 226
.mailmap..................................... 47 40
authors
$ git authors
Contra <[email protected]>
Eric Schoffstall <[email protected]>
Sindre Sorhus <[email protected]>
changelog
$ git changelog
## 3.9.0
- add babel support
- add transpiler fallback support
- add support for some renamed transpilers (livescript, etc)
- add JSCS
- update dependecies (liftoff, interpret)
- documentation tweaks
## 3.8.11
- fix node 0.12/iojs problems
- add node 0.12 and iojs to travis
- update dependencies (liftoff, v8flags)
- documentation tweaks
commits-since
$ git commits-since yesterday
... changes since yesterday
TJ Holowaychuk - Fixed readme
count
$ git count
total 855
create-branch
$ git create-branch development
Total 3 (delta 0), reused 0 (delta 0)
To https://github.com/tj/git-extras.git
* [new branch] HEAD -> development
Branch development set up to track remote branch development from origin.
Switched to a new branch 'development'
delete-branch
$ git delete-branch integration
Deleted branch integration (was bfb8522).
Deleted remote-tracking branch remote/integration (was bfb8522).
To [email protected]:remote/gulp.git
- [deleted] integration
delete-submodule
$ git delete-submodule lib/foo
delete-tag
$ git delete-tag v0.1.1
Deleted tag 'v0.1.1' (was 9fde751)
To https://github.com/tj/git-extras.git
- [deleted] v0.1.1
delete-merged-branches
$ git delete-merged-branches
Deleted feature/themes (was c029ab3).
Deleted feature/live_preview (was a81b002).
Deleted feature/dashboard (was 923befa).
fresh-branch
$ git fresh-branch docs
Removing .DS_Store
Removing .editorconfig
Removing .gitignore
guilt
$ git guilt `git log --until="3 weeks ago" --format="%H" -n 1` HEAD
Paul Schreiber +++++++++++++++++++++++++++++++++++++++++++++(349)
spacewander +++++++++++++++++++++++++++++++++++++++++++++(113)
Mark Eissler ++++++++++++++++++++++++++
merge-into
$ git merge-into master
Switched to branch 'master'
Your branch is up-to-date with 'origin/master'.
Updating 9fde751..e62edfa
Fast-forward
234 | 0
1 file changed, 0 insertions(+), 0 deletions(-)
create mode 100644 234
Switched to branch 'development'
graft
$ git graft development
Your branch is up-to-date with 'origin/master'.
Merge made by the 'recursive' strategy.
package.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Deleted branch development (was 64b3563).
alias
$ git alias last "cat-file commit HEAD"
$ git alias
last = cat-file commit HEAD
ignore
$ git ignore build "*.o" "*.log"
... added 'build'
... added '*.o'
... added '*.log'
info
$ git info
## Remote URLs:
origin [email protected]:sampleAuthor/git-extras.git (fetch)
origin [email protected]:sampleAuthor/git-extras.git (push)
## Remote Branches:
origin/HEAD -> origin/master
origin/myBranch
## Local Branches:
myBranch
* master
## Most Recent Commit:
commit e3952df2c172c6f3eb533d8d0b1a6c77250769a7
Author: Sample Author <[email protected]>
Added git-info command.
Type 'git log' for more commits, or 'git show <commit id>' for full commit details.
## Configuration (.git/config):
color.diff=auto
color.status=auto
fork
$ git fork LearnBoost/expect.js
release
$ git release 0.1.0
... releasing 0.1.0
On branch development
Your branch is up-to-date with 'origin/development'.
nothing to commit, working directory clean
Total 0 (delta 0), reused 0 (delta 0)
To https://github.com/tj/git-extras.git
9fde751..e62edfa master -> master
Counting objects: 1, done.
Writing objects: 100% (1/1), 166 bytes | 0 bytes/s, done.
Total 1 (delta 0), reused 0 (delta 0)
To https://github.com/tj/git-extras.git
* [new tag] 0.1.0 -> 0.1.0
... complete
contrib
$ git contrib visionmedia
visionmedia (18):
Export STATUS_CODES
Replaced several Array.prototype.slice.call() calls with Array.prototype.unshift.call()
Moved help msg to node-repl
repl
$ git repl
git> ls-files
History.md
Makefile
undo
$ git undo
Unstaged changes after reset:
M package.json
M readme.md
gh-pages
$ git gh-pages
scp
$ git scp staging HEAD
setup
$ git setup
Initialized empty Git repository in /GitHub/test/gulp/.git/
[master (root-commit) 9469797] Initial commit
69 files changed, 3900 insertions(+)
create mode 100644 .editorconfig
create mode 100644 .gitignore
create mode 100644 .jscsrc
touch
$ git touch index.js
obliterate
$ git obliterate secrets.json
Rewrite 2357a4334051a6d1733037406ab7538255030d0b (1/981)rm 'secrets.json'
Rewrite b5f62b2746c23150917d346bd0c50c467f01eb03 (2/981)rm 'secrets.json'
Rewrite 3cd94f3395c2701848f6ff626a0a4f883d8a8433 (3/981)rm 'secrets.json'
feature|refactor|bug|chore
$ git feature dependencies
$ git feature finish dependencies
Already up-to-date.
Deleted branch feature/dependencies (was f0fc4c7).
Deleted remote-tracking branch origin/feature/dependencies (was f0fc4c7).
To [email protected]:stevemao/gulp.git
- [deleted] feature/dependencies
local-commits
$ git local-commits
commit 5f00a3c1bb71876ebdca059fac96b7185dea5467
Merge: 7ad3ef9 841af4e
Author: Blaine Bublitz <[email protected]>
Date: Thu Aug 20 11:35:15 2015 -0700
Merge pull request #1211 from JimiHFord/patch-1
Update guidelines.md
commit 841af4ee7aaf55b505354d0e86d7fb876d745e26
Author: Jimi Ford <[email protected]>
Date: Thu Aug 20 11:55:38 2015 -0400
Update guidelines.md
fixed typo
archive-file
$ git archive-file
Building archive on branch "master"
Saved to "gulp.v3.9.0-36-g47cb6b0.zip" ( 60K)
missing
$ git missing master
< d14b8f0 only on current checked out branch
> 97ef387 only on master
lock
$ git lock config/database.yml
locked
$ git locked
config/database.yml
unlock
$ git unlock config/database.yml
reset-file
$ git reset-file README.md HEAD^
Reset 'README.md' to HEAD^
pr
$ git pr 226
From https://github.com/tj/git-extras
* [new ref] refs/pulls/226/head -> pr/226
Switched to branch 'pr/226'
root
$ git root
/GitHub/git
delta
$ git delta
README.md
merge-repo
$ git merge-repo [email protected]:tj/git-extras.git master .
git fetch [email protected]:tj/git-extras.git master
warning: no common commits
remote: Counting objects: 3507, done.
remote: Compressing objects: 100% (5/5), done.
remote: Total 3507 (delta 1), reused 0 (delta 0), pack-reused 3502
Receiving objects: 100% (3507/3507), 821.12 KiB | 286.00 KiB/s, done.
Resolving deltas: 100% (1986/1986), done.
From github.com:tj/git-extras
* branch master -> FETCH_HEAD
Added dir 'git-merge-repo.E95m0gj'
No local changes to save
psykorebase
$ git psykorebase master
$ git psykorebase --continue
$ git psykorebase master feature
flow init
$ git flow init
Which branch should be used for bringing forth production releases?
- changelog
- master
Branch name for production releases: [master]
Which branch should be used for integration of the "next release"?
- changelog
Branch name for "next release" development: [master]
Production and integration branches should differ.
flow feature
$ git flow feature
$ git flow feature start awesome-feature
$ git flow feature finish awesome-feature
$ git flow feature delete awesome-feature
$ git flow feature publish awesome-feature
$ git flow feature pull remote awesome-feature
flow release
$ git flow release
$ git flow release start awesome-release
$ git flow release finish awesome-release
$ git flow release delete awesome-release
flow hotfix
$ git flow hotfix
$ git flow hotfix start awesome-release
$ git flow hotfix finish awesome-release
$ git flow hotfix delete awesome-release
flow support
$ git flow support
$ git up
Fetching origin
4.0 fast-forwarding...
changelog ahead of upstream
master fast-forwarding...
returning to 4.0
clone
$ git clone schacon/ticgit
> git clone git://github.com/schacon/ticgit.git
$ git clone -p schacon/ticgit
> git clone [email protected]:schacon/ticgit.git
$ git clone resque
> git clone [email protected]/YOUR_USER/resque.git
remote add
$ git remote add rtomayko
> git remote add rtomayko git://github.com/rtomayko/CURRENT_REPO.git
$ git remote add -p rtomayko
> git remote add rtomayko [email protected]:rtomayko/CURRENT_REPO.git
$ git remote add origin
> git remote add origin git://github.com/YOUR_USER/CURRENT_REPO.git
fetch
$ git fetch mislav
> git remote add mislav git://github.com/mislav/REPO.git
> git fetch mislav
$ git fetch mislav,xoebus
> git remote add mislav ...
> git remote add xoebus ...
> git fetch --multiple mislav xoebus
cherry-pick
$ git cherry-pick https://github.com/mislav/REPO/commit/SHA
> git remote add -f --no-tags mislav git://github.com/mislav/REPO.git
> git cherry-pick SHA
$ git cherry-pick mislav@SHA
> git remote add -f --no-tags mislav git://github.com/mislav/CURRENT_REPO.git
> git cherry-pick SHA
$ git cherry-pick mislav@SHA
> git fetch mislav
> git cherry-pick SHA
am
$ git am https://github.com/github/hub/pull/55
[ downloads patch via API ]
> git am /tmp/55.patch
$ git am --ignore-whitespace https://github.com/davidbalbert/hub/commit/fdb9921
[ downloads patch via API ]
> git am --ignore-whitespace /tmp/fdb9921.patch
apply
$ git apply https://gist.github.com/8da7fb575debd88c54cf
[ downloads patch via API ]
> git apply /tmp/gist-8da7fb575debd88c54cf.txt
fork
$ git fork
[ repo forked on GitHub ]
> git remote add -f YOUR_USER [email protected]:YOUR_USER/CURRENT_REPO.git
pull-request
$ git pull-request
[ opens text editor to edit title & body for the request ]
[ opened pull request on GitHub for "YOUR_USER:feature" ]
checkout
$ git checkout https://github.com/github/hub/pull/73
> git remote add -f --no-tags -t feature mislav git://github.com/mislav/hub.git
> git checkout --track -B mislav-feature mislav/feature
merge
$ git merge https://github.com/github/hub/pull/73
> git fetch git://github.com/mislav/hub.git +refs/heads/feature:refs/remotes/mislav/feature
> git merge mislav/feature --no-ff -m 'Merge pull request #73 from mislav/feature...'
create
$ git create
[ repo created on GitHub ]
> git remote add origin [email protected]:YOUR_USER/CURRENT_REPO.git
init
$ git init -g
> git init
> git remote add origin [email protected]:YOUR_USER/REPO.git
push
$ git push origin,staging,qa bert_timeout
> git push origin bert_timeout
> git push staging bert_timeout
> git push qa bert_timeout
browse
$ git browse
> open https://github.com/YOUR_USER/CURRENT_REPO
compare
$ git compare refactor
> open https://github.com/CURRENT_REPO/compare/refactor
submodule
$ git submodule add wycats/bundler vendor/bundler
> git submodule add git://github.com/wycats/bundler.git vendor/bundler
ci-status
$ git ci-status
success
$ git remote add production "[email protected]:/apps/mynewapp"
$ git deploy setup -r "production"
$ git deploy init
$ git push production master
$ git hooks --install
$ git hooks
Git hooks ARE installed in this repository.
Listing User, Project, and Global hooks:
---
/Users/stevemao/.git_hooks:
/GitHub/git-hooks/git_hooks:
commit-msg/signed-off-by - Checks commit message for presence of Signed-off-by line.
pre-commit/bsd - Check for the BSD license.
/GitHub/git-hooks/.githooks:
imerge merge
$ git imerge merge 4.0
Attempting automerge of 1-1...success.
Attempting automerge of 1-6...success.
Attempting automerge of 1-9...success.
Attempting automerge of 1-10...success.
imerge rebase
$ git imerge rebase 4.0
The following commits on the to-be-merged branch are merge commits:
8e4931ae15971a14897cf347ac50b7d7fe125ac4
d7c772142ce663a20210db73d9ad17cc8d59e0d6
856df83c77b33029d2ddfb8eecd08efedeadc027
Issue Sha auto-completion
$ git issue show [Tab]
7dfa5b7 - An issue entered from the editor
e6a95c9 - New issue entered from the command line
$ git lfs track "*.mp3"
Tracking *.mp3
$ git lfs track "*.zip"
Tracking *.zip
$ git lfs track
Listing tracked paths
*.mp3 (.gitattributes)
*.zip (.gitattributes)
$ git lfs untrack "*.zip"
Untracking *.zip
$ git lfs track
Listing tracked paths
*.mp3 (.gitattributes)
$ git now
[master 1bd9ce8] [from now] 2015/08/27 10:39:10
1 file changed, 1 insertion(+), 1 deletion(-)
$ git log
commit 1bd9ce878a76140f7db95afd9cfd4d7befbc7243
Author: Steve Mao <[email protected]>
Date: Thu Aug 27 10:39:10 2015 +1000
[from now] 2015/08/27 10:39:10
diff --git a/package.json b/package.json
index 8768569..540523a 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "gulp",
"description": "The streaming build system",
- "version": "3.9.0",
+ "version": "3.10.0",
"homepage": "http://gulpjs.com",
"repository": "gulpjs/gulp",
"author": "Fractal <[email protected]> (http://wearefractal.com/)",
multi
$ git multi
--------------------------------------------------------------------------------
Executing git status -s
--------------------------------------------------------------------------------
chalk:
M package.json
gulp:
D index.js
relation
$ git relation origin/4.0
HEAD and origin/4.0 DIVERGED, common point is 657213a52d5e9c19b85df6a42f76341a98c08ae8
Commits from 657213a52d5e9c19b85df6a42f76341a98c08ae8 to HEAD:
Error retrieving log 657213a52d5e9c19b85df6a42f76341a98c08ae8..HEAD
old-branches
$ git old-branches -d 10
Branch 4.0 is older than 10 days (139.86)!
recent
$ git recent
3.64 days: master
11.63 days: dev
$ git test -v
4.0 ^origin/4.0 ^origin/master will test 2 commits
iter commit tree result
0000 57af4b0 f5ef0d8 pass (cached)
0001 10ed389 434370f pass
branches
$ git branches
4.0 (published)
development (unpublished)
everything-is-not-awesome (published)
* master (published)
old-master (published)
sync
$ git sync
Pulling commits from the server.
First, rewinding head to replay your work on top of it...
Fast-forwarded 4.0 to origin/4.0.
Pushing commits to the server.
switch
$ git switch master
Saving local changes.
Saved working directory and index state On developement: Legit: stashing before switching branches.
HEAD is now at f0fc4c7 Merge branch 'development'
Switching to master.
Your branch is up-to-date with 'origin/master'.
Restoring local changes.
On branch master
Your branch is up-to-date with 'origin/master'.
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working directory)
modified: package.json
no changes added to commit (use "git add" and/or "git commit -a")
Dropped stash@{0} (86f5dc9066ff9f69c01c77e2f5a55643ad19f8f2)
publish
$ git publish
4.0 (published)
changelog (published)
everything-is-not-awesome (published)
* master (unpublished)
Branch None not found, using current branch master
Publishing master.
Branch master set up to track remote branch master from origin.
License
Filter by author, range, and more
$ git spend sum --author stevemao --author [email protected] --since tags/v1.0.0
1 week 3 hours
To the extent possible under law, Steve Mao has waived all copyright and related or neighboring rights to this work.
24. Awesome Canvas
Resources / Twitter
- @end3r - HTML5 game developer and EnclaveGames indie studio founder
25. Engineering Blogs
Individuals/Group Contributors / F individuals
- Freek Van der Herten https://murze.be/
Individuals/Group Contributors / H individuals
- Huon Wilson http://huonw.github.io/
26. Awesome Elixir
Framework Components
- raygun (⭐19) - Capture bugs and send them to Raygun.
Third Party APIs
- nadia (⭐364) - Telegram Bot API Wrapper written in Elixir.
27. Awesome Emails
Templates / Misc
- Campaign (⭐644) - Compose responsive email templates easily, fill them with models, and send them out.
Resources / Misc
- Mailchimp - Super awesome resources from Mailchimp.
28. Awesome Javascript
Node-Powered CMS Frameworks / Runner
- Hatch.js (⭐72) - CMS platform with social features.
- TaracotJS (⭐18) - fast and minimalist CMS based on Node.js.
29. Awesome Machine Learning
General-Purpose Machine Learning / Data Analysis / Data Visualization
- YCML (⭐116) - A Machine Learning framework for Objective-C and Swift (OS X / iOS).
- PredictionBuilder (⭐111) - A library for machine learning that builds predictions using a linear regression.
30. Awesome Cpp
Frameworks
- Apache C++ Standard Library - STDCXX, A collection of algorithms, containers, iterators, and other fundamental components. [retired] [Apache2]
Debug
- CUTE - C++ Unit Testing Easier. [LGPL3]
- Mockator - Eclipse CDT plug-in for C++ Seams and Mock Objects.
Build Systems
- Sconsolidator - Scons build system integration for Eclipse CDT.
Static Code Analysis
- Linticator - Eclipse CDT integration of Pc-/FlexeLint.
31. Awesome Linux Containers
Containers
- Bocker (⭐11k)
Docker implemented in around 100 lines of bash.
Security / Tools
- Docker bench security (⭐8.4k)
The Docker Bench for Security is a script that checks for dozens of common best-practices around deploying Docker containers in production.
Security / Links
32. Awesome Python
Testing
- Mock
- doublex - Powerful test doubles framework for Python.
- freezegun (⭐4k) - Travel through time by mocking the datetime module.
- httmock (⭐463) - A mocking library for requests for Python 2.6+ and 3.2+.
- httpretty (⭐2.1k) - HTTP request mock tool for Python.
- mock - (Python standard library) A mocking and patching library.
- mocket (⭐277) - A socket mock framework with gevent/asyncio/SSL support.
- responses (⭐4.1k) - A utility library for mocking out the requests Python library.
- VCR.py (⭐2.6k) - Record and replay HTTP interactions on your tests.
- Object Factories
- factory_boy (⭐3.5k) - A test fixtures replacement for Python.
- mixer (⭐934) - Another fixtures replacement. Supports Django, Flask, SQLAlchemy, Peewee and etc.
- model_mommy (⭐903) - Creating random fixtures for testing in Django.
33. Awesome Security
Other Awesome Lists / Other Security Awesome Lists
- Awesome Malware Analysis (⭐11k) - A curated list of awesome malware analysis tools and resources.
- Prev: Sep 07 - Sep 13, 2015
- Next: Aug 24 - Aug 30, 2015