- You’re Doing It Wrong: Iteration Planning Gil Zilberfeld
- Requirements in an Agile World Alex Staveley
- Evidence Based Scheduling Joel Spolsky
- Painless Bug Tracking
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off & setlocal & setlocal EnableDelayedExpansion | |
IF [%1] == [] exit /b | |
echo ^>^>^> Scanning Started !! | |
set extentions=*webm *mkv *flv *avi *mov *wmv *mp4 *m4p *m4v *mpg *mpeg *mpeg *3gp | |
echo. | |
echo. | |
echo. | |
echo Name,Size(In Byte),Parent>%USERPROFILE%\Desktop\total.csv |
Spring Boot looks for properties using a specific order:
- Command line arguments
- Java System properties (System.getProperties())
- OS environment variables
- JNDI attributes from java:comp/env
- A RandomValuePropertySource that only has properties in random.*
- Application properties outside of your packaged jar (application.properties including YAML and profile variants)
- Application properties packaged inside your jar (application.properties including YAML and profile variants)
List of awesome libraries gathered by Diego Pacheco
- ElephantDB -> https://github.com/nathanmarz/elephantdb
- aleph -> https://github.com/ztellman/aleph
- typed-clojure -> https://github.com/clojure/core.typed
- overtone -> http://overtone.github.io/
- lamina -> https://github.com/ztellman/lamina
- parsatron -> https://github.com/youngnh/parsatron
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Respect Rollcall --> | |
<li><a href="http://www.alistapart.com/articles/">A List Apart — for website builders</a></li> | |
<li><a href="http://abstrusegoose.com/">Abstruse Goose — my favorite comic</a></li> | |
<li><a href="http://al3x.net/">Alex Payne — technology rambling</a></li> | |
<li><a href="http://dashes.com/anil/">Anil Dash — on culture, apple & design</a></li> | |
<li><a href="http://weblogs.mozillazine.org/asa/">Asa Dotzler — on mozilla & software</a></li> | |
<li><a href="http://www.azarask.in/blog/">Aza Raskin – on design & firefox</a></li> | |
<li><a href="http://christophzillgens.com/en/">Christoph Zillgens — interface design</a></li> | |
<li><a href="http://cssremix.com/">CSS Remix — gorgeous designs</a></li> | |
<li><a href="http://css-tricks.com/">CSS Tricks</a></li> |
- Representational State Transfer
- An architectural style for designing distributed systems
- Not a standard, but rather a set of constraints
- Client/Server, Stateless, Uniform Interface, etc.
- Not tied to HTTP, but associated most commonly with it
- More flexible principals (no hard and fast rules)
- Identification of resources
NewerOlder