Skip to content

Frequently Used Files and Structures Focusted on Web Development

Notifications You must be signed in to change notification settings

jhKISS/hugeHzFiles

Repository files navigation

hugeHzFiles

My collection of frequently used files and structures focusted on web development, Symfony2, Eclipse and Linux

There is no restriction in the data type. The usefullness decides. The snippets presentation is done simple, short and usefull in pseudo code. If necessary, files will be in a linked folder and/or a gist!


##### Pakage Manager List Pre-work with a deployment generator in mind. ``` { date => '2015-05-29', keys { apt, npm, bower, component } } ```
##### Symfony2 Standard Composer Configuration ``` { date => '2015-05-29', subject => 'Symfony2 Standard Composer Configuration', link => 'https://jhKISS.github.io/hugeHzFiles/symfony2StandardComposerConfiguration, type => 'folder' } ```
##### SQL to create a new database and database user Maximum simple ...
```
# 2015-05-29
KEY='';
PASSWORD='';

create database $KEY;
grant all on $KEY.* to "$KEY"@'localhost' identified by "$PASSWORD";
```

##### normalize.css ``` { date => '2015-05-29', type => 'CSS', name => 'normalize.css', link => 'https://jhKISS.github.io/hugeHzFiles/normalize/normalize.css', source => 'https://github.com/necolas/normalize.css.git' } ```
##### compiler.jar ``` { date => '2015-06-01', name => 'compiler.jar', files { 'compiler.jar', 'COPYING', 'README.md' }, source => 'http://dl.google.com/closure-compiler/compiler-latest.zip' } ```
Source: http://dl.google.com/closure-compiler/compiler-latest.zip
Symfony2: %kernel.root_dir%/Resources/java/compiler.jar
app/config/config.yml

yuicompressor
{
  date => '2015-06-01',
  subject => 'yuicompressor-${version}.jar',
  source => 'https://github.com/yui/yuicompressor',
  link => 'https://github.com/jhKISS/hugeHzFiles/tree/master/yuicompressor',
  type => 'folder'
}
Dummy Image Generator
{
  date => '2015-06-01',
  link => 'https://github.com/jhKISS/hugeHzFiles/tree/master/dummyImageGenerator',
  type => 'folder'
}

About

Frequently Used Files and Structures Focusted on Web Development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published