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
#!/usr/bin/php | |
<?php | |
/* | |
* DroneMapper.com | |
* Quick EC2 Integration Script | |
* 2012-04-14 | |
* | |
* This script works from the command line and allows you to spin up an AWS EC2 | |
* instance that you have already created via the AWS console. | |
* |
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
<div class="phonewrap landscape"> | |
<div class="bananaphone"> | |
<div class="iframe-wrapper"> | |
<iframe id="mobile-preview-content" class="preview-frame" src='https://trustsphere.mitrustview.com/widget/widget?key=0ea79ty6hzfnjqh4&options={"header":true,"border":true,"widget":"linksWithin"}&query={"remote":"[email protected]"}'> | |
</iframe> | |
</div> | |
</div> | |
</div> | |
<a href="#" class="btn rotate">Rotate Me</a> | |
<a href="#" class="btn stretch">Stretch Me</a> |
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
https://www.youtube.com/watch?v=rr-KwIjinpM | |
(25-57) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Upper / Lower case | |
To convert to upper case: In quick succession, hit Cmd–K then Cmd–U (Mac) or Ctrl–K then Ctrl–U (Windows). | |
To convert to lower case: In quick succession, hit Cmd–K then Cmd–L (Mac) or Ctrl–K then Ctrl–L (Windows). | |
#Remove open lines in text | |
Step 1: press on ctrl+H | |
Step 2: press on RegEX key | |
Step 3: write this in the Find: ^[\s]*?[\n\r]+ | |
Step 4: replace all | |
or - ^\n|^\s+$ |
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
PreCC=dfpr.groupby ('From')['From'].count().sort_values(ascending=False) | |
PreCC |
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
df.to_csv(r'somename.csv') | |
dfc.to_csv(r'edgelistall.csv', index = False) | |
to html | |
!jupyter nbconvert --to html cae-count.ipynb |
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
PS - count lines | |
PS M:\LastCheck> dir -Recurse *.csv | Get-Content | Measure-Object -Line | |
get unique list From | |
PS M:\LastCheck> dir -Recurse *.llc | Get-Content |select-object 'From' | Sort -Descending -Unique |
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
amplify | |
https://docs.amplify.aws/start/q/integration/angular |
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
https://www.youtube.com/watch?v=r8UvWSX3KA8 |
OlderNewer