Last active
December 6, 2024 08:26
-
-
Save UserUnknownFactor/9ea69c6462f29fdeed6c0528e1dff822 to your computer and use it in GitHub Desktop.
Revisions
-
UserUnknownFactor revised this gist
Aug 27, 2024 . 1 changed file with 10 additions and 10 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,17 +1,17 @@ * Get all gists from the *user* UserUnknownFactor: `user:UserUnknownFactor` * Find all gists with a *.yml* extension: `extension:yml` * Find all gists with *HTML* files: `language:html` * Find all gists with a *".bash_profile"* file: `filename:.bash_profile` * Excludes all results containing your search term. : `NOT` * Find gists with greater than *100 stars*. : `stars:>100` * Include *anonymous* gists in your search. : `anon:true` * Search all *forked* gists for results. : `fork:only` * Find gists containing *a file size* larger than 1000kbs. : `size:>1000` * Find all gists *with the word* "fetch" *by* UserUnknownFactor *updated* or *created* recently. : * `fetch user:UserUnknownFactor updated:>2019-01-01` * `fetch user:UserUnknownFactor created:>2019-01-01` All the gists you have forked or starred are available from the gist profile page: https://gist.github.com/UserUnknownFactor/forked https://gist.github.com/UserUnknownFactor/starred -
UserUnknownFactor revised this gist
Aug 27, 2024 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ * Get all gists from the user santisbon: `user:UserUnknownFactor` * Find all gists with a .yml extension: `extension:yml` * Find all gists with HTML files: `language:html` * Find all gists with a ".bash_profile" file: `filename:.bash_profile` @@ -8,8 +8,8 @@ * Search all forked gists for results. : `fork:only` * Find gists containing a file larger than 1000kbs. : `size:>1000` * Find all gists with the word "fetch" by santisbon updated or created recently. : * `fetch user:UserUnknownFactor updated:>2019-01-01` * `fetch user:UserUnknownFactor created:>2019-01-01` All the gists you have forked or starred are available from your gist profile page e.g. https://gist.github.com/UserUnknownFactor/forked -
UserUnknownFactor revised this gist
Aug 27, 2024 . 1 changed file with 15 additions and 36 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,39 +1,18 @@ * Get all gists from the user santisbon: `user:santisbon` * Find all gists with a .yml extension: `extension:yml` * Find all gists with HTML files: `language:html` * Find all gists with a ".bash_profile" file: `filename:.bash_profile` * Excludes all results containing your search term. : `NOT` * Find gists with greater than 100 stars. : `stars:>100` * Include anonymous gists in your search. : `anon:true` * Search all forked gists for results. : `fork:only` * Find gists containing a file larger than 1000kbs. : `size:>1000` * Find all gists with the word "fetch" by santisbon updated or created recently. : * `fetch user:santisbon updated:>2019-01-01` * `fetch user:santisbon created:>2019-01-01` All the gists you have forked or starred are available from your gist profile page e.g. https://gist.github.com/UserUnknownFactor/forked https://gist.github.com/UserUnknownFactor/starred [Full code search](https://help.github.com/articles/searching-code/) | [Searching for repos](https://help.github.com/en/github/searching-for-information-on-github/searching-for-repositories#search-by-when-a-repository-was-created-or-last-updated) -
UserUnknownFactor created this gist
Aug 27, 2024 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,39 @@ Enter this in the search box along with your search terms: Get all gists from the user santisbon. `user:santisbon` Find all gists with a .yml extension. `extension:yml` Find all gists with HTML files. `language:html` Find all gists with a ".bash_profile" file. `filename:.bash_profile` Excludes all results containing your search term. `NOT` Find gists with greater than 100 stars. `stars:>100` Include anonymous gists in your search. `anon:true` Search all forked gists for results. `fork:only` Find gists containing a file larger than 1000kbs. `size:>1000` Find all gists with the word "fetch" by santisbon updated or created recently. `fetch user:santisbon updated:>2019-01-01` `fetch user:santisbon created:>2019-01-01` All the gists you have forked or starred are available from your gist profile page e.g. https://gist.github.com/santisbon/forked https://gist.github.com/santisbon/starred [Full code search](https://help.github.com/articles/searching-code/) [Searching for repos](https://help.github.com/en/github/searching-for-information-on-github/searching-for-repositories#search-by-when-a-repository-was-created-or-last-updated)