Skip to content

Instantly share code, notes, and snippets.

View rajendrapenumalli's full-sized avatar
:octocat:
Comeon we can do anything

Rajendra Prasad Reddy Penumalli rajendrapenumalli

:octocat:
Comeon we can do anything
  • Bangalore
View GitHub Profile
@rajendrapenumalli
rajendrapenumalli / README.md
Created August 31, 2018 04:01 — forked from dnozay/_Jenkins+Script+Console.md
jenkins groovy scripts collection.
@rajendrapenumalli
rajendrapenumalli / README.md
Created August 31, 2018 04:01 — forked from dnozay/_Jenkins+Script+Console.md
jenkins groovy scripts collection.
@rajendrapenumalli
rajendrapenumalli / bash-cheatsheet.sh
Created June 6, 2019 05:48 — forked from LeCoupa/bash-cheatsheet.sh
Bash CheatSheet for UNIX Systems --> UPDATED VERSION --> https://github.com/LeCoupa/awesome-cheatsheets
#!/bin/bash
#####################################################
# Name: Bash CheatSheet for Mac OSX
#
# A little overlook of the Bash basics
#
# Usage:
#
# Author: J. Le Coupanec
# Date: 2014/11/04
@rajendrapenumalli
rajendrapenumalli / nodejs-cheatsheet.js
Created November 7, 2019 18:44 — forked from LeCoupa/nodejs-cheatsheet.js
Complete Node.js CheatSheet --> UPDATED VERSION --> https://github.com/LeCoupa/awesome-cheatsheets
/* *******************************************************************************************
* THE UPDATED VERSION IS AVAILABLE AT
* https://github.com/LeCoupa/awesome-cheatsheets
* ******************************************************************************************* */
// 0. Synopsis.
// http://nodejs.org/api/synopsis.html
@rajendrapenumalli
rajendrapenumalli / build.gradle
Created November 23, 2019 01:22 — forked from akhikhl/build.gradle
Simplest Gretty setup with Spring Boot
buildscript {
ext {
springBootVersion = '1.1.0.RELEASE'
}
repositories {
mavenLocal()
jcenter()
}