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
source 'http://rubygems.org' | |
gem 'sinatra' |
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
-OPT silentInstallLicenseAcceptance="true" | |
-OPT disableOSPrereqChecking="true" | |
-OPT disableNonBlockingPrereqChecking="true" | |
-OPT installType="installNew" | |
-OPT profileType="standAlone" | |
-OPT feature="noFeature" | |
-OPT PROF_enableAdminSecurity="true" | |
-OPT PROF_adminUserName=wasadmin |
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
<?xml version="1.0" encoding="UTF-8" ?> | |
<Module> | |
<ModulePrefs title="Derquinse Gist.GitHub Gadget"> | |
<Require feature="dynamic-height" /> | |
</ModulePrefs> | |
<UserPref name="gistId" display_name="Gist #" required="true" /> | |
<Content type="html"> | |
<![CDATA[ | |
<div id="content_div"> |
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
SELECT TABLESPACE_NAME, | |
COUNT( *) FREE_CHUNKS, | |
DECODE( ROUND((MAX(BYTES) / 1024000),2), NULL,0, ROUND((MAX(BYTES) / 1024000),2)) LARGEST_CHUNK, | |
NVL(ROUND(sqrt(MAX(BLOCKS)/SUM(BLOCKS))*(100/sqrt(sqrt(COUNT(BLOCKS)) )),2), 0) FRAG_INDEX | |
FROM SYS.DBA_FREE_SPACE | |
GROUP BY TABLESPACE_NAME | |
ORDER BY 4 DESC, 1; |
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
$ cat ~/.bash_history | cut -f 1 -d\ | sort | uniq -c | sort -r | head | |
3385 git | |
3138 gs | |
2276 cd | |
2093 ll | |
563 gsr | |
497 gd | |
337 for | |
274 exec-git-command.sh | |
265 mvn |
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
1 | |
00:00:00,030 --> 00:00:02,210 | |
welcome to learn Kubernetes from a | |
2 | |
00:00:02,210 --> 00:00:02,220 | |
welcome to learn Kubernetes from a | |
3 |
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
[email protected]:PacktPublishing/100-JavaScript-Algorithm-Challenges.git | |
[email protected]:PacktPublishing/10-Apps-in-10-Weeks-2016-Edition.git | |
[email protected]:PacktPublishing/11-JavaScript-Features-Critical-to-Understand.git | |
[email protected]:PacktPublishing/14681_Part-2-AWS-Certified-Solutions-Architect-and-CD-SO---2018.git | |
[email protected]:PacktPublishing/2018-Python-Regular-Expressions---Real-World-Projects.git | |
[email protected]:PacktPublishing/2019-Ultimate-Guide-to-Raspberry-Pi-Tips-Tricks-and-Hacks.git | |
[email protected]:PacktPublishing/20-Web-Projects-with-Vanilla-JavaScript.git | |
[email protected]:PacktPublishing/2D-Animation-with-CSS-Animations---Complete-course-and-project.git | |
[email protected]:PacktPublishing/2D-Game-Development-With-HTML5-Canvas-JS---Tic-Tac-Toe-Game.git | |
[email protected]:PacktPublishing/2D-Game-Development-with-Javascript-and-CSS3---Create-a-Memory-Game.git |
OlderNewer