Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ganeshrvel committed Jan 26, 2019
0 parents commit 3fd15e9
Show file tree
Hide file tree
Showing 3 changed files with 114 additions and 0 deletions.
56 changes: 56 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
# Logs
logs
*.log

# Runtime data
pids
*.pid
*.seed

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# node-waf configuration
.lock-wscript

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release
.eslintcache

# Dependency directory
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
node_modules/
app/node_modules

# OSX
.DS_Store

# flow-typed
flow-typed/npm/*
!flow-typed/npm/module_vx.x.x.js

# App packaged
release
app/main.prod.js
app/main.prod.js.map
app/renderer.prod.js
app/renderer.prod.js.map
app/style.css
app/style.css.map
dist
dll
main.js
main.js.map

.idea
npm-debug.log.*
yarn.lock
package-lock.json
todo.txt
*yarn-error.log
22 changes: 22 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
The MIT License (MIT)

Copyright (c) 2010-present Ganesh Rathinavel

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

36 changes: 36 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Tutorial Series by Ganesh Rathinavel

- Author: [Ganesh Rathinavel](https://www.linkedin.com/in/ganeshrvel "Ganesh Rathinavel")
- License: [MIT](https://github.com/ganeshrvel/tutorial-series-ganesh-rathinavel/blob/master/LICENSE "MIT")
- Website URL: [https://github.com/ganeshrvel/tutorial-series-ganesh-rathinavel](https://github.com/ganeshrvel/tutorial-series-ganesh-rathinavel/ "https://github.com/ganeshrvel/tutorial-series-ganesh-rathinavel")
- Repo URL: [https://github.com/ganeshrvel/tutorial-series-ganesh-rathinavel](https://github.com/ganeshrvel/tutorial-series-ganesh-rathinavel/ "https://github.com/ganeshrvel/tutorial-series-ganesh-rathinavel")
- Contacts: ganeshrvel@outlook.com


### Introduction

#### I have invested a lot of my time and energy researching and implementing many common and rare cases of algorithms, logic and code. Most of these implementations aren't available online and I think it wouldn't be fair if I don't share my research outputs with the community.

#### I have tried my best to implement the code by keeping the best practices in my mind for the respective programming domain. Feel free to play around with the codes and contribute to the cause.

### Links
- [Import values from package.json into electron/nodejs application](https://github.com/ganeshrvel/tutorial-electron-nodejs-import-packageinfo "Import values from package.json into electron/nodejs application")
- [Bundle a precompiled binary or native file into an electron app](https://github.com/ganeshrvel/tutorial-electron-bundle-binaries "Bundle a precompiled binary or native file into an electron app")
- [Electron Builder AfterPack configuration](https://github.com/ganeshrvel/tutorial-electron-afterpack-script "Electron Builder AfterPack configuration")

### Buy me a coffee
Help me keep the app FREE and open for all.
Paypal me: [paypal.me/ganeshrvel](https://paypal.me/ganeshrvel "paypal.me/ganeshrvel")

### Contacts
Please feel free to contact me at ganeshrvel@outlook.com

### More repos
- [OpenMTP - Advanced Android File Transfer Application for macOS](https://github.com/ganeshrvel/openmtp "OpenMTP - Advanced Android File Transfer Application for macOS")
- [npm: electron-root-path](https://github.com/ganeshrvel/npm-electron-root-path "Get the root path of an Electron Application")
- [Electron React Redux Advanced Boilerplate](https://github.com/ganeshrvel/electron-react-redux-advanced-boilerplate "Electron React Redux Advanced Boilerplate")

### License
tutorial-series-ganesh-rathinavel is released under [MIT License](https://github.com/ganeshrvel/tutorial-series-ganesh-rathinavel/blob/master/LICENSE "MIT License").

Copyright © 2018 - Present Ganesh Rathinavel

0 comments on commit 3fd15e9

Please sign in to comment.