pax_global_header00006660000000000000000000000064141661245360014522gustar00rootroot0000000000000052 comment=93832f12c1e7c66252d774c362ba09e8c01b17ce sc-im-0.8.2+ds/000077500000000000000000000000001416612453600131435ustar00rootroot00000000000000sc-im-0.8.2+ds/.gitattributes000066400000000000000000000003021416612453600160310ustar00rootroot00000000000000src/*.y linguist-vendored src/*.sed linguist-vendored src/doc linguist-documentation src/*akefile linguist-vendored *.png linguist-vendored files/* linguist-vendored files/*/* linguist-vendored sc-im-0.8.2+ds/.github/000077500000000000000000000000001416612453600145035ustar00rootroot00000000000000sc-im-0.8.2+ds/.github/FUNDING.yml000066400000000000000000000012571416612453600163250ustar00rootroot00000000000000# These are supported funding model platforms github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] patreon: user?u=51340616 open_collective: # Replace with a single Open Collective username ko_fi: # Replace with a single Ko-fi username tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry liberapay: # Replace with a single Liberapay username issuehunt: # Replace with a single IssueHunt username otechie: # Replace with a single Otechie username custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] sc-im-0.8.2+ds/.gitignore000066400000000000000000000003641416612453600151360ustar00rootroot00000000000000*.o src/y.tab.h src/experres.h src/gram.c src/sc-im src/tags src/scim src/statres.h doc/grammar_yacc_tools/commands.txt doc/grammar_yacc_tools/setitems.txt doc/grammar_yacc_tools/term_list.txt doc/grammar_yacc_tools/yacc-format-stage1 src/html sc-im-0.8.2+ds/BUGS000066400000000000000000000005331416612453600136270ustar00rootroot00000000000000To report bugs please first check the KNOWN_ISSUES file. If you detect a bug, please fill the following items: COMPILER USED AND OPTIONS (although Makefile would be welcome): ACTIONS DONE: SC-IM BEHAVIOUR: EXPECTED BEHAVIOUR: and send them to scim.spreadsheet@gmail.com or create an issue in https://github.com/andmarti1424/sc-im Thanks!! sc-im-0.8.2+ds/CHANGES000066400000000000000000000437201416612453600141440ustar00rootroot00000000000000v0.8.2 Changes ------- + Improved yank and undo alloc'ing. Malloc as much we need from start in a long batch and avoid small mallocs. + Changed the way lua scripts are referenced in formulas. Now they are input as any other string formula, like this: \"@lua("script_name.lua", 1) being 1 if the reference should be added to the depgraph or not, making it evaluated just once or every time the depgraph is evaluated. NOTE that if set to 0 and the cell is referenced by another cell, it will be executed nonetheless. + Added new exec_lua configuration variable. + Rows now can have height higher than one LINE. See fj and fk in normal mode or :formatrow in command mode. + Wrap cell content. new autowrap config value. works when nooverlap and notruncate are set. + Open URL or file specified on cell (PR 401) + Import mkd files + Multiple frozen rows/columns (fr / fc in normal mode) Added mapping_timeout configuration variable with a default value of 1500ms (used to be a fixed value of 800ms). Added mouse support in insert and command mode. The selection of a cell gets copied to inputbar. Added command_timeout configuration variable. handle hidden rows/cols in undo/redo of ir/ic/dr/dc Added backwards search with '?' Restore \\* from old SC. \\{char} fills the cell with n occurrences of {char} to complete its width Store frozen rows and cols when saving file Added :formatcol command (handling its undo as well) Added :formatrow command (handling its undo as well) Added undo of freeze row and col Handle \n in cell input, and with autowrap Handle undoing changes in row height produced by string input Changed input bar from window to pad: permits entering string longer than COLS. @count counts cells with strings as well, and not just with numbers. Handle entering a label after :datefmt for datetime value edition. New dracula / papercolor themes. + Added EvalRange() so that the graph is not evaluated entirely all the time. Replaced 'EvalAll' with 'EvalRange'. Removed unneeded parameters on EvalJustVertex" Added eval_order in EvalRange and rebuild_graph. Added @evaluate / @sevaluate functions Handle @nval dependencies. Handle @mycol/@myrow calls during startup when no EvalJustOneVertex is yet called Added @getent (FR issue #451) + The saving format for :w command would be according to current file format. #493 modified savefile() of file.c to check current file format before saving a file. Keep consistent with other format such as csv and save the file with the same format as current file. Added HELP_HIGHLIGHT definition color for help page. Renamed GRID_PAIR to GRID_EVEN in color.c. UNDO of :fsum is handled by let. calc_offscr_rows/cols rewriten and renamed to calc_mobile_rows/cols Fixes ----- Fix old sc bug - issue #371 Fix when saving sc files of cells that has some string expressions - issue #541 Fix leak in nval. Fix Issue #372. Free lua memory at exit. Fix when saving marks in file after importing xlsx file and saving it in sc format. EXPR and NUMBER colors were overloaded by STRING color #546 Fix markdown export when empty col was added left to data Fix in :showrows command. :fsum added to command mode commands. It was missing. Added :showcols command that was missing. Handled issue #429 handled issue #374 Ignore SIGWINCH outside ncurses. triggers: Avoid segfault when not being able to load module. Issue #325 -- Thanks to all that helped and created PR. Thanks to all who support and use this program. Andrés Martinelli andmarti1424 *********** v0.8.1 Released April 1st 2021 New features ------------ Braille support Added latex export - issue #394 Added mappings for command mode Work on issues #225 and #247: support mapping of ñ and other special chars Basic ODS file import Paste to a range of selected cells - (actually added on v0.8 - issue 438 - PR 445) Added txtdelim | for csv files import - issue 409 Added macros to --version (show version) Support higher versions of lua. Handle ESC key in mappings. related to issue #492. Added freeze to visual mode - issue #459 Changes -------- Recognise SPACE in mappings rather than simple ' ' Visual change: Moved cmd multiplier to the left of mode Changed default headings colors many improvements to the config facility and usage - PR 519 improved sort for 65k rows Fixes ----- Fix issues on CIRCULAR REFERENCES: #473 #201 #475 #321. these were as hard. Fix issue 417 and added a date type in xlsx import. Fix Engformat overlap text y número. Mostraba * (actually fixed on v0.8) Fix column header display - overflow with column width 2 and column with two letters - PR 517 Fix isnumeric test to recognise floats: affects copy/paste - PR 450 Fix issue setting conf variables like nonumeric Fix when showing empty text - 944844505d7cdb7d3d392a5c1d2b3ffde40a1fff Fix issue #227 - this was hard. used to segfault and keep wrong reference after deleting row that is last in range of expr. ex. @avg(B1:B4) and deleting row 4 Fix issue #433: large memory use with multiple linked cells. Fix issue #287 - valueize didnt update depgraph Solved issue #399. 'g' command of NORMAL_MODE changed to 'gt'" Fixed vmaps in get_mappings function. Fixed bug on 'error' in gram.y - comment on issue #482 Fix issue #457: cursor position could add empty rows or columns when exporting csv files Fix issue #288: ^ misbehaving when having fixed rows Fix in mouse clicks Fix possible memory leak in add freeze XLSX: Free memory leak when looking for specified sheet. XLSX: Avoid segfault when using shared formulas. issue #218. *********** v0.8.0 Released March 17th 2021 New features ------------ +New motions in edit mode: df cf F dF cF d0 d$ c0 c$ t T dt dT ct cT ^ g_ d^ dg_ c^ cg_ +Simple mouse support. Can handle selection of single cells and scroll. +Added markdown export. +Add custom colors with RGB definitions. +Add support for italic attribute to be appled to cells. +Added digraphs. +Added EXECUTE command. +Added --export_csv --export_tab --export_txt parameters. +New input_bar_bottom config variable. +New underline_grid config variable. +Added filename in status bar (filename_with_mode config variable). +Added option to truncate cells. +Added xlsx sheet parameter. +New @fact function. Other ----- +modified config and history file locations +renamed winch to sig_winch. +current fg and bg colors are kept if they are not specified in :cellcolor. +OpenBSD support (mostly wordexp() workaround) +Correct lua api function names in doc +always generate backup file when opening file +renamed scim to sc-im in Makefile +Document trigger return value convention Issues fixed ------------ fix bug when deleting an ent that for instance has a @sum()... it used to remove its vertex and THE ENTS LINKED to THEM! fix error messages when using "scim --version" and color definitions are intented to be applied from .scimrc. fix in waiting for valid command to complete after pressing ESC key. fix in parse_str so a word with white space can be stored in dictionary value fix when setting default_paste_from_clipboard_cmd Don't clobber startup message w/ err opening file Allow for lua scripts in local .sc directory #259 Send informational messages to stderr rather than the output when used in non-interactive mode #263 fixed cell_negative color #271 fixed locked cells when saving #261 fixed DEL key in insert mode #272 fix when resizing column #266 "Autobackup - case insensitive QER options when backup exists" fixed segfault when fcopy'ing with no selection while on first column Call write triggers on value clear Use sc_info to report trigger exit code fixed #277 Grow table up to MAXROWS exactly Remove redundant if clause (God only knows where that was). fix in getVertex that prevented rebuild_graph to work properly. fix annoying bug because of not resetting inputline_pos to 0 when confirming a command in COMMAND_MODE fix in let and slet. existing vertexs should not be removed. added "eval_visited" in vertex struct for not to collide with current "visited", since: EvalAll uses EvalBottomUp EvalBottomUp uses EvalJustOneVertex EvalJustOneVertex uses eval eval uses GraphAddEdge GraphAddEdge uses GraphIsReachable GraphIsReachable uses visited and EvalBottomUp also uses uses visited! Also changed markAllVerticesNotVisited and All_vertexs_of_edges_visited functions. Some other issues fixed: #228, #234, #239, #240, #244, #246, #260, #295, #308 .. and many other fixes and improvements! *********** v0.7.0 *Added 'copy to clipboard' feature: now content of a range can be copied to clipboard using the :ccopy command. *Added 'paste from clipboard' feature with :cpaste command. *Added :subtotal *Added autobackup feature *Added :plot command with the following types of chart: line, scatter, bar and pie. *Added :plotedit command *New "version" argument. --version can be passed to scim executable file as argv. This will show Sc-im version number and the different features enabled at compile time. *Change when moving in command mode and insert mode history: if inputline is not empty, up and down keys now recall older commands from history, but taking whose commands that beginning matches the current inputline content. *Changed default options for numeric, newline_action, numeric_decimal, numeric_zero. *Doxygen support *exit_app: only free histories if in ncurses ui. this fix a segfault when quitting. *replaced :i command. Now xlsx, xls, csv, tsv and tab files shall be imported with the :load command. *Ignore case when handing special keys in a map *Handle mappings with double quotes *Handle SIGTSTP and SIGCONT signals. #213 *fix in csv import: little fix when importing csv files that had commas between quotes. sc-im used to ignore those comma during import process. *fix in auto numeric when using insert mode history. *Fix when saving cellcolors. #187 *fix in nmap. #178 *fix in sorting when no range is selected. #180 *fix when displaying help page. #188 *fix in @slen with wide chars. #196 *fix when resizing terminal. #199 *fix calculation when using @pi. #209 *fix when numeric=0 and try to use 0 command. #212 *fix : not initialize colors if working in interactive mode. #220 *fix when :color is intended to be used without having set enough parameters. #219 *fix when editing cells with string expressions. #197 *********** v0.6.0 *Added new freeze feature (including new :freeze and :unfreeze commands). *Scripting support with LUA. Also with triggers and c dynamic linked modules. *Added new :trigger and :untrigger commands. *Insert mode history *Added xlsx file export *Added new :unformat command *Added new ignorecase configuration variable for string searches. *Double quotes can now be entered in SCIM backquoting them. *Change in exponential and unary - priority: Exponentials bind higher than unary -. *Change in how data coming from pipeline or redirection is processed. *let and slet functions now handle undo/redo. so that if you set a content with let or slet over script, you can also undo it. *Group cols and rows when saving hidden columns and rows to file *Added :wq command. *Added SHIFT command in parser. *sk and sh shift commands now saves in undo struct cells that depends on the range shifted. *Keep default background or fg color of terminal *Handle ESC key in EDIT and INSERT modes. Now it goes back to previous mode, instead of always returning to NORMAL MODE. *UI isolation. Added dumb ui example. *undo / redo are now ignored by the dot command. *Fix in :sort command when a range is selected and not specified within the command. *Fix in goto command. Removed unneeded free that made SCIM crash, and another crash when no result was found in search. *Fix in '!' command. Did not work properly when using a white space after the '!'. *Fix when saving cellcolors, locked cells and pad ranges in sc files. Sometimes colors and locked ranges did not get saved (most right column). *Fix in history. Last element typed could get written twice in history. *Fix crash with 'c' command after dc, dr, or shift command affecting cell A0. *Now scim print columns to latest col in COLS, maximizing the grid view. *Fixed crash because of syntax error when entering ". as text value. This also happened in sc. *Fix when entering a number and then a centered text in the same cell. This also happened in sc. Text appeared a column to the right and aligned left. *Fixed setfunc when saving sc file. *Fix in deleterow *Fix in shift functions *Fix a memory leak in undo.c *Fix/mods in undo/redo *Fix in csv import *Cleaned deletecol *Fix in csv import: maxcol was not updated correctly during import. *Fix when saving csv files with :w. before it saved a csv file with sc format. *********** v0.5.0 *new @frow / @fcol functions. *Added :file special command. *:cellcolor command now can take a range as an argument. *Added gg command and HOME, END, PAGEUP and PAGEDOWN keys handling in help screen. *CSV load/import time improvements (noticeable in large files). *Fix error when ordering a range that had empty cells. *Fix in csv import (isnumeric function). *Fix when circular reference occurs: Before it put @ERR in expression. Now it preserves the var that makes the circular reference in the formula, but keeps the "ERROR" label in the ent. ERR errors propagate to other ents. *Changes when an ent referenced by other ents is removed: Before, @ERR was set whereever the reference to a removed ent exists. Now, if an ent is removed because of: 1. a dr dc sh sk command, is_deleted flag is set on those ents. eval return 0 for those cases, and CELLREF is put in e->op. 2. 'x' command, flag is_deleted is not set. eval return 0 for those cases as well. REF and ERR errors propagate to other ENDS. Another change: Now when deleting a cell, if they are referenced by others, vertex is not removed. (is_deleted ents shall always go to freeents to be reused..) *Added check for not to copy duplicate ents in copy_to_undostruct. *Removed split function. *Removed unnecesary lookat in screen.c that made unneeded mallocs. *With "debug" configuration parameter set, now SC-IM quits after SIGINT. *Fix bug that prevented cells with "ERROR" get saved to file and loaded later on. *Fix BackSpace issue with some GNU/Linux distros. *Fix bug that create duplicates in commandline history, if the command recently typed was the latest used as well. *Fix bug that avoid processing $HOME/.scimrc after loading a file via commandline. *Fix bug with 'Pc' and 'c' commands of normal mode, not doing autocalc after paste. *Fix in possible buffer overflow in main.c. *Some fixes in xml files import. *Various fixes to avoid warnings during build. *********** v0.4.0 * Fix memory leak in functions that use seval. ex.: dosval docat. this used to happen also in SC ! * Chain cells with equations into a new graph structure * Change how cell expressions are evaluated * New function to rebuilt graph * Added free() call in GOTO in gram.y * Added free() call in SORT in gram.y * Added rebuild_graph, print_graph, undo and redo to gram.y * Added function to remove elements in dep_graph. (specific vertex and linked edges) * Fix in shift functions * Handle circular reference with new Eval structure * Fix in shift functions. refs in enodes now update correctly * Undo correctly (keeping references) actions that impact in cells on which other cells depends on * New :sum special command * New overlap configuration parameter. If overlap is set to true, the cell content that exceedes column width continues to show in the following column. * Fix a bug that prevented some info messages to be shown during loading * Fix a bug when repaiting a cell that has a wide char size over than one. * Changes in readfile function to fix issue that sometimes appeared when working with scripting, that made null output of interpreter * Changes in sc_info sc_error and sc_debug functions.. * Changed sc_error sc_info and sc_debug functions to MACROS. * Added new "debug" configuration parameter * White background support * Fix when undoing :sums that made no sums.. * :w command now adds '.sc' extension if none is specified * Fix some #include's * Fix :load command * Expand filenames using wordexp * Restored old SC fill function * Fix in seval calls * New :fcopy special command * Added UNDO and LOCK check to fcopy special command. Added fcopy to gram.y * sum special command renamed to fsum * csv import now use isnumeric function * change in '#' command * new @replace string function * Change in lex to handle WORD * Fix in yyerror function * :set command improvement * Added set to gram.y * doc improvement * Fix when opening files with slash *********** v0.3.0 * FIX when importing large CSV files * SC-IM now supports wide chars, enabling the use of different alphabets. The following alphabets are supported: English, Spanish, French, Italian, German, Portuguese, Russian, Ukrainian, Greek, Turkish, Czech, Japanese, Chinese * Modification in padding of cells and how they are saved in files. * UNDO / REDO improvements. Now the following actions are supported: Change in format of a column as a result of the 'f' command Change in format of a column as a result of auto_jus Change format of columns as a result of ic dc *********** v0.2.2 * Added plain text export. * Added padding between cells. * Added 256 color support and "redefine_color" special command. * Added "aa" command in normal mode to act as autojus special command. * Added "gl" for going to last position in normal mode. * Added SC-IM man page. * Added "refresh" special command to refresh UI. * Big fix in how extended ascii are chars shown. * Big changes in functions used for showing cell content. * Fix in autonumeric mode. * Fix bug when typing real long string (issue #32). * Fix when using QUIT command with external scripts. * "cellcolor" command now checks if a locked cell exists prior to change format. * Locked cells are stored after any other command when saving a file. * Saving sc file: cellcolor and lock commands now are stored by rows when saving a sc file. * "Pv" command now do not paste cellcolors. * Translated source code comments to English. * Various fixes when using SC-IM without UI (--nocurses). * Help documentation now can be loaded without making install SC-IM. * MAXROWS now can be defined in Makefile. sc-im-0.8.2+ds/HELP000066400000000000000000000000211416612453600136070ustar00rootroot00000000000000Its all in :help sc-im-0.8.2+ds/KNOWN_ISSUES000066400000000000000000000003541416612453600150570ustar00rootroot00000000000000Problem: It was detected that libxls can produce memory leaks. One example is when you try to read a non xls file, ex. xlsx file. Problem: Extended ascii chars not showing correctly. Compile sc-im against -lncursesw and not -lncurses. sc-im-0.8.2+ds/LICENSE000066400000000000000000000032501416612453600141500ustar00rootroot00000000000000Copyright (c) 2013-2021, Andrés Martinelli All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. All advertising materials mentioning features or use of this software must display the following acknowledgement: This product includes software developed by Andrés Martinelli . 4. Neither the name of the Andrés Martinelli nor the names of other contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY ANDRES MARTINELLI ''AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL ANDRES MARTINELLI BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. sc-im-0.8.2+ds/Readme.md000066400000000000000000000132071416612453600146650ustar00rootroot00000000000000# sc-im Spreadsheet Calculator Improvised, aka sc-im, is an ncurses based, vim-like spreadsheet calculator. sc-im is based on [sc](https://en.wikipedia.org/wiki/Sc_(spreadsheet_calculator)), whose original authors are James Gosling and Mark Weiser, and mods were later added by Chuck Martin. ## Some of the features of sc-im - Vim movements commands for editing cell content. - UNDO / REDO. - 65.536 rows and 702 columns supported. (The number of rows can be expanded to 1.048.576 if wished). - CSV / TAB delimited / XLSX file import and export. ODS import. Markdown export. - Key-mappings. - Autobackup. - Direct color support - specifing the RGB values, screen colors can be customized by user, even at runtime. - Colorize cells or give them format such as bold, italic or underline. - Wide character support. The following alphabets are supported: English, Spanish, French, Italian, German, Portuguese, Russian, Ukrainian, Greek, Turkish, Czech, Japanese, Chinese. - Sort of rows. - Filter of rows. - Subtotals. - Cell shifting. - Clipboard support. - GNUPlot interaction. - Scripting support with LUA. Also with triggers and c dynamic linked modules. - Implement external functions in the language you prefer and use them in SC-IM. - Use SC-IM as a non-interactive calculator, reading its input from an external script. ## Quick start | Key | Purpose | |------------------|-----------------------------------------| | = | Insert a numeric value | | \ | Insert a text value | | e | Edit a numeric value | | E | Edit a string value | | x | Delete current cell content | | :q | Quit the app | | :h | See help | | :w filename.sc | Save current spreadsheet in sc format | | j | Move down | | k | Move up | | h | Move left | | l | Move right | | gtab12 | go to cell AB12 | | u | undo last change | | C-r | redo last change undone | | yy | Copy current cell | | v | select a range using cursor/hjkl keys | | p | paste a previously yanked cell or range | | ir | insert row | | ic | insert column | | dr | delete row | | dc | delete column | ## Screenshots ![demo image](screenshots/scim6.png?raw=true) ![demo image](screenshots/scim-plot-graph.gif?raw=true) ![demo image](screenshots/scim5.png?raw=true) ![demo image](screenshots/scim4.png?raw=true) ![demo image](screenshots/scimp2.png?raw=true) ![demo image](screenshots/scimp3.png?raw=true) ## Installation ### Dependencies * Requirements: - `ncurses` (best if compiled with wide chars support) - `bison` or `yacc` - `gcc` - `make` - `pkg-config` and `which` (for make to do its job) * Optionals: - `tmux` / `xclip` / `pbpaste` (for clipboard copy/paste) - `gnuplot` (for plots) - `libxlsxreader` (for xls support) - `xlsxwriter` (for xlsx export support) - `libxml-2.0` and `libzip` (for xlsx/ods import support) - `lua` (for Lua scripting) - threads support (in case you want to test this in Minix, just disable autobackup and HAVE_PTHREAD) ### Manual * Edit [`src/Makefile`](src/Makefile) according to your system and needs: ``` vim src/Makefile ``` * Run `make`: ``` make -C src ``` * Optional: You can install the binary `sc-im` in your system by typing with a privileged user: ``` make -C src install ``` ### Building on OS X You can follow the instructions as above, but if you would like Lua scripting support, you will need to install Lua 5.1, which you can do with, ``` brew install lua@5.1 ``` And then follow the instructions as above. ### Homebrew for OSX users ``` brew tap nickolasburr/pfa brew install sc-im ``` ### Ubuntu with XLSX import & export See [this wiki page](https://github.com/andmarti1424/sc-im/wiki/Ubuntu-with-XLSX-import-&-export). ### Configuration The `scimrc` file can be used to configure `sc-im`. The file should be placed in the `~/.config/sc-im` directory. Here is an example `~/.config/sc-im/scimrc` : set autocalc set numeric set numeric_decimal=0 set overlap set xlsx_readformulas Other configuration variables are listed in the [help file](https://raw.githubusercontent.com/andmarti1424/sc-im/freeze/src/doc). ### Helping us Want to help? You can help us with one or more of the following: * giving sc-im a star on GitHub * taking screenshots / creating screencasts showing sc-im * making a donation (see below). * telling if you use it / like it. I really don't have a clue if this app is used by someone. ### Donations If you like sc-im please support its development by making a DONATION with PayPal. It would really help a lot. 2 kids, 2 cats, 1 wife and only one salary.. If you wish to make a donation, please click the above button or just send money to scim.spreadsheet@gmail.com via PayPal, choosing "Goods and Services". Paypal is preferred over Patreon. Thanks! sc-im-0.8.2+ds/USER_REQUESTS000066400000000000000000000001351416612453600151760ustar00rootroot00000000000000See the issues labeled as "feature request" in: https://github.com/andmarti1424/sc-im/issues sc-im-0.8.2+ds/WIKI000066400000000000000000000001161416612453600136270ustar00rootroot00000000000000Check the different WIKI pages at: https://github.com/andmarti1424/sc-im/wiki sc-im-0.8.2+ds/examples/000077500000000000000000000000001416612453600147615ustar00rootroot00000000000000sc-im-0.8.2+ds/examples/Module/000077500000000000000000000000001416612453600162065ustar00rootroot00000000000000sc-im-0.8.2+ds/examples/Module/module.c000066400000000000000000000014101416612453600176330ustar00rootroot00000000000000/* R.Pollak Trigger example in C to compile gcc -shared -fPIC -o module.so -g -Wall module.c on the trigger the ent structure is passed and whether the trigger was on Write or on Read. Write trigger, when it was written to selected cells, or Read from selected cells. Trigger functions return non-zero return value on error. */ #include #include "sc.h" #include "macros.h" #include "utils/dictionary.h" #include "utils/string.h" #include "range.h" #include "color.h" #include "undo.h" #include "conf.h" #include "cmds.h" #include "trigger.h" extern char * query(char * ); int do_c_call(struct ent *p , int rw) { FILE *fd = fopen("/tmp/modul.txt","a+"); fprintf(fd,"%d %d %g %d\n",p->col,p->row,p->v,rw); fclose(fd); return(0); } sc-im-0.8.2+ds/examples/Module/module2.c000066400000000000000000000042311416612453600177210ustar00rootroot00000000000000/* Trigger example2 in C (Directly calling sc-im code from trigger) to compile gcc -I -shared -fPIC -o module2.so -g -Wall module2.c Copy the resulting module2.so somewhere on the search path, into $HOME/.scim/module or /usr/local/share/scim/module. Open sc-im and activate the trigger with the command :trigger a0:a10 "mode=W type=C file=module2.so function=trig_invert" Once the trigger has been activated modifying any cell in the specified range (a0:a10), will invoke the trigger function defined below. This example trigger function retrieves the new value of the cell and writes a corresponding value to the adjecent cell. If you enter a number into the cell, the value written to the adjecent cell will be its negative, and if you enter a string the value will be the reverse of that string. */ #include #include "sc.h" #include "xmalloc.h" #include "trigger.h" // These functions are part of sc-im itself, and are only visible to the // dynamic linker if sc-im has been compiled with "-Wl,--export-dynamic" extern void label(register struct ent * v, register char * s, int flushdir); extern struct ent *lookat(int row, int col); static char* strrev(char* s) { int i; char *res; int slen = strlen(s); res = scxmalloc(slen+1); if(!res) return NULL; res[slen]=0; for (i=0;irow, p->col+1))) { // if the cell has a label, write its reverse to the target cell if (p->flags & is_label){ if (p->label && !(s=strrev(p->label))) return(2); label(p2,s,0); if(s) scxfree(s); } // if the cell has a value, write its negative to the target cell p2->flags &= ~is_valid; p2->flags |= is_changed | iscleared; if (p->flags & is_valid){ p2->v=-p->v; p2->flags |= is_changed | is_valid; p2->flags &= ~iscleared; p2->cellerror = CELLOK; } } return(0); } sc-im-0.8.2+ds/examples/csv/000077500000000000000000000000001416612453600155545ustar00rootroot00000000000000sc-im-0.8.2+ds/examples/csv/2010_dos.csv000077500000000000000000000015421416612453600175250ustar00rootroot00000000000000TARJETA,DETALLE,FECHA ORIGINAL,IMPORTE ORIGINAL VISA,BALUT,12/01/2012,154 VISA,MOVISTAR,24/02/2012, VISA,FARMACIA REGALO EVEN,20/03/2012,178.5 MASTER,FRAVEGA CAMARA,20/08/2010, MASTER,MONTAGNE MOCHILA,06/12/2011,391.5 MASTER,MERCADO PAGO BX2,30/11/2011,2273.7 VISA,VESTIDO EVEN ANA ACOSTA,30/04/2012,260 VISA,AES,13/05/2012,23 VISA,PARTS CONNEXION,14/05/2012,432 VISA,MARK TWAIN - chaleco gordo,15/06/2012,149 VISA,CELU EVEN - Frávega,18/06/2012,899 VISA,CENA ABASTO,23/06/2012,87 VISA,ZAPATOS NEGROS MOCASINES - DAZ,05/07/2012,450 VISA,FarmaCity Centro,06/07/2012,70.2 VISA,FarmaCity Centro,14/07/2012,105 VISA,Cafetera SAECO en Garbarino,21/07/2012,1099 MASTER,McOwens,24/07/2012,159 VISA,EXTRAVIO TARJETA,01/12/2012,24 MASTER,MiniCuotas Riveiro,26/07/2012,259 MASTER,RINONERA,28/07/2012,90 MASTER,CENA SERRANO / MERIDIANO 58,27/07/2012,220 sc-im-0.8.2+ds/examples/csv/2010_unix.csv000077500000000000000000000015141416612453600177220ustar00rootroot00000000000000TARJETA,DETALLE,FECHA ORIGINAL,IMPORTE ORIGINAL VISA,BALUT,12/01/2012,154 VISA,MOVISTAR,24/02/2012, VISA,FARMACIA REGALO EVEN,20/03/2012,178.5 MASTER,FRAVEGA CAMARA,20/08/2010, MASTER,MONTAGNE MOCHILA,06/12/2011,391.5 MASTER,MERCADO PAGO BX2,30/11/2011,2273.7 VISA,VESTIDO EVEN ANA ACOSTA,30/04/2012,260 VISA,AES,13/05/2012,23 VISA,PARTS CONNEXION,14/05/2012,432 VISA,MARK TWAIN - chaleco gordo,15/06/2012,149 VISA,CELU EVEN - Frávega,18/06/2012,899 VISA,CENA ABASTO,23/06/2012,87 VISA,ZAPATOS NEGROS MOCASINES - DAZ,05/07/2012,450 VISA,FarmaCity Centro,06/07/2012,70.2 VISA,FarmaCity Centro,14/07/2012,105 VISA,Cafetera SAECO en Garbarino,21/07/2012,1099 MASTER,McOwens,24/07/2012,159 VISA,EXTRAVIO TARJETA,01/12/2012,24 MASTER,MiniCuotas Riveiro,26/07/2012,259 MASTER,RINONERA,28/07/2012,90 MASTER,CENA SERRANO / MERIDIANO 58,27/07/2012,220 sc-im-0.8.2+ds/examples/csv/65500.csv000066400000000000000000134321521416612453600167630ustar00rootroot00000000000000Date,Category,Title,Notes,Notes 2,Links,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, ,Linux,xbindkeys,,,,,,,,,,, ,Linux,xcape,,,,,,,,,,, ,Linux,xchainkeys,,,,,,,,,,, ,Linux,xdo,,,,,,,,,,, ,Linux,xfce4-screenshooter (selection area imgu''),GUI,,,,,,,,,, ,Linux,xinput,,,,,,,,,,, ,Linux,xmodmap,,,,,,,,,,, ,Linux,xsendkey,,,,,,,,,,, ,Linux,xsetwacom ,,,,,,,,,,, ,Linux,xvkbd,,,,,,,,,,, ,MAME,Baseball Stars 2,,,,,,,,,,, ,Movie,A Christmas Story 1983,,,,,,,,,,, ,Movie,Doctor Strange 2016,,,,,,,,,,, ,Movie,Eternal Sunshine of the Spotless Mind (2004),,,,,,,,,,, ,Movie,Frozen,,,,,,,,,,, ,Movie,Harry Potter,,,,,,,,,,, ,Movie,Jaws (1975),,,,,,,,,,, ,Movie,Moana 2016,,,,,,,,,,, ,Movie,Mud 2012,,,,,,,,,,, ,Movie,Pete's Dragon 2016,,,,,,,,,,, ,Movie,Pump Up The Volume 1990,,,,,,,,,,, ,Movie,Snakes on a Plane (2006),,,,,,,,,,, ,Movie,Snowden 2016,,,,,,,,,,, ,Movie,Swiss Army Man (2016),,,,,,,,,,, ,Movie,The Legend of Tarzan 2016,,,,,,,,,,, ,Movie,Trainwreck (2015),,,,,,,,,,, ,Movie,True Romance (1993),,,,,,,,,,, ,Movie,War Dogs 2016,,,,,,,,,,, ,Music,Ashanti,,,,,,,,,,, ,Music,BackStreet/Dre,,,,,,,,,,, ,Music,Bubba Sparxxx,,,,,,,,,,, ,Music,Ciara,,,,,,,,,,, ,Music,Dido,,,,,,,,,,, ,Music,Dr Dre Instramentals,,,,,,,,,,, ,Music,Gloria Estefan,,,,,,,,,,, ,Music,Juvenile,,,,,,,,,,, ,Music,Meghan Trainor,,,,,,,,,,, ,Music,Petey Pablo,,,,,,,,,,, ,Music,Puff Daddy,,,,,,,,,,, ,Music,Run DMC,,,,,,,,,,, ,Music,Street Fighter,,,,,,,,,,, ,Music,Super Mario World,,,,,,,,,,, ,Music,TLC,,,,,,,,,,, ,Music,Young Buck,,,,,,,,,,, ,NES,Bionic Commando,,,,,,,,,,, ,NES,Contra,,,,,,,,,,, ,NES,Mega Man 2,,,,,,,,,,, ,NES,Palamedes,Puzzle,,,,,,,,,, ,NES,Super Mario Bros 3,,,,,,,,,,, ,PCGame,Batman: Arkham Asylum,,,,,,,,,,, ,PCGame,Dead or Alive 5 With Nude Patch,,,,,,,,,,, ,PCGame,For Honor,,,,,,,,,,, ,PCGame,Killer Instinct,,,,,,,,,,, ,PCGame,Rise of the Tomb Raider,,,,,,,,,,, ,PCGame,Street Fighter 5,,,,,,,,,,, ,PCGame,The Division,,,,,,,,,,, ,PSX,ESPN Extreme Games,,,,,,,,,,, ,PSX,Street Fighter: The Movie,,,,,,,,,,, ,SNES,Punch Out,,,,,,,,,,, ,TVShow,3% Netflix,,,,,,,,,,, ,TVShow,Alone [History Channel],,,,,,,,,,, ,TVShow,Black Mirror,,,,,,,,,,, ,TVShow,Roman Empire Reign of Blood,,,,,,,,,,, ,TVShow,Stranger Things,,,,,,,,,,, ,TVShow,The People v. O.J. Simpson: American Crime Story,,,,,,,,,,, ,TVShow,The Wire,,,,,,,,,,, ,TVShow,Westworld,,,,,,,,,,, ,Wii,Kirby Yarn,,,,,,,,,,, ,Wii,Mario Gaxaly,,,,,,,,,,, ,Wii,Punch Out w/ Balance Board,,,,,,,,,,, ,Wii,Resident Evil,,,,,,,,,,, ,Wii,Skate w/ Board,,,,,,,,,,, ,Xbox,Aliens Versus Predator: Extinction,RTS,,,,,,,,,, ,Xbox,Star Wars Battlefront 2,FPS,,,,,,,,,, 01/01/2017,Linux,rofi-surfraw | bookmarks,GUI/CLI,,,,,,,,,, 01/01/2017,Movie,Planes Trains & Automoobiles 1987,,,,,,,,,,, 01/03/2016,TVShow,Quantico Season 2,,,,,,,,,,, 01/03/2016,Wii,Captain America Super Soldier,,,,,,,,,,, 01/05/2017,Movie,Mechanic Resurrection 2016,,,,,,,,,,, 01/06/2017,Movie,Goonies 1985,,,,,,,,,,, 11/22/2016,Movie,The Core 2003,,,,,,,,,,, 11/25/2016,Music,Mya,,,,,,,,,,, 11/28/2016,Movie,Suicide Squad Extended 2016,,,,,,,,,,, 12/01/2016,Xbox,NFL Street,,,,,,,,,,, 12/02/2016,TVShow,Mr. Robot S2 last 2 ep,,,,,,,,,,, 12/03/2016,Android,KingRoot - Root any Phone,might have backdoors?,,,,,,,,,, 12/03/2016,Android,Purify - block all apps that sucks battery life,,,,,,,,,,, 12/03/2016,Android,primative ftpd,,,,,,,,,,, 12/03/2016,Audiobook,001-DC Comics - Infinite Crisis - Part 1 of 2.mp3,30min,,,,,,,,,, 12/03/2016,Audiobook,002-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, 12/05/2016,NES,Ice Hockey,,,,,,,,,,, 12/06/2016,MAME,Ninja Baseball Bat Man,,,,,,,,,,, 12/06/2016,NES,Baseball Stars,,,,,,,,,,, 12/10/2016,Linux,vimwiki,TUI,,,,,,,,,, 12/12/2016,Podcast,PornDirectorPodcast,,,http://www.porndirectorpodcast.com/main/,,,,,,,, 12/12/2016,Podcast,The Cine-Files,,,http://www.podbay.fm/show/1124549378,,,,,,,, 12/15/2016,PCGame,Bionic Commando Rearmed,,,,,,,,,,, 12/17/2016,Linux,vbx function [Virtualbox CLI],RQBy: Schizo,,https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g,,,,,,,, 12/22/2016,Wii,Rayman Origins,,,,,,,,,,, 12/23/2016,Movie,Top Gun 1986 Special Edition,,,,,,,,,,, 12/25/2016,Linux,rofi - dmenu launcher replacement,GUI/CLI,,,,,,,,,, 12/26/2016,Movie,Black Dynamite (2009),,,,,,,,,,, 12/28/2016,Movie,Ben Hur 2016,,,,,,,,,,, 12/29/2016,Movie,Deepwater Horizon 2016,,,,,,,,,,, 12/29/2016,Movie,The Accountant 2016,,,,,,,,,,, 12/30/2016,Movie,The Magnificent Seven 2016,,,,,,,,,,, ,Android,IceCatMobile,Web Browser,,https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat,,,,,,,, ,Audiobook,003-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,004-DC Comics - Infinite Crisis - Part 1 of 2.mp3,,,,,,,,,,, ,Audiobook,Darth Plagueis,,,,,,,,,,, ,Audiobook,The Life-Changing Magic of Tidying Up,,,,,,,,,,, ,Comic,Saga,,,,,,,,,,, ,Comic,Walking Dead 157,,,,,,,,,,, ,Comic,X-Men Age of Apocalypse,,,,,,,,,,, ,Comic,Y The Last Man,,,,,,,,,,, ,Linux,Ampache: web based audio/video streaming,WEBUI,,http://ampache.org/,,,,,,,, ,Linux,Clonezilla,,,,,,,,,,, ,Linux,CopyQ - Clipboard manager,GUI,,,,,,,,,, ,Linux,EncFS - an Encrypted Filesystem,,,,,,,,,,, ,Linux,Firejail,,,,,,,,,,, ,Linux,LUKS encryption/ cryptsetup,CLI,,,,,,,,,, ,Linux,Piwigo is photo gallery software for the web,WEBUI,,http://piwigo.org/,,,,,,,, ,Linux,Samba,CLI,,,,,,,,,, ,Linux,SoundNode - opensource SoundCloud app,GUI,,http://www.soundnodeapp.com/,,,,,,,, ,Linux,Vocal - Podcast Client,GUI,,http://vocalproject.net/,,,,,,,, ,Linux,albumr - Imgur album downloader,CLI,,https://pypi.python.org/pypi/albumr,,,,,,,, ,Linux,alpine,,,,,,,,,,, ,Linux,anamnesis - clipboard manager,GUI,,,,,,,,,, ,Linux,asciiquarium,TUI,,,,,,,,,, ,Linux,bulk - bulk rename interactive,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,ccze - colorizer,CLI,,,,,,,,,, ,Linux,centerim5,TUI,,,,,,,,,, ,Linux,clipmenu - dmenu clipboard manager,GUI,,,,,,,,,, ,Linux,cvim,,,,,,,,,,, ,Linux,forecash - cashflow forecasting,CLI,,https://github.com/fsareshwala/forecash,,,,,,,, ,Linux,fzf-clipboard,,,,,,,,,,, ,Linux,kakoune - vim alternative,Alex Leferry,,https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ,,,,,,,, ,Linux,keynav,,,,,,,,,,, ,Linux,krill - rss filter feeds,CLI,,https://github.com/p-e-w/krill,,,,,,,, ,Linux,ledger - accounting system,CLI,,http://www.ledger-cli.org/,,,,,,,, ,Linux,megadl - mega.co.nz downloader,CLI,wait for 2.0 to have options to download single files from public folder,,,,,,,,, ,Linux,mpd + ncmpcpp,CLI/TUI,,,,,,,,,, ,Linux,newsbeuter macros,CLI,,,,,,,,,, ,Linux,nmtui,wifi,,,,,,,,,, ,Linux,nq - queue task,CLI,,,,,,,,,, ,Linux,open dvd producer - create DVD with menus,GUI,,http://opendvdproducer.jonata.org/,,,,,,,, ,Linux,redshift,CLI,,,,,,,,,, ,Linux,rofi-clipboard,,,,,,,,,,, ,Linux,rofi-locate,,,,,,,,,,, ,Linux,rofi-playonlinux,,,,,,,,,,, ,Linux,rofi-snippet,,,,,,,,,,, ,Linux,rss-bridge,,,https://github.com/RSS-Bridge/rss-bridge,,,,,,,, ,Linux,screenfetch,CLI,,,,,,,,,, ,Linux,setxkbmap,,,,,,,,,,, ,Linux,socli - Stack overflow command line client,CLI,,https://github.com/gautamkrishnar/socli,,,,,,,, ,Linux,sxhkd,,,,,,,,,,, ,Linux,systemd timers,,,,,,,,,,, ,Linux,taffy - A command-line audio tagging tool,CLI,,https://github.com/jangler/taffy,,,,,,,, ,Linux,task spooler multiple instances,CLI,,,,,,,,,, ,Linux,timertab - manage systemd timers,,,https://github.com/amlamarra/timertab,,,,,,,, ,Linux,tweeper - a Twitter to RSS web scraper,CLI,https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper,https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/,,,,,,,, ,Linux,veracrypt,,,,,,,,,,, ,Linux,wicd-curses,wifi,,,,,,,,,, ,Linux,wifi-menu,wifi,,,,,,,,,, ,Linux,wpa_supplicant ,wifi,,,,,,,,,, ,Linux,wttr - weather info,CLI,,,,,,,,,, sc-im-0.8.2+ds/examples/csv/65500.sc000066400000000000000000033177761416612453600166120ustar00rootroot00000000000000# This data file was generated by SC-IM. # You almost certainly shouldn't edit it. format C 49 2 0 format D 21 2 0 format E 72 2 0 format F 100 2 0 label A0 = "Date" label B0 = "Category" label C0 = "Title" label D0 = "Notes" label E0 = "Notes 2" label F0 = "Links" label A1 = "01/01/2017" label B1 = "Linux" label C1 = "rofi-surfraw | bookmarks" label D1 = "GUI/CLI" label A2 = "01/01/2017" label B2 = "Movie" label C2 = "Planes Trains & Automoobiles 1987" label A3 = "01/03/2016" label B3 = "TVShow" label C3 = "Quantico Season 2" label A4 = "01/03/2016" label B4 = "Wii" label C4 = "Captain America Super Soldier" label A5 = "01/05/2017" label B5 = "Movie" label C5 = "Mechanic Resurrection 2016" label A6 = "01/06/2017" label B6 = "Movie" label C6 = "Goonies 1985" label A7 = "11/22/2016" label B7 = "Movie" label C7 = "The Core 2003" label A8 = "11/25/2016" label B8 = "Music" label C8 = "Mya" label A9 = "11/28/2016" label B9 = "Movie" label C9 = "Suicide Squad Extended 2016" label A10 = "12/01/2016" label B10 = "Xbox" label C10 = "NFL Street" label A11 = "12/02/2016" label B11 = "TVShow" label C11 = "Mr. Robot S2 last 2 ep" label A12 = "12/03/2016" label B12 = "Android" label C12 = "KingRoot - Root any Phone" label D12 = "might have backdoors?" label A13 = "12/03/2016" label B13 = "Android" label C13 = "Purify - block all apps that sucks battery life" label A14 = "12/03/2016" label B14 = "Android" label C14 = "primative ftpd" label A15 = "12/03/2016" label B15 = "Audiobook" label C15 = "001-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label D15 = "30min" label A16 = "12/03/2016" label B16 = "Audiobook" label C16 = "002-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label A17 = "12/05/2016" label B17 = "NES" label C17 = "Ice Hockey" label A18 = "12/06/2016" label B18 = "MAME" label C18 = "Ninja Baseball Bat Man" label A19 = "12/06/2016" label B19 = "NES" label C19 = "Baseball Stars" label A20 = "12/10/2016" label B20 = "Linux" label C20 = "vimwiki" label D20 = "TUI" label A21 = "12/12/2016" label B21 = "Podcast" label C21 = "PornDirectorPodcast" label F21 = "http://www.porndirectorpodcast.com/main/" label A22 = "12/12/2016" label B22 = "Podcast" label C22 = "The Cine-Files" label F22 = "http://www.podbay.fm/show/1124549378" label A23 = "12/15/2016" label B23 = "PCGame" label C23 = "Bionic Commando Rearmed" label A24 = "12/17/2016" label B24 = "Linux" label C24 = "vbx function [Virtualbox CLI]" label D24 = "RQBy: Schizo" label F24 = "https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g" label A25 = "12/22/2016" label B25 = "Wii" label C25 = "Rayman Origins" label A26 = "12/23/2016" label B26 = "Movie" label C26 = "Top Gun 1986 Special Edition" label A27 = "12/25/2016" label B27 = "Linux" label C27 = "rofi - dmenu launcher replacement" label D27 = "GUI/CLI" label A28 = "12/26/2016" label B28 = "Movie" label C28 = "Black Dynamite (2009)" label A29 = "12/28/2016" label B29 = "Movie" label C29 = "Ben Hur 2016" label A30 = "12/29/2016" label B30 = "Movie" label C30 = "Deepwater Horizon 2016" label A31 = "12/29/2016" label B31 = "Movie" label C31 = "The Accountant 2016" label A32 = "12/30/2016" label B32 = "Movie" label C32 = "The Magnificent Seven 2016" label B33 = "Android" label C33 = "IceCatMobile" label D33 = "Web Browser" label F33 = "https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat" label B34 = "Audiobook" label C34 = "003-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B35 = "Audiobook" label C35 = "004-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B36 = "Audiobook" label C36 = "Darth Plagueis" label B37 = "Audiobook" label C37 = "The Life-Changing Magic of Tidying Up" label B38 = "Comic" label C38 = "Saga" label B39 = "Comic" label C39 = "Walking Dead 157" label B40 = "Comic" label C40 = "X-Men Age of Apocalypse" label B41 = "Comic" label C41 = "Y The Last Man" label B42 = "Linux" label C42 = "Ampache: web based audio/video streaming" label D42 = "WEBUI" label F42 = "http://ampache.org/" label B43 = "Linux" label C43 = "Clonezilla" label B44 = "Linux" label C44 = "CopyQ - Clipboard manager" label D44 = "GUI" label B45 = "Linux" label C45 = "EncFS - an Encrypted Filesystem" label B46 = "Linux" label C46 = "Firejail" label B47 = "Linux" label C47 = "LUKS encryption/ cryptsetup" label D47 = "CLI" label B48 = "Linux" label C48 = "Piwigo is photo gallery software for the web" label D48 = "WEBUI" label F48 = "http://piwigo.org/" label B49 = "Linux" label C49 = "Samba" label D49 = "CLI" label B50 = "Linux" label C50 = "SoundNode - opensource SoundCloud app" label D50 = "GUI" label F50 = "http://www.soundnodeapp.com/" label B51 = "Linux" label C51 = "Vocal - Podcast Client" label D51 = "GUI" label F51 = "http://vocalproject.net/" label B52 = "Linux" label C52 = "albumr - Imgur album downloader" label D52 = "CLI" label F52 = "https://pypi.python.org/pypi/albumr" label B53 = "Linux" label C53 = "alpine" label B54 = "Linux" label C54 = "anamnesis - clipboard manager" label D54 = "GUI" label B55 = "Linux" label C55 = "asciiquarium" label D55 = "TUI" label B56 = "Linux" label C56 = "bulk - bulk rename interactive" label D56 = "Alex Leferry" label F56 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B57 = "Linux" label C57 = "ccze - colorizer" label D57 = "CLI" label B58 = "Linux" label C58 = "centerim5" label D58 = "TUI" label B59 = "Linux" label C59 = "clipmenu - dmenu clipboard manager" label D59 = "GUI" label B60 = "Linux" label C60 = "cvim" label B61 = "Linux" label C61 = "forecash - cashflow forecasting" label D61 = "CLI" label F61 = "https://github.com/fsareshwala/forecash" label B62 = "Linux" label C62 = "fzf-clipboard" label B63 = "Linux" label C63 = "kakoune - vim alternative" label D63 = "Alex Leferry" label F63 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B64 = "Linux" label C64 = "keynav" label B65 = "Linux" label C65 = "krill - rss filter feeds" label D65 = "CLI" label F65 = "https://github.com/p-e-w/krill" label B66 = "Linux" label C66 = "ledger - accounting system" label D66 = "CLI" label F66 = "http://www.ledger-cli.org/" label B67 = "Linux" label C67 = "megadl - mega.co.nz downloader" label D67 = "CLI" label E67 = "wait for 2.0 to have options to download single files from public folder" label B68 = "Linux" label C68 = "mpd + ncmpcpp" label D68 = "CLI/TUI" label B69 = "Linux" label C69 = "newsbeuter macros" label D69 = "CLI" label B70 = "Linux" label C70 = "nmtui" label D70 = "wifi" label B71 = "Linux" label C71 = "nq - queue task" label D71 = "CLI" label B72 = "Linux" label C72 = "open dvd producer - create DVD with menus" label D72 = "GUI" label F72 = "http://opendvdproducer.jonata.org/" label B73 = "Linux" label C73 = "redshift" label D73 = "CLI" label B74 = "Linux" label C74 = "rofi-clipboard" label B75 = "Linux" label C75 = "rofi-locate" label B76 = "Linux" label C76 = "rofi-playonlinux" label B77 = "Linux" label C77 = "rofi-snippet" label B78 = "Linux" label C78 = "rss-bridge" label F78 = "https://github.com/RSS-Bridge/rss-bridge" label B79 = "Linux" label C79 = "screenfetch" label D79 = "CLI" label B80 = "Linux" label C80 = "setxkbmap" label B81 = "Linux" label C81 = "socli - Stack overflow command line client" label D81 = "CLI" label F81 = "https://github.com/gautamkrishnar/socli" label B82 = "Linux" label C82 = "sxhkd" label B83 = "Linux" label C83 = "systemd timers" label B84 = "Linux" label C84 = "taffy - A command-line audio tagging tool" label D84 = "CLI" label F84 = "https://github.com/jangler/taffy" label B85 = "Linux" label C85 = "task spooler multiple instances" label D85 = "CLI" label B86 = "Linux" label C86 = "timertab - manage systemd timers" label F86 = "https://github.com/amlamarra/timertab" label B87 = "Linux" label C87 = "tweeper - a Twitter to RSS web scraper" label D87 = "CLI" label E87 = "https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper" label F87 = "https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/" label B88 = "Linux" label C88 = "veracrypt" label B89 = "Linux" label C89 = "wicd-curses" label D89 = "wifi" label B90 = "Linux" label C90 = "wifi-menu" label D90 = "wifi" label B91 = "Linux" label C91 = "wpa_supplicant " label D91 = "wifi" label B92 = "Linux" label C92 = "wttr - weather info" label D92 = "CLI" label B93 = "Linux" label C93 = "xbindkeys" label B94 = "Linux" label C94 = "xcape" label B95 = "Linux" label C95 = "xchainkeys" label B96 = "Linux" label C96 = "xdo" label B97 = "Linux" label C97 = "xfce4-screenshooter (selection area imgu'')" label D97 = "GUI" label B98 = "Linux" label C98 = "xinput" label B99 = "Linux" label C99 = "xmodmap" label B100 = "Linux" label C100 = "xsendkey" label B101 = "Linux" label C101 = "xsetwacom " label B102 = "Linux" label C102 = "xvkbd" label B103 = "MAME" label C103 = "Baseball Stars 2" label B104 = "Movie" label C104 = "A Christmas Story 1983" label B105 = "Movie" label C105 = "Doctor Strange 2016" label B106 = "Movie" label C106 = "Eternal Sunshine of the Spotless Mind (2004)" label B107 = "Movie" label C107 = "Frozen" label B108 = "Movie" label C108 = "Harry Potter" label B109 = "Movie" label C109 = "Jaws (1975)" label B110 = "Movie" label C110 = "Moana 2016" label B111 = "Movie" label C111 = "Mud 2012" label B112 = "Movie" label C112 = "Pete's Dragon 2016" label B113 = "Movie" label C113 = "Pump Up The Volume 1990" label B114 = "Movie" label C114 = "Snakes on a Plane (2006)" label B115 = "Movie" label C115 = "Snowden 2016" label B116 = "Movie" label C116 = "Swiss Army Man (2016)" label B117 = "Movie" label C117 = "The Legend of Tarzan 2016" label B118 = "Movie" label C118 = "Trainwreck (2015)" label B119 = "Movie" label C119 = "True Romance (1993)" label B120 = "Movie" label C120 = "War Dogs 2016" label B121 = "Music" label C121 = "Ashanti" label B122 = "Music" label C122 = "BackStreet/Dre" label B123 = "Music" label C123 = "Bubba Sparxxx" label B124 = "Music" label C124 = "Ciara" label B125 = "Music" label C125 = "Dido" label B126 = "Music" label C126 = "Dr Dre Instramentals" label B127 = "Music" label C127 = "Gloria Estefan" label B128 = "Music" label C128 = "Juvenile" label B129 = "Music" label C129 = "Meghan Trainor" label B130 = "Music" label C130 = "Petey Pablo" label B131 = "Music" label C131 = "Puff Daddy" label B132 = "Music" label C132 = "Run DMC" label B133 = "Music" label C133 = "Street Fighter" label B134 = "Music" label C134 = "Super Mario World" label B135 = "Music" label C135 = "TLC" label B136 = "Music" label C136 = "Young Buck" label B137 = "NES" label C137 = "Bionic Commando" label B138 = "NES" label C138 = "Contra" label B139 = "NES" label C139 = "Mega Man 2" label B140 = "NES" label C140 = "Palamedes" label D140 = "Puzzle" label B141 = "NES" label C141 = "Super Mario Bros 3" label B142 = "PCGame" label C142 = "Batman: Arkham Asylum" label B143 = "PCGame" label C143 = "Dead or Alive 5 With Nude Patch" label B144 = "PCGame" label C144 = "For Honor" label B145 = "PCGame" label C145 = "Killer Instinct" label B146 = "PCGame" label C146 = "Rise of the Tomb Raider" label B147 = "PCGame" label C147 = "Street Fighter 5" label B148 = "PCGame" label C148 = "The Division" label B149 = "PSX" label C149 = "ESPN Extreme Games" label B150 = "PSX" label C150 = "Street Fighter: The Movie" label B151 = "SNES" label C151 = "Punch Out" label B152 = "TVShow" label C152 = "3% Netflix" label B153 = "TVShow" label C153 = "Alone [History Channel]" label B154 = "TVShow" label C154 = "Black Mirror" label B155 = "TVShow" label C155 = "Roman Empire Reign of Blood" label B156 = "TVShow" label C156 = "Stranger Things" label B157 = "TVShow" label C157 = "The People v. O.J. Simpson: American Crime Story" label B158 = "TVShow" label C158 = "The Wire" label B159 = "TVShow" label C159 = "Westworld" label B160 = "Wii" label C160 = "Kirby Yarn" label B161 = "Wii" label C161 = "Mario Gaxaly" label B162 = "Wii" label C162 = "Punch Out w/ Balance Board" label B163 = "Wii" label C163 = "Resident Evil" label B164 = "Wii" label C164 = "Skate w/ Board" label B165 = "Xbox" label C165 = "Aliens Versus Predator: Extinction" label D165 = "RTS" label B166 = "Xbox" label C166 = "Star Wars Battlefront 2" label D166 = "FPS" label A167 = "01/01/2017" label B167 = "Linux" label C167 = "rofi-surfraw | bookmarks" label D167 = "GUI/CLI" label A168 = "01/01/2017" label B168 = "Movie" label C168 = "Planes Trains & Automoobiles 1987" label A169 = "01/03/2016" label B169 = "TVShow" label C169 = "Quantico Season 2" label A170 = "01/03/2016" label B170 = "Wii" label C170 = "Captain America Super Soldier" label A171 = "01/05/2017" label B171 = "Movie" label C171 = "Mechanic Resurrection 2016" label A172 = "01/06/2017" label B172 = "Movie" label C172 = "Goonies 1985" label A173 = "11/22/2016" label B173 = "Movie" label C173 = "The Core 2003" label A174 = "11/25/2016" label B174 = "Music" label C174 = "Mya" label A175 = "11/28/2016" label B175 = "Movie" label C175 = "Suicide Squad Extended 2016" label A176 = "12/01/2016" label B176 = "Xbox" label C176 = "NFL Street" label A177 = "12/02/2016" label B177 = "TVShow" label C177 = "Mr. Robot S2 last 2 ep" label A178 = "12/03/2016" label B178 = "Android" label C178 = "KingRoot - Root any Phone" label D178 = "might have backdoors?" label A179 = "12/03/2016" label B179 = "Android" label C179 = "Purify - block all apps that sucks battery life" label A180 = "12/03/2016" label B180 = "Android" label C180 = "primative ftpd" label A181 = "12/03/2016" label B181 = "Audiobook" label C181 = "001-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label D181 = "30min" label A182 = "12/03/2016" label B182 = "Audiobook" label C182 = "002-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label A183 = "12/05/2016" label B183 = "NES" label C183 = "Ice Hockey" label A184 = "12/06/2016" label B184 = "MAME" label C184 = "Ninja Baseball Bat Man" label A185 = "12/06/2016" label B185 = "NES" label C185 = "Baseball Stars" label A186 = "12/10/2016" label B186 = "Linux" label C186 = "vimwiki" label D186 = "TUI" label A187 = "12/12/2016" label B187 = "Podcast" label C187 = "PornDirectorPodcast" label F187 = "http://www.porndirectorpodcast.com/main/" label A188 = "12/12/2016" label B188 = "Podcast" label C188 = "The Cine-Files" label F188 = "http://www.podbay.fm/show/1124549378" label A189 = "12/15/2016" label B189 = "PCGame" label C189 = "Bionic Commando Rearmed" label A190 = "12/17/2016" label B190 = "Linux" label C190 = "vbx function [Virtualbox CLI]" label D190 = "RQBy: Schizo" label F190 = "https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g" label A191 = "12/22/2016" label B191 = "Wii" label C191 = "Rayman Origins" label A192 = "12/23/2016" label B192 = "Movie" label C192 = "Top Gun 1986 Special Edition" label A193 = "12/25/2016" label B193 = "Linux" label C193 = "rofi - dmenu launcher replacement" label D193 = "GUI/CLI" label A194 = "12/26/2016" label B194 = "Movie" label C194 = "Black Dynamite (2009)" label A195 = "12/28/2016" label B195 = "Movie" label C195 = "Ben Hur 2016" label A196 = "12/29/2016" label B196 = "Movie" label C196 = "Deepwater Horizon 2016" label A197 = "12/29/2016" label B197 = "Movie" label C197 = "The Accountant 2016" label A198 = "12/30/2016" label B198 = "Movie" label C198 = "The Magnificent Seven 2016" label B199 = "Android" label C199 = "IceCatMobile" label D199 = "Web Browser" label F199 = "https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat" label B200 = "Audiobook" label C200 = "003-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B201 = "Audiobook" label C201 = "004-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B202 = "Audiobook" label C202 = "Darth Plagueis" label B203 = "Audiobook" label C203 = "The Life-Changing Magic of Tidying Up" label B204 = "Comic" label C204 = "Saga" label B205 = "Comic" label C205 = "Walking Dead 157" label B206 = "Comic" label C206 = "X-Men Age of Apocalypse" label B207 = "Comic" label C207 = "Y The Last Man" label B208 = "Linux" label C208 = "Ampache: web based audio/video streaming" label D208 = "WEBUI" label F208 = "http://ampache.org/" label B209 = "Linux" label C209 = "Clonezilla" label B210 = "Linux" label C210 = "CopyQ - Clipboard manager" label D210 = "GUI" label B211 = "Linux" label C211 = "EncFS - an Encrypted Filesystem" label B212 = "Linux" label C212 = "Firejail" label B213 = "Linux" label C213 = "LUKS encryption/ cryptsetup" label D213 = "CLI" label B214 = "Linux" label C214 = "Piwigo is photo gallery software for the web" label D214 = "WEBUI" label F214 = "http://piwigo.org/" label B215 = "Linux" label C215 = "Samba" label D215 = "CLI" label B216 = "Linux" label C216 = "SoundNode - opensource SoundCloud app" label D216 = "GUI" label F216 = "http://www.soundnodeapp.com/" label B217 = "Linux" label C217 = "Vocal - Podcast Client" label D217 = "GUI" label F217 = "http://vocalproject.net/" label B218 = "Linux" label C218 = "albumr - Imgur album downloader" label D218 = "CLI" label F218 = "https://pypi.python.org/pypi/albumr" label B219 = "Linux" label C219 = "alpine" label B220 = "Linux" label C220 = "anamnesis - clipboard manager" label D220 = "GUI" label B221 = "Linux" label C221 = "asciiquarium" label D221 = "TUI" label B222 = "Linux" label C222 = "bulk - bulk rename interactive" label D222 = "Alex Leferry" label F222 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B223 = "Linux" label C223 = "ccze - colorizer" label D223 = "CLI" label B224 = "Linux" label C224 = "centerim5" label D224 = "TUI" label B225 = "Linux" label C225 = "clipmenu - dmenu clipboard manager" label D225 = "GUI" label B226 = "Linux" label C226 = "cvim" label B227 = "Linux" label C227 = "forecash - cashflow forecasting" label D227 = "CLI" label F227 = "https://github.com/fsareshwala/forecash" label B228 = "Linux" label C228 = "fzf-clipboard" label B229 = "Linux" label C229 = "kakoune - vim alternative" label D229 = "Alex Leferry" label F229 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B230 = "Linux" label C230 = "keynav" label B231 = "Linux" label C231 = "krill - rss filter feeds" label D231 = "CLI" label F231 = "https://github.com/p-e-w/krill" label B232 = "Linux" label C232 = "ledger - accounting system" label D232 = "CLI" label F232 = "http://www.ledger-cli.org/" label B233 = "Linux" label C233 = "megadl - mega.co.nz downloader" label D233 = "CLI" label E233 = "wait for 2.0 to have options to download single files from public folder" label B234 = "Linux" label C234 = "mpd + ncmpcpp" label D234 = "CLI/TUI" label B235 = "Linux" label C235 = "newsbeuter macros" label D235 = "CLI" label B236 = "Linux" label C236 = "nmtui" label D236 = "wifi" label B237 = "Linux" label C237 = "nq - queue task" label D237 = "CLI" label B238 = "Linux" label C238 = "open dvd producer - create DVD with menus" label D238 = "GUI" label F238 = "http://opendvdproducer.jonata.org/" label B239 = "Linux" label C239 = "redshift" label D239 = "CLI" label B240 = "Linux" label C240 = "rofi-clipboard" label B241 = "Linux" label C241 = "rofi-locate" label B242 = "Linux" label C242 = "rofi-playonlinux" label B243 = "Linux" label C243 = "rofi-snippet" label B244 = "Linux" label C244 = "rss-bridge" label F244 = "https://github.com/RSS-Bridge/rss-bridge" label B245 = "Linux" label C245 = "screenfetch" label D245 = "CLI" label B246 = "Linux" label C246 = "setxkbmap" label B247 = "Linux" label C247 = "socli - Stack overflow command line client" label D247 = "CLI" label F247 = "https://github.com/gautamkrishnar/socli" label B248 = "Linux" label C248 = "sxhkd" label B249 = "Linux" label C249 = "systemd timers" label B250 = "Linux" label C250 = "taffy - A command-line audio tagging tool" label D250 = "CLI" label F250 = "https://github.com/jangler/taffy" label B251 = "Linux" label C251 = "task spooler multiple instances" label D251 = "CLI" label B252 = "Linux" label C252 = "timertab - manage systemd timers" label F252 = "https://github.com/amlamarra/timertab" label B253 = "Linux" label C253 = "tweeper - a Twitter to RSS web scraper" label D253 = "CLI" label E253 = "https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper" label F253 = "https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/" label B254 = "Linux" label C254 = "veracrypt" label B255 = "Linux" label C255 = "wicd-curses" label D255 = "wifi" label B256 = "Linux" label C256 = "wifi-menu" label D256 = "wifi" label B257 = "Linux" label C257 = "wpa_supplicant " label D257 = "wifi" label B258 = "Linux" label C258 = "wttr - weather info" label D258 = "CLI" label B259 = "Linux" label C259 = "xbindkeys" label B260 = "Linux" label C260 = "xcape" label B261 = "Linux" label C261 = "xchainkeys" label B262 = "Linux" label C262 = "xdo" label B263 = "Linux" label C263 = "xfce4-screenshooter (selection area imgu'')" label D263 = "GUI" label B264 = "Linux" label C264 = "xinput" label B265 = "Linux" label C265 = "xmodmap" label B266 = "Linux" label C266 = "xsendkey" label B267 = "Linux" label C267 = "xsetwacom " label B268 = "Linux" label C268 = "xvkbd" label B269 = "MAME" label C269 = "Baseball Stars 2" label B270 = "Movie" label C270 = "A Christmas Story 1983" label B271 = "Movie" label C271 = "Doctor Strange 2016" label B272 = "Movie" label C272 = "Eternal Sunshine of the Spotless Mind (2004)" label B273 = "Movie" label C273 = "Frozen" label B274 = "Movie" label C274 = "Harry Potter" label B275 = "Movie" label C275 = "Jaws (1975)" label B276 = "Movie" label C276 = "Moana 2016" label B277 = "Movie" label C277 = "Mud 2012" label B278 = "Movie" label C278 = "Pete's Dragon 2016" label B279 = "Movie" label C279 = "Pump Up The Volume 1990" label B280 = "Movie" label C280 = "Snakes on a Plane (2006)" label B281 = "Movie" label C281 = "Snowden 2016" label B282 = "Movie" label C282 = "Swiss Army Man (2016)" label B283 = "Movie" label C283 = "The Legend of Tarzan 2016" label B284 = "Movie" label C284 = "Trainwreck (2015)" label B285 = "Movie" label C285 = "True Romance (1993)" label B286 = "Movie" label C286 = "War Dogs 2016" label B287 = "Music" label C287 = "Ashanti" label B288 = "Music" label C288 = "BackStreet/Dre" label B289 = "Music" label C289 = "Bubba Sparxxx" label B290 = "Music" label C290 = "Ciara" label B291 = "Music" label C291 = "Dido" label B292 = "Music" label C292 = "Dr Dre Instramentals" label B293 = "Music" label C293 = "Gloria Estefan" label B294 = "Music" label C294 = "Juvenile" label B295 = "Music" label C295 = "Meghan Trainor" label B296 = "Music" label C296 = "Petey Pablo" label B297 = "Music" label C297 = "Puff Daddy" label B298 = "Music" label C298 = "Run DMC" label B299 = "Music" label C299 = "Street Fighter" label B300 = "Music" label C300 = "Super Mario World" label B301 = "Music" label C301 = "TLC" label B302 = "Music" label C302 = "Young Buck" label B303 = "NES" label C303 = "Bionic Commando" label B304 = "NES" label C304 = "Contra" label B305 = "NES" label C305 = "Mega Man 2" label B306 = "NES" label C306 = "Palamedes" label D306 = "Puzzle" label B307 = "NES" label C307 = "Super Mario Bros 3" label B308 = "PCGame" label C308 = "Batman: Arkham Asylum" label B309 = "PCGame" label C309 = "Dead or Alive 5 With Nude Patch" label B310 = "PCGame" label C310 = "For Honor" label B311 = "PCGame" label C311 = "Killer Instinct" label B312 = "PCGame" label C312 = "Rise of the Tomb Raider" label B313 = "PCGame" label C313 = "Street Fighter 5" label B314 = "PCGame" label C314 = "The Division" label B315 = "PSX" label C315 = "ESPN Extreme Games" label B316 = "PSX" label C316 = "Street Fighter: The Movie" label B317 = "SNES" label C317 = "Punch Out" label B318 = "TVShow" label C318 = "3% Netflix" label B319 = "TVShow" label C319 = "Alone [History Channel]" label B320 = "TVShow" label C320 = "Black Mirror" label B321 = "TVShow" label C321 = "Roman Empire Reign of Blood" label B322 = "TVShow" label C322 = "Stranger Things" label B323 = "TVShow" label C323 = "The People v. O.J. Simpson: American Crime Story" label B324 = "TVShow" label C324 = "The Wire" label B325 = "TVShow" label C325 = "Westworld" label B326 = "Wii" label C326 = "Kirby Yarn" label B327 = "Wii" label C327 = "Mario Gaxaly" label B328 = "Wii" label C328 = "Punch Out w/ Balance Board" label B329 = "Wii" label C329 = "Resident Evil" label B330 = "Wii" label C330 = "Skate w/ Board" label B331 = "Xbox" label C331 = "Aliens Versus Predator: Extinction" label D331 = "RTS" label B332 = "Xbox" label C332 = "Star Wars Battlefront 2" label D332 = "FPS" label A333 = "01/01/2017" label B333 = "Linux" label C333 = "rofi-surfraw | bookmarks" label D333 = "GUI/CLI" label A334 = "01/01/2017" label B334 = "Movie" label C334 = "Planes Trains & Automoobiles 1987" label A335 = "01/03/2016" label B335 = "TVShow" label C335 = "Quantico Season 2" label A336 = "01/03/2016" label B336 = "Wii" label C336 = "Captain America Super Soldier" label A337 = "01/05/2017" label B337 = "Movie" label C337 = "Mechanic Resurrection 2016" label A338 = "01/06/2017" label B338 = "Movie" label C338 = "Goonies 1985" label A339 = "11/22/2016" label B339 = "Movie" label C339 = "The Core 2003" label A340 = "11/25/2016" label B340 = "Music" label C340 = "Mya" label A341 = "11/28/2016" label B341 = "Movie" label C341 = "Suicide Squad Extended 2016" label A342 = "12/01/2016" label B342 = "Xbox" label C342 = "NFL Street" label A343 = "12/02/2016" label B343 = "TVShow" label C343 = "Mr. Robot S2 last 2 ep" label A344 = "12/03/2016" label B344 = "Android" label C344 = "KingRoot - Root any Phone" label D344 = "might have backdoors?" label A345 = "12/03/2016" label B345 = "Android" label C345 = "Purify - block all apps that sucks battery life" label A346 = "12/03/2016" label B346 = "Android" label C346 = "primative ftpd" label A347 = "12/03/2016" label B347 = "Audiobook" label C347 = "001-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label D347 = "30min" label A348 = "12/03/2016" label B348 = "Audiobook" label C348 = "002-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label A349 = "12/05/2016" label B349 = "NES" label C349 = "Ice Hockey" label A350 = "12/06/2016" label B350 = "MAME" label C350 = "Ninja Baseball Bat Man" label A351 = "12/06/2016" label B351 = "NES" label C351 = "Baseball Stars" label A352 = "12/10/2016" label B352 = "Linux" label C352 = "vimwiki" label D352 = "TUI" label A353 = "12/12/2016" label B353 = "Podcast" label C353 = "PornDirectorPodcast" label F353 = "http://www.porndirectorpodcast.com/main/" label A354 = "12/12/2016" label B354 = "Podcast" label C354 = "The Cine-Files" label F354 = "http://www.podbay.fm/show/1124549378" label A355 = "12/15/2016" label B355 = "PCGame" label C355 = "Bionic Commando Rearmed" label A356 = "12/17/2016" label B356 = "Linux" label C356 = "vbx function [Virtualbox CLI]" label D356 = "RQBy: Schizo" label F356 = "https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g" label A357 = "12/22/2016" label B357 = "Wii" label C357 = "Rayman Origins" label A358 = "12/23/2016" label B358 = "Movie" label C358 = "Top Gun 1986 Special Edition" label A359 = "12/25/2016" label B359 = "Linux" label C359 = "rofi - dmenu launcher replacement" label D359 = "GUI/CLI" label A360 = "12/26/2016" label B360 = "Movie" label C360 = "Black Dynamite (2009)" label A361 = "12/28/2016" label B361 = "Movie" label C361 = "Ben Hur 2016" label A362 = "12/29/2016" label B362 = "Movie" label C362 = "Deepwater Horizon 2016" label A363 = "12/29/2016" label B363 = "Movie" label C363 = "The Accountant 2016" label A364 = "12/30/2016" label B364 = "Movie" label C364 = "The Magnificent Seven 2016" label B365 = "Android" label C365 = "IceCatMobile" label D365 = "Web Browser" label F365 = "https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat" label B366 = "Audiobook" label C366 = "003-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B367 = "Audiobook" label C367 = "004-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B368 = "Audiobook" label C368 = "Darth Plagueis" label B369 = "Audiobook" label C369 = "The Life-Changing Magic of Tidying Up" label B370 = "Comic" label C370 = "Saga" label B371 = "Comic" label C371 = "Walking Dead 157" label B372 = "Comic" label C372 = "X-Men Age of Apocalypse" label B373 = "Comic" label C373 = "Y The Last Man" label B374 = "Linux" label C374 = "Ampache: web based audio/video streaming" label D374 = "WEBUI" label F374 = "http://ampache.org/" label B375 = "Linux" label C375 = "Clonezilla" label B376 = "Linux" label C376 = "CopyQ - Clipboard manager" label D376 = "GUI" label B377 = "Linux" label C377 = "EncFS - an Encrypted Filesystem" label B378 = "Linux" label C378 = "Firejail" label B379 = "Linux" label C379 = "LUKS encryption/ cryptsetup" label D379 = "CLI" label B380 = "Linux" label C380 = "Piwigo is photo gallery software for the web" label D380 = "WEBUI" label F380 = "http://piwigo.org/" label B381 = "Linux" label C381 = "Samba" label D381 = "CLI" label B382 = "Linux" label C382 = "SoundNode - opensource SoundCloud app" label D382 = "GUI" label F382 = "http://www.soundnodeapp.com/" label B383 = "Linux" label C383 = "Vocal - Podcast Client" label D383 = "GUI" label F383 = "http://vocalproject.net/" label B384 = "Linux" label C384 = "albumr - Imgur album downloader" label D384 = "CLI" label F384 = "https://pypi.python.org/pypi/albumr" label B385 = "Linux" label C385 = "alpine" label B386 = "Linux" label C386 = "anamnesis - clipboard manager" label D386 = "GUI" label B387 = "Linux" label C387 = "asciiquarium" label D387 = "TUI" label B388 = "Linux" label C388 = "bulk - bulk rename interactive" label D388 = "Alex Leferry" label F388 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B389 = "Linux" label C389 = "ccze - colorizer" label D389 = "CLI" label B390 = "Linux" label C390 = "centerim5" label D390 = "TUI" label B391 = "Linux" label C391 = "clipmenu - dmenu clipboard manager" label D391 = "GUI" label B392 = "Linux" label C392 = "cvim" label B393 = "Linux" label C393 = "forecash - cashflow forecasting" label D393 = "CLI" label F393 = "https://github.com/fsareshwala/forecash" label B394 = "Linux" label C394 = "fzf-clipboard" label B395 = "Linux" label C395 = "kakoune - vim alternative" label D395 = "Alex Leferry" label F395 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B396 = "Linux" label C396 = "keynav" label B397 = "Linux" label C397 = "krill - rss filter feeds" label D397 = "CLI" label F397 = "https://github.com/p-e-w/krill" label B398 = "Linux" label C398 = "ledger - accounting system" label D398 = "CLI" label F398 = "http://www.ledger-cli.org/" label B399 = "Linux" label C399 = "megadl - mega.co.nz downloader" label D399 = "CLI" label E399 = "wait for 2.0 to have options to download single files from public folder" label B400 = "Linux" label C400 = "mpd + ncmpcpp" label D400 = "CLI/TUI" label B401 = "Linux" label C401 = "newsbeuter macros" label D401 = "CLI" label B402 = "Linux" label C402 = "nmtui" label D402 = "wifi" label B403 = "Linux" label C403 = "nq - queue task" label D403 = "CLI" label B404 = "Linux" label C404 = "open dvd producer - create DVD with menus" label D404 = "GUI" label F404 = "http://opendvdproducer.jonata.org/" label B405 = "Linux" label C405 = "redshift" label D405 = "CLI" label B406 = "Linux" label C406 = "rofi-clipboard" label B407 = "Linux" label C407 = "rofi-locate" label B408 = "Linux" label C408 = "rofi-playonlinux" label B409 = "Linux" label C409 = "rofi-snippet" label B410 = "Linux" label C410 = "rss-bridge" label F410 = "https://github.com/RSS-Bridge/rss-bridge" label B411 = "Linux" label C411 = "screenfetch" label D411 = "CLI" label B412 = "Linux" label C412 = "setxkbmap" label B413 = "Linux" label C413 = "socli - Stack overflow command line client" label D413 = "CLI" label F413 = "https://github.com/gautamkrishnar/socli" label B414 = "Linux" label C414 = "sxhkd" label B415 = "Linux" label C415 = "systemd timers" label B416 = "Linux" label C416 = "taffy - A command-line audio tagging tool" label D416 = "CLI" label F416 = "https://github.com/jangler/taffy" label B417 = "Linux" label C417 = "task spooler multiple instances" label D417 = "CLI" label B418 = "Linux" label C418 = "timertab - manage systemd timers" label F418 = "https://github.com/amlamarra/timertab" label B419 = "Linux" label C419 = "tweeper - a Twitter to RSS web scraper" label D419 = "CLI" label E419 = "https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper" label F419 = "https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/" label B420 = "Linux" label C420 = "veracrypt" label B421 = "Linux" label C421 = "wicd-curses" label D421 = "wifi" label B422 = "Linux" label C422 = "wifi-menu" label D422 = "wifi" label B423 = "Linux" label C423 = "wpa_supplicant " label D423 = "wifi" label B424 = "Linux" label C424 = "wttr - weather info" label D424 = "CLI" label B425 = "Linux" label C425 = "xbindkeys" label B426 = "Linux" label C426 = "xcape" label B427 = "Linux" label C427 = "xchainkeys" label B428 = "Linux" label C428 = "xdo" label B429 = "Linux" label C429 = "xfce4-screenshooter (selection area imgu'')" label D429 = "GUI" label B430 = "Linux" label C430 = "xinput" label B431 = "Linux" label C431 = "xmodmap" label B432 = "Linux" label C432 = "xsendkey" label B433 = "Linux" label C433 = "xsetwacom " label B434 = "Linux" label C434 = "xvkbd" label B435 = "MAME" label C435 = "Baseball Stars 2" label B436 = "Movie" label C436 = "A Christmas Story 1983" label B437 = "Movie" label C437 = "Doctor Strange 2016" label B438 = "Movie" label C438 = "Eternal Sunshine of the Spotless Mind (2004)" label B439 = "Movie" label C439 = "Frozen" label B440 = "Movie" label C440 = "Harry Potter" label B441 = "Movie" label C441 = "Jaws (1975)" label B442 = "Movie" label C442 = "Moana 2016" label B443 = "Movie" label C443 = "Mud 2012" label B444 = "Movie" label C444 = "Pete's Dragon 2016" label B445 = "Movie" label C445 = "Pump Up The Volume 1990" label B446 = "Movie" label C446 = "Snakes on a Plane (2006)" label B447 = "Movie" label C447 = "Snowden 2016" label B448 = "Movie" label C448 = "Swiss Army Man (2016)" label B449 = "Movie" label C449 = "The Legend of Tarzan 2016" label B450 = "Movie" label C450 = "Trainwreck (2015)" label B451 = "Movie" label C451 = "True Romance (1993)" label B452 = "Movie" label C452 = "War Dogs 2016" label B453 = "Music" label C453 = "Ashanti" label B454 = "Music" label C454 = "BackStreet/Dre" label B455 = "Music" label C455 = "Bubba Sparxxx" label B456 = "Music" label C456 = "Ciara" label B457 = "Music" label C457 = "Dido" label B458 = "Music" label C458 = "Dr Dre Instramentals" label B459 = "Music" label C459 = "Gloria Estefan" label B460 = "Music" label C460 = "Juvenile" label B461 = "Music" label C461 = "Meghan Trainor" label B462 = "Music" label C462 = "Petey Pablo" label B463 = "Music" label C463 = "Puff Daddy" label B464 = "Music" label C464 = "Run DMC" label B465 = "Music" label C465 = "Street Fighter" label B466 = "Music" label C466 = "Super Mario World" label B467 = "Music" label C467 = "TLC" label B468 = "Music" label C468 = "Young Buck" label B469 = "NES" label C469 = "Bionic Commando" label B470 = "NES" label C470 = "Contra" label B471 = "NES" label C471 = "Mega Man 2" label B472 = "NES" label C472 = "Palamedes" label D472 = "Puzzle" label B473 = "NES" label C473 = "Super Mario Bros 3" label B474 = "PCGame" label C474 = "Batman: Arkham Asylum" label B475 = "PCGame" label C475 = "Dead or Alive 5 With Nude Patch" label B476 = "PCGame" label C476 = "For Honor" label B477 = "PCGame" label C477 = "Killer Instinct" label B478 = "PCGame" label C478 = "Rise of the Tomb Raider" label B479 = "PCGame" label C479 = "Street Fighter 5" label B480 = "PCGame" label C480 = "The Division" label B481 = "PSX" label C481 = "ESPN Extreme Games" label B482 = "PSX" label C482 = "Street Fighter: The Movie" label B483 = "SNES" label C483 = "Punch Out" label B484 = "TVShow" label C484 = "3% Netflix" label B485 = "TVShow" label C485 = "Alone [History Channel]" label B486 = "TVShow" label C486 = "Black Mirror" label B487 = "TVShow" label C487 = "Roman Empire Reign of Blood" label B488 = "TVShow" label C488 = "Stranger Things" label B489 = "TVShow" label C489 = "The People v. O.J. Simpson: American Crime Story" label B490 = "TVShow" label C490 = "The Wire" label B491 = "TVShow" label C491 = "Westworld" label B492 = "Wii" label C492 = "Kirby Yarn" label B493 = "Wii" label C493 = "Mario Gaxaly" label B494 = "Wii" label C494 = "Punch Out w/ Balance Board" label B495 = "Wii" label C495 = "Resident Evil" label B496 = "Wii" label C496 = "Skate w/ Board" label B497 = "Xbox" label C497 = "Aliens Versus Predator: Extinction" label D497 = "RTS" label B498 = "Xbox" label C498 = "Star Wars Battlefront 2" label D498 = "FPS" label A499 = "01/01/2017" label B499 = "Linux" label C499 = "rofi-surfraw | bookmarks" label D499 = "GUI/CLI" label A500 = "01/01/2017" label B500 = "Movie" label C500 = "Planes Trains & Automoobiles 1987" label A501 = "01/03/2016" label B501 = "TVShow" label C501 = "Quantico Season 2" label A502 = "01/03/2016" label B502 = "Wii" label C502 = "Captain America Super Soldier" label A503 = "01/05/2017" label B503 = "Movie" label C503 = "Mechanic Resurrection 2016" label A504 = "01/06/2017" label B504 = "Movie" label C504 = "Goonies 1985" label A505 = "11/22/2016" label B505 = "Movie" label C505 = "The Core 2003" label A506 = "11/25/2016" label B506 = "Music" label C506 = "Mya" label A507 = "11/28/2016" label B507 = "Movie" label C507 = "Suicide Squad Extended 2016" label A508 = "12/01/2016" label B508 = "Xbox" label C508 = "NFL Street" label A509 = "12/02/2016" label B509 = "TVShow" label C509 = "Mr. Robot S2 last 2 ep" label A510 = "12/03/2016" label B510 = "Android" label C510 = "KingRoot - Root any Phone" label D510 = "might have backdoors?" label A511 = "12/03/2016" label B511 = "Android" label C511 = "Purify - block all apps that sucks battery life" label A512 = "12/03/2016" label B512 = "Android" label C512 = "primative ftpd" label A513 = "12/03/2016" label B513 = "Audiobook" label C513 = "001-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label D513 = "30min" label A514 = "12/03/2016" label B514 = "Audiobook" label C514 = "002-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label A515 = "12/05/2016" label B515 = "NES" label C515 = "Ice Hockey" label A516 = "12/06/2016" label B516 = "MAME" label C516 = "Ninja Baseball Bat Man" label A517 = "12/06/2016" label B517 = "NES" label C517 = "Baseball Stars" label A518 = "12/10/2016" label B518 = "Linux" label C518 = "vimwiki" label D518 = "TUI" label A519 = "12/12/2016" label B519 = "Podcast" label C519 = "PornDirectorPodcast" label F519 = "http://www.porndirectorpodcast.com/main/" label A520 = "12/12/2016" label B520 = "Podcast" label C520 = "The Cine-Files" label F520 = "http://www.podbay.fm/show/1124549378" label A521 = "12/15/2016" label B521 = "PCGame" label C521 = "Bionic Commando Rearmed" label A522 = "12/17/2016" label B522 = "Linux" label C522 = "vbx function [Virtualbox CLI]" label D522 = "RQBy: Schizo" label F522 = "https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g" label A523 = "12/22/2016" label B523 = "Wii" label C523 = "Rayman Origins" label A524 = "12/23/2016" label B524 = "Movie" label C524 = "Top Gun 1986 Special Edition" label A525 = "12/25/2016" label B525 = "Linux" label C525 = "rofi - dmenu launcher replacement" label D525 = "GUI/CLI" label A526 = "12/26/2016" label B526 = "Movie" label C526 = "Black Dynamite (2009)" label A527 = "12/28/2016" label B527 = "Movie" label C527 = "Ben Hur 2016" label A528 = "12/29/2016" label B528 = "Movie" label C528 = "Deepwater Horizon 2016" label A529 = "12/29/2016" label B529 = "Movie" label C529 = "The Accountant 2016" label A530 = "12/30/2016" label B530 = "Movie" label C530 = "The Magnificent Seven 2016" label B531 = "Android" label C531 = "IceCatMobile" label D531 = "Web Browser" label F531 = "https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat" label B532 = "Audiobook" label C532 = "003-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B533 = "Audiobook" label C533 = "004-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B534 = "Audiobook" label C534 = "Darth Plagueis" label B535 = "Audiobook" label C535 = "The Life-Changing Magic of Tidying Up" label B536 = "Comic" label C536 = "Saga" label B537 = "Comic" label C537 = "Walking Dead 157" label B538 = "Comic" label C538 = "X-Men Age of Apocalypse" label B539 = "Comic" label C539 = "Y The Last Man" label B540 = "Linux" label C540 = "Ampache: web based audio/video streaming" label D540 = "WEBUI" label F540 = "http://ampache.org/" label B541 = "Linux" label C541 = "Clonezilla" label B542 = "Linux" label C542 = "CopyQ - Clipboard manager" label D542 = "GUI" label B543 = "Linux" label C543 = "EncFS - an Encrypted Filesystem" label B544 = "Linux" label C544 = "Firejail" label B545 = "Linux" label C545 = "LUKS encryption/ cryptsetup" label D545 = "CLI" label B546 = "Linux" label C546 = "Piwigo is photo gallery software for the web" label D546 = "WEBUI" label F546 = "http://piwigo.org/" label B547 = "Linux" label C547 = "Samba" label D547 = "CLI" label B548 = "Linux" label C548 = "SoundNode - opensource SoundCloud app" label D548 = "GUI" label F548 = "http://www.soundnodeapp.com/" label B549 = "Linux" label C549 = "Vocal - Podcast Client" label D549 = "GUI" label F549 = "http://vocalproject.net/" label B550 = "Linux" label C550 = "albumr - Imgur album downloader" label D550 = "CLI" label F550 = "https://pypi.python.org/pypi/albumr" label B551 = "Linux" label C551 = "alpine" label B552 = "Linux" label C552 = "anamnesis - clipboard manager" label D552 = "GUI" label B553 = "Linux" label C553 = "asciiquarium" label D553 = "TUI" label B554 = "Linux" label C554 = "bulk - bulk rename interactive" label D554 = "Alex Leferry" label F554 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B555 = "Linux" label C555 = "ccze - colorizer" label D555 = "CLI" label B556 = "Linux" label C556 = "centerim5" label D556 = "TUI" label B557 = "Linux" label C557 = "clipmenu - dmenu clipboard manager" label D557 = "GUI" label B558 = "Linux" label C558 = "cvim" label B559 = "Linux" label C559 = "forecash - cashflow forecasting" label D559 = "CLI" label F559 = "https://github.com/fsareshwala/forecash" label B560 = "Linux" label C560 = "fzf-clipboard" label B561 = "Linux" label C561 = "kakoune - vim alternative" label D561 = "Alex Leferry" label F561 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B562 = "Linux" label C562 = "keynav" label B563 = "Linux" label C563 = "krill - rss filter feeds" label D563 = "CLI" label F563 = "https://github.com/p-e-w/krill" label B564 = "Linux" label C564 = "ledger - accounting system" label D564 = "CLI" label F564 = "http://www.ledger-cli.org/" label B565 = "Linux" label C565 = "megadl - mega.co.nz downloader" label D565 = "CLI" label E565 = "wait for 2.0 to have options to download single files from public folder" label B566 = "Linux" label C566 = "mpd + ncmpcpp" label D566 = "CLI/TUI" label B567 = "Linux" label C567 = "newsbeuter macros" label D567 = "CLI" label B568 = "Linux" label C568 = "nmtui" label D568 = "wifi" label B569 = "Linux" label C569 = "nq - queue task" label D569 = "CLI" label B570 = "Linux" label C570 = "open dvd producer - create DVD with menus" label D570 = "GUI" label F570 = "http://opendvdproducer.jonata.org/" label B571 = "Linux" label C571 = "redshift" label D571 = "CLI" label B572 = "Linux" label C572 = "rofi-clipboard" label B573 = "Linux" label C573 = "rofi-locate" label B574 = "Linux" label C574 = "rofi-playonlinux" label B575 = "Linux" label C575 = "rofi-snippet" label B576 = "Linux" label C576 = "rss-bridge" label F576 = "https://github.com/RSS-Bridge/rss-bridge" label B577 = "Linux" label C577 = "screenfetch" label D577 = "CLI" label B578 = "Linux" label C578 = "setxkbmap" label B579 = "Linux" label C579 = "socli - Stack overflow command line client" label D579 = "CLI" label F579 = "https://github.com/gautamkrishnar/socli" label B580 = "Linux" label C580 = "sxhkd" label B581 = "Linux" label C581 = "systemd timers" label B582 = "Linux" label C582 = "taffy - A command-line audio tagging tool" label D582 = "CLI" label F582 = "https://github.com/jangler/taffy" label B583 = "Linux" label C583 = "task spooler multiple instances" label D583 = "CLI" label B584 = "Linux" label C584 = "timertab - manage systemd timers" label F584 = "https://github.com/amlamarra/timertab" label B585 = "Linux" label C585 = "tweeper - a Twitter to RSS web scraper" label D585 = "CLI" label E585 = "https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper" label F585 = "https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/" label B586 = "Linux" label C586 = "veracrypt" label B587 = "Linux" label C587 = "wicd-curses" label D587 = "wifi" label B588 = "Linux" label C588 = "wifi-menu" label D588 = "wifi" label B589 = "Linux" label C589 = "wpa_supplicant " label D589 = "wifi" label B590 = "Linux" label C590 = "wttr - weather info" label D590 = "CLI" label B591 = "Linux" label C591 = "xbindkeys" label B592 = "Linux" label C592 = "xcape" label B593 = "Linux" label C593 = "xchainkeys" label B594 = "Linux" label C594 = "xdo" label B595 = "Linux" label C595 = "xfce4-screenshooter (selection area imgu'')" label D595 = "GUI" label B596 = "Linux" label C596 = "xinput" label B597 = "Linux" label C597 = "xmodmap" label B598 = "Linux" label C598 = "xsendkey" label B599 = "Linux" label C599 = "xsetwacom " label B600 = "Linux" label C600 = "xvkbd" label B601 = "MAME" label C601 = "Baseball Stars 2" label B602 = "Movie" label C602 = "A Christmas Story 1983" label B603 = "Movie" label C603 = "Doctor Strange 2016" label B604 = "Movie" label C604 = "Eternal Sunshine of the Spotless Mind (2004)" label B605 = "Movie" label C605 = "Frozen" label B606 = "Movie" label C606 = "Harry Potter" label B607 = "Movie" label C607 = "Jaws (1975)" label B608 = "Movie" label C608 = "Moana 2016" label B609 = "Movie" label C609 = "Mud 2012" label B610 = "Movie" label C610 = "Pete's Dragon 2016" label B611 = "Movie" label C611 = "Pump Up The Volume 1990" label B612 = "Movie" label C612 = "Snakes on a Plane (2006)" label B613 = "Movie" label C613 = "Snowden 2016" label B614 = "Movie" label C614 = "Swiss Army Man (2016)" label B615 = "Movie" label C615 = "The Legend of Tarzan 2016" label B616 = "Movie" label C616 = "Trainwreck (2015)" label B617 = "Movie" label C617 = "True Romance (1993)" label B618 = "Movie" label C618 = "War Dogs 2016" label B619 = "Music" label C619 = "Ashanti" label B620 = "Music" label C620 = "BackStreet/Dre" label B621 = "Music" label C621 = "Bubba Sparxxx" label B622 = "Music" label C622 = "Ciara" label B623 = "Music" label C623 = "Dido" label B624 = "Music" label C624 = "Dr Dre Instramentals" label B625 = "Music" label C625 = "Gloria Estefan" label B626 = "Music" label C626 = "Juvenile" label B627 = "Music" label C627 = "Meghan Trainor" label B628 = "Music" label C628 = "Petey Pablo" label B629 = "Music" label C629 = "Puff Daddy" label B630 = "Music" label C630 = "Run DMC" label B631 = "Music" label C631 = "Street Fighter" label B632 = "Music" label C632 = "Super Mario World" label B633 = "Music" label C633 = "TLC" label B634 = "Music" label C634 = "Young Buck" label B635 = "NES" label C635 = "Bionic Commando" label B636 = "NES" label C636 = "Contra" label B637 = "NES" label C637 = "Mega Man 2" label B638 = "NES" label C638 = "Palamedes" label D638 = "Puzzle" label B639 = "NES" label C639 = "Super Mario Bros 3" label B640 = "PCGame" label C640 = "Batman: Arkham Asylum" label B641 = "PCGame" label C641 = "Dead or Alive 5 With Nude Patch" label B642 = "PCGame" label C642 = "For Honor" label B643 = "PCGame" label C643 = "Killer Instinct" label B644 = "PCGame" label C644 = "Rise of the Tomb Raider" label B645 = "PCGame" label C645 = "Street Fighter 5" label B646 = "PCGame" label C646 = "The Division" label B647 = "PSX" label C647 = "ESPN Extreme Games" label B648 = "PSX" label C648 = "Street Fighter: The Movie" label B649 = "SNES" label C649 = "Punch Out" label B650 = "TVShow" label C650 = "3% Netflix" label B651 = "TVShow" label C651 = "Alone [History Channel]" label B652 = "TVShow" label C652 = "Black Mirror" label B653 = "TVShow" label C653 = "Roman Empire Reign of Blood" label B654 = "TVShow" label C654 = "Stranger Things" label B655 = "TVShow" label C655 = "The People v. O.J. Simpson: American Crime Story" label B656 = "TVShow" label C656 = "The Wire" label B657 = "TVShow" label C657 = "Westworld" label B658 = "Wii" label C658 = "Kirby Yarn" label B659 = "Wii" label C659 = "Mario Gaxaly" label B660 = "Wii" label C660 = "Punch Out w/ Balance Board" label B661 = "Wii" label C661 = "Resident Evil" label B662 = "Wii" label C662 = "Skate w/ Board" label B663 = "Xbox" label C663 = "Aliens Versus Predator: Extinction" label D663 = "RTS" label B664 = "Xbox" label C664 = "Star Wars Battlefront 2" label D664 = "FPS" label A665 = "01/01/2017" label B665 = "Linux" label C665 = "rofi-surfraw | bookmarks" label D665 = "GUI/CLI" label A666 = "01/01/2017" label B666 = "Movie" label C666 = "Planes Trains & Automoobiles 1987" label A667 = "01/03/2016" label B667 = "TVShow" label C667 = "Quantico Season 2" label A668 = "01/03/2016" label B668 = "Wii" label C668 = "Captain America Super Soldier" label A669 = "01/05/2017" label B669 = "Movie" label C669 = "Mechanic Resurrection 2016" label A670 = "01/06/2017" label B670 = "Movie" label C670 = "Goonies 1985" label A671 = "11/22/2016" label B671 = "Movie" label C671 = "The Core 2003" label A672 = "11/25/2016" label B672 = "Music" label C672 = "Mya" label A673 = "11/28/2016" label B673 = "Movie" label C673 = "Suicide Squad Extended 2016" label A674 = "12/01/2016" label B674 = "Xbox" label C674 = "NFL Street" label A675 = "12/02/2016" label B675 = "TVShow" label C675 = "Mr. Robot S2 last 2 ep" label A676 = "12/03/2016" label B676 = "Android" label C676 = "KingRoot - Root any Phone" label D676 = "might have backdoors?" label A677 = "12/03/2016" label B677 = "Android" label C677 = "Purify - block all apps that sucks battery life" label A678 = "12/03/2016" label B678 = "Android" label C678 = "primative ftpd" label A679 = "12/03/2016" label B679 = "Audiobook" label C679 = "001-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label D679 = "30min" label A680 = "12/03/2016" label B680 = "Audiobook" label C680 = "002-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label A681 = "12/05/2016" label B681 = "NES" label C681 = "Ice Hockey" label A682 = "12/06/2016" label B682 = "MAME" label C682 = "Ninja Baseball Bat Man" label A683 = "12/06/2016" label B683 = "NES" label C683 = "Baseball Stars" label A684 = "12/10/2016" label B684 = "Linux" label C684 = "vimwiki" label D684 = "TUI" label A685 = "12/12/2016" label B685 = "Podcast" label C685 = "PornDirectorPodcast" label F685 = "http://www.porndirectorpodcast.com/main/" label A686 = "12/12/2016" label B686 = "Podcast" label C686 = "The Cine-Files" label F686 = "http://www.podbay.fm/show/1124549378" label A687 = "12/15/2016" label B687 = "PCGame" label C687 = "Bionic Commando Rearmed" label A688 = "12/17/2016" label B688 = "Linux" label C688 = "vbx function [Virtualbox CLI]" label D688 = "RQBy: Schizo" label F688 = "https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g" label A689 = "12/22/2016" label B689 = "Wii" label C689 = "Rayman Origins" label A690 = "12/23/2016" label B690 = "Movie" label C690 = "Top Gun 1986 Special Edition" label A691 = "12/25/2016" label B691 = "Linux" label C691 = "rofi - dmenu launcher replacement" label D691 = "GUI/CLI" label A692 = "12/26/2016" label B692 = "Movie" label C692 = "Black Dynamite (2009)" label A693 = "12/28/2016" label B693 = "Movie" label C693 = "Ben Hur 2016" label A694 = "12/29/2016" label B694 = "Movie" label C694 = "Deepwater Horizon 2016" label A695 = "12/29/2016" label B695 = "Movie" label C695 = "The Accountant 2016" label A696 = "12/30/2016" label B696 = "Movie" label C696 = "The Magnificent Seven 2016" label B697 = "Android" label C697 = "IceCatMobile" label D697 = "Web Browser" label F697 = "https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat" label B698 = "Audiobook" label C698 = "003-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B699 = "Audiobook" label C699 = "004-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B700 = "Audiobook" label C700 = "Darth Plagueis" label B701 = "Audiobook" label C701 = "The Life-Changing Magic of Tidying Up" label B702 = "Comic" label C702 = "Saga" label B703 = "Comic" label C703 = "Walking Dead 157" label B704 = "Comic" label C704 = "X-Men Age of Apocalypse" label B705 = "Comic" label C705 = "Y The Last Man" label B706 = "Linux" label C706 = "Ampache: web based audio/video streaming" label D706 = "WEBUI" label F706 = "http://ampache.org/" label B707 = "Linux" label C707 = "Clonezilla" label B708 = "Linux" label C708 = "CopyQ - Clipboard manager" label D708 = "GUI" label B709 = "Linux" label C709 = "EncFS - an Encrypted Filesystem" label B710 = "Linux" label C710 = "Firejail" label B711 = "Linux" label C711 = "LUKS encryption/ cryptsetup" label D711 = "CLI" label B712 = "Linux" label C712 = "Piwigo is photo gallery software for the web" label D712 = "WEBUI" label F712 = "http://piwigo.org/" label B713 = "Linux" label C713 = "Samba" label D713 = "CLI" label B714 = "Linux" label C714 = "SoundNode - opensource SoundCloud app" label D714 = "GUI" label F714 = "http://www.soundnodeapp.com/" label B715 = "Linux" label C715 = "Vocal - Podcast Client" label D715 = "GUI" label F715 = "http://vocalproject.net/" label B716 = "Linux" label C716 = "albumr - Imgur album downloader" label D716 = "CLI" label F716 = "https://pypi.python.org/pypi/albumr" label B717 = "Linux" label C717 = "alpine" label B718 = "Linux" label C718 = "anamnesis - clipboard manager" label D718 = "GUI" label B719 = "Linux" label C719 = "asciiquarium" label D719 = "TUI" label B720 = "Linux" label C720 = "bulk - bulk rename interactive" label D720 = "Alex Leferry" label F720 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B721 = "Linux" label C721 = "ccze - colorizer" label D721 = "CLI" label B722 = "Linux" label C722 = "centerim5" label D722 = "TUI" label B723 = "Linux" label C723 = "clipmenu - dmenu clipboard manager" label D723 = "GUI" label B724 = "Linux" label C724 = "cvim" label B725 = "Linux" label C725 = "forecash - cashflow forecasting" label D725 = "CLI" label F725 = "https://github.com/fsareshwala/forecash" label B726 = "Linux" label C726 = "fzf-clipboard" label B727 = "Linux" label C727 = "kakoune - vim alternative" label D727 = "Alex Leferry" label F727 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B728 = "Linux" label C728 = "keynav" label B729 = "Linux" label C729 = "krill - rss filter feeds" label D729 = "CLI" label F729 = "https://github.com/p-e-w/krill" label B730 = "Linux" label C730 = "ledger - accounting system" label D730 = "CLI" label F730 = "http://www.ledger-cli.org/" label B731 = "Linux" label C731 = "megadl - mega.co.nz downloader" label D731 = "CLI" label E731 = "wait for 2.0 to have options to download single files from public folder" label B732 = "Linux" label C732 = "mpd + ncmpcpp" label D732 = "CLI/TUI" label B733 = "Linux" label C733 = "newsbeuter macros" label D733 = "CLI" label B734 = "Linux" label C734 = "nmtui" label D734 = "wifi" label B735 = "Linux" label C735 = "nq - queue task" label D735 = "CLI" label B736 = "Linux" label C736 = "open dvd producer - create DVD with menus" label D736 = "GUI" label F736 = "http://opendvdproducer.jonata.org/" label B737 = "Linux" label C737 = "redshift" label D737 = "CLI" label B738 = "Linux" label C738 = "rofi-clipboard" label B739 = "Linux" label C739 = "rofi-locate" label B740 = "Linux" label C740 = "rofi-playonlinux" label B741 = "Linux" label C741 = "rofi-snippet" label B742 = "Linux" label C742 = "rss-bridge" label F742 = "https://github.com/RSS-Bridge/rss-bridge" label B743 = "Linux" label C743 = "screenfetch" label D743 = "CLI" label B744 = "Linux" label C744 = "setxkbmap" label B745 = "Linux" label C745 = "socli - Stack overflow command line client" label D745 = "CLI" label F745 = "https://github.com/gautamkrishnar/socli" label B746 = "Linux" label C746 = "sxhkd" label B747 = "Linux" label C747 = "systemd timers" label B748 = "Linux" label C748 = "taffy - A command-line audio tagging tool" label D748 = "CLI" label F748 = "https://github.com/jangler/taffy" label B749 = "Linux" label C749 = "task spooler multiple instances" label D749 = "CLI" label B750 = "Linux" label C750 = "timertab - manage systemd timers" label F750 = "https://github.com/amlamarra/timertab" label B751 = "Linux" label C751 = "tweeper - a Twitter to RSS web scraper" label D751 = "CLI" label E751 = "https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper" label F751 = "https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/" label B752 = "Linux" label C752 = "veracrypt" label B753 = "Linux" label C753 = "wicd-curses" label D753 = "wifi" label B754 = "Linux" label C754 = "wifi-menu" label D754 = "wifi" label B755 = "Linux" label C755 = "wpa_supplicant " label D755 = "wifi" label B756 = "Linux" label C756 = "wttr - weather info" label D756 = "CLI" label B757 = "Linux" label C757 = "xbindkeys" label B758 = "Linux" label C758 = "xcape" label B759 = "Linux" label C759 = "xchainkeys" label B760 = "Linux" label C760 = "xdo" label B761 = "Linux" label C761 = "xfce4-screenshooter (selection area imgu'')" label D761 = "GUI" label B762 = "Linux" label C762 = "xinput" label B763 = "Linux" label C763 = "xmodmap" label B764 = "Linux" label C764 = "xsendkey" label B765 = "Linux" label C765 = "xsetwacom " label B766 = "Linux" label C766 = "xvkbd" label B767 = "MAME" label C767 = "Baseball Stars 2" label B768 = "Movie" label C768 = "A Christmas Story 1983" label B769 = "Movie" label C769 = "Doctor Strange 2016" label B770 = "Movie" label C770 = "Eternal Sunshine of the Spotless Mind (2004)" label B771 = "Movie" label C771 = "Frozen" label B772 = "Movie" label C772 = "Harry Potter" label B773 = "Movie" label C773 = "Jaws (1975)" label B774 = "Movie" label C774 = "Moana 2016" label B775 = "Movie" label C775 = "Mud 2012" label B776 = "Movie" label C776 = "Pete's Dragon 2016" label B777 = "Movie" label C777 = "Pump Up The Volume 1990" label B778 = "Movie" label C778 = "Snakes on a Plane (2006)" label B779 = "Movie" label C779 = "Snowden 2016" label B780 = "Movie" label C780 = "Swiss Army Man (2016)" label B781 = "Movie" label C781 = "The Legend of Tarzan 2016" label B782 = "Movie" label C782 = "Trainwreck (2015)" label B783 = "Movie" label C783 = "True Romance (1993)" label B784 = "Movie" label C784 = "War Dogs 2016" label B785 = "Music" label C785 = "Ashanti" label B786 = "Music" label C786 = "BackStreet/Dre" label B787 = "Music" label C787 = "Bubba Sparxxx" label B788 = "Music" label C788 = "Ciara" label B789 = "Music" label C789 = "Dido" label B790 = "Music" label C790 = "Dr Dre Instramentals" label B791 = "Music" label C791 = "Gloria Estefan" label B792 = "Music" label C792 = "Juvenile" label B793 = "Music" label C793 = "Meghan Trainor" label B794 = "Music" label C794 = "Petey Pablo" label B795 = "Music" label C795 = "Puff Daddy" label B796 = "Music" label C796 = "Run DMC" label B797 = "Music" label C797 = "Street Fighter" label B798 = "Music" label C798 = "Super Mario World" label B799 = "Music" label C799 = "TLC" label B800 = "Music" label C800 = "Young Buck" label B801 = "NES" label C801 = "Bionic Commando" label B802 = "NES" label C802 = "Contra" label B803 = "NES" label C803 = "Mega Man 2" label B804 = "NES" label C804 = "Palamedes" label D804 = "Puzzle" label B805 = "NES" label C805 = "Super Mario Bros 3" label B806 = "PCGame" label C806 = "Batman: Arkham Asylum" label B807 = "PCGame" label C807 = "Dead or Alive 5 With Nude Patch" label B808 = "PCGame" label C808 = "For Honor" label B809 = "PCGame" label C809 = "Killer Instinct" label B810 = "PCGame" label C810 = "Rise of the Tomb Raider" label B811 = "PCGame" label C811 = "Street Fighter 5" label B812 = "PCGame" label C812 = "The Division" label B813 = "PSX" label C813 = "ESPN Extreme Games" label B814 = "PSX" label C814 = "Street Fighter: The Movie" label B815 = "SNES" label C815 = "Punch Out" label B816 = "TVShow" label C816 = "3% Netflix" label B817 = "TVShow" label C817 = "Alone [History Channel]" label B818 = "TVShow" label C818 = "Black Mirror" label B819 = "TVShow" label C819 = "Roman Empire Reign of Blood" label B820 = "TVShow" label C820 = "Stranger Things" label B821 = "TVShow" label C821 = "The People v. O.J. Simpson: American Crime Story" label B822 = "TVShow" label C822 = "The Wire" label B823 = "TVShow" label C823 = "Westworld" label B824 = "Wii" label C824 = "Kirby Yarn" label B825 = "Wii" label C825 = "Mario Gaxaly" label B826 = "Wii" label C826 = "Punch Out w/ Balance Board" label B827 = "Wii" label C827 = "Resident Evil" label B828 = "Wii" label C828 = "Skate w/ Board" label B829 = "Xbox" label C829 = "Aliens Versus Predator: Extinction" label D829 = "RTS" label B830 = "Xbox" label C830 = "Star Wars Battlefront 2" label D830 = "FPS" label A831 = "01/01/2017" label B831 = "Linux" label C831 = "rofi-surfraw | bookmarks" label D831 = "GUI/CLI" label A832 = "01/01/2017" label B832 = "Movie" label C832 = "Planes Trains & Automoobiles 1987" label A833 = "01/03/2016" label B833 = "TVShow" label C833 = "Quantico Season 2" label A834 = "01/03/2016" label B834 = "Wii" label C834 = "Captain America Super Soldier" label A835 = "01/05/2017" label B835 = "Movie" label C835 = "Mechanic Resurrection 2016" label A836 = "01/06/2017" label B836 = "Movie" label C836 = "Goonies 1985" label A837 = "11/22/2016" label B837 = "Movie" label C837 = "The Core 2003" label A838 = "11/25/2016" label B838 = "Music" label C838 = "Mya" label A839 = "11/28/2016" label B839 = "Movie" label C839 = "Suicide Squad Extended 2016" label A840 = "12/01/2016" label B840 = "Xbox" label C840 = "NFL Street" label A841 = "12/02/2016" label B841 = "TVShow" label C841 = "Mr. Robot S2 last 2 ep" label A842 = "12/03/2016" label B842 = "Android" label C842 = "KingRoot - Root any Phone" label D842 = "might have backdoors?" label A843 = "12/03/2016" label B843 = "Android" label C843 = "Purify - block all apps that sucks battery life" label A844 = "12/03/2016" label B844 = "Android" label C844 = "primative ftpd" label A845 = "12/03/2016" label B845 = "Audiobook" label C845 = "001-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label D845 = "30min" label A846 = "12/03/2016" label B846 = "Audiobook" label C846 = "002-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label A847 = "12/05/2016" label B847 = "NES" label C847 = "Ice Hockey" label A848 = "12/06/2016" label B848 = "MAME" label C848 = "Ninja Baseball Bat Man" label A849 = "12/06/2016" label B849 = "NES" label C849 = "Baseball Stars" label A850 = "12/10/2016" label B850 = "Linux" label C850 = "vimwiki" label D850 = "TUI" label A851 = "12/12/2016" label B851 = "Podcast" label C851 = "PornDirectorPodcast" label F851 = "http://www.porndirectorpodcast.com/main/" label A852 = "12/12/2016" label B852 = "Podcast" label C852 = "The Cine-Files" label F852 = "http://www.podbay.fm/show/1124549378" label A853 = "12/15/2016" label B853 = "PCGame" label C853 = "Bionic Commando Rearmed" label A854 = "12/17/2016" label B854 = "Linux" label C854 = "vbx function [Virtualbox CLI]" label D854 = "RQBy: Schizo" label F854 = "https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g" label A855 = "12/22/2016" label B855 = "Wii" label C855 = "Rayman Origins" label A856 = "12/23/2016" label B856 = "Movie" label C856 = "Top Gun 1986 Special Edition" label A857 = "12/25/2016" label B857 = "Linux" label C857 = "rofi - dmenu launcher replacement" label D857 = "GUI/CLI" label A858 = "12/26/2016" label B858 = "Movie" label C858 = "Black Dynamite (2009)" label A859 = "12/28/2016" label B859 = "Movie" label C859 = "Ben Hur 2016" label A860 = "12/29/2016" label B860 = "Movie" label C860 = "Deepwater Horizon 2016" label A861 = "12/29/2016" label B861 = "Movie" label C861 = "The Accountant 2016" label A862 = "12/30/2016" label B862 = "Movie" label C862 = "The Magnificent Seven 2016" label B863 = "Android" label C863 = "IceCatMobile" label D863 = "Web Browser" label F863 = "https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat" label B864 = "Audiobook" label C864 = "003-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B865 = "Audiobook" label C865 = "004-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B866 = "Audiobook" label C866 = "Darth Plagueis" label B867 = "Audiobook" label C867 = "The Life-Changing Magic of Tidying Up" label B868 = "Comic" label C868 = "Saga" label B869 = "Comic" label C869 = "Walking Dead 157" label B870 = "Comic" label C870 = "X-Men Age of Apocalypse" label B871 = "Comic" label C871 = "Y The Last Man" label B872 = "Linux" label C872 = "Ampache: web based audio/video streaming" label D872 = "WEBUI" label F872 = "http://ampache.org/" label B873 = "Linux" label C873 = "Clonezilla" label B874 = "Linux" label C874 = "CopyQ - Clipboard manager" label D874 = "GUI" label B875 = "Linux" label C875 = "EncFS - an Encrypted Filesystem" label B876 = "Linux" label C876 = "Firejail" label B877 = "Linux" label C877 = "LUKS encryption/ cryptsetup" label D877 = "CLI" label B878 = "Linux" label C878 = "Piwigo is photo gallery software for the web" label D878 = "WEBUI" label F878 = "http://piwigo.org/" label B879 = "Linux" label C879 = "Samba" label D879 = "CLI" label B880 = "Linux" label C880 = "SoundNode - opensource SoundCloud app" label D880 = "GUI" label F880 = "http://www.soundnodeapp.com/" label B881 = "Linux" label C881 = "Vocal - Podcast Client" label D881 = "GUI" label F881 = "http://vocalproject.net/" label B882 = "Linux" label C882 = "albumr - Imgur album downloader" label D882 = "CLI" label F882 = "https://pypi.python.org/pypi/albumr" label B883 = "Linux" label C883 = "alpine" label B884 = "Linux" label C884 = "anamnesis - clipboard manager" label D884 = "GUI" label B885 = "Linux" label C885 = "asciiquarium" label D885 = "TUI" label B886 = "Linux" label C886 = "bulk - bulk rename interactive" label D886 = "Alex Leferry" label F886 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B887 = "Linux" label C887 = "ccze - colorizer" label D887 = "CLI" label B888 = "Linux" label C888 = "centerim5" label D888 = "TUI" label B889 = "Linux" label C889 = "clipmenu - dmenu clipboard manager" label D889 = "GUI" label B890 = "Linux" label C890 = "cvim" label B891 = "Linux" label C891 = "forecash - cashflow forecasting" label D891 = "CLI" label F891 = "https://github.com/fsareshwala/forecash" label B892 = "Linux" label C892 = "fzf-clipboard" label B893 = "Linux" label C893 = "kakoune - vim alternative" label D893 = "Alex Leferry" label F893 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B894 = "Linux" label C894 = "keynav" label B895 = "Linux" label C895 = "krill - rss filter feeds" label D895 = "CLI" label F895 = "https://github.com/p-e-w/krill" label B896 = "Linux" label C896 = "ledger - accounting system" label D896 = "CLI" label F896 = "http://www.ledger-cli.org/" label B897 = "Linux" label C897 = "megadl - mega.co.nz downloader" label D897 = "CLI" label E897 = "wait for 2.0 to have options to download single files from public folder" label B898 = "Linux" label C898 = "mpd + ncmpcpp" label D898 = "CLI/TUI" label B899 = "Linux" label C899 = "newsbeuter macros" label D899 = "CLI" label B900 = "Linux" label C900 = "nmtui" label D900 = "wifi" label B901 = "Linux" label C901 = "nq - queue task" label D901 = "CLI" label B902 = "Linux" label C902 = "open dvd producer - create DVD with menus" label D902 = "GUI" label F902 = "http://opendvdproducer.jonata.org/" label B903 = "Linux" label C903 = "redshift" label D903 = "CLI" label B904 = "Linux" label C904 = "rofi-clipboard" label B905 = "Linux" label C905 = "rofi-locate" label B906 = "Linux" label C906 = "rofi-playonlinux" label B907 = "Linux" label C907 = "rofi-snippet" label B908 = "Linux" label C908 = "rss-bridge" label F908 = "https://github.com/RSS-Bridge/rss-bridge" label B909 = "Linux" label C909 = "screenfetch" label D909 = "CLI" label B910 = "Linux" label C910 = "setxkbmap" label B911 = "Linux" label C911 = "socli - Stack overflow command line client" label D911 = "CLI" label F911 = "https://github.com/gautamkrishnar/socli" label B912 = "Linux" label C912 = "sxhkd" label B913 = "Linux" label C913 = "systemd timers" label B914 = "Linux" label C914 = "taffy - A command-line audio tagging tool" label D914 = "CLI" label F914 = "https://github.com/jangler/taffy" label B915 = "Linux" label C915 = "task spooler multiple instances" label D915 = "CLI" label B916 = "Linux" label C916 = "timertab - manage systemd timers" label F916 = "https://github.com/amlamarra/timertab" label B917 = "Linux" label C917 = "tweeper - a Twitter to RSS web scraper" label D917 = "CLI" label E917 = "https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper" label F917 = "https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/" label B918 = "Linux" label C918 = "veracrypt" label B919 = "Linux" label C919 = "wicd-curses" label D919 = "wifi" label B920 = "Linux" label C920 = "wifi-menu" label D920 = "wifi" label B921 = "Linux" label C921 = "wpa_supplicant " label D921 = "wifi" label B922 = "Linux" label C922 = "wttr - weather info" label D922 = "CLI" label B923 = "Linux" label C923 = "xbindkeys" label B924 = "Linux" label C924 = "xcape" label B925 = "Linux" label C925 = "xchainkeys" label B926 = "Linux" label C926 = "xdo" label B927 = "Linux" label C927 = "xfce4-screenshooter (selection area imgu'')" label D927 = "GUI" label B928 = "Linux" label C928 = "xinput" label B929 = "Linux" label C929 = "xmodmap" label B930 = "Linux" label C930 = "xsendkey" label B931 = "Linux" label C931 = "xsetwacom " label B932 = "Linux" label C932 = "xvkbd" label B933 = "MAME" label C933 = "Baseball Stars 2" label B934 = "Movie" label C934 = "A Christmas Story 1983" label B935 = "Movie" label C935 = "Doctor Strange 2016" label B936 = "Movie" label C936 = "Eternal Sunshine of the Spotless Mind (2004)" label B937 = "Movie" label C937 = "Frozen" label B938 = "Movie" label C938 = "Harry Potter" label B939 = "Movie" label C939 = "Jaws (1975)" label B940 = "Movie" label C940 = "Moana 2016" label B941 = "Movie" label C941 = "Mud 2012" label B942 = "Movie" label C942 = "Pete's Dragon 2016" label B943 = "Movie" label C943 = "Pump Up The Volume 1990" label B944 = "Movie" label C944 = "Snakes on a Plane (2006)" label B945 = "Movie" label C945 = "Snowden 2016" label B946 = "Movie" label C946 = "Swiss Army Man (2016)" label B947 = "Movie" label C947 = "The Legend of Tarzan 2016" label B948 = "Movie" label C948 = "Trainwreck (2015)" label B949 = "Movie" label C949 = "True Romance (1993)" label B950 = "Movie" label C950 = "War Dogs 2016" label B951 = "Music" label C951 = "Ashanti" label B952 = "Music" label C952 = "BackStreet/Dre" label B953 = "Music" label C953 = "Bubba Sparxxx" label B954 = "Music" label C954 = "Ciara" label B955 = "Music" label C955 = "Dido" label B956 = "Music" label C956 = "Dr Dre Instramentals" label B957 = "Music" label C957 = "Gloria Estefan" label B958 = "Music" label C958 = "Juvenile" label B959 = "Music" label C959 = "Meghan Trainor" label B960 = "Music" label C960 = "Petey Pablo" label B961 = "Music" label C961 = "Puff Daddy" label B962 = "Music" label C962 = "Run DMC" label B963 = "Music" label C963 = "Street Fighter" label B964 = "Music" label C964 = "Super Mario World" label B965 = "Music" label C965 = "TLC" label B966 = "Music" label C966 = "Young Buck" label B967 = "NES" label C967 = "Bionic Commando" label B968 = "NES" label C968 = "Contra" label B969 = "NES" label C969 = "Mega Man 2" label B970 = "NES" label C970 = "Palamedes" label D970 = "Puzzle" label B971 = "NES" label C971 = "Super Mario Bros 3" label B972 = "PCGame" label C972 = "Batman: Arkham Asylum" label B973 = "PCGame" label C973 = "Dead or Alive 5 With Nude Patch" label B974 = "PCGame" label C974 = "For Honor" label B975 = "PCGame" label C975 = "Killer Instinct" label B976 = "PCGame" label C976 = "Rise of the Tomb Raider" label B977 = "PCGame" label C977 = "Street Fighter 5" label B978 = "PCGame" label C978 = "The Division" label B979 = "PSX" label C979 = "ESPN Extreme Games" label B980 = "PSX" label C980 = "Street Fighter: The Movie" label B981 = "SNES" label C981 = "Punch Out" label B982 = "TVShow" label C982 = "3% Netflix" label B983 = "TVShow" label C983 = "Alone [History Channel]" label B984 = "TVShow" label C984 = "Black Mirror" label B985 = "TVShow" label C985 = "Roman Empire Reign of Blood" label B986 = "TVShow" label C986 = "Stranger Things" label B987 = "TVShow" label C987 = "The People v. O.J. Simpson: American Crime Story" label B988 = "TVShow" label C988 = "The Wire" label B989 = "TVShow" label C989 = "Westworld" label B990 = "Wii" label C990 = "Kirby Yarn" label B991 = "Wii" label C991 = "Mario Gaxaly" label B992 = "Wii" label C992 = "Punch Out w/ Balance Board" label B993 = "Wii" label C993 = "Resident Evil" label B994 = "Wii" label C994 = "Skate w/ Board" label B995 = "Xbox" label C995 = "Aliens Versus Predator: Extinction" label D995 = "RTS" label B996 = "Xbox" label C996 = "Star Wars Battlefront 2" label D996 = "FPS" label A997 = "01/01/2017" label B997 = "Linux" label C997 = "rofi-surfraw | bookmarks" label D997 = "GUI/CLI" label A998 = "01/01/2017" label B998 = "Movie" label C998 = "Planes Trains & Automoobiles 1987" label A999 = "01/03/2016" label B999 = "TVShow" label C999 = "Quantico Season 2" label A1000 = "01/03/2016" label B1000 = "Wii" label C1000 = "Captain America Super Soldier" label A1001 = "01/05/2017" label B1001 = "Movie" label C1001 = "Mechanic Resurrection 2016" label A1002 = "01/06/2017" label B1002 = "Movie" label C1002 = "Goonies 1985" label A1003 = "11/22/2016" label B1003 = "Movie" label C1003 = "The Core 2003" label A1004 = "11/25/2016" label B1004 = "Music" label C1004 = "Mya" label A1005 = "11/28/2016" label B1005 = "Movie" label C1005 = "Suicide Squad Extended 2016" label A1006 = "12/01/2016" label B1006 = "Xbox" label C1006 = "NFL Street" label A1007 = "12/02/2016" label B1007 = "TVShow" label C1007 = "Mr. Robot S2 last 2 ep" label A1008 = "12/03/2016" label B1008 = "Android" label C1008 = "KingRoot - Root any Phone" label D1008 = "might have backdoors?" label A1009 = "12/03/2016" label B1009 = "Android" label C1009 = "Purify - block all apps that sucks battery life" label A1010 = "12/03/2016" label B1010 = "Android" label C1010 = "primative ftpd" label A1011 = "12/03/2016" label B1011 = "Audiobook" label C1011 = "001-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label D1011 = "30min" label A1012 = "12/03/2016" label B1012 = "Audiobook" label C1012 = "002-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label A1013 = "12/05/2016" label B1013 = "NES" label C1013 = "Ice Hockey" label A1014 = "12/06/2016" label B1014 = "MAME" label C1014 = "Ninja Baseball Bat Man" label A1015 = "12/06/2016" label B1015 = "NES" label C1015 = "Baseball Stars" label A1016 = "12/10/2016" label B1016 = "Linux" label C1016 = "vimwiki" label D1016 = "TUI" label A1017 = "12/12/2016" label B1017 = "Podcast" label C1017 = "PornDirectorPodcast" label F1017 = "http://www.porndirectorpodcast.com/main/" label A1018 = "12/12/2016" label B1018 = "Podcast" label C1018 = "The Cine-Files" label F1018 = "http://www.podbay.fm/show/1124549378" label A1019 = "12/15/2016" label B1019 = "PCGame" label C1019 = "Bionic Commando Rearmed" label A1020 = "12/17/2016" label B1020 = "Linux" label C1020 = "vbx function [Virtualbox CLI]" label D1020 = "RQBy: Schizo" label F1020 = "https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g" label A1021 = "12/22/2016" label B1021 = "Wii" label C1021 = "Rayman Origins" label A1022 = "12/23/2016" label B1022 = "Movie" label C1022 = "Top Gun 1986 Special Edition" label A1023 = "12/25/2016" label B1023 = "Linux" label C1023 = "rofi - dmenu launcher replacement" label D1023 = "GUI/CLI" label A1024 = "12/26/2016" label B1024 = "Movie" label C1024 = "Black Dynamite (2009)" label A1025 = "12/28/2016" label B1025 = "Movie" label C1025 = "Ben Hur 2016" label A1026 = "12/29/2016" label B1026 = "Movie" label C1026 = "Deepwater Horizon 2016" label A1027 = "12/29/2016" label B1027 = "Movie" label C1027 = "The Accountant 2016" label A1028 = "12/30/2016" label B1028 = "Movie" label C1028 = "The Magnificent Seven 2016" label B1029 = "Android" label C1029 = "IceCatMobile" label D1029 = "Web Browser" label F1029 = "https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat" label B1030 = "Audiobook" label C1030 = "003-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B1031 = "Audiobook" label C1031 = "004-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B1032 = "Audiobook" label C1032 = "Darth Plagueis" label B1033 = "Audiobook" label C1033 = "The Life-Changing Magic of Tidying Up" label B1034 = "Comic" label C1034 = "Saga" label B1035 = "Comic" label C1035 = "Walking Dead 157" label B1036 = "Comic" label C1036 = "X-Men Age of Apocalypse" label B1037 = "Comic" label C1037 = "Y The Last Man" label B1038 = "Linux" label C1038 = "Ampache: web based audio/video streaming" label D1038 = "WEBUI" label F1038 = "http://ampache.org/" label B1039 = "Linux" label C1039 = "Clonezilla" label B1040 = "Linux" label C1040 = "CopyQ - Clipboard manager" label D1040 = "GUI" label B1041 = "Linux" label C1041 = "EncFS - an Encrypted Filesystem" label B1042 = "Linux" label C1042 = "Firejail" label B1043 = "Linux" label C1043 = "LUKS encryption/ cryptsetup" label D1043 = "CLI" label B1044 = "Linux" label C1044 = "Piwigo is photo gallery software for the web" label D1044 = "WEBUI" label F1044 = "http://piwigo.org/" label B1045 = "Linux" label C1045 = "Samba" label D1045 = "CLI" label B1046 = "Linux" label C1046 = "SoundNode - opensource SoundCloud app" label D1046 = "GUI" label F1046 = "http://www.soundnodeapp.com/" label B1047 = "Linux" label C1047 = "Vocal - Podcast Client" label D1047 = "GUI" label F1047 = "http://vocalproject.net/" label B1048 = "Linux" label C1048 = "albumr - Imgur album downloader" label D1048 = "CLI" label F1048 = "https://pypi.python.org/pypi/albumr" label B1049 = "Linux" label C1049 = "alpine" label B1050 = "Linux" label C1050 = "anamnesis - clipboard manager" label D1050 = "GUI" label B1051 = "Linux" label C1051 = "asciiquarium" label D1051 = "TUI" label B1052 = "Linux" label C1052 = "bulk - bulk rename interactive" label D1052 = "Alex Leferry" label F1052 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B1053 = "Linux" label C1053 = "ccze - colorizer" label D1053 = "CLI" label B1054 = "Linux" label C1054 = "centerim5" label D1054 = "TUI" label B1055 = "Linux" label C1055 = "clipmenu - dmenu clipboard manager" label D1055 = "GUI" label B1056 = "Linux" label C1056 = "cvim" label B1057 = "Linux" label C1057 = "forecash - cashflow forecasting" label D1057 = "CLI" label F1057 = "https://github.com/fsareshwala/forecash" label B1058 = "Linux" label C1058 = "fzf-clipboard" label B1059 = "Linux" label C1059 = "kakoune - vim alternative" label D1059 = "Alex Leferry" label F1059 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B1060 = "Linux" label C1060 = "keynav" label B1061 = "Linux" label C1061 = "krill - rss filter feeds" label D1061 = "CLI" label F1061 = "https://github.com/p-e-w/krill" label B1062 = "Linux" label C1062 = "ledger - accounting system" label D1062 = "CLI" label F1062 = "http://www.ledger-cli.org/" label B1063 = "Linux" label C1063 = "megadl - mega.co.nz downloader" label D1063 = "CLI" label E1063 = "wait for 2.0 to have options to download single files from public folder" label B1064 = "Linux" label C1064 = "mpd + ncmpcpp" label D1064 = "CLI/TUI" label B1065 = "Linux" label C1065 = "newsbeuter macros" label D1065 = "CLI" label B1066 = "Linux" label C1066 = "nmtui" label D1066 = "wifi" label B1067 = "Linux" label C1067 = "nq - queue task" label D1067 = "CLI" label B1068 = "Linux" label C1068 = "open dvd producer - create DVD with menus" label D1068 = "GUI" label F1068 = "http://opendvdproducer.jonata.org/" label B1069 = "Linux" label C1069 = "redshift" label D1069 = "CLI" label B1070 = "Linux" label C1070 = "rofi-clipboard" label B1071 = "Linux" label C1071 = "rofi-locate" label B1072 = "Linux" label C1072 = "rofi-playonlinux" label B1073 = "Linux" label C1073 = "rofi-snippet" label B1074 = "Linux" label C1074 = "rss-bridge" label F1074 = "https://github.com/RSS-Bridge/rss-bridge" label B1075 = "Linux" label C1075 = "screenfetch" label D1075 = "CLI" label B1076 = "Linux" label C1076 = "setxkbmap" label B1077 = "Linux" label C1077 = "socli - Stack overflow command line client" label D1077 = "CLI" label F1077 = "https://github.com/gautamkrishnar/socli" label B1078 = "Linux" label C1078 = "sxhkd" label B1079 = "Linux" label C1079 = "systemd timers" label B1080 = "Linux" label C1080 = "taffy - A command-line audio tagging tool" label D1080 = "CLI" label F1080 = "https://github.com/jangler/taffy" label B1081 = "Linux" label C1081 = "task spooler multiple instances" label D1081 = "CLI" label B1082 = "Linux" label C1082 = "timertab - manage systemd timers" label F1082 = "https://github.com/amlamarra/timertab" label B1083 = "Linux" label C1083 = "tweeper - a Twitter to RSS web scraper" label D1083 = "CLI" label E1083 = "https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper" label F1083 = "https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/" label B1084 = "Linux" label C1084 = "veracrypt" label B1085 = "Linux" label C1085 = "wicd-curses" label D1085 = "wifi" label B1086 = "Linux" label C1086 = "wifi-menu" label D1086 = "wifi" label B1087 = "Linux" label C1087 = "wpa_supplicant " label D1087 = "wifi" label B1088 = "Linux" label C1088 = "wttr - weather info" label D1088 = "CLI" label B1089 = "Linux" label C1089 = "xbindkeys" label B1090 = "Linux" label C1090 = "xcape" label B1091 = "Linux" label C1091 = "xchainkeys" label B1092 = "Linux" label C1092 = "xdo" label B1093 = "Linux" label C1093 = "xfce4-screenshooter (selection area imgu'')" label D1093 = "GUI" label B1094 = "Linux" label C1094 = "xinput" label B1095 = "Linux" label C1095 = "xmodmap" label B1096 = "Linux" label C1096 = "xsendkey" label B1097 = "Linux" label C1097 = "xsetwacom " label B1098 = "Linux" label C1098 = "xvkbd" label B1099 = "MAME" label C1099 = "Baseball Stars 2" label B1100 = "Movie" label C1100 = "A Christmas Story 1983" label B1101 = "Movie" label C1101 = "Doctor Strange 2016" label B1102 = "Movie" label C1102 = "Eternal Sunshine of the Spotless Mind (2004)" label B1103 = "Movie" label C1103 = "Frozen" label B1104 = "Movie" label C1104 = "Harry Potter" label B1105 = "Movie" label C1105 = "Jaws (1975)" label B1106 = "Movie" label C1106 = "Moana 2016" label B1107 = "Movie" label C1107 = "Mud 2012" label B1108 = "Movie" label C1108 = "Pete's Dragon 2016" label B1109 = "Movie" label C1109 = "Pump Up The Volume 1990" label B1110 = "Movie" label C1110 = "Snakes on a Plane (2006)" label B1111 = "Movie" label C1111 = "Snowden 2016" label B1112 = "Movie" label C1112 = "Swiss Army Man (2016)" label B1113 = "Movie" label C1113 = "The Legend of Tarzan 2016" label B1114 = "Movie" label C1114 = "Trainwreck (2015)" label B1115 = "Movie" label C1115 = "True Romance (1993)" label B1116 = "Movie" label C1116 = "War Dogs 2016" label B1117 = "Music" label C1117 = "Ashanti" label B1118 = "Music" label C1118 = "BackStreet/Dre" label B1119 = "Music" label C1119 = "Bubba Sparxxx" label B1120 = "Music" label C1120 = "Ciara" label B1121 = "Music" label C1121 = "Dido" label B1122 = "Music" label C1122 = "Dr Dre Instramentals" label B1123 = "Music" label C1123 = "Gloria Estefan" label B1124 = "Music" label C1124 = "Juvenile" label B1125 = "Music" label C1125 = "Meghan Trainor" label B1126 = "Music" label C1126 = "Petey Pablo" label B1127 = "Music" label C1127 = "Puff Daddy" label B1128 = "Music" label C1128 = "Run DMC" label B1129 = "Music" label C1129 = "Street Fighter" label B1130 = "Music" label C1130 = "Super Mario World" label B1131 = "Music" label C1131 = "TLC" label B1132 = "Music" label C1132 = "Young Buck" label B1133 = "NES" label C1133 = "Bionic Commando" label B1134 = "NES" label C1134 = "Contra" label B1135 = "NES" label C1135 = "Mega Man 2" label B1136 = "NES" label C1136 = "Palamedes" label D1136 = "Puzzle" label B1137 = "NES" label C1137 = "Super Mario Bros 3" label B1138 = "PCGame" label C1138 = "Batman: Arkham Asylum" label B1139 = "PCGame" label C1139 = "Dead or Alive 5 With Nude Patch" label B1140 = "PCGame" label C1140 = "For Honor" label B1141 = "PCGame" label C1141 = "Killer Instinct" label B1142 = "PCGame" label C1142 = "Rise of the Tomb Raider" label B1143 = "PCGame" label C1143 = "Street Fighter 5" label B1144 = "PCGame" label C1144 = "The Division" label B1145 = "PSX" label C1145 = "ESPN Extreme Games" label B1146 = "PSX" label C1146 = "Street Fighter: The Movie" label B1147 = "SNES" label C1147 = "Punch Out" label B1148 = "TVShow" label C1148 = "3% Netflix" label B1149 = "TVShow" label C1149 = "Alone [History Channel]" label B1150 = "TVShow" label C1150 = "Black Mirror" label B1151 = "TVShow" label C1151 = "Roman Empire Reign of Blood" label B1152 = "TVShow" label C1152 = "Stranger Things" label B1153 = "TVShow" label C1153 = "The People v. O.J. Simpson: American Crime Story" label B1154 = "TVShow" label C1154 = "The Wire" label B1155 = "TVShow" label C1155 = "Westworld" label B1156 = "Wii" label C1156 = "Kirby Yarn" label B1157 = "Wii" label C1157 = "Mario Gaxaly" label B1158 = "Wii" label C1158 = "Punch Out w/ Balance Board" label B1159 = "Wii" label C1159 = "Resident Evil" label B1160 = "Wii" label C1160 = "Skate w/ Board" label B1161 = "Xbox" label C1161 = "Aliens Versus Predator: Extinction" label D1161 = "RTS" label B1162 = "Xbox" label C1162 = "Star Wars Battlefront 2" label D1162 = "FPS" label A1163 = "01/01/2017" label B1163 = "Linux" label C1163 = "rofi-surfraw | bookmarks" label D1163 = "GUI/CLI" label A1164 = "01/01/2017" label B1164 = "Movie" label C1164 = "Planes Trains & Automoobiles 1987" label A1165 = "01/03/2016" label B1165 = "TVShow" label C1165 = "Quantico Season 2" label A1166 = "01/03/2016" label B1166 = "Wii" label C1166 = "Captain America Super Soldier" label A1167 = "01/05/2017" label B1167 = "Movie" label C1167 = "Mechanic Resurrection 2016" label A1168 = "01/06/2017" label B1168 = "Movie" label C1168 = "Goonies 1985" label A1169 = "11/22/2016" label B1169 = "Movie" label C1169 = "The Core 2003" label A1170 = "11/25/2016" label B1170 = "Music" label C1170 = "Mya" label A1171 = "11/28/2016" label B1171 = "Movie" label C1171 = "Suicide Squad Extended 2016" label A1172 = "12/01/2016" label B1172 = "Xbox" label C1172 = "NFL Street" label A1173 = "12/02/2016" label B1173 = "TVShow" label C1173 = "Mr. Robot S2 last 2 ep" label A1174 = "12/03/2016" label B1174 = "Android" label C1174 = "KingRoot - Root any Phone" label D1174 = "might have backdoors?" label A1175 = "12/03/2016" label B1175 = "Android" label C1175 = "Purify - block all apps that sucks battery life" label A1176 = "12/03/2016" label B1176 = "Android" label C1176 = "primative ftpd" label A1177 = "12/03/2016" label B1177 = "Audiobook" label C1177 = "001-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label D1177 = "30min" label A1178 = "12/03/2016" label B1178 = "Audiobook" label C1178 = "002-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label A1179 = "12/05/2016" label B1179 = "NES" label C1179 = "Ice Hockey" label A1180 = "12/06/2016" label B1180 = "MAME" label C1180 = "Ninja Baseball Bat Man" label A1181 = "12/06/2016" label B1181 = "NES" label C1181 = "Baseball Stars" label A1182 = "12/10/2016" label B1182 = "Linux" label C1182 = "vimwiki" label D1182 = "TUI" label A1183 = "12/12/2016" label B1183 = "Podcast" label C1183 = "PornDirectorPodcast" label F1183 = "http://www.porndirectorpodcast.com/main/" label A1184 = "12/12/2016" label B1184 = "Podcast" label C1184 = "The Cine-Files" label F1184 = "http://www.podbay.fm/show/1124549378" label A1185 = "12/15/2016" label B1185 = "PCGame" label C1185 = "Bionic Commando Rearmed" label A1186 = "12/17/2016" label B1186 = "Linux" label C1186 = "vbx function [Virtualbox CLI]" label D1186 = "RQBy: Schizo" label F1186 = "https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g" label A1187 = "12/22/2016" label B1187 = "Wii" label C1187 = "Rayman Origins" label A1188 = "12/23/2016" label B1188 = "Movie" label C1188 = "Top Gun 1986 Special Edition" label A1189 = "12/25/2016" label B1189 = "Linux" label C1189 = "rofi - dmenu launcher replacement" label D1189 = "GUI/CLI" label A1190 = "12/26/2016" label B1190 = "Movie" label C1190 = "Black Dynamite (2009)" label A1191 = "12/28/2016" label B1191 = "Movie" label C1191 = "Ben Hur 2016" label A1192 = "12/29/2016" label B1192 = "Movie" label C1192 = "Deepwater Horizon 2016" label A1193 = "12/29/2016" label B1193 = "Movie" label C1193 = "The Accountant 2016" label A1194 = "12/30/2016" label B1194 = "Movie" label C1194 = "The Magnificent Seven 2016" label B1195 = "Android" label C1195 = "IceCatMobile" label D1195 = "Web Browser" label F1195 = "https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat" label B1196 = "Audiobook" label C1196 = "003-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B1197 = "Audiobook" label C1197 = "004-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B1198 = "Audiobook" label C1198 = "Darth Plagueis" label B1199 = "Audiobook" label C1199 = "The Life-Changing Magic of Tidying Up" label B1200 = "Comic" label C1200 = "Saga" label B1201 = "Comic" label C1201 = "Walking Dead 157" label B1202 = "Comic" label C1202 = "X-Men Age of Apocalypse" label B1203 = "Comic" label C1203 = "Y The Last Man" label B1204 = "Linux" label C1204 = "Ampache: web based audio/video streaming" label D1204 = "WEBUI" label F1204 = "http://ampache.org/" label B1205 = "Linux" label C1205 = "Clonezilla" label B1206 = "Linux" label C1206 = "CopyQ - Clipboard manager" label D1206 = "GUI" label B1207 = "Linux" label C1207 = "EncFS - an Encrypted Filesystem" label B1208 = "Linux" label C1208 = "Firejail" label B1209 = "Linux" label C1209 = "LUKS encryption/ cryptsetup" label D1209 = "CLI" label B1210 = "Linux" label C1210 = "Piwigo is photo gallery software for the web" label D1210 = "WEBUI" label F1210 = "http://piwigo.org/" label B1211 = "Linux" label C1211 = "Samba" label D1211 = "CLI" label B1212 = "Linux" label C1212 = "SoundNode - opensource SoundCloud app" label D1212 = "GUI" label F1212 = "http://www.soundnodeapp.com/" label B1213 = "Linux" label C1213 = "Vocal - Podcast Client" label D1213 = "GUI" label F1213 = "http://vocalproject.net/" label B1214 = "Linux" label C1214 = "albumr - Imgur album downloader" label D1214 = "CLI" label F1214 = "https://pypi.python.org/pypi/albumr" label B1215 = "Linux" label C1215 = "alpine" label B1216 = "Linux" label C1216 = "anamnesis - clipboard manager" label D1216 = "GUI" label B1217 = "Linux" label C1217 = "asciiquarium" label D1217 = "TUI" label B1218 = "Linux" label C1218 = "bulk - bulk rename interactive" label D1218 = "Alex Leferry" label F1218 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B1219 = "Linux" label C1219 = "ccze - colorizer" label D1219 = "CLI" label B1220 = "Linux" label C1220 = "centerim5" label D1220 = "TUI" label B1221 = "Linux" label C1221 = "clipmenu - dmenu clipboard manager" label D1221 = "GUI" label B1222 = "Linux" label C1222 = "cvim" label B1223 = "Linux" label C1223 = "forecash - cashflow forecasting" label D1223 = "CLI" label F1223 = "https://github.com/fsareshwala/forecash" label B1224 = "Linux" label C1224 = "fzf-clipboard" label B1225 = "Linux" label C1225 = "kakoune - vim alternative" label D1225 = "Alex Leferry" label F1225 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B1226 = "Linux" label C1226 = "keynav" label B1227 = "Linux" label C1227 = "krill - rss filter feeds" label D1227 = "CLI" label F1227 = "https://github.com/p-e-w/krill" label B1228 = "Linux" label C1228 = "ledger - accounting system" label D1228 = "CLI" label F1228 = "http://www.ledger-cli.org/" label B1229 = "Linux" label C1229 = "megadl - mega.co.nz downloader" label D1229 = "CLI" label E1229 = "wait for 2.0 to have options to download single files from public folder" label B1230 = "Linux" label C1230 = "mpd + ncmpcpp" label D1230 = "CLI/TUI" label B1231 = "Linux" label C1231 = "newsbeuter macros" label D1231 = "CLI" label B1232 = "Linux" label C1232 = "nmtui" label D1232 = "wifi" label B1233 = "Linux" label C1233 = "nq - queue task" label D1233 = "CLI" label B1234 = "Linux" label C1234 = "open dvd producer - create DVD with menus" label D1234 = "GUI" label F1234 = "http://opendvdproducer.jonata.org/" label B1235 = "Linux" label C1235 = "redshift" label D1235 = "CLI" label B1236 = "Linux" label C1236 = "rofi-clipboard" label B1237 = "Linux" label C1237 = "rofi-locate" label B1238 = "Linux" label C1238 = "rofi-playonlinux" label B1239 = "Linux" label C1239 = "rofi-snippet" label B1240 = "Linux" label C1240 = "rss-bridge" label F1240 = "https://github.com/RSS-Bridge/rss-bridge" label B1241 = "Linux" label C1241 = "screenfetch" label D1241 = "CLI" label B1242 = "Linux" label C1242 = "setxkbmap" label B1243 = "Linux" label C1243 = "socli - Stack overflow command line client" label D1243 = "CLI" label F1243 = "https://github.com/gautamkrishnar/socli" label B1244 = "Linux" label C1244 = "sxhkd" label B1245 = "Linux" label C1245 = "systemd timers" label B1246 = "Linux" label C1246 = "taffy - A command-line audio tagging tool" label D1246 = "CLI" label F1246 = "https://github.com/jangler/taffy" label B1247 = "Linux" label C1247 = "task spooler multiple instances" label D1247 = "CLI" label B1248 = "Linux" label C1248 = "timertab - manage systemd timers" label F1248 = "https://github.com/amlamarra/timertab" label B1249 = "Linux" label C1249 = "tweeper - a Twitter to RSS web scraper" label D1249 = "CLI" label E1249 = "https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper" label F1249 = "https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/" label B1250 = "Linux" label C1250 = "veracrypt" label B1251 = "Linux" label C1251 = "wicd-curses" label D1251 = "wifi" label B1252 = "Linux" label C1252 = "wifi-menu" label D1252 = "wifi" label B1253 = "Linux" label C1253 = "wpa_supplicant " label D1253 = "wifi" label B1254 = "Linux" label C1254 = "wttr - weather info" label D1254 = "CLI" label B1255 = "Linux" label C1255 = "xbindkeys" label B1256 = "Linux" label C1256 = "xcape" label B1257 = "Linux" label C1257 = "xchainkeys" label B1258 = "Linux" label C1258 = "xdo" label B1259 = "Linux" label C1259 = "xfce4-screenshooter (selection area imgu'')" label D1259 = "GUI" label B1260 = "Linux" label C1260 = "xinput" label B1261 = "Linux" label C1261 = "xmodmap" label B1262 = "Linux" label C1262 = "xsendkey" label B1263 = "Linux" label C1263 = "xsetwacom " label B1264 = "Linux" label C1264 = "xvkbd" label B1265 = "MAME" label C1265 = "Baseball Stars 2" label B1266 = "Movie" label C1266 = "A Christmas Story 1983" label B1267 = "Movie" label C1267 = "Doctor Strange 2016" label B1268 = "Movie" label C1268 = "Eternal Sunshine of the Spotless Mind (2004)" label B1269 = "Movie" label C1269 = "Frozen" label B1270 = "Movie" label C1270 = "Harry Potter" label B1271 = "Movie" label C1271 = "Jaws (1975)" label B1272 = "Movie" label C1272 = "Moana 2016" label B1273 = "Movie" label C1273 = "Mud 2012" label B1274 = "Movie" label C1274 = "Pete's Dragon 2016" label B1275 = "Movie" label C1275 = "Pump Up The Volume 1990" label B1276 = "Movie" label C1276 = "Snakes on a Plane (2006)" label B1277 = "Movie" label C1277 = "Snowden 2016" label B1278 = "Movie" label C1278 = "Swiss Army Man (2016)" label B1279 = "Movie" label C1279 = "The Legend of Tarzan 2016" label B1280 = "Movie" label C1280 = "Trainwreck (2015)" label B1281 = "Movie" label C1281 = "True Romance (1993)" label B1282 = "Movie" label C1282 = "War Dogs 2016" label B1283 = "Music" label C1283 = "Ashanti" label B1284 = "Music" label C1284 = "BackStreet/Dre" label B1285 = "Music" label C1285 = "Bubba Sparxxx" label B1286 = "Music" label C1286 = "Ciara" label B1287 = "Music" label C1287 = "Dido" label B1288 = "Music" label C1288 = "Dr Dre Instramentals" label B1289 = "Music" label C1289 = "Gloria Estefan" label B1290 = "Music" label C1290 = "Juvenile" label B1291 = "Music" label C1291 = "Meghan Trainor" label B1292 = "Music" label C1292 = "Petey Pablo" label B1293 = "Music" label C1293 = "Puff Daddy" label B1294 = "Music" label C1294 = "Run DMC" label B1295 = "Music" label C1295 = "Street Fighter" label B1296 = "Music" label C1296 = "Super Mario World" label B1297 = "Music" label C1297 = "TLC" label B1298 = "Music" label C1298 = "Young Buck" label B1299 = "NES" label C1299 = "Bionic Commando" label B1300 = "NES" label C1300 = "Contra" label B1301 = "NES" label C1301 = "Mega Man 2" label B1302 = "NES" label C1302 = "Palamedes" label D1302 = "Puzzle" label B1303 = "NES" label C1303 = "Super Mario Bros 3" label B1304 = "PCGame" label C1304 = "Batman: Arkham Asylum" label B1305 = "PCGame" label C1305 = "Dead or Alive 5 With Nude Patch" label B1306 = "PCGame" label C1306 = "For Honor" label B1307 = "PCGame" label C1307 = "Killer Instinct" label B1308 = "PCGame" label C1308 = "Rise of the Tomb Raider" label B1309 = "PCGame" label C1309 = "Street Fighter 5" label B1310 = "PCGame" label C1310 = "The Division" label B1311 = "PSX" label C1311 = "ESPN Extreme Games" label B1312 = "PSX" label C1312 = "Street Fighter: The Movie" label B1313 = "SNES" label C1313 = "Punch Out" label B1314 = "TVShow" label C1314 = "3% Netflix" label B1315 = "TVShow" label C1315 = "Alone [History Channel]" label B1316 = "TVShow" label C1316 = "Black Mirror" label B1317 = "TVShow" label C1317 = "Roman Empire Reign of Blood" label B1318 = "TVShow" label C1318 = "Stranger Things" label B1319 = "TVShow" label C1319 = "The People v. O.J. Simpson: American Crime Story" label B1320 = "TVShow" label C1320 = "The Wire" label B1321 = "TVShow" label C1321 = "Westworld" label B1322 = "Wii" label C1322 = "Kirby Yarn" label B1323 = "Wii" label C1323 = "Mario Gaxaly" label B1324 = "Wii" label C1324 = "Punch Out w/ Balance Board" label B1325 = "Wii" label C1325 = "Resident Evil" label B1326 = "Wii" label C1326 = "Skate w/ Board" label B1327 = "Xbox" label C1327 = "Aliens Versus Predator: Extinction" label D1327 = "RTS" label B1328 = "Xbox" label C1328 = "Star Wars Battlefront 2" label D1328 = "FPS" label A1329 = "01/01/2017" label B1329 = "Linux" label C1329 = "rofi-surfraw | bookmarks" label D1329 = "GUI/CLI" label A1330 = "01/01/2017" label B1330 = "Movie" label C1330 = "Planes Trains & Automoobiles 1987" label A1331 = "01/03/2016" label B1331 = "TVShow" label C1331 = "Quantico Season 2" label A1332 = "01/03/2016" label B1332 = "Wii" label C1332 = "Captain America Super Soldier" label A1333 = "01/05/2017" label B1333 = "Movie" label C1333 = "Mechanic Resurrection 2016" label A1334 = "01/06/2017" label B1334 = "Movie" label C1334 = "Goonies 1985" label A1335 = "11/22/2016" label B1335 = "Movie" label C1335 = "The Core 2003" label A1336 = "11/25/2016" label B1336 = "Music" label C1336 = "Mya" label A1337 = "11/28/2016" label B1337 = "Movie" label C1337 = "Suicide Squad Extended 2016" label A1338 = "12/01/2016" label B1338 = "Xbox" label C1338 = "NFL Street" label A1339 = "12/02/2016" label B1339 = "TVShow" label C1339 = "Mr. Robot S2 last 2 ep" label A1340 = "12/03/2016" label B1340 = "Android" label C1340 = "KingRoot - Root any Phone" label D1340 = "might have backdoors?" label A1341 = "12/03/2016" label B1341 = "Android" label C1341 = "Purify - block all apps that sucks battery life" label A1342 = "12/03/2016" label B1342 = "Android" label C1342 = "primative ftpd" label A1343 = "12/03/2016" label B1343 = "Audiobook" label C1343 = "001-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label D1343 = "30min" label A1344 = "12/03/2016" label B1344 = "Audiobook" label C1344 = "002-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label A1345 = "12/05/2016" label B1345 = "NES" label C1345 = "Ice Hockey" label A1346 = "12/06/2016" label B1346 = "MAME" label C1346 = "Ninja Baseball Bat Man" label A1347 = "12/06/2016" label B1347 = "NES" label C1347 = "Baseball Stars" label A1348 = "12/10/2016" label B1348 = "Linux" label C1348 = "vimwiki" label D1348 = "TUI" label A1349 = "12/12/2016" label B1349 = "Podcast" label C1349 = "PornDirectorPodcast" label F1349 = "http://www.porndirectorpodcast.com/main/" label A1350 = "12/12/2016" label B1350 = "Podcast" label C1350 = "The Cine-Files" label F1350 = "http://www.podbay.fm/show/1124549378" label A1351 = "12/15/2016" label B1351 = "PCGame" label C1351 = "Bionic Commando Rearmed" label A1352 = "12/17/2016" label B1352 = "Linux" label C1352 = "vbx function [Virtualbox CLI]" label D1352 = "RQBy: Schizo" label F1352 = "https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g" label A1353 = "12/22/2016" label B1353 = "Wii" label C1353 = "Rayman Origins" label A1354 = "12/23/2016" label B1354 = "Movie" label C1354 = "Top Gun 1986 Special Edition" label A1355 = "12/25/2016" label B1355 = "Linux" label C1355 = "rofi - dmenu launcher replacement" label D1355 = "GUI/CLI" label A1356 = "12/26/2016" label B1356 = "Movie" label C1356 = "Black Dynamite (2009)" label A1357 = "12/28/2016" label B1357 = "Movie" label C1357 = "Ben Hur 2016" label A1358 = "12/29/2016" label B1358 = "Movie" label C1358 = "Deepwater Horizon 2016" label A1359 = "12/29/2016" label B1359 = "Movie" label C1359 = "The Accountant 2016" label A1360 = "12/30/2016" label B1360 = "Movie" label C1360 = "The Magnificent Seven 2016" label B1361 = "Android" label C1361 = "IceCatMobile" label D1361 = "Web Browser" label F1361 = "https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat" label B1362 = "Audiobook" label C1362 = "003-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B1363 = "Audiobook" label C1363 = "004-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B1364 = "Audiobook" label C1364 = "Darth Plagueis" label B1365 = "Audiobook" label C1365 = "The Life-Changing Magic of Tidying Up" label B1366 = "Comic" label C1366 = "Saga" label B1367 = "Comic" label C1367 = "Walking Dead 157" label B1368 = "Comic" label C1368 = "X-Men Age of Apocalypse" label B1369 = "Comic" label C1369 = "Y The Last Man" label B1370 = "Linux" label C1370 = "Ampache: web based audio/video streaming" label D1370 = "WEBUI" label F1370 = "http://ampache.org/" label B1371 = "Linux" label C1371 = "Clonezilla" label B1372 = "Linux" label C1372 = "CopyQ - Clipboard manager" label D1372 = "GUI" label B1373 = "Linux" label C1373 = "EncFS - an Encrypted Filesystem" label B1374 = "Linux" label C1374 = "Firejail" label B1375 = "Linux" label C1375 = "LUKS encryption/ cryptsetup" label D1375 = "CLI" label B1376 = "Linux" label C1376 = "Piwigo is photo gallery software for the web" label D1376 = "WEBUI" label F1376 = "http://piwigo.org/" label B1377 = "Linux" label C1377 = "Samba" label D1377 = "CLI" label B1378 = "Linux" label C1378 = "SoundNode - opensource SoundCloud app" label D1378 = "GUI" label F1378 = "http://www.soundnodeapp.com/" label B1379 = "Linux" label C1379 = "Vocal - Podcast Client" label D1379 = "GUI" label F1379 = "http://vocalproject.net/" label B1380 = "Linux" label C1380 = "albumr - Imgur album downloader" label D1380 = "CLI" label F1380 = "https://pypi.python.org/pypi/albumr" label B1381 = "Linux" label C1381 = "alpine" label B1382 = "Linux" label C1382 = "anamnesis - clipboard manager" label D1382 = "GUI" label B1383 = "Linux" label C1383 = "asciiquarium" label D1383 = "TUI" label B1384 = "Linux" label C1384 = "bulk - bulk rename interactive" label D1384 = "Alex Leferry" label F1384 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B1385 = "Linux" label C1385 = "ccze - colorizer" label D1385 = "CLI" label B1386 = "Linux" label C1386 = "centerim5" label D1386 = "TUI" label B1387 = "Linux" label C1387 = "clipmenu - dmenu clipboard manager" label D1387 = "GUI" label B1388 = "Linux" label C1388 = "cvim" label B1389 = "Linux" label C1389 = "forecash - cashflow forecasting" label D1389 = "CLI" label F1389 = "https://github.com/fsareshwala/forecash" label B1390 = "Linux" label C1390 = "fzf-clipboard" label B1391 = "Linux" label C1391 = "kakoune - vim alternative" label D1391 = "Alex Leferry" label F1391 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B1392 = "Linux" label C1392 = "keynav" label B1393 = "Linux" label C1393 = "krill - rss filter feeds" label D1393 = "CLI" label F1393 = "https://github.com/p-e-w/krill" label B1394 = "Linux" label C1394 = "ledger - accounting system" label D1394 = "CLI" label F1394 = "http://www.ledger-cli.org/" label B1395 = "Linux" label C1395 = "megadl - mega.co.nz downloader" label D1395 = "CLI" label E1395 = "wait for 2.0 to have options to download single files from public folder" label B1396 = "Linux" label C1396 = "mpd + ncmpcpp" label D1396 = "CLI/TUI" label B1397 = "Linux" label C1397 = "newsbeuter macros" label D1397 = "CLI" label B1398 = "Linux" label C1398 = "nmtui" label D1398 = "wifi" label B1399 = "Linux" label C1399 = "nq - queue task" label D1399 = "CLI" label B1400 = "Linux" label C1400 = "open dvd producer - create DVD with menus" label D1400 = "GUI" label F1400 = "http://opendvdproducer.jonata.org/" label B1401 = "Linux" label C1401 = "redshift" label D1401 = "CLI" label B1402 = "Linux" label C1402 = "rofi-clipboard" label B1403 = "Linux" label C1403 = "rofi-locate" label B1404 = "Linux" label C1404 = "rofi-playonlinux" label B1405 = "Linux" label C1405 = "rofi-snippet" label B1406 = "Linux" label C1406 = "rss-bridge" label F1406 = "https://github.com/RSS-Bridge/rss-bridge" label B1407 = "Linux" label C1407 = "screenfetch" label D1407 = "CLI" label B1408 = "Linux" label C1408 = "setxkbmap" label B1409 = "Linux" label C1409 = "socli - Stack overflow command line client" label D1409 = "CLI" label F1409 = "https://github.com/gautamkrishnar/socli" label B1410 = "Linux" label C1410 = "sxhkd" label B1411 = "Linux" label C1411 = "systemd timers" label B1412 = "Linux" label C1412 = "taffy - A command-line audio tagging tool" label D1412 = "CLI" label F1412 = "https://github.com/jangler/taffy" label B1413 = "Linux" label C1413 = "task spooler multiple instances" label D1413 = "CLI" label B1414 = "Linux" label C1414 = "timertab - manage systemd timers" label F1414 = "https://github.com/amlamarra/timertab" label B1415 = "Linux" label C1415 = "tweeper - a Twitter to RSS web scraper" label D1415 = "CLI" label E1415 = "https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper" label F1415 = "https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/" label B1416 = "Linux" label C1416 = "veracrypt" label B1417 = "Linux" label C1417 = "wicd-curses" label D1417 = "wifi" label B1418 = "Linux" label C1418 = "wifi-menu" label D1418 = "wifi" label B1419 = "Linux" label C1419 = "wpa_supplicant " label D1419 = "wifi" label B1420 = "Linux" label C1420 = "wttr - weather info" label D1420 = "CLI" label B1421 = "Linux" label C1421 = "xbindkeys" label B1422 = "Linux" label C1422 = "xcape" label B1423 = "Linux" label C1423 = "xchainkeys" label B1424 = "Linux" label C1424 = "xdo" label B1425 = "Linux" label C1425 = "xfce4-screenshooter (selection area imgu'')" label D1425 = "GUI" label B1426 = "Linux" label C1426 = "xinput" label B1427 = "Linux" label C1427 = "xmodmap" label B1428 = "Linux" label C1428 = "xsendkey" label B1429 = "Linux" label C1429 = "xsetwacom " label B1430 = "Linux" label C1430 = "xvkbd" label B1431 = "MAME" label C1431 = "Baseball Stars 2" label B1432 = "Movie" label C1432 = "A Christmas Story 1983" label B1433 = "Movie" label C1433 = "Doctor Strange 2016" label B1434 = "Movie" label C1434 = "Eternal Sunshine of the Spotless Mind (2004)" label B1435 = "Movie" label C1435 = "Frozen" label B1436 = "Movie" label C1436 = "Harry Potter" label B1437 = "Movie" label C1437 = "Jaws (1975)" label B1438 = "Movie" label C1438 = "Moana 2016" label B1439 = "Movie" label C1439 = "Mud 2012" label B1440 = "Movie" label C1440 = "Pete's Dragon 2016" label B1441 = "Movie" label C1441 = "Pump Up The Volume 1990" label B1442 = "Movie" label C1442 = "Snakes on a Plane (2006)" label B1443 = "Movie" label C1443 = "Snowden 2016" label B1444 = "Movie" label C1444 = "Swiss Army Man (2016)" label B1445 = "Movie" label C1445 = "The Legend of Tarzan 2016" label B1446 = "Movie" label C1446 = "Trainwreck (2015)" label B1447 = "Movie" label C1447 = "True Romance (1993)" label B1448 = "Movie" label C1448 = "War Dogs 2016" label B1449 = "Music" label C1449 = "Ashanti" label B1450 = "Music" label C1450 = "BackStreet/Dre" label B1451 = "Music" label C1451 = "Bubba Sparxxx" label B1452 = "Music" label C1452 = "Ciara" label B1453 = "Music" label C1453 = "Dido" label B1454 = "Music" label C1454 = "Dr Dre Instramentals" label B1455 = "Music" label C1455 = "Gloria Estefan" label B1456 = "Music" label C1456 = "Juvenile" label B1457 = "Music" label C1457 = "Meghan Trainor" label B1458 = "Music" label C1458 = "Petey Pablo" label B1459 = "Music" label C1459 = "Puff Daddy" label B1460 = "Music" label C1460 = "Run DMC" label B1461 = "Music" label C1461 = "Street Fighter" label B1462 = "Music" label C1462 = "Super Mario World" label B1463 = "Music" label C1463 = "TLC" label B1464 = "Music" label C1464 = "Young Buck" label B1465 = "NES" label C1465 = "Bionic Commando" label B1466 = "NES" label C1466 = "Contra" label B1467 = "NES" label C1467 = "Mega Man 2" label B1468 = "NES" label C1468 = "Palamedes" label D1468 = "Puzzle" label B1469 = "NES" label C1469 = "Super Mario Bros 3" label B1470 = "PCGame" label C1470 = "Batman: Arkham Asylum" label B1471 = "PCGame" label C1471 = "Dead or Alive 5 With Nude Patch" label B1472 = "PCGame" label C1472 = "For Honor" label B1473 = "PCGame" label C1473 = "Killer Instinct" label B1474 = "PCGame" label C1474 = "Rise of the Tomb Raider" label B1475 = "PCGame" label C1475 = "Street Fighter 5" label B1476 = "PCGame" label C1476 = "The Division" label B1477 = "PSX" label C1477 = "ESPN Extreme Games" label B1478 = "PSX" label C1478 = "Street Fighter: The Movie" label B1479 = "SNES" label C1479 = "Punch Out" label B1480 = "TVShow" label C1480 = "3% Netflix" label B1481 = "TVShow" label C1481 = "Alone [History Channel]" label B1482 = "TVShow" label C1482 = "Black Mirror" label B1483 = "TVShow" label C1483 = "Roman Empire Reign of Blood" label B1484 = "TVShow" label C1484 = "Stranger Things" label B1485 = "TVShow" label C1485 = "The People v. O.J. Simpson: American Crime Story" label B1486 = "TVShow" label C1486 = "The Wire" label B1487 = "TVShow" label C1487 = "Westworld" label B1488 = "Wii" label C1488 = "Kirby Yarn" label B1489 = "Wii" label C1489 = "Mario Gaxaly" label B1490 = "Wii" label C1490 = "Punch Out w/ Balance Board" label B1491 = "Wii" label C1491 = "Resident Evil" label B1492 = "Wii" label C1492 = "Skate w/ Board" label B1493 = "Xbox" label C1493 = "Aliens Versus Predator: Extinction" label D1493 = "RTS" label B1494 = "Xbox" label C1494 = "Star Wars Battlefront 2" label D1494 = "FPS" label A1495 = "01/01/2017" label B1495 = "Linux" label C1495 = "rofi-surfraw | bookmarks" label D1495 = "GUI/CLI" label A1496 = "01/01/2017" label B1496 = "Movie" label C1496 = "Planes Trains & Automoobiles 1987" label A1497 = "01/03/2016" label B1497 = "TVShow" label C1497 = "Quantico Season 2" label A1498 = "01/03/2016" label B1498 = "Wii" label C1498 = "Captain America Super Soldier" label A1499 = "01/05/2017" label B1499 = "Movie" label C1499 = "Mechanic Resurrection 2016" label A1500 = "01/06/2017" label B1500 = "Movie" label C1500 = "Goonies 1985" label A1501 = "11/22/2016" label B1501 = "Movie" label C1501 = "The Core 2003" label A1502 = "11/25/2016" label B1502 = "Music" label C1502 = "Mya" label A1503 = "11/28/2016" label B1503 = "Movie" label C1503 = "Suicide Squad Extended 2016" label A1504 = "12/01/2016" label B1504 = "Xbox" label C1504 = "NFL Street" label A1505 = "12/02/2016" label B1505 = "TVShow" label C1505 = "Mr. Robot S2 last 2 ep" label A1506 = "12/03/2016" label B1506 = "Android" label C1506 = "KingRoot - Root any Phone" label D1506 = "might have backdoors?" label A1507 = "12/03/2016" label B1507 = "Android" label C1507 = "Purify - block all apps that sucks battery life" label A1508 = "12/03/2016" label B1508 = "Android" label C1508 = "primative ftpd" label A1509 = "12/03/2016" label B1509 = "Audiobook" label C1509 = "001-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label D1509 = "30min" label A1510 = "12/03/2016" label B1510 = "Audiobook" label C1510 = "002-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label A1511 = "12/05/2016" label B1511 = "NES" label C1511 = "Ice Hockey" label A1512 = "12/06/2016" label B1512 = "MAME" label C1512 = "Ninja Baseball Bat Man" label A1513 = "12/06/2016" label B1513 = "NES" label C1513 = "Baseball Stars" label A1514 = "12/10/2016" label B1514 = "Linux" label C1514 = "vimwiki" label D1514 = "TUI" label A1515 = "12/12/2016" label B1515 = "Podcast" label C1515 = "PornDirectorPodcast" label F1515 = "http://www.porndirectorpodcast.com/main/" label A1516 = "12/12/2016" label B1516 = "Podcast" label C1516 = "The Cine-Files" label F1516 = "http://www.podbay.fm/show/1124549378" label A1517 = "12/15/2016" label B1517 = "PCGame" label C1517 = "Bionic Commando Rearmed" label A1518 = "12/17/2016" label B1518 = "Linux" label C1518 = "vbx function [Virtualbox CLI]" label D1518 = "RQBy: Schizo" label F1518 = "https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g" label A1519 = "12/22/2016" label B1519 = "Wii" label C1519 = "Rayman Origins" label A1520 = "12/23/2016" label B1520 = "Movie" label C1520 = "Top Gun 1986 Special Edition" label A1521 = "12/25/2016" label B1521 = "Linux" label C1521 = "rofi - dmenu launcher replacement" label D1521 = "GUI/CLI" label A1522 = "12/26/2016" label B1522 = "Movie" label C1522 = "Black Dynamite (2009)" label A1523 = "12/28/2016" label B1523 = "Movie" label C1523 = "Ben Hur 2016" label A1524 = "12/29/2016" label B1524 = "Movie" label C1524 = "Deepwater Horizon 2016" label A1525 = "12/29/2016" label B1525 = "Movie" label C1525 = "The Accountant 2016" label A1526 = "12/30/2016" label B1526 = "Movie" label C1526 = "The Magnificent Seven 2016" label B1527 = "Android" label C1527 = "IceCatMobile" label D1527 = "Web Browser" label F1527 = "https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat" label B1528 = "Audiobook" label C1528 = "003-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B1529 = "Audiobook" label C1529 = "004-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B1530 = "Audiobook" label C1530 = "Darth Plagueis" label B1531 = "Audiobook" label C1531 = "The Life-Changing Magic of Tidying Up" label B1532 = "Comic" label C1532 = "Saga" label B1533 = "Comic" label C1533 = "Walking Dead 157" label B1534 = "Comic" label C1534 = "X-Men Age of Apocalypse" label B1535 = "Comic" label C1535 = "Y The Last Man" label B1536 = "Linux" label C1536 = "Ampache: web based audio/video streaming" label D1536 = "WEBUI" label F1536 = "http://ampache.org/" label B1537 = "Linux" label C1537 = "Clonezilla" label B1538 = "Linux" label C1538 = "CopyQ - Clipboard manager" label D1538 = "GUI" label B1539 = "Linux" label C1539 = "EncFS - an Encrypted Filesystem" label B1540 = "Linux" label C1540 = "Firejail" label B1541 = "Linux" label C1541 = "LUKS encryption/ cryptsetup" label D1541 = "CLI" label B1542 = "Linux" label C1542 = "Piwigo is photo gallery software for the web" label D1542 = "WEBUI" label F1542 = "http://piwigo.org/" label B1543 = "Linux" label C1543 = "Samba" label D1543 = "CLI" label B1544 = "Linux" label C1544 = "SoundNode - opensource SoundCloud app" label D1544 = "GUI" label F1544 = "http://www.soundnodeapp.com/" label B1545 = "Linux" label C1545 = "Vocal - Podcast Client" label D1545 = "GUI" label F1545 = "http://vocalproject.net/" label B1546 = "Linux" label C1546 = "albumr - Imgur album downloader" label D1546 = "CLI" label F1546 = "https://pypi.python.org/pypi/albumr" label B1547 = "Linux" label C1547 = "alpine" label B1548 = "Linux" label C1548 = "anamnesis - clipboard manager" label D1548 = "GUI" label B1549 = "Linux" label C1549 = "asciiquarium" label D1549 = "TUI" label B1550 = "Linux" label C1550 = "bulk - bulk rename interactive" label D1550 = "Alex Leferry" label F1550 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B1551 = "Linux" label C1551 = "ccze - colorizer" label D1551 = "CLI" label B1552 = "Linux" label C1552 = "centerim5" label D1552 = "TUI" label B1553 = "Linux" label C1553 = "clipmenu - dmenu clipboard manager" label D1553 = "GUI" label B1554 = "Linux" label C1554 = "cvim" label B1555 = "Linux" label C1555 = "forecash - cashflow forecasting" label D1555 = "CLI" label F1555 = "https://github.com/fsareshwala/forecash" label B1556 = "Linux" label C1556 = "fzf-clipboard" label B1557 = "Linux" label C1557 = "kakoune - vim alternative" label D1557 = "Alex Leferry" label F1557 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B1558 = "Linux" label C1558 = "keynav" label B1559 = "Linux" label C1559 = "krill - rss filter feeds" label D1559 = "CLI" label F1559 = "https://github.com/p-e-w/krill" label B1560 = "Linux" label C1560 = "ledger - accounting system" label D1560 = "CLI" label F1560 = "http://www.ledger-cli.org/" label B1561 = "Linux" label C1561 = "megadl - mega.co.nz downloader" label D1561 = "CLI" label E1561 = "wait for 2.0 to have options to download single files from public folder" label B1562 = "Linux" label C1562 = "mpd + ncmpcpp" label D1562 = "CLI/TUI" label B1563 = "Linux" label C1563 = "newsbeuter macros" label D1563 = "CLI" label B1564 = "Linux" label C1564 = "nmtui" label D1564 = "wifi" label B1565 = "Linux" label C1565 = "nq - queue task" label D1565 = "CLI" label B1566 = "Linux" label C1566 = "open dvd producer - create DVD with menus" label D1566 = "GUI" label F1566 = "http://opendvdproducer.jonata.org/" label B1567 = "Linux" label C1567 = "redshift" label D1567 = "CLI" label B1568 = "Linux" label C1568 = "rofi-clipboard" label B1569 = "Linux" label C1569 = "rofi-locate" label B1570 = "Linux" label C1570 = "rofi-playonlinux" label B1571 = "Linux" label C1571 = "rofi-snippet" label B1572 = "Linux" label C1572 = "rss-bridge" label F1572 = "https://github.com/RSS-Bridge/rss-bridge" label B1573 = "Linux" label C1573 = "screenfetch" label D1573 = "CLI" label B1574 = "Linux" label C1574 = "setxkbmap" label B1575 = "Linux" label C1575 = "socli - Stack overflow command line client" label D1575 = "CLI" label F1575 = "https://github.com/gautamkrishnar/socli" label B1576 = "Linux" label C1576 = "sxhkd" label B1577 = "Linux" label C1577 = "systemd timers" label B1578 = "Linux" label C1578 = "taffy - A command-line audio tagging tool" label D1578 = "CLI" label F1578 = "https://github.com/jangler/taffy" label B1579 = "Linux" label C1579 = "task spooler multiple instances" label D1579 = "CLI" label B1580 = "Linux" label C1580 = "timertab - manage systemd timers" label F1580 = "https://github.com/amlamarra/timertab" label B1581 = "Linux" label C1581 = "tweeper - a Twitter to RSS web scraper" label D1581 = "CLI" label E1581 = "https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper" label F1581 = "https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/" label B1582 = "Linux" label C1582 = "veracrypt" label B1583 = "Linux" label C1583 = "wicd-curses" label D1583 = "wifi" label B1584 = "Linux" label C1584 = "wifi-menu" label D1584 = "wifi" label B1585 = "Linux" label C1585 = "wpa_supplicant " label D1585 = "wifi" label B1586 = "Linux" label C1586 = "wttr - weather info" label D1586 = "CLI" label B1587 = "Linux" label C1587 = "xbindkeys" label B1588 = "Linux" label C1588 = "xcape" label B1589 = "Linux" label C1589 = "xchainkeys" label B1590 = "Linux" label C1590 = "xdo" label B1591 = "Linux" label C1591 = "xfce4-screenshooter (selection area imgu'')" label D1591 = "GUI" label B1592 = "Linux" label C1592 = "xinput" label B1593 = "Linux" label C1593 = "xmodmap" label B1594 = "Linux" label C1594 = "xsendkey" label B1595 = "Linux" label C1595 = "xsetwacom " label B1596 = "Linux" label C1596 = "xvkbd" label B1597 = "MAME" label C1597 = "Baseball Stars 2" label B1598 = "Movie" label C1598 = "A Christmas Story 1983" label B1599 = "Movie" label C1599 = "Doctor Strange 2016" label B1600 = "Movie" label C1600 = "Eternal Sunshine of the Spotless Mind (2004)" label B1601 = "Movie" label C1601 = "Frozen" label B1602 = "Movie" label C1602 = "Harry Potter" label B1603 = "Movie" label C1603 = "Jaws (1975)" label B1604 = "Movie" label C1604 = "Moana 2016" label B1605 = "Movie" label C1605 = "Mud 2012" label B1606 = "Movie" label C1606 = "Pete's Dragon 2016" label B1607 = "Movie" label C1607 = "Pump Up The Volume 1990" label B1608 = "Movie" label C1608 = "Snakes on a Plane (2006)" label B1609 = "Movie" label C1609 = "Snowden 2016" label B1610 = "Movie" label C1610 = "Swiss Army Man (2016)" label B1611 = "Movie" label C1611 = "The Legend of Tarzan 2016" label B1612 = "Movie" label C1612 = "Trainwreck (2015)" label B1613 = "Movie" label C1613 = "True Romance (1993)" label B1614 = "Movie" label C1614 = "War Dogs 2016" label B1615 = "Music" label C1615 = "Ashanti" label B1616 = "Music" label C1616 = "BackStreet/Dre" label B1617 = "Music" label C1617 = "Bubba Sparxxx" label B1618 = "Music" label C1618 = "Ciara" label B1619 = "Music" label C1619 = "Dido" label B1620 = "Music" label C1620 = "Dr Dre Instramentals" label B1621 = "Music" label C1621 = "Gloria Estefan" label B1622 = "Music" label C1622 = "Juvenile" label B1623 = "Music" label C1623 = "Meghan Trainor" label B1624 = "Music" label C1624 = "Petey Pablo" label B1625 = "Music" label C1625 = "Puff Daddy" label B1626 = "Music" label C1626 = "Run DMC" label B1627 = "Music" label C1627 = "Street Fighter" label B1628 = "Music" label C1628 = "Super Mario World" label B1629 = "Music" label C1629 = "TLC" label B1630 = "Music" label C1630 = "Young Buck" label B1631 = "NES" label C1631 = "Bionic Commando" label B1632 = "NES" label C1632 = "Contra" label B1633 = "NES" label C1633 = "Mega Man 2" label B1634 = "NES" label C1634 = "Palamedes" label D1634 = "Puzzle" label B1635 = "NES" label C1635 = "Super Mario Bros 3" label B1636 = "PCGame" label C1636 = "Batman: Arkham Asylum" label B1637 = "PCGame" label C1637 = "Dead or Alive 5 With Nude Patch" label B1638 = "PCGame" label C1638 = "For Honor" label B1639 = "PCGame" label C1639 = "Killer Instinct" label B1640 = "PCGame" label C1640 = "Rise of the Tomb Raider" label B1641 = "PCGame" label C1641 = "Street Fighter 5" label B1642 = "PCGame" label C1642 = "The Division" label B1643 = "PSX" label C1643 = "ESPN Extreme Games" label B1644 = "PSX" label C1644 = "Street Fighter: The Movie" label B1645 = "SNES" label C1645 = "Punch Out" label B1646 = "TVShow" label C1646 = "3% Netflix" label B1647 = "TVShow" label C1647 = "Alone [History Channel]" label B1648 = "TVShow" label C1648 = "Black Mirror" label B1649 = "TVShow" label C1649 = "Roman Empire Reign of Blood" label B1650 = "TVShow" label C1650 = "Stranger Things" label B1651 = "TVShow" label C1651 = "The People v. O.J. Simpson: American Crime Story" label B1652 = "TVShow" label C1652 = "The Wire" label B1653 = "TVShow" label C1653 = "Westworld" label B1654 = "Wii" label C1654 = "Kirby Yarn" label B1655 = "Wii" label C1655 = "Mario Gaxaly" label B1656 = "Wii" label C1656 = "Punch Out w/ Balance Board" label B1657 = "Wii" label C1657 = "Resident Evil" label B1658 = "Wii" label C1658 = "Skate w/ Board" label B1659 = "Xbox" label C1659 = "Aliens Versus Predator: Extinction" label D1659 = "RTS" label B1660 = "Xbox" label C1660 = "Star Wars Battlefront 2" label D1660 = "FPS" label A1661 = "01/01/2017" label B1661 = "Linux" label C1661 = "rofi-surfraw | bookmarks" label D1661 = "GUI/CLI" label A1662 = "01/01/2017" label B1662 = "Movie" label C1662 = "Planes Trains & Automoobiles 1987" label A1663 = "01/03/2016" label B1663 = "TVShow" label C1663 = "Quantico Season 2" label A1664 = "01/03/2016" label B1664 = "Wii" label C1664 = "Captain America Super Soldier" label A1665 = "01/05/2017" label B1665 = "Movie" label C1665 = "Mechanic Resurrection 2016" label A1666 = "01/06/2017" label B1666 = "Movie" label C1666 = "Goonies 1985" label A1667 = "11/22/2016" label B1667 = "Movie" label C1667 = "The Core 2003" label A1668 = "11/25/2016" label B1668 = "Music" label C1668 = "Mya" label A1669 = "11/28/2016" label B1669 = "Movie" label C1669 = "Suicide Squad Extended 2016" label A1670 = "12/01/2016" label B1670 = "Xbox" label C1670 = "NFL Street" label A1671 = "12/02/2016" label B1671 = "TVShow" label C1671 = "Mr. Robot S2 last 2 ep" label A1672 = "12/03/2016" label B1672 = "Android" label C1672 = "KingRoot - Root any Phone" label D1672 = "might have backdoors?" label A1673 = "12/03/2016" label B1673 = "Android" label C1673 = "Purify - block all apps that sucks battery life" label A1674 = "12/03/2016" label B1674 = "Android" label C1674 = "primative ftpd" label A1675 = "12/03/2016" label B1675 = "Audiobook" label C1675 = "001-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label D1675 = "30min" label A1676 = "12/03/2016" label B1676 = "Audiobook" label C1676 = "002-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label A1677 = "12/05/2016" label B1677 = "NES" label C1677 = "Ice Hockey" label A1678 = "12/06/2016" label B1678 = "MAME" label C1678 = "Ninja Baseball Bat Man" label A1679 = "12/06/2016" label B1679 = "NES" label C1679 = "Baseball Stars" label A1680 = "12/10/2016" label B1680 = "Linux" label C1680 = "vimwiki" label D1680 = "TUI" label A1681 = "12/12/2016" label B1681 = "Podcast" label C1681 = "PornDirectorPodcast" label F1681 = "http://www.porndirectorpodcast.com/main/" label A1682 = "12/12/2016" label B1682 = "Podcast" label C1682 = "The Cine-Files" label F1682 = "http://www.podbay.fm/show/1124549378" label A1683 = "12/15/2016" label B1683 = "PCGame" label C1683 = "Bionic Commando Rearmed" label A1684 = "12/17/2016" label B1684 = "Linux" label C1684 = "vbx function [Virtualbox CLI]" label D1684 = "RQBy: Schizo" label F1684 = "https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g" label A1685 = "12/22/2016" label B1685 = "Wii" label C1685 = "Rayman Origins" label A1686 = "12/23/2016" label B1686 = "Movie" label C1686 = "Top Gun 1986 Special Edition" label A1687 = "12/25/2016" label B1687 = "Linux" label C1687 = "rofi - dmenu launcher replacement" label D1687 = "GUI/CLI" label A1688 = "12/26/2016" label B1688 = "Movie" label C1688 = "Black Dynamite (2009)" label A1689 = "12/28/2016" label B1689 = "Movie" label C1689 = "Ben Hur 2016" label A1690 = "12/29/2016" label B1690 = "Movie" label C1690 = "Deepwater Horizon 2016" label A1691 = "12/29/2016" label B1691 = "Movie" label C1691 = "The Accountant 2016" label A1692 = "12/30/2016" label B1692 = "Movie" label C1692 = "The Magnificent Seven 2016" label B1693 = "Android" label C1693 = "IceCatMobile" label D1693 = "Web Browser" label F1693 = "https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat" label B1694 = "Audiobook" label C1694 = "003-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B1695 = "Audiobook" label C1695 = "004-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B1696 = "Audiobook" label C1696 = "Darth Plagueis" label B1697 = "Audiobook" label C1697 = "The Life-Changing Magic of Tidying Up" label B1698 = "Comic" label C1698 = "Saga" label B1699 = "Comic" label C1699 = "Walking Dead 157" label B1700 = "Comic" label C1700 = "X-Men Age of Apocalypse" label B1701 = "Comic" label C1701 = "Y The Last Man" label B1702 = "Linux" label C1702 = "Ampache: web based audio/video streaming" label D1702 = "WEBUI" label F1702 = "http://ampache.org/" label B1703 = "Linux" label C1703 = "Clonezilla" label B1704 = "Linux" label C1704 = "CopyQ - Clipboard manager" label D1704 = "GUI" label B1705 = "Linux" label C1705 = "EncFS - an Encrypted Filesystem" label B1706 = "Linux" label C1706 = "Firejail" label B1707 = "Linux" label C1707 = "LUKS encryption/ cryptsetup" label D1707 = "CLI" label B1708 = "Linux" label C1708 = "Piwigo is photo gallery software for the web" label D1708 = "WEBUI" label F1708 = "http://piwigo.org/" label B1709 = "Linux" label C1709 = "Samba" label D1709 = "CLI" label B1710 = "Linux" label C1710 = "SoundNode - opensource SoundCloud app" label D1710 = "GUI" label F1710 = "http://www.soundnodeapp.com/" label B1711 = "Linux" label C1711 = "Vocal - Podcast Client" label D1711 = "GUI" label F1711 = "http://vocalproject.net/" label B1712 = "Linux" label C1712 = "albumr - Imgur album downloader" label D1712 = "CLI" label F1712 = "https://pypi.python.org/pypi/albumr" label B1713 = "Linux" label C1713 = "alpine" label B1714 = "Linux" label C1714 = "anamnesis - clipboard manager" label D1714 = "GUI" label B1715 = "Linux" label C1715 = "asciiquarium" label D1715 = "TUI" label B1716 = "Linux" label C1716 = "bulk - bulk rename interactive" label D1716 = "Alex Leferry" label F1716 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B1717 = "Linux" label C1717 = "ccze - colorizer" label D1717 = "CLI" label B1718 = "Linux" label C1718 = "centerim5" label D1718 = "TUI" label B1719 = "Linux" label C1719 = "clipmenu - dmenu clipboard manager" label D1719 = "GUI" label B1720 = "Linux" label C1720 = "cvim" label B1721 = "Linux" label C1721 = "forecash - cashflow forecasting" label D1721 = "CLI" label F1721 = "https://github.com/fsareshwala/forecash" label B1722 = "Linux" label C1722 = "fzf-clipboard" label B1723 = "Linux" label C1723 = "kakoune - vim alternative" label D1723 = "Alex Leferry" label F1723 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B1724 = "Linux" label C1724 = "keynav" label B1725 = "Linux" label C1725 = "krill - rss filter feeds" label D1725 = "CLI" label F1725 = "https://github.com/p-e-w/krill" label B1726 = "Linux" label C1726 = "ledger - accounting system" label D1726 = "CLI" label F1726 = "http://www.ledger-cli.org/" label B1727 = "Linux" label C1727 = "megadl - mega.co.nz downloader" label D1727 = "CLI" label E1727 = "wait for 2.0 to have options to download single files from public folder" label B1728 = "Linux" label C1728 = "mpd + ncmpcpp" label D1728 = "CLI/TUI" label B1729 = "Linux" label C1729 = "newsbeuter macros" label D1729 = "CLI" label B1730 = "Linux" label C1730 = "nmtui" label D1730 = "wifi" label B1731 = "Linux" label C1731 = "nq - queue task" label D1731 = "CLI" label B1732 = "Linux" label C1732 = "open dvd producer - create DVD with menus" label D1732 = "GUI" label F1732 = "http://opendvdproducer.jonata.org/" label B1733 = "Linux" label C1733 = "redshift" label D1733 = "CLI" label B1734 = "Linux" label C1734 = "rofi-clipboard" label B1735 = "Linux" label C1735 = "rofi-locate" label B1736 = "Linux" label C1736 = "rofi-playonlinux" label B1737 = "Linux" label C1737 = "rofi-snippet" label B1738 = "Linux" label C1738 = "rss-bridge" label F1738 = "https://github.com/RSS-Bridge/rss-bridge" label B1739 = "Linux" label C1739 = "screenfetch" label D1739 = "CLI" label B1740 = "Linux" label C1740 = "setxkbmap" label B1741 = "Linux" label C1741 = "socli - Stack overflow command line client" label D1741 = "CLI" label F1741 = "https://github.com/gautamkrishnar/socli" label B1742 = "Linux" label C1742 = "sxhkd" label B1743 = "Linux" label C1743 = "systemd timers" label B1744 = "Linux" label C1744 = "taffy - A command-line audio tagging tool" label D1744 = "CLI" label F1744 = "https://github.com/jangler/taffy" label B1745 = "Linux" label C1745 = "task spooler multiple instances" label D1745 = "CLI" label B1746 = "Linux" label C1746 = "timertab - manage systemd timers" label F1746 = "https://github.com/amlamarra/timertab" label B1747 = "Linux" label C1747 = "tweeper - a Twitter to RSS web scraper" label D1747 = "CLI" label E1747 = "https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper" label F1747 = "https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/" label B1748 = "Linux" label C1748 = "veracrypt" label B1749 = "Linux" label C1749 = "wicd-curses" label D1749 = "wifi" label B1750 = "Linux" label C1750 = "wifi-menu" label D1750 = "wifi" label B1751 = "Linux" label C1751 = "wpa_supplicant " label D1751 = "wifi" label B1752 = "Linux" label C1752 = "wttr - weather info" label D1752 = "CLI" label B1753 = "Linux" label C1753 = "xbindkeys" label B1754 = "Linux" label C1754 = "xcape" label B1755 = "Linux" label C1755 = "xchainkeys" label B1756 = "Linux" label C1756 = "xdo" label B1757 = "Linux" label C1757 = "xfce4-screenshooter (selection area imgu'')" label D1757 = "GUI" label B1758 = "Linux" label C1758 = "xinput" label B1759 = "Linux" label C1759 = "xmodmap" label B1760 = "Linux" label C1760 = "xsendkey" label B1761 = "Linux" label C1761 = "xsetwacom " label B1762 = "Linux" label C1762 = "xvkbd" label B1763 = "MAME" label C1763 = "Baseball Stars 2" label B1764 = "Movie" label C1764 = "A Christmas Story 1983" label B1765 = "Movie" label C1765 = "Doctor Strange 2016" label B1766 = "Movie" label C1766 = "Eternal Sunshine of the Spotless Mind (2004)" label B1767 = "Movie" label C1767 = "Frozen" label B1768 = "Movie" label C1768 = "Harry Potter" label B1769 = "Movie" label C1769 = "Jaws (1975)" label B1770 = "Movie" label C1770 = "Moana 2016" label B1771 = "Movie" label C1771 = "Mud 2012" label B1772 = "Movie" label C1772 = "Pete's Dragon 2016" label B1773 = "Movie" label C1773 = "Pump Up The Volume 1990" label B1774 = "Movie" label C1774 = "Snakes on a Plane (2006)" label B1775 = "Movie" label C1775 = "Snowden 2016" label B1776 = "Movie" label C1776 = "Swiss Army Man (2016)" label B1777 = "Movie" label C1777 = "The Legend of Tarzan 2016" label B1778 = "Movie" label C1778 = "Trainwreck (2015)" label B1779 = "Movie" label C1779 = "True Romance (1993)" label B1780 = "Movie" label C1780 = "War Dogs 2016" label B1781 = "Music" label C1781 = "Ashanti" label B1782 = "Music" label C1782 = "BackStreet/Dre" label B1783 = "Music" label C1783 = "Bubba Sparxxx" label B1784 = "Music" label C1784 = "Ciara" label B1785 = "Music" label C1785 = "Dido" label B1786 = "Music" label C1786 = "Dr Dre Instramentals" label B1787 = "Music" label C1787 = "Gloria Estefan" label B1788 = "Music" label C1788 = "Juvenile" label B1789 = "Music" label C1789 = "Meghan Trainor" label B1790 = "Music" label C1790 = "Petey Pablo" label B1791 = "Music" label C1791 = "Puff Daddy" label B1792 = "Music" label C1792 = "Run DMC" label B1793 = "Music" label C1793 = "Street Fighter" label B1794 = "Music" label C1794 = "Super Mario World" label B1795 = "Music" label C1795 = "TLC" label B1796 = "Music" label C1796 = "Young Buck" label B1797 = "NES" label C1797 = "Bionic Commando" label B1798 = "NES" label C1798 = "Contra" label B1799 = "NES" label C1799 = "Mega Man 2" label B1800 = "NES" label C1800 = "Palamedes" label D1800 = "Puzzle" label B1801 = "NES" label C1801 = "Super Mario Bros 3" label B1802 = "PCGame" label C1802 = "Batman: Arkham Asylum" label B1803 = "PCGame" label C1803 = "Dead or Alive 5 With Nude Patch" label B1804 = "PCGame" label C1804 = "For Honor" label B1805 = "PCGame" label C1805 = "Killer Instinct" label B1806 = "PCGame" label C1806 = "Rise of the Tomb Raider" label B1807 = "PCGame" label C1807 = "Street Fighter 5" label B1808 = "PCGame" label C1808 = "The Division" label B1809 = "PSX" label C1809 = "ESPN Extreme Games" label B1810 = "PSX" label C1810 = "Street Fighter: The Movie" label B1811 = "SNES" label C1811 = "Punch Out" label B1812 = "TVShow" label C1812 = "3% Netflix" label B1813 = "TVShow" label C1813 = "Alone [History Channel]" label B1814 = "TVShow" label C1814 = "Black Mirror" label B1815 = "TVShow" label C1815 = "Roman Empire Reign of Blood" label B1816 = "TVShow" label C1816 = "Stranger Things" label B1817 = "TVShow" label C1817 = "The People v. O.J. Simpson: American Crime Story" label B1818 = "TVShow" label C1818 = "The Wire" label B1819 = "TVShow" label C1819 = "Westworld" label B1820 = "Wii" label C1820 = "Kirby Yarn" label B1821 = "Wii" label C1821 = "Mario Gaxaly" label B1822 = "Wii" label C1822 = "Punch Out w/ Balance Board" label B1823 = "Wii" label C1823 = "Resident Evil" label B1824 = "Wii" label C1824 = "Skate w/ Board" label B1825 = "Xbox" label C1825 = "Aliens Versus Predator: Extinction" label D1825 = "RTS" label B1826 = "Xbox" label C1826 = "Star Wars Battlefront 2" label D1826 = "FPS" label A1827 = "01/01/2017" label B1827 = "Linux" label C1827 = "rofi-surfraw | bookmarks" label D1827 = "GUI/CLI" label A1828 = "01/01/2017" label B1828 = "Movie" label C1828 = "Planes Trains & Automoobiles 1987" label A1829 = "01/03/2016" label B1829 = "TVShow" label C1829 = "Quantico Season 2" label A1830 = "01/03/2016" label B1830 = "Wii" label C1830 = "Captain America Super Soldier" label A1831 = "01/05/2017" label B1831 = "Movie" label C1831 = "Mechanic Resurrection 2016" label A1832 = "01/06/2017" label B1832 = "Movie" label C1832 = "Goonies 1985" label A1833 = "11/22/2016" label B1833 = "Movie" label C1833 = "The Core 2003" label A1834 = "11/25/2016" label B1834 = "Music" label C1834 = "Mya" label A1835 = "11/28/2016" label B1835 = "Movie" label C1835 = "Suicide Squad Extended 2016" label A1836 = "12/01/2016" label B1836 = "Xbox" label C1836 = "NFL Street" label A1837 = "12/02/2016" label B1837 = "TVShow" label C1837 = "Mr. Robot S2 last 2 ep" label A1838 = "12/03/2016" label B1838 = "Android" label C1838 = "KingRoot - Root any Phone" label D1838 = "might have backdoors?" label A1839 = "12/03/2016" label B1839 = "Android" label C1839 = "Purify - block all apps that sucks battery life" label A1840 = "12/03/2016" label B1840 = "Android" label C1840 = "primative ftpd" label A1841 = "12/03/2016" label B1841 = "Audiobook" label C1841 = "001-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label D1841 = "30min" label A1842 = "12/03/2016" label B1842 = "Audiobook" label C1842 = "002-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label A1843 = "12/05/2016" label B1843 = "NES" label C1843 = "Ice Hockey" label A1844 = "12/06/2016" label B1844 = "MAME" label C1844 = "Ninja Baseball Bat Man" label A1845 = "12/06/2016" label B1845 = "NES" label C1845 = "Baseball Stars" label A1846 = "12/10/2016" label B1846 = "Linux" label C1846 = "vimwiki" label D1846 = "TUI" label A1847 = "12/12/2016" label B1847 = "Podcast" label C1847 = "PornDirectorPodcast" label F1847 = "http://www.porndirectorpodcast.com/main/" label A1848 = "12/12/2016" label B1848 = "Podcast" label C1848 = "The Cine-Files" label F1848 = "http://www.podbay.fm/show/1124549378" label A1849 = "12/15/2016" label B1849 = "PCGame" label C1849 = "Bionic Commando Rearmed" label A1850 = "12/17/2016" label B1850 = "Linux" label C1850 = "vbx function [Virtualbox CLI]" label D1850 = "RQBy: Schizo" label F1850 = "https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g" label A1851 = "12/22/2016" label B1851 = "Wii" label C1851 = "Rayman Origins" label A1852 = "12/23/2016" label B1852 = "Movie" label C1852 = "Top Gun 1986 Special Edition" label A1853 = "12/25/2016" label B1853 = "Linux" label C1853 = "rofi - dmenu launcher replacement" label D1853 = "GUI/CLI" label A1854 = "12/26/2016" label B1854 = "Movie" label C1854 = "Black Dynamite (2009)" label A1855 = "12/28/2016" label B1855 = "Movie" label C1855 = "Ben Hur 2016" label A1856 = "12/29/2016" label B1856 = "Movie" label C1856 = "Deepwater Horizon 2016" label A1857 = "12/29/2016" label B1857 = "Movie" label C1857 = "The Accountant 2016" label A1858 = "12/30/2016" label B1858 = "Movie" label C1858 = "The Magnificent Seven 2016" label B1859 = "Android" label C1859 = "IceCatMobile" label D1859 = "Web Browser" label F1859 = "https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat" label B1860 = "Audiobook" label C1860 = "003-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B1861 = "Audiobook" label C1861 = "004-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B1862 = "Audiobook" label C1862 = "Darth Plagueis" label B1863 = "Audiobook" label C1863 = "The Life-Changing Magic of Tidying Up" label B1864 = "Comic" label C1864 = "Saga" label B1865 = "Comic" label C1865 = "Walking Dead 157" label B1866 = "Comic" label C1866 = "X-Men Age of Apocalypse" label B1867 = "Comic" label C1867 = "Y The Last Man" label B1868 = "Linux" label C1868 = "Ampache: web based audio/video streaming" label D1868 = "WEBUI" label F1868 = "http://ampache.org/" label B1869 = "Linux" label C1869 = "Clonezilla" label B1870 = "Linux" label C1870 = "CopyQ - Clipboard manager" label D1870 = "GUI" label B1871 = "Linux" label C1871 = "EncFS - an Encrypted Filesystem" label B1872 = "Linux" label C1872 = "Firejail" label B1873 = "Linux" label C1873 = "LUKS encryption/ cryptsetup" label D1873 = "CLI" label B1874 = "Linux" label C1874 = "Piwigo is photo gallery software for the web" label D1874 = "WEBUI" label F1874 = "http://piwigo.org/" label B1875 = "Linux" label C1875 = "Samba" label D1875 = "CLI" label B1876 = "Linux" label C1876 = "SoundNode - opensource SoundCloud app" label D1876 = "GUI" label F1876 = "http://www.soundnodeapp.com/" label B1877 = "Linux" label C1877 = "Vocal - Podcast Client" label D1877 = "GUI" label F1877 = "http://vocalproject.net/" label B1878 = "Linux" label C1878 = "albumr - Imgur album downloader" label D1878 = "CLI" label F1878 = "https://pypi.python.org/pypi/albumr" label B1879 = "Linux" label C1879 = "alpine" label B1880 = "Linux" label C1880 = "anamnesis - clipboard manager" label D1880 = "GUI" label B1881 = "Linux" label C1881 = "asciiquarium" label D1881 = "TUI" label B1882 = "Linux" label C1882 = "bulk - bulk rename interactive" label D1882 = "Alex Leferry" label F1882 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B1883 = "Linux" label C1883 = "ccze - colorizer" label D1883 = "CLI" label B1884 = "Linux" label C1884 = "centerim5" label D1884 = "TUI" label B1885 = "Linux" label C1885 = "clipmenu - dmenu clipboard manager" label D1885 = "GUI" label B1886 = "Linux" label C1886 = "cvim" label B1887 = "Linux" label C1887 = "forecash - cashflow forecasting" label D1887 = "CLI" label F1887 = "https://github.com/fsareshwala/forecash" label B1888 = "Linux" label C1888 = "fzf-clipboard" label B1889 = "Linux" label C1889 = "kakoune - vim alternative" label D1889 = "Alex Leferry" label F1889 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B1890 = "Linux" label C1890 = "keynav" label B1891 = "Linux" label C1891 = "krill - rss filter feeds" label D1891 = "CLI" label F1891 = "https://github.com/p-e-w/krill" label B1892 = "Linux" label C1892 = "ledger - accounting system" label D1892 = "CLI" label F1892 = "http://www.ledger-cli.org/" label B1893 = "Linux" label C1893 = "megadl - mega.co.nz downloader" label D1893 = "CLI" label E1893 = "wait for 2.0 to have options to download single files from public folder" label B1894 = "Linux" label C1894 = "mpd + ncmpcpp" label D1894 = "CLI/TUI" label B1895 = "Linux" label C1895 = "newsbeuter macros" label D1895 = "CLI" label B1896 = "Linux" label C1896 = "nmtui" label D1896 = "wifi" label B1897 = "Linux" label C1897 = "nq - queue task" label D1897 = "CLI" label B1898 = "Linux" label C1898 = "open dvd producer - create DVD with menus" label D1898 = "GUI" label F1898 = "http://opendvdproducer.jonata.org/" label B1899 = "Linux" label C1899 = "redshift" label D1899 = "CLI" label B1900 = "Linux" label C1900 = "rofi-clipboard" label B1901 = "Linux" label C1901 = "rofi-locate" label B1902 = "Linux" label C1902 = "rofi-playonlinux" label B1903 = "Linux" label C1903 = "rofi-snippet" label B1904 = "Linux" label C1904 = "rss-bridge" label F1904 = "https://github.com/RSS-Bridge/rss-bridge" label B1905 = "Linux" label C1905 = "screenfetch" label D1905 = "CLI" label B1906 = "Linux" label C1906 = "setxkbmap" label B1907 = "Linux" label C1907 = "socli - Stack overflow command line client" label D1907 = "CLI" label F1907 = "https://github.com/gautamkrishnar/socli" label B1908 = "Linux" label C1908 = "sxhkd" label B1909 = "Linux" label C1909 = "systemd timers" label B1910 = "Linux" label C1910 = "taffy - A command-line audio tagging tool" label D1910 = "CLI" label F1910 = "https://github.com/jangler/taffy" label B1911 = "Linux" label C1911 = "task spooler multiple instances" label D1911 = "CLI" label B1912 = "Linux" label C1912 = "timertab - manage systemd timers" label F1912 = "https://github.com/amlamarra/timertab" label B1913 = "Linux" label C1913 = "tweeper - a Twitter to RSS web scraper" label D1913 = "CLI" label E1913 = "https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper" label F1913 = "https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/" label B1914 = "Linux" label C1914 = "veracrypt" label B1915 = "Linux" label C1915 = "wicd-curses" label D1915 = "wifi" label B1916 = "Linux" label C1916 = "wifi-menu" label D1916 = "wifi" label B1917 = "Linux" label C1917 = "wpa_supplicant " label D1917 = "wifi" label B1918 = "Linux" label C1918 = "wttr - weather info" label D1918 = "CLI" label B1919 = "Linux" label C1919 = "xbindkeys" label B1920 = "Linux" label C1920 = "xcape" label B1921 = "Linux" label C1921 = "xchainkeys" label B1922 = "Linux" label C1922 = "xdo" label B1923 = "Linux" label C1923 = "xfce4-screenshooter (selection area imgu'')" label D1923 = "GUI" label B1924 = "Linux" label C1924 = "xinput" label B1925 = "Linux" label C1925 = "xmodmap" label B1926 = "Linux" label C1926 = "xsendkey" label B1927 = "Linux" label C1927 = "xsetwacom " label B1928 = "Linux" label C1928 = "xvkbd" label B1929 = "MAME" label C1929 = "Baseball Stars 2" label B1930 = "Movie" label C1930 = "A Christmas Story 1983" label B1931 = "Movie" label C1931 = "Doctor Strange 2016" label B1932 = "Movie" label C1932 = "Eternal Sunshine of the Spotless Mind (2004)" label B1933 = "Movie" label C1933 = "Frozen" label B1934 = "Movie" label C1934 = "Harry Potter" label B1935 = "Movie" label C1935 = "Jaws (1975)" label B1936 = "Movie" label C1936 = "Moana 2016" label B1937 = "Movie" label C1937 = "Mud 2012" label B1938 = "Movie" label C1938 = "Pete's Dragon 2016" label B1939 = "Movie" label C1939 = "Pump Up The Volume 1990" label B1940 = "Movie" label C1940 = "Snakes on a Plane (2006)" label B1941 = "Movie" label C1941 = "Snowden 2016" label B1942 = "Movie" label C1942 = "Swiss Army Man (2016)" label B1943 = "Movie" label C1943 = "The Legend of Tarzan 2016" label B1944 = "Movie" label C1944 = "Trainwreck (2015)" label B1945 = "Movie" label C1945 = "True Romance (1993)" label B1946 = "Movie" label C1946 = "War Dogs 2016" label B1947 = "Music" label C1947 = "Ashanti" label B1948 = "Music" label C1948 = "BackStreet/Dre" label B1949 = "Music" label C1949 = "Bubba Sparxxx" label B1950 = "Music" label C1950 = "Ciara" label B1951 = "Music" label C1951 = "Dido" label B1952 = "Music" label C1952 = "Dr Dre Instramentals" label B1953 = "Music" label C1953 = "Gloria Estefan" label B1954 = "Music" label C1954 = "Juvenile" label B1955 = "Music" label C1955 = "Meghan Trainor" label B1956 = "Music" label C1956 = "Petey Pablo" label B1957 = "Music" label C1957 = "Puff Daddy" label B1958 = "Music" label C1958 = "Run DMC" label B1959 = "Music" label C1959 = "Street Fighter" label B1960 = "Music" label C1960 = "Super Mario World" label B1961 = "Music" label C1961 = "TLC" label B1962 = "Music" label C1962 = "Young Buck" label B1963 = "NES" label C1963 = "Bionic Commando" label B1964 = "NES" label C1964 = "Contra" label B1965 = "NES" label C1965 = "Mega Man 2" label B1966 = "NES" label C1966 = "Palamedes" label D1966 = "Puzzle" label B1967 = "NES" label C1967 = "Super Mario Bros 3" label B1968 = "PCGame" label C1968 = "Batman: Arkham Asylum" label B1969 = "PCGame" label C1969 = "Dead or Alive 5 With Nude Patch" label B1970 = "PCGame" label C1970 = "For Honor" label B1971 = "PCGame" label C1971 = "Killer Instinct" label B1972 = "PCGame" label C1972 = "Rise of the Tomb Raider" label B1973 = "PCGame" label C1973 = "Street Fighter 5" label B1974 = "PCGame" label C1974 = "The Division" label B1975 = "PSX" label C1975 = "ESPN Extreme Games" label B1976 = "PSX" label C1976 = "Street Fighter: The Movie" label B1977 = "SNES" label C1977 = "Punch Out" label B1978 = "TVShow" label C1978 = "3% Netflix" label B1979 = "TVShow" label C1979 = "Alone [History Channel]" label B1980 = "TVShow" label C1980 = "Black Mirror" label B1981 = "TVShow" label C1981 = "Roman Empire Reign of Blood" label B1982 = "TVShow" label C1982 = "Stranger Things" label B1983 = "TVShow" label C1983 = "The People v. O.J. Simpson: American Crime Story" label B1984 = "TVShow" label C1984 = "The Wire" label B1985 = "TVShow" label C1985 = "Westworld" label B1986 = "Wii" label C1986 = "Kirby Yarn" label B1987 = "Wii" label C1987 = "Mario Gaxaly" label B1988 = "Wii" label C1988 = "Punch Out w/ Balance Board" label B1989 = "Wii" label C1989 = "Resident Evil" label B1990 = "Wii" label C1990 = "Skate w/ Board" label B1991 = "Xbox" label C1991 = "Aliens Versus Predator: Extinction" label D1991 = "RTS" label B1992 = "Xbox" label C1992 = "Star Wars Battlefront 2" label D1992 = "FPS" label A1993 = "01/01/2017" label B1993 = "Linux" label C1993 = "rofi-surfraw | bookmarks" label D1993 = "GUI/CLI" label A1994 = "01/01/2017" label B1994 = "Movie" label C1994 = "Planes Trains & Automoobiles 1987" label A1995 = "01/03/2016" label B1995 = "TVShow" label C1995 = "Quantico Season 2" label A1996 = "01/03/2016" label B1996 = "Wii" label C1996 = "Captain America Super Soldier" label A1997 = "01/05/2017" label B1997 = "Movie" label C1997 = "Mechanic Resurrection 2016" label A1998 = "01/06/2017" label B1998 = "Movie" label C1998 = "Goonies 1985" label A1999 = "11/22/2016" label B1999 = "Movie" label C1999 = "The Core 2003" label A2000 = "11/25/2016" label B2000 = "Music" label C2000 = "Mya" label A2001 = "11/28/2016" label B2001 = "Movie" label C2001 = "Suicide Squad Extended 2016" label A2002 = "12/01/2016" label B2002 = "Xbox" label C2002 = "NFL Street" label A2003 = "12/02/2016" label B2003 = "TVShow" label C2003 = "Mr. Robot S2 last 2 ep" label A2004 = "12/03/2016" label B2004 = "Android" label C2004 = "KingRoot - Root any Phone" label D2004 = "might have backdoors?" label A2005 = "12/03/2016" label B2005 = "Android" label C2005 = "Purify - block all apps that sucks battery life" label A2006 = "12/03/2016" label B2006 = "Android" label C2006 = "primative ftpd" label A2007 = "12/03/2016" label B2007 = "Audiobook" label C2007 = "001-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label D2007 = "30min" label A2008 = "12/03/2016" label B2008 = "Audiobook" label C2008 = "002-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label A2009 = "12/05/2016" label B2009 = "NES" label C2009 = "Ice Hockey" label A2010 = "12/06/2016" label B2010 = "MAME" label C2010 = "Ninja Baseball Bat Man" label A2011 = "12/06/2016" label B2011 = "NES" label C2011 = "Baseball Stars" label A2012 = "12/10/2016" label B2012 = "Linux" label C2012 = "vimwiki" label D2012 = "TUI" label A2013 = "12/12/2016" label B2013 = "Podcast" label C2013 = "PornDirectorPodcast" label F2013 = "http://www.porndirectorpodcast.com/main/" label A2014 = "12/12/2016" label B2014 = "Podcast" label C2014 = "The Cine-Files" label F2014 = "http://www.podbay.fm/show/1124549378" label A2015 = "12/15/2016" label B2015 = "PCGame" label C2015 = "Bionic Commando Rearmed" label A2016 = "12/17/2016" label B2016 = "Linux" label C2016 = "vbx function [Virtualbox CLI]" label D2016 = "RQBy: Schizo" label F2016 = "https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g" label A2017 = "12/22/2016" label B2017 = "Wii" label C2017 = "Rayman Origins" label A2018 = "12/23/2016" label B2018 = "Movie" label C2018 = "Top Gun 1986 Special Edition" label A2019 = "12/25/2016" label B2019 = "Linux" label C2019 = "rofi - dmenu launcher replacement" label D2019 = "GUI/CLI" label A2020 = "12/26/2016" label B2020 = "Movie" label C2020 = "Black Dynamite (2009)" label A2021 = "12/28/2016" label B2021 = "Movie" label C2021 = "Ben Hur 2016" label A2022 = "12/29/2016" label B2022 = "Movie" label C2022 = "Deepwater Horizon 2016" label A2023 = "12/29/2016" label B2023 = "Movie" label C2023 = "The Accountant 2016" label A2024 = "12/30/2016" label B2024 = "Movie" label C2024 = "The Magnificent Seven 2016" label B2025 = "Android" label C2025 = "IceCatMobile" label D2025 = "Web Browser" label F2025 = "https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat" label B2026 = "Audiobook" label C2026 = "003-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B2027 = "Audiobook" label C2027 = "004-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B2028 = "Audiobook" label C2028 = "Darth Plagueis" label B2029 = "Audiobook" label C2029 = "The Life-Changing Magic of Tidying Up" label B2030 = "Comic" label C2030 = "Saga" label B2031 = "Comic" label C2031 = "Walking Dead 157" label B2032 = "Comic" label C2032 = "X-Men Age of Apocalypse" label B2033 = "Comic" label C2033 = "Y The Last Man" label B2034 = "Linux" label C2034 = "Ampache: web based audio/video streaming" label D2034 = "WEBUI" label F2034 = "http://ampache.org/" label B2035 = "Linux" label C2035 = "Clonezilla" label B2036 = "Linux" label C2036 = "CopyQ - Clipboard manager" label D2036 = "GUI" label B2037 = "Linux" label C2037 = "EncFS - an Encrypted Filesystem" label B2038 = "Linux" label C2038 = "Firejail" label B2039 = "Linux" label C2039 = "LUKS encryption/ cryptsetup" label D2039 = "CLI" label B2040 = "Linux" label C2040 = "Piwigo is photo gallery software for the web" label D2040 = "WEBUI" label F2040 = "http://piwigo.org/" label B2041 = "Linux" label C2041 = "Samba" label D2041 = "CLI" label B2042 = "Linux" label C2042 = "SoundNode - opensource SoundCloud app" label D2042 = "GUI" label F2042 = "http://www.soundnodeapp.com/" label B2043 = "Linux" label C2043 = "Vocal - Podcast Client" label D2043 = "GUI" label F2043 = "http://vocalproject.net/" label B2044 = "Linux" label C2044 = "albumr - Imgur album downloader" label D2044 = "CLI" label F2044 = "https://pypi.python.org/pypi/albumr" label B2045 = "Linux" label C2045 = "alpine" label B2046 = "Linux" label C2046 = "anamnesis - clipboard manager" label D2046 = "GUI" label B2047 = "Linux" label C2047 = "asciiquarium" label D2047 = "TUI" label B2048 = "Linux" label C2048 = "bulk - bulk rename interactive" label D2048 = "Alex Leferry" label F2048 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B2049 = "Linux" label C2049 = "ccze - colorizer" label D2049 = "CLI" label B2050 = "Linux" label C2050 = "centerim5" label D2050 = "TUI" label B2051 = "Linux" label C2051 = "clipmenu - dmenu clipboard manager" label D2051 = "GUI" label B2052 = "Linux" label C2052 = "cvim" label B2053 = "Linux" label C2053 = "forecash - cashflow forecasting" label D2053 = "CLI" label F2053 = "https://github.com/fsareshwala/forecash" label B2054 = "Linux" label C2054 = "fzf-clipboard" label B2055 = "Linux" label C2055 = "kakoune - vim alternative" label D2055 = "Alex Leferry" label F2055 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B2056 = "Linux" label C2056 = "keynav" label B2057 = "Linux" label C2057 = "krill - rss filter feeds" label D2057 = "CLI" label F2057 = "https://github.com/p-e-w/krill" label B2058 = "Linux" label C2058 = "ledger - accounting system" label D2058 = "CLI" label F2058 = "http://www.ledger-cli.org/" label B2059 = "Linux" label C2059 = "megadl - mega.co.nz downloader" label D2059 = "CLI" label E2059 = "wait for 2.0 to have options to download single files from public folder" label B2060 = "Linux" label C2060 = "mpd + ncmpcpp" label D2060 = "CLI/TUI" label B2061 = "Linux" label C2061 = "newsbeuter macros" label D2061 = "CLI" label B2062 = "Linux" label C2062 = "nmtui" label D2062 = "wifi" label B2063 = "Linux" label C2063 = "nq - queue task" label D2063 = "CLI" label B2064 = "Linux" label C2064 = "open dvd producer - create DVD with menus" label D2064 = "GUI" label F2064 = "http://opendvdproducer.jonata.org/" label B2065 = "Linux" label C2065 = "redshift" label D2065 = "CLI" label B2066 = "Linux" label C2066 = "rofi-clipboard" label B2067 = "Linux" label C2067 = "rofi-locate" label B2068 = "Linux" label C2068 = "rofi-playonlinux" label B2069 = "Linux" label C2069 = "rofi-snippet" label B2070 = "Linux" label C2070 = "rss-bridge" label F2070 = "https://github.com/RSS-Bridge/rss-bridge" label B2071 = "Linux" label C2071 = "screenfetch" label D2071 = "CLI" label B2072 = "Linux" label C2072 = "setxkbmap" label B2073 = "Linux" label C2073 = "socli - Stack overflow command line client" label D2073 = "CLI" label F2073 = "https://github.com/gautamkrishnar/socli" label B2074 = "Linux" label C2074 = "sxhkd" label B2075 = "Linux" label C2075 = "systemd timers" label B2076 = "Linux" label C2076 = "taffy - A command-line audio tagging tool" label D2076 = "CLI" label F2076 = "https://github.com/jangler/taffy" label B2077 = "Linux" label C2077 = "task spooler multiple instances" label D2077 = "CLI" label B2078 = "Linux" label C2078 = "timertab - manage systemd timers" label F2078 = "https://github.com/amlamarra/timertab" label B2079 = "Linux" label C2079 = "tweeper - a Twitter to RSS web scraper" label D2079 = "CLI" label E2079 = "https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper" label F2079 = "https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/" label B2080 = "Linux" label C2080 = "veracrypt" label B2081 = "Linux" label C2081 = "wicd-curses" label D2081 = "wifi" label B2082 = "Linux" label C2082 = "wifi-menu" label D2082 = "wifi" label B2083 = "Linux" label C2083 = "wpa_supplicant " label D2083 = "wifi" label B2084 = "Linux" label C2084 = "wttr - weather info" label D2084 = "CLI" label B2085 = "Linux" label C2085 = "xbindkeys" label B2086 = "Linux" label C2086 = "xcape" label B2087 = "Linux" label C2087 = "xchainkeys" label B2088 = "Linux" label C2088 = "xdo" label B2089 = "Linux" label C2089 = "xfce4-screenshooter (selection area imgu'')" label D2089 = "GUI" label B2090 = "Linux" label C2090 = "xinput" label B2091 = "Linux" label C2091 = "xmodmap" label B2092 = "Linux" label C2092 = "xsendkey" label B2093 = "Linux" label C2093 = "xsetwacom " label B2094 = "Linux" label C2094 = "xvkbd" label B2095 = "MAME" label C2095 = "Baseball Stars 2" label B2096 = "Movie" label C2096 = "A Christmas Story 1983" label B2097 = "Movie" label C2097 = "Doctor Strange 2016" label B2098 = "Movie" label C2098 = "Eternal Sunshine of the Spotless Mind (2004)" label B2099 = "Movie" label C2099 = "Frozen" label B2100 = "Movie" label C2100 = "Harry Potter" label B2101 = "Movie" label C2101 = "Jaws (1975)" label B2102 = "Movie" label C2102 = "Moana 2016" label B2103 = "Movie" label C2103 = "Mud 2012" label B2104 = "Movie" label C2104 = "Pete's Dragon 2016" label B2105 = "Movie" label C2105 = "Pump Up The Volume 1990" label B2106 = "Movie" label C2106 = "Snakes on a Plane (2006)" label B2107 = "Movie" label C2107 = "Snowden 2016" label B2108 = "Movie" label C2108 = "Swiss Army Man (2016)" label B2109 = "Movie" label C2109 = "The Legend of Tarzan 2016" label B2110 = "Movie" label C2110 = "Trainwreck (2015)" label B2111 = "Movie" label C2111 = "True Romance (1993)" label B2112 = "Movie" label C2112 = "War Dogs 2016" label B2113 = "Music" label C2113 = "Ashanti" label B2114 = "Music" label C2114 = "BackStreet/Dre" label B2115 = "Music" label C2115 = "Bubba Sparxxx" label B2116 = "Music" label C2116 = "Ciara" label B2117 = "Music" label C2117 = "Dido" label B2118 = "Music" label C2118 = "Dr Dre Instramentals" label B2119 = "Music" label C2119 = "Gloria Estefan" label B2120 = "Music" label C2120 = "Juvenile" label B2121 = "Music" label C2121 = "Meghan Trainor" label B2122 = "Music" label C2122 = "Petey Pablo" label B2123 = "Music" label C2123 = "Puff Daddy" label B2124 = "Music" label C2124 = "Run DMC" label B2125 = "Music" label C2125 = "Street Fighter" label B2126 = "Music" label C2126 = "Super Mario World" label B2127 = "Music" label C2127 = "TLC" label B2128 = "Music" label C2128 = "Young Buck" label B2129 = "NES" label C2129 = "Bionic Commando" label B2130 = "NES" label C2130 = "Contra" label B2131 = "NES" label C2131 = "Mega Man 2" label B2132 = "NES" label C2132 = "Palamedes" label D2132 = "Puzzle" label B2133 = "NES" label C2133 = "Super Mario Bros 3" label B2134 = "PCGame" label C2134 = "Batman: Arkham Asylum" label B2135 = "PCGame" label C2135 = "Dead or Alive 5 With Nude Patch" label B2136 = "PCGame" label C2136 = "For Honor" label B2137 = "PCGame" label C2137 = "Killer Instinct" label B2138 = "PCGame" label C2138 = "Rise of the Tomb Raider" label B2139 = "PCGame" label C2139 = "Street Fighter 5" label B2140 = "PCGame" label C2140 = "The Division" label B2141 = "PSX" label C2141 = "ESPN Extreme Games" label B2142 = "PSX" label C2142 = "Street Fighter: The Movie" label B2143 = "SNES" label C2143 = "Punch Out" label B2144 = "TVShow" label C2144 = "3% Netflix" label B2145 = "TVShow" label C2145 = "Alone [History Channel]" label B2146 = "TVShow" label C2146 = "Black Mirror" label B2147 = "TVShow" label C2147 = "Roman Empire Reign of Blood" label B2148 = "TVShow" label C2148 = "Stranger Things" label B2149 = "TVShow" label C2149 = "The People v. O.J. Simpson: American Crime Story" label B2150 = "TVShow" label C2150 = "The Wire" label B2151 = "TVShow" label C2151 = "Westworld" label B2152 = "Wii" label C2152 = "Kirby Yarn" label B2153 = "Wii" label C2153 = "Mario Gaxaly" label B2154 = "Wii" label C2154 = "Punch Out w/ Balance Board" label B2155 = "Wii" label C2155 = "Resident Evil" label B2156 = "Wii" label C2156 = "Skate w/ Board" label B2157 = "Xbox" label C2157 = "Aliens Versus Predator: Extinction" label D2157 = "RTS" label B2158 = "Xbox" label C2158 = "Star Wars Battlefront 2" label D2158 = "FPS" label A2159 = "01/01/2017" label B2159 = "Linux" label C2159 = "rofi-surfraw | bookmarks" label D2159 = "GUI/CLI" label A2160 = "01/01/2017" label B2160 = "Movie" label C2160 = "Planes Trains & Automoobiles 1987" label A2161 = "01/03/2016" label B2161 = "TVShow" label C2161 = "Quantico Season 2" label A2162 = "01/03/2016" label B2162 = "Wii" label C2162 = "Captain America Super Soldier" label A2163 = "01/05/2017" label B2163 = "Movie" label C2163 = "Mechanic Resurrection 2016" label A2164 = "01/06/2017" label B2164 = "Movie" label C2164 = "Goonies 1985" label A2165 = "11/22/2016" label B2165 = "Movie" label C2165 = "The Core 2003" label A2166 = "11/25/2016" label B2166 = "Music" label C2166 = "Mya" label A2167 = "11/28/2016" label B2167 = "Movie" label C2167 = "Suicide Squad Extended 2016" label A2168 = "12/01/2016" label B2168 = "Xbox" label C2168 = "NFL Street" label A2169 = "12/02/2016" label B2169 = "TVShow" label C2169 = "Mr. Robot S2 last 2 ep" label A2170 = "12/03/2016" label B2170 = "Android" label C2170 = "KingRoot - Root any Phone" label D2170 = "might have backdoors?" label A2171 = "12/03/2016" label B2171 = "Android" label C2171 = "Purify - block all apps that sucks battery life" label A2172 = "12/03/2016" label B2172 = "Android" label C2172 = "primative ftpd" label A2173 = "12/03/2016" label B2173 = "Audiobook" label C2173 = "001-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label D2173 = "30min" label A2174 = "12/03/2016" label B2174 = "Audiobook" label C2174 = "002-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label A2175 = "12/05/2016" label B2175 = "NES" label C2175 = "Ice Hockey" label A2176 = "12/06/2016" label B2176 = "MAME" label C2176 = "Ninja Baseball Bat Man" label A2177 = "12/06/2016" label B2177 = "NES" label C2177 = "Baseball Stars" label A2178 = "12/10/2016" label B2178 = "Linux" label C2178 = "vimwiki" label D2178 = "TUI" label A2179 = "12/12/2016" label B2179 = "Podcast" label C2179 = "PornDirectorPodcast" label F2179 = "http://www.porndirectorpodcast.com/main/" label A2180 = "12/12/2016" label B2180 = "Podcast" label C2180 = "The Cine-Files" label F2180 = "http://www.podbay.fm/show/1124549378" label A2181 = "12/15/2016" label B2181 = "PCGame" label C2181 = "Bionic Commando Rearmed" label A2182 = "12/17/2016" label B2182 = "Linux" label C2182 = "vbx function [Virtualbox CLI]" label D2182 = "RQBy: Schizo" label F2182 = "https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g" label A2183 = "12/22/2016" label B2183 = "Wii" label C2183 = "Rayman Origins" label A2184 = "12/23/2016" label B2184 = "Movie" label C2184 = "Top Gun 1986 Special Edition" label A2185 = "12/25/2016" label B2185 = "Linux" label C2185 = "rofi - dmenu launcher replacement" label D2185 = "GUI/CLI" label A2186 = "12/26/2016" label B2186 = "Movie" label C2186 = "Black Dynamite (2009)" label A2187 = "12/28/2016" label B2187 = "Movie" label C2187 = "Ben Hur 2016" label A2188 = "12/29/2016" label B2188 = "Movie" label C2188 = "Deepwater Horizon 2016" label A2189 = "12/29/2016" label B2189 = "Movie" label C2189 = "The Accountant 2016" label A2190 = "12/30/2016" label B2190 = "Movie" label C2190 = "The Magnificent Seven 2016" label B2191 = "Android" label C2191 = "IceCatMobile" label D2191 = "Web Browser" label F2191 = "https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat" label B2192 = "Audiobook" label C2192 = "003-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B2193 = "Audiobook" label C2193 = "004-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B2194 = "Audiobook" label C2194 = "Darth Plagueis" label B2195 = "Audiobook" label C2195 = "The Life-Changing Magic of Tidying Up" label B2196 = "Comic" label C2196 = "Saga" label B2197 = "Comic" label C2197 = "Walking Dead 157" label B2198 = "Comic" label C2198 = "X-Men Age of Apocalypse" label B2199 = "Comic" label C2199 = "Y The Last Man" label B2200 = "Linux" label C2200 = "Ampache: web based audio/video streaming" label D2200 = "WEBUI" label F2200 = "http://ampache.org/" label B2201 = "Linux" label C2201 = "Clonezilla" label B2202 = "Linux" label C2202 = "CopyQ - Clipboard manager" label D2202 = "GUI" label B2203 = "Linux" label C2203 = "EncFS - an Encrypted Filesystem" label B2204 = "Linux" label C2204 = "Firejail" label B2205 = "Linux" label C2205 = "LUKS encryption/ cryptsetup" label D2205 = "CLI" label B2206 = "Linux" label C2206 = "Piwigo is photo gallery software for the web" label D2206 = "WEBUI" label F2206 = "http://piwigo.org/" label B2207 = "Linux" label C2207 = "Samba" label D2207 = "CLI" label B2208 = "Linux" label C2208 = "SoundNode - opensource SoundCloud app" label D2208 = "GUI" label F2208 = "http://www.soundnodeapp.com/" label B2209 = "Linux" label C2209 = "Vocal - Podcast Client" label D2209 = "GUI" label F2209 = "http://vocalproject.net/" label B2210 = "Linux" label C2210 = "albumr - Imgur album downloader" label D2210 = "CLI" label F2210 = "https://pypi.python.org/pypi/albumr" label B2211 = "Linux" label C2211 = "alpine" label B2212 = "Linux" label C2212 = "anamnesis - clipboard manager" label D2212 = "GUI" label B2213 = "Linux" label C2213 = "asciiquarium" label D2213 = "TUI" label B2214 = "Linux" label C2214 = "bulk - bulk rename interactive" label D2214 = "Alex Leferry" label F2214 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B2215 = "Linux" label C2215 = "ccze - colorizer" label D2215 = "CLI" label B2216 = "Linux" label C2216 = "centerim5" label D2216 = "TUI" label B2217 = "Linux" label C2217 = "clipmenu - dmenu clipboard manager" label D2217 = "GUI" label B2218 = "Linux" label C2218 = "cvim" label B2219 = "Linux" label C2219 = "forecash - cashflow forecasting" label D2219 = "CLI" label F2219 = "https://github.com/fsareshwala/forecash" label B2220 = "Linux" label C2220 = "fzf-clipboard" label B2221 = "Linux" label C2221 = "kakoune - vim alternative" label D2221 = "Alex Leferry" label F2221 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B2222 = "Linux" label C2222 = "keynav" label B2223 = "Linux" label C2223 = "krill - rss filter feeds" label D2223 = "CLI" label F2223 = "https://github.com/p-e-w/krill" label B2224 = "Linux" label C2224 = "ledger - accounting system" label D2224 = "CLI" label F2224 = "http://www.ledger-cli.org/" label B2225 = "Linux" label C2225 = "megadl - mega.co.nz downloader" label D2225 = "CLI" label E2225 = "wait for 2.0 to have options to download single files from public folder" label B2226 = "Linux" label C2226 = "mpd + ncmpcpp" label D2226 = "CLI/TUI" label B2227 = "Linux" label C2227 = "newsbeuter macros" label D2227 = "CLI" label B2228 = "Linux" label C2228 = "nmtui" label D2228 = "wifi" label B2229 = "Linux" label C2229 = "nq - queue task" label D2229 = "CLI" label B2230 = "Linux" label C2230 = "open dvd producer - create DVD with menus" label D2230 = "GUI" label F2230 = "http://opendvdproducer.jonata.org/" label B2231 = "Linux" label C2231 = "redshift" label D2231 = "CLI" label B2232 = "Linux" label C2232 = "rofi-clipboard" label B2233 = "Linux" label C2233 = "rofi-locate" label B2234 = "Linux" label C2234 = "rofi-playonlinux" label B2235 = "Linux" label C2235 = "rofi-snippet" label B2236 = "Linux" label C2236 = "rss-bridge" label F2236 = "https://github.com/RSS-Bridge/rss-bridge" label B2237 = "Linux" label C2237 = "screenfetch" label D2237 = "CLI" label B2238 = "Linux" label C2238 = "setxkbmap" label B2239 = "Linux" label C2239 = "socli - Stack overflow command line client" label D2239 = "CLI" label F2239 = "https://github.com/gautamkrishnar/socli" label B2240 = "Linux" label C2240 = "sxhkd" label B2241 = "Linux" label C2241 = "systemd timers" label B2242 = "Linux" label C2242 = "taffy - A command-line audio tagging tool" label D2242 = "CLI" label F2242 = "https://github.com/jangler/taffy" label B2243 = "Linux" label C2243 = "task spooler multiple instances" label D2243 = "CLI" label B2244 = "Linux" label C2244 = "timertab - manage systemd timers" label F2244 = "https://github.com/amlamarra/timertab" label B2245 = "Linux" label C2245 = "tweeper - a Twitter to RSS web scraper" label D2245 = "CLI" label E2245 = "https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper" label F2245 = "https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/" label B2246 = "Linux" label C2246 = "veracrypt" label B2247 = "Linux" label C2247 = "wicd-curses" label D2247 = "wifi" label B2248 = "Linux" label C2248 = "wifi-menu" label D2248 = "wifi" label B2249 = "Linux" label C2249 = "wpa_supplicant " label D2249 = "wifi" label B2250 = "Linux" label C2250 = "wttr - weather info" label D2250 = "CLI" label B2251 = "Linux" label C2251 = "xbindkeys" label B2252 = "Linux" label C2252 = "xcape" label B2253 = "Linux" label C2253 = "xchainkeys" label B2254 = "Linux" label C2254 = "xdo" label B2255 = "Linux" label C2255 = "xfce4-screenshooter (selection area imgu'')" label D2255 = "GUI" label B2256 = "Linux" label C2256 = "xinput" label B2257 = "Linux" label C2257 = "xmodmap" label B2258 = "Linux" label C2258 = "xsendkey" label B2259 = "Linux" label C2259 = "xsetwacom " label B2260 = "Linux" label C2260 = "xvkbd" label B2261 = "MAME" label C2261 = "Baseball Stars 2" label B2262 = "Movie" label C2262 = "A Christmas Story 1983" label B2263 = "Movie" label C2263 = "Doctor Strange 2016" label B2264 = "Movie" label C2264 = "Eternal Sunshine of the Spotless Mind (2004)" label B2265 = "Movie" label C2265 = "Frozen" label B2266 = "Movie" label C2266 = "Harry Potter" label B2267 = "Movie" label C2267 = "Jaws (1975)" label B2268 = "Movie" label C2268 = "Moana 2016" label B2269 = "Movie" label C2269 = "Mud 2012" label B2270 = "Movie" label C2270 = "Pete's Dragon 2016" label B2271 = "Movie" label C2271 = "Pump Up The Volume 1990" label B2272 = "Movie" label C2272 = "Snakes on a Plane (2006)" label B2273 = "Movie" label C2273 = "Snowden 2016" label B2274 = "Movie" label C2274 = "Swiss Army Man (2016)" label B2275 = "Movie" label C2275 = "The Legend of Tarzan 2016" label B2276 = "Movie" label C2276 = "Trainwreck (2015)" label B2277 = "Movie" label C2277 = "True Romance (1993)" label B2278 = "Movie" label C2278 = "War Dogs 2016" label B2279 = "Music" label C2279 = "Ashanti" label B2280 = "Music" label C2280 = "BackStreet/Dre" label B2281 = "Music" label C2281 = "Bubba Sparxxx" label B2282 = "Music" label C2282 = "Ciara" label B2283 = "Music" label C2283 = "Dido" label B2284 = "Music" label C2284 = "Dr Dre Instramentals" label B2285 = "Music" label C2285 = "Gloria Estefan" label B2286 = "Music" label C2286 = "Juvenile" label B2287 = "Music" label C2287 = "Meghan Trainor" label B2288 = "Music" label C2288 = "Petey Pablo" label B2289 = "Music" label C2289 = "Puff Daddy" label B2290 = "Music" label C2290 = "Run DMC" label B2291 = "Music" label C2291 = "Street Fighter" label B2292 = "Music" label C2292 = "Super Mario World" label B2293 = "Music" label C2293 = "TLC" label B2294 = "Music" label C2294 = "Young Buck" label B2295 = "NES" label C2295 = "Bionic Commando" label B2296 = "NES" label C2296 = "Contra" label B2297 = "NES" label C2297 = "Mega Man 2" label B2298 = "NES" label C2298 = "Palamedes" label D2298 = "Puzzle" label B2299 = "NES" label C2299 = "Super Mario Bros 3" label B2300 = "PCGame" label C2300 = "Batman: Arkham Asylum" label B2301 = "PCGame" label C2301 = "Dead or Alive 5 With Nude Patch" label B2302 = "PCGame" label C2302 = "For Honor" label B2303 = "PCGame" label C2303 = "Killer Instinct" label B2304 = "PCGame" label C2304 = "Rise of the Tomb Raider" label B2305 = "PCGame" label C2305 = "Street Fighter 5" label B2306 = "PCGame" label C2306 = "The Division" label B2307 = "PSX" label C2307 = "ESPN Extreme Games" label B2308 = "PSX" label C2308 = "Street Fighter: The Movie" label B2309 = "SNES" label C2309 = "Punch Out" label B2310 = "TVShow" label C2310 = "3% Netflix" label B2311 = "TVShow" label C2311 = "Alone [History Channel]" label B2312 = "TVShow" label C2312 = "Black Mirror" label B2313 = "TVShow" label C2313 = "Roman Empire Reign of Blood" label B2314 = "TVShow" label C2314 = "Stranger Things" label B2315 = "TVShow" label C2315 = "The People v. O.J. Simpson: American Crime Story" label B2316 = "TVShow" label C2316 = "The Wire" label B2317 = "TVShow" label C2317 = "Westworld" label B2318 = "Wii" label C2318 = "Kirby Yarn" label B2319 = "Wii" label C2319 = "Mario Gaxaly" label B2320 = "Wii" label C2320 = "Punch Out w/ Balance Board" label B2321 = "Wii" label C2321 = "Resident Evil" label B2322 = "Wii" label C2322 = "Skate w/ Board" label B2323 = "Xbox" label C2323 = "Aliens Versus Predator: Extinction" label D2323 = "RTS" label B2324 = "Xbox" label C2324 = "Star Wars Battlefront 2" label D2324 = "FPS" label A2325 = "01/01/2017" label B2325 = "Linux" label C2325 = "rofi-surfraw | bookmarks" label D2325 = "GUI/CLI" label A2326 = "01/01/2017" label B2326 = "Movie" label C2326 = "Planes Trains & Automoobiles 1987" label A2327 = "01/03/2016" label B2327 = "TVShow" label C2327 = "Quantico Season 2" label A2328 = "01/03/2016" label B2328 = "Wii" label C2328 = "Captain America Super Soldier" label A2329 = "01/05/2017" label B2329 = "Movie" label C2329 = "Mechanic Resurrection 2016" label A2330 = "01/06/2017" label B2330 = "Movie" label C2330 = "Goonies 1985" label A2331 = "11/22/2016" label B2331 = "Movie" label C2331 = "The Core 2003" label A2332 = "11/25/2016" label B2332 = "Music" label C2332 = "Mya" label A2333 = "11/28/2016" label B2333 = "Movie" label C2333 = "Suicide Squad Extended 2016" label A2334 = "12/01/2016" label B2334 = "Xbox" label C2334 = "NFL Street" label A2335 = "12/02/2016" label B2335 = "TVShow" label C2335 = "Mr. Robot S2 last 2 ep" label A2336 = "12/03/2016" label B2336 = "Android" label C2336 = "KingRoot - Root any Phone" label D2336 = "might have backdoors?" label A2337 = "12/03/2016" label B2337 = "Android" label C2337 = "Purify - block all apps that sucks battery life" label A2338 = "12/03/2016" label B2338 = "Android" label C2338 = "primative ftpd" label A2339 = "12/03/2016" label B2339 = "Audiobook" label C2339 = "001-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label D2339 = "30min" label A2340 = "12/03/2016" label B2340 = "Audiobook" label C2340 = "002-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label A2341 = "12/05/2016" label B2341 = "NES" label C2341 = "Ice Hockey" label A2342 = "12/06/2016" label B2342 = "MAME" label C2342 = "Ninja Baseball Bat Man" label A2343 = "12/06/2016" label B2343 = "NES" label C2343 = "Baseball Stars" label A2344 = "12/10/2016" label B2344 = "Linux" label C2344 = "vimwiki" label D2344 = "TUI" label A2345 = "12/12/2016" label B2345 = "Podcast" label C2345 = "PornDirectorPodcast" label F2345 = "http://www.porndirectorpodcast.com/main/" label A2346 = "12/12/2016" label B2346 = "Podcast" label C2346 = "The Cine-Files" label F2346 = "http://www.podbay.fm/show/1124549378" label A2347 = "12/15/2016" label B2347 = "PCGame" label C2347 = "Bionic Commando Rearmed" label A2348 = "12/17/2016" label B2348 = "Linux" label C2348 = "vbx function [Virtualbox CLI]" label D2348 = "RQBy: Schizo" label F2348 = "https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g" label A2349 = "12/22/2016" label B2349 = "Wii" label C2349 = "Rayman Origins" label A2350 = "12/23/2016" label B2350 = "Movie" label C2350 = "Top Gun 1986 Special Edition" label A2351 = "12/25/2016" label B2351 = "Linux" label C2351 = "rofi - dmenu launcher replacement" label D2351 = "GUI/CLI" label A2352 = "12/26/2016" label B2352 = "Movie" label C2352 = "Black Dynamite (2009)" label A2353 = "12/28/2016" label B2353 = "Movie" label C2353 = "Ben Hur 2016" label A2354 = "12/29/2016" label B2354 = "Movie" label C2354 = "Deepwater Horizon 2016" label A2355 = "12/29/2016" label B2355 = "Movie" label C2355 = "The Accountant 2016" label A2356 = "12/30/2016" label B2356 = "Movie" label C2356 = "The Magnificent Seven 2016" label B2357 = "Android" label C2357 = "IceCatMobile" label D2357 = "Web Browser" label F2357 = "https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat" label B2358 = "Audiobook" label C2358 = "003-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B2359 = "Audiobook" label C2359 = "004-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B2360 = "Audiobook" label C2360 = "Darth Plagueis" label B2361 = "Audiobook" label C2361 = "The Life-Changing Magic of Tidying Up" label B2362 = "Comic" label C2362 = "Saga" label B2363 = "Comic" label C2363 = "Walking Dead 157" label B2364 = "Comic" label C2364 = "X-Men Age of Apocalypse" label B2365 = "Comic" label C2365 = "Y The Last Man" label B2366 = "Linux" label C2366 = "Ampache: web based audio/video streaming" label D2366 = "WEBUI" label F2366 = "http://ampache.org/" label B2367 = "Linux" label C2367 = "Clonezilla" label B2368 = "Linux" label C2368 = "CopyQ - Clipboard manager" label D2368 = "GUI" label B2369 = "Linux" label C2369 = "EncFS - an Encrypted Filesystem" label B2370 = "Linux" label C2370 = "Firejail" label B2371 = "Linux" label C2371 = "LUKS encryption/ cryptsetup" label D2371 = "CLI" label B2372 = "Linux" label C2372 = "Piwigo is photo gallery software for the web" label D2372 = "WEBUI" label F2372 = "http://piwigo.org/" label B2373 = "Linux" label C2373 = "Samba" label D2373 = "CLI" label B2374 = "Linux" label C2374 = "SoundNode - opensource SoundCloud app" label D2374 = "GUI" label F2374 = "http://www.soundnodeapp.com/" label B2375 = "Linux" label C2375 = "Vocal - Podcast Client" label D2375 = "GUI" label F2375 = "http://vocalproject.net/" label B2376 = "Linux" label C2376 = "albumr - Imgur album downloader" label D2376 = "CLI" label F2376 = "https://pypi.python.org/pypi/albumr" label B2377 = "Linux" label C2377 = "alpine" label B2378 = "Linux" label C2378 = "anamnesis - clipboard manager" label D2378 = "GUI" label B2379 = "Linux" label C2379 = "asciiquarium" label D2379 = "TUI" label B2380 = "Linux" label C2380 = "bulk - bulk rename interactive" label D2380 = "Alex Leferry" label F2380 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B2381 = "Linux" label C2381 = "ccze - colorizer" label D2381 = "CLI" label B2382 = "Linux" label C2382 = "centerim5" label D2382 = "TUI" label B2383 = "Linux" label C2383 = "clipmenu - dmenu clipboard manager" label D2383 = "GUI" label B2384 = "Linux" label C2384 = "cvim" label B2385 = "Linux" label C2385 = "forecash - cashflow forecasting" label D2385 = "CLI" label F2385 = "https://github.com/fsareshwala/forecash" label B2386 = "Linux" label C2386 = "fzf-clipboard" label B2387 = "Linux" label C2387 = "kakoune - vim alternative" label D2387 = "Alex Leferry" label F2387 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B2388 = "Linux" label C2388 = "keynav" label B2389 = "Linux" label C2389 = "krill - rss filter feeds" label D2389 = "CLI" label F2389 = "https://github.com/p-e-w/krill" label B2390 = "Linux" label C2390 = "ledger - accounting system" label D2390 = "CLI" label F2390 = "http://www.ledger-cli.org/" label B2391 = "Linux" label C2391 = "megadl - mega.co.nz downloader" label D2391 = "CLI" label E2391 = "wait for 2.0 to have options to download single files from public folder" label B2392 = "Linux" label C2392 = "mpd + ncmpcpp" label D2392 = "CLI/TUI" label B2393 = "Linux" label C2393 = "newsbeuter macros" label D2393 = "CLI" label B2394 = "Linux" label C2394 = "nmtui" label D2394 = "wifi" label B2395 = "Linux" label C2395 = "nq - queue task" label D2395 = "CLI" label B2396 = "Linux" label C2396 = "open dvd producer - create DVD with menus" label D2396 = "GUI" label F2396 = "http://opendvdproducer.jonata.org/" label B2397 = "Linux" label C2397 = "redshift" label D2397 = "CLI" label B2398 = "Linux" label C2398 = "rofi-clipboard" label B2399 = "Linux" label C2399 = "rofi-locate" label B2400 = "Linux" label C2400 = "rofi-playonlinux" label B2401 = "Linux" label C2401 = "rofi-snippet" label B2402 = "Linux" label C2402 = "rss-bridge" label F2402 = "https://github.com/RSS-Bridge/rss-bridge" label B2403 = "Linux" label C2403 = "screenfetch" label D2403 = "CLI" label B2404 = "Linux" label C2404 = "setxkbmap" label B2405 = "Linux" label C2405 = "socli - Stack overflow command line client" label D2405 = "CLI" label F2405 = "https://github.com/gautamkrishnar/socli" label B2406 = "Linux" label C2406 = "sxhkd" label B2407 = "Linux" label C2407 = "systemd timers" label B2408 = "Linux" label C2408 = "taffy - A command-line audio tagging tool" label D2408 = "CLI" label F2408 = "https://github.com/jangler/taffy" label B2409 = "Linux" label C2409 = "task spooler multiple instances" label D2409 = "CLI" label B2410 = "Linux" label C2410 = "timertab - manage systemd timers" label F2410 = "https://github.com/amlamarra/timertab" label B2411 = "Linux" label C2411 = "tweeper - a Twitter to RSS web scraper" label D2411 = "CLI" label E2411 = "https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper" label F2411 = "https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/" label B2412 = "Linux" label C2412 = "veracrypt" label B2413 = "Linux" label C2413 = "wicd-curses" label D2413 = "wifi" label B2414 = "Linux" label C2414 = "wifi-menu" label D2414 = "wifi" label B2415 = "Linux" label C2415 = "wpa_supplicant " label D2415 = "wifi" label B2416 = "Linux" label C2416 = "wttr - weather info" label D2416 = "CLI" label B2417 = "Linux" label C2417 = "xbindkeys" label B2418 = "Linux" label C2418 = "xcape" label B2419 = "Linux" label C2419 = "xchainkeys" label B2420 = "Linux" label C2420 = "xdo" label B2421 = "Linux" label C2421 = "xfce4-screenshooter (selection area imgu'')" label D2421 = "GUI" label B2422 = "Linux" label C2422 = "xinput" label B2423 = "Linux" label C2423 = "xmodmap" label B2424 = "Linux" label C2424 = "xsendkey" label B2425 = "Linux" label C2425 = "xsetwacom " label B2426 = "Linux" label C2426 = "xvkbd" label B2427 = "MAME" label C2427 = "Baseball Stars 2" label B2428 = "Movie" label C2428 = "A Christmas Story 1983" label B2429 = "Movie" label C2429 = "Doctor Strange 2016" label B2430 = "Movie" label C2430 = "Eternal Sunshine of the Spotless Mind (2004)" label B2431 = "Movie" label C2431 = "Frozen" label B2432 = "Movie" label C2432 = "Harry Potter" label B2433 = "Movie" label C2433 = "Jaws (1975)" label B2434 = "Movie" label C2434 = "Moana 2016" label B2435 = "Movie" label C2435 = "Mud 2012" label B2436 = "Movie" label C2436 = "Pete's Dragon 2016" label B2437 = "Movie" label C2437 = "Pump Up The Volume 1990" label B2438 = "Movie" label C2438 = "Snakes on a Plane (2006)" label B2439 = "Movie" label C2439 = "Snowden 2016" label B2440 = "Movie" label C2440 = "Swiss Army Man (2016)" label B2441 = "Movie" label C2441 = "The Legend of Tarzan 2016" label B2442 = "Movie" label C2442 = "Trainwreck (2015)" label B2443 = "Movie" label C2443 = "True Romance (1993)" label B2444 = "Movie" label C2444 = "War Dogs 2016" label B2445 = "Music" label C2445 = "Ashanti" label B2446 = "Music" label C2446 = "BackStreet/Dre" label B2447 = "Music" label C2447 = "Bubba Sparxxx" label B2448 = "Music" label C2448 = "Ciara" label B2449 = "Music" label C2449 = "Dido" label B2450 = "Music" label C2450 = "Dr Dre Instramentals" label B2451 = "Music" label C2451 = "Gloria Estefan" label B2452 = "Music" label C2452 = "Juvenile" label B2453 = "Music" label C2453 = "Meghan Trainor" label B2454 = "Music" label C2454 = "Petey Pablo" label B2455 = "Music" label C2455 = "Puff Daddy" label B2456 = "Music" label C2456 = "Run DMC" label B2457 = "Music" label C2457 = "Street Fighter" label B2458 = "Music" label C2458 = "Super Mario World" label B2459 = "Music" label C2459 = "TLC" label B2460 = "Music" label C2460 = "Young Buck" label B2461 = "NES" label C2461 = "Bionic Commando" label B2462 = "NES" label C2462 = "Contra" label B2463 = "NES" label C2463 = "Mega Man 2" label B2464 = "NES" label C2464 = "Palamedes" label D2464 = "Puzzle" label B2465 = "NES" label C2465 = "Super Mario Bros 3" label B2466 = "PCGame" label C2466 = "Batman: Arkham Asylum" label B2467 = "PCGame" label C2467 = "Dead or Alive 5 With Nude Patch" label B2468 = "PCGame" label C2468 = "For Honor" label B2469 = "PCGame" label C2469 = "Killer Instinct" label B2470 = "PCGame" label C2470 = "Rise of the Tomb Raider" label B2471 = "PCGame" label C2471 = "Street Fighter 5" label B2472 = "PCGame" label C2472 = "The Division" label B2473 = "PSX" label C2473 = "ESPN Extreme Games" label B2474 = "PSX" label C2474 = "Street Fighter: The Movie" label B2475 = "SNES" label C2475 = "Punch Out" label B2476 = "TVShow" label C2476 = "3% Netflix" label B2477 = "TVShow" label C2477 = "Alone [History Channel]" label B2478 = "TVShow" label C2478 = "Black Mirror" label B2479 = "TVShow" label C2479 = "Roman Empire Reign of Blood" label B2480 = "TVShow" label C2480 = "Stranger Things" label B2481 = "TVShow" label C2481 = "The People v. O.J. Simpson: American Crime Story" label B2482 = "TVShow" label C2482 = "The Wire" label B2483 = "TVShow" label C2483 = "Westworld" label B2484 = "Wii" label C2484 = "Kirby Yarn" label B2485 = "Wii" label C2485 = "Mario Gaxaly" label B2486 = "Wii" label C2486 = "Punch Out w/ Balance Board" label B2487 = "Wii" label C2487 = "Resident Evil" label B2488 = "Wii" label C2488 = "Skate w/ Board" label B2489 = "Xbox" label C2489 = "Aliens Versus Predator: Extinction" label D2489 = "RTS" label B2490 = "Xbox" label C2490 = "Star Wars Battlefront 2" label D2490 = "FPS" label A2491 = "01/01/2017" label B2491 = "Linux" label C2491 = "rofi-surfraw | bookmarks" label D2491 = "GUI/CLI" label A2492 = "01/01/2017" label B2492 = "Movie" label C2492 = "Planes Trains & Automoobiles 1987" label A2493 = "01/03/2016" label B2493 = "TVShow" label C2493 = "Quantico Season 2" label A2494 = "01/03/2016" label B2494 = "Wii" label C2494 = "Captain America Super Soldier" label A2495 = "01/05/2017" label B2495 = "Movie" label C2495 = "Mechanic Resurrection 2016" label A2496 = "01/06/2017" label B2496 = "Movie" label C2496 = "Goonies 1985" label A2497 = "11/22/2016" label B2497 = "Movie" label C2497 = "The Core 2003" label A2498 = "11/25/2016" label B2498 = "Music" label C2498 = "Mya" label A2499 = "11/28/2016" label B2499 = "Movie" label C2499 = "Suicide Squad Extended 2016" label A2500 = "12/01/2016" label B2500 = "Xbox" label C2500 = "NFL Street" label A2501 = "12/02/2016" label B2501 = "TVShow" label C2501 = "Mr. Robot S2 last 2 ep" label A2502 = "12/03/2016" label B2502 = "Android" label C2502 = "KingRoot - Root any Phone" label D2502 = "might have backdoors?" label A2503 = "12/03/2016" label B2503 = "Android" label C2503 = "Purify - block all apps that sucks battery life" label A2504 = "12/03/2016" label B2504 = "Android" label C2504 = "primative ftpd" label A2505 = "12/03/2016" label B2505 = "Audiobook" label C2505 = "001-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label D2505 = "30min" label A2506 = "12/03/2016" label B2506 = "Audiobook" label C2506 = "002-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label A2507 = "12/05/2016" label B2507 = "NES" label C2507 = "Ice Hockey" label A2508 = "12/06/2016" label B2508 = "MAME" label C2508 = "Ninja Baseball Bat Man" label A2509 = "12/06/2016" label B2509 = "NES" label C2509 = "Baseball Stars" label A2510 = "12/10/2016" label B2510 = "Linux" label C2510 = "vimwiki" label D2510 = "TUI" label A2511 = "12/12/2016" label B2511 = "Podcast" label C2511 = "PornDirectorPodcast" label F2511 = "http://www.porndirectorpodcast.com/main/" label A2512 = "12/12/2016" label B2512 = "Podcast" label C2512 = "The Cine-Files" label F2512 = "http://www.podbay.fm/show/1124549378" label A2513 = "12/15/2016" label B2513 = "PCGame" label C2513 = "Bionic Commando Rearmed" label A2514 = "12/17/2016" label B2514 = "Linux" label C2514 = "vbx function [Virtualbox CLI]" label D2514 = "RQBy: Schizo" label F2514 = "https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g" label A2515 = "12/22/2016" label B2515 = "Wii" label C2515 = "Rayman Origins" label A2516 = "12/23/2016" label B2516 = "Movie" label C2516 = "Top Gun 1986 Special Edition" label A2517 = "12/25/2016" label B2517 = "Linux" label C2517 = "rofi - dmenu launcher replacement" label D2517 = "GUI/CLI" label A2518 = "12/26/2016" label B2518 = "Movie" label C2518 = "Black Dynamite (2009)" label A2519 = "12/28/2016" label B2519 = "Movie" label C2519 = "Ben Hur 2016" label A2520 = "12/29/2016" label B2520 = "Movie" label C2520 = "Deepwater Horizon 2016" label A2521 = "12/29/2016" label B2521 = "Movie" label C2521 = "The Accountant 2016" label A2522 = "12/30/2016" label B2522 = "Movie" label C2522 = "The Magnificent Seven 2016" label B2523 = "Android" label C2523 = "IceCatMobile" label D2523 = "Web Browser" label F2523 = "https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat" label B2524 = "Audiobook" label C2524 = "003-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B2525 = "Audiobook" label C2525 = "004-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B2526 = "Audiobook" label C2526 = "Darth Plagueis" label B2527 = "Audiobook" label C2527 = "The Life-Changing Magic of Tidying Up" label B2528 = "Comic" label C2528 = "Saga" label B2529 = "Comic" label C2529 = "Walking Dead 157" label B2530 = "Comic" label C2530 = "X-Men Age of Apocalypse" label B2531 = "Comic" label C2531 = "Y The Last Man" label B2532 = "Linux" label C2532 = "Ampache: web based audio/video streaming" label D2532 = "WEBUI" label F2532 = "http://ampache.org/" label B2533 = "Linux" label C2533 = "Clonezilla" label B2534 = "Linux" label C2534 = "CopyQ - Clipboard manager" label D2534 = "GUI" label B2535 = "Linux" label C2535 = "EncFS - an Encrypted Filesystem" label B2536 = "Linux" label C2536 = "Firejail" label B2537 = "Linux" label C2537 = "LUKS encryption/ cryptsetup" label D2537 = "CLI" label B2538 = "Linux" label C2538 = "Piwigo is photo gallery software for the web" label D2538 = "WEBUI" label F2538 = "http://piwigo.org/" label B2539 = "Linux" label C2539 = "Samba" label D2539 = "CLI" label B2540 = "Linux" label C2540 = "SoundNode - opensource SoundCloud app" label D2540 = "GUI" label F2540 = "http://www.soundnodeapp.com/" label B2541 = "Linux" label C2541 = "Vocal - Podcast Client" label D2541 = "GUI" label F2541 = "http://vocalproject.net/" label B2542 = "Linux" label C2542 = "albumr - Imgur album downloader" label D2542 = "CLI" label F2542 = "https://pypi.python.org/pypi/albumr" label B2543 = "Linux" label C2543 = "alpine" label B2544 = "Linux" label C2544 = "anamnesis - clipboard manager" label D2544 = "GUI" label B2545 = "Linux" label C2545 = "asciiquarium" label D2545 = "TUI" label B2546 = "Linux" label C2546 = "bulk - bulk rename interactive" label D2546 = "Alex Leferry" label F2546 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B2547 = "Linux" label C2547 = "ccze - colorizer" label D2547 = "CLI" label B2548 = "Linux" label C2548 = "centerim5" label D2548 = "TUI" label B2549 = "Linux" label C2549 = "clipmenu - dmenu clipboard manager" label D2549 = "GUI" label B2550 = "Linux" label C2550 = "cvim" label B2551 = "Linux" label C2551 = "forecash - cashflow forecasting" label D2551 = "CLI" label F2551 = "https://github.com/fsareshwala/forecash" label B2552 = "Linux" label C2552 = "fzf-clipboard" label B2553 = "Linux" label C2553 = "kakoune - vim alternative" label D2553 = "Alex Leferry" label F2553 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B2554 = "Linux" label C2554 = "keynav" label B2555 = "Linux" label C2555 = "krill - rss filter feeds" label D2555 = "CLI" label F2555 = "https://github.com/p-e-w/krill" label B2556 = "Linux" label C2556 = "ledger - accounting system" label D2556 = "CLI" label F2556 = "http://www.ledger-cli.org/" label B2557 = "Linux" label C2557 = "megadl - mega.co.nz downloader" label D2557 = "CLI" label E2557 = "wait for 2.0 to have options to download single files from public folder" label B2558 = "Linux" label C2558 = "mpd + ncmpcpp" label D2558 = "CLI/TUI" label B2559 = "Linux" label C2559 = "newsbeuter macros" label D2559 = "CLI" label B2560 = "Linux" label C2560 = "nmtui" label D2560 = "wifi" label B2561 = "Linux" label C2561 = "nq - queue task" label D2561 = "CLI" label B2562 = "Linux" label C2562 = "open dvd producer - create DVD with menus" label D2562 = "GUI" label F2562 = "http://opendvdproducer.jonata.org/" label B2563 = "Linux" label C2563 = "redshift" label D2563 = "CLI" label B2564 = "Linux" label C2564 = "rofi-clipboard" label B2565 = "Linux" label C2565 = "rofi-locate" label B2566 = "Linux" label C2566 = "rofi-playonlinux" label B2567 = "Linux" label C2567 = "rofi-snippet" label B2568 = "Linux" label C2568 = "rss-bridge" label F2568 = "https://github.com/RSS-Bridge/rss-bridge" label B2569 = "Linux" label C2569 = "screenfetch" label D2569 = "CLI" label B2570 = "Linux" label C2570 = "setxkbmap" label B2571 = "Linux" label C2571 = "socli - Stack overflow command line client" label D2571 = "CLI" label F2571 = "https://github.com/gautamkrishnar/socli" label B2572 = "Linux" label C2572 = "sxhkd" label B2573 = "Linux" label C2573 = "systemd timers" label B2574 = "Linux" label C2574 = "taffy - A command-line audio tagging tool" label D2574 = "CLI" label F2574 = "https://github.com/jangler/taffy" label B2575 = "Linux" label C2575 = "task spooler multiple instances" label D2575 = "CLI" label B2576 = "Linux" label C2576 = "timertab - manage systemd timers" label F2576 = "https://github.com/amlamarra/timertab" label B2577 = "Linux" label C2577 = "tweeper - a Twitter to RSS web scraper" label D2577 = "CLI" label E2577 = "https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper" label F2577 = "https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/" label B2578 = "Linux" label C2578 = "veracrypt" label B2579 = "Linux" label C2579 = "wicd-curses" label D2579 = "wifi" label B2580 = "Linux" label C2580 = "wifi-menu" label D2580 = "wifi" label B2581 = "Linux" label C2581 = "wpa_supplicant " label D2581 = "wifi" label B2582 = "Linux" label C2582 = "wttr - weather info" label D2582 = "CLI" label B2583 = "Linux" label C2583 = "xbindkeys" label B2584 = "Linux" label C2584 = "xcape" label B2585 = "Linux" label C2585 = "xchainkeys" label B2586 = "Linux" label C2586 = "xdo" label B2587 = "Linux" label C2587 = "xfce4-screenshooter (selection area imgu'')" label D2587 = "GUI" label B2588 = "Linux" label C2588 = "xinput" label B2589 = "Linux" label C2589 = "xmodmap" label B2590 = "Linux" label C2590 = "xsendkey" label B2591 = "Linux" label C2591 = "xsetwacom " label B2592 = "Linux" label C2592 = "xvkbd" label B2593 = "MAME" label C2593 = "Baseball Stars 2" label B2594 = "Movie" label C2594 = "A Christmas Story 1983" label B2595 = "Movie" label C2595 = "Doctor Strange 2016" label B2596 = "Movie" label C2596 = "Eternal Sunshine of the Spotless Mind (2004)" label B2597 = "Movie" label C2597 = "Frozen" label B2598 = "Movie" label C2598 = "Harry Potter" label B2599 = "Movie" label C2599 = "Jaws (1975)" label B2600 = "Movie" label C2600 = "Moana 2016" label B2601 = "Movie" label C2601 = "Mud 2012" label B2602 = "Movie" label C2602 = "Pete's Dragon 2016" label B2603 = "Movie" label C2603 = "Pump Up The Volume 1990" label B2604 = "Movie" label C2604 = "Snakes on a Plane (2006)" label B2605 = "Movie" label C2605 = "Snowden 2016" label B2606 = "Movie" label C2606 = "Swiss Army Man (2016)" label B2607 = "Movie" label C2607 = "The Legend of Tarzan 2016" label B2608 = "Movie" label C2608 = "Trainwreck (2015)" label B2609 = "Movie" label C2609 = "True Romance (1993)" label B2610 = "Movie" label C2610 = "War Dogs 2016" label B2611 = "Music" label C2611 = "Ashanti" label B2612 = "Music" label C2612 = "BackStreet/Dre" label B2613 = "Music" label C2613 = "Bubba Sparxxx" label B2614 = "Music" label C2614 = "Ciara" label B2615 = "Music" label C2615 = "Dido" label B2616 = "Music" label C2616 = "Dr Dre Instramentals" label B2617 = "Music" label C2617 = "Gloria Estefan" label B2618 = "Music" label C2618 = "Juvenile" label B2619 = "Music" label C2619 = "Meghan Trainor" label B2620 = "Music" label C2620 = "Petey Pablo" label B2621 = "Music" label C2621 = "Puff Daddy" label B2622 = "Music" label C2622 = "Run DMC" label B2623 = "Music" label C2623 = "Street Fighter" label B2624 = "Music" label C2624 = "Super Mario World" label B2625 = "Music" label C2625 = "TLC" label B2626 = "Music" label C2626 = "Young Buck" label B2627 = "NES" label C2627 = "Bionic Commando" label B2628 = "NES" label C2628 = "Contra" label B2629 = "NES" label C2629 = "Mega Man 2" label B2630 = "NES" label C2630 = "Palamedes" label D2630 = "Puzzle" label B2631 = "NES" label C2631 = "Super Mario Bros 3" label B2632 = "PCGame" label C2632 = "Batman: Arkham Asylum" label B2633 = "PCGame" label C2633 = "Dead or Alive 5 With Nude Patch" label B2634 = "PCGame" label C2634 = "For Honor" label B2635 = "PCGame" label C2635 = "Killer Instinct" label B2636 = "PCGame" label C2636 = "Rise of the Tomb Raider" label B2637 = "PCGame" label C2637 = "Street Fighter 5" label B2638 = "PCGame" label C2638 = "The Division" label B2639 = "PSX" label C2639 = "ESPN Extreme Games" label B2640 = "PSX" label C2640 = "Street Fighter: The Movie" label B2641 = "SNES" label C2641 = "Punch Out" label B2642 = "TVShow" label C2642 = "3% Netflix" label B2643 = "TVShow" label C2643 = "Alone [History Channel]" label B2644 = "TVShow" label C2644 = "Black Mirror" label B2645 = "TVShow" label C2645 = "Roman Empire Reign of Blood" label B2646 = "TVShow" label C2646 = "Stranger Things" label B2647 = "TVShow" label C2647 = "The People v. O.J. Simpson: American Crime Story" label B2648 = "TVShow" label C2648 = "The Wire" label B2649 = "TVShow" label C2649 = "Westworld" label B2650 = "Wii" label C2650 = "Kirby Yarn" label B2651 = "Wii" label C2651 = "Mario Gaxaly" label B2652 = "Wii" label C2652 = "Punch Out w/ Balance Board" label B2653 = "Wii" label C2653 = "Resident Evil" label B2654 = "Wii" label C2654 = "Skate w/ Board" label B2655 = "Xbox" label C2655 = "Aliens Versus Predator: Extinction" label D2655 = "RTS" label B2656 = "Xbox" label C2656 = "Star Wars Battlefront 2" label D2656 = "FPS" label A2657 = "01/01/2017" label B2657 = "Linux" label C2657 = "rofi-surfraw | bookmarks" label D2657 = "GUI/CLI" label A2658 = "01/01/2017" label B2658 = "Movie" label C2658 = "Planes Trains & Automoobiles 1987" label A2659 = "01/03/2016" label B2659 = "TVShow" label C2659 = "Quantico Season 2" label A2660 = "01/03/2016" label B2660 = "Wii" label C2660 = "Captain America Super Soldier" label A2661 = "01/05/2017" label B2661 = "Movie" label C2661 = "Mechanic Resurrection 2016" label A2662 = "01/06/2017" label B2662 = "Movie" label C2662 = "Goonies 1985" label A2663 = "11/22/2016" label B2663 = "Movie" label C2663 = "The Core 2003" label A2664 = "11/25/2016" label B2664 = "Music" label C2664 = "Mya" label A2665 = "11/28/2016" label B2665 = "Movie" label C2665 = "Suicide Squad Extended 2016" label A2666 = "12/01/2016" label B2666 = "Xbox" label C2666 = "NFL Street" label A2667 = "12/02/2016" label B2667 = "TVShow" label C2667 = "Mr. Robot S2 last 2 ep" label A2668 = "12/03/2016" label B2668 = "Android" label C2668 = "KingRoot - Root any Phone" label D2668 = "might have backdoors?" label A2669 = "12/03/2016" label B2669 = "Android" label C2669 = "Purify - block all apps that sucks battery life" label A2670 = "12/03/2016" label B2670 = "Android" label C2670 = "primative ftpd" label A2671 = "12/03/2016" label B2671 = "Audiobook" label C2671 = "001-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label D2671 = "30min" label A2672 = "12/03/2016" label B2672 = "Audiobook" label C2672 = "002-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label A2673 = "12/05/2016" label B2673 = "NES" label C2673 = "Ice Hockey" label A2674 = "12/06/2016" label B2674 = "MAME" label C2674 = "Ninja Baseball Bat Man" label A2675 = "12/06/2016" label B2675 = "NES" label C2675 = "Baseball Stars" label A2676 = "12/10/2016" label B2676 = "Linux" label C2676 = "vimwiki" label D2676 = "TUI" label A2677 = "12/12/2016" label B2677 = "Podcast" label C2677 = "PornDirectorPodcast" label F2677 = "http://www.porndirectorpodcast.com/main/" label A2678 = "12/12/2016" label B2678 = "Podcast" label C2678 = "The Cine-Files" label F2678 = "http://www.podbay.fm/show/1124549378" label A2679 = "12/15/2016" label B2679 = "PCGame" label C2679 = "Bionic Commando Rearmed" label A2680 = "12/17/2016" label B2680 = "Linux" label C2680 = "vbx function [Virtualbox CLI]" label D2680 = "RQBy: Schizo" label F2680 = "https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g" label A2681 = "12/22/2016" label B2681 = "Wii" label C2681 = "Rayman Origins" label A2682 = "12/23/2016" label B2682 = "Movie" label C2682 = "Top Gun 1986 Special Edition" label A2683 = "12/25/2016" label B2683 = "Linux" label C2683 = "rofi - dmenu launcher replacement" label D2683 = "GUI/CLI" label A2684 = "12/26/2016" label B2684 = "Movie" label C2684 = "Black Dynamite (2009)" label A2685 = "12/28/2016" label B2685 = "Movie" label C2685 = "Ben Hur 2016" label A2686 = "12/29/2016" label B2686 = "Movie" label C2686 = "Deepwater Horizon 2016" label A2687 = "12/29/2016" label B2687 = "Movie" label C2687 = "The Accountant 2016" label A2688 = "12/30/2016" label B2688 = "Movie" label C2688 = "The Magnificent Seven 2016" label B2689 = "Android" label C2689 = "IceCatMobile" label D2689 = "Web Browser" label F2689 = "https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat" label B2690 = "Audiobook" label C2690 = "003-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B2691 = "Audiobook" label C2691 = "004-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B2692 = "Audiobook" label C2692 = "Darth Plagueis" label B2693 = "Audiobook" label C2693 = "The Life-Changing Magic of Tidying Up" label B2694 = "Comic" label C2694 = "Saga" label B2695 = "Comic" label C2695 = "Walking Dead 157" label B2696 = "Comic" label C2696 = "X-Men Age of Apocalypse" label B2697 = "Comic" label C2697 = "Y The Last Man" label B2698 = "Linux" label C2698 = "Ampache: web based audio/video streaming" label D2698 = "WEBUI" label F2698 = "http://ampache.org/" label B2699 = "Linux" label C2699 = "Clonezilla" label B2700 = "Linux" label C2700 = "CopyQ - Clipboard manager" label D2700 = "GUI" label B2701 = "Linux" label C2701 = "EncFS - an Encrypted Filesystem" label B2702 = "Linux" label C2702 = "Firejail" label B2703 = "Linux" label C2703 = "LUKS encryption/ cryptsetup" label D2703 = "CLI" label B2704 = "Linux" label C2704 = "Piwigo is photo gallery software for the web" label D2704 = "WEBUI" label F2704 = "http://piwigo.org/" label B2705 = "Linux" label C2705 = "Samba" label D2705 = "CLI" label B2706 = "Linux" label C2706 = "SoundNode - opensource SoundCloud app" label D2706 = "GUI" label F2706 = "http://www.soundnodeapp.com/" label B2707 = "Linux" label C2707 = "Vocal - Podcast Client" label D2707 = "GUI" label F2707 = "http://vocalproject.net/" label B2708 = "Linux" label C2708 = "albumr - Imgur album downloader" label D2708 = "CLI" label F2708 = "https://pypi.python.org/pypi/albumr" label B2709 = "Linux" label C2709 = "alpine" label B2710 = "Linux" label C2710 = "anamnesis - clipboard manager" label D2710 = "GUI" label B2711 = "Linux" label C2711 = "asciiquarium" label D2711 = "TUI" label B2712 = "Linux" label C2712 = "bulk - bulk rename interactive" label D2712 = "Alex Leferry" label F2712 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B2713 = "Linux" label C2713 = "ccze - colorizer" label D2713 = "CLI" label B2714 = "Linux" label C2714 = "centerim5" label D2714 = "TUI" label B2715 = "Linux" label C2715 = "clipmenu - dmenu clipboard manager" label D2715 = "GUI" label B2716 = "Linux" label C2716 = "cvim" label B2717 = "Linux" label C2717 = "forecash - cashflow forecasting" label D2717 = "CLI" label F2717 = "https://github.com/fsareshwala/forecash" label B2718 = "Linux" label C2718 = "fzf-clipboard" label B2719 = "Linux" label C2719 = "kakoune - vim alternative" label D2719 = "Alex Leferry" label F2719 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B2720 = "Linux" label C2720 = "keynav" label B2721 = "Linux" label C2721 = "krill - rss filter feeds" label D2721 = "CLI" label F2721 = "https://github.com/p-e-w/krill" label B2722 = "Linux" label C2722 = "ledger - accounting system" label D2722 = "CLI" label F2722 = "http://www.ledger-cli.org/" label B2723 = "Linux" label C2723 = "megadl - mega.co.nz downloader" label D2723 = "CLI" label E2723 = "wait for 2.0 to have options to download single files from public folder" label B2724 = "Linux" label C2724 = "mpd + ncmpcpp" label D2724 = "CLI/TUI" label B2725 = "Linux" label C2725 = "newsbeuter macros" label D2725 = "CLI" label B2726 = "Linux" label C2726 = "nmtui" label D2726 = "wifi" label B2727 = "Linux" label C2727 = "nq - queue task" label D2727 = "CLI" label B2728 = "Linux" label C2728 = "open dvd producer - create DVD with menus" label D2728 = "GUI" label F2728 = "http://opendvdproducer.jonata.org/" label B2729 = "Linux" label C2729 = "redshift" label D2729 = "CLI" label B2730 = "Linux" label C2730 = "rofi-clipboard" label B2731 = "Linux" label C2731 = "rofi-locate" label B2732 = "Linux" label C2732 = "rofi-playonlinux" label B2733 = "Linux" label C2733 = "rofi-snippet" label B2734 = "Linux" label C2734 = "rss-bridge" label F2734 = "https://github.com/RSS-Bridge/rss-bridge" label B2735 = "Linux" label C2735 = "screenfetch" label D2735 = "CLI" label B2736 = "Linux" label C2736 = "setxkbmap" label B2737 = "Linux" label C2737 = "socli - Stack overflow command line client" label D2737 = "CLI" label F2737 = "https://github.com/gautamkrishnar/socli" label B2738 = "Linux" label C2738 = "sxhkd" label B2739 = "Linux" label C2739 = "systemd timers" label B2740 = "Linux" label C2740 = "taffy - A command-line audio tagging tool" label D2740 = "CLI" label F2740 = "https://github.com/jangler/taffy" label B2741 = "Linux" label C2741 = "task spooler multiple instances" label D2741 = "CLI" label B2742 = "Linux" label C2742 = "timertab - manage systemd timers" label F2742 = "https://github.com/amlamarra/timertab" label B2743 = "Linux" label C2743 = "tweeper - a Twitter to RSS web scraper" label D2743 = "CLI" label E2743 = "https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper" label F2743 = "https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/" label B2744 = "Linux" label C2744 = "veracrypt" label B2745 = "Linux" label C2745 = "wicd-curses" label D2745 = "wifi" label B2746 = "Linux" label C2746 = "wifi-menu" label D2746 = "wifi" label B2747 = "Linux" label C2747 = "wpa_supplicant " label D2747 = "wifi" label B2748 = "Linux" label C2748 = "wttr - weather info" label D2748 = "CLI" label B2749 = "Linux" label C2749 = "xbindkeys" label B2750 = "Linux" label C2750 = "xcape" label B2751 = "Linux" label C2751 = "xchainkeys" label B2752 = "Linux" label C2752 = "xdo" label B2753 = "Linux" label C2753 = "xfce4-screenshooter (selection area imgu'')" label D2753 = "GUI" label B2754 = "Linux" label C2754 = "xinput" label B2755 = "Linux" label C2755 = "xmodmap" label B2756 = "Linux" label C2756 = "xsendkey" label B2757 = "Linux" label C2757 = "xsetwacom " label B2758 = "Linux" label C2758 = "xvkbd" label B2759 = "MAME" label C2759 = "Baseball Stars 2" label B2760 = "Movie" label C2760 = "A Christmas Story 1983" label B2761 = "Movie" label C2761 = "Doctor Strange 2016" label B2762 = "Movie" label C2762 = "Eternal Sunshine of the Spotless Mind (2004)" label B2763 = "Movie" label C2763 = "Frozen" label B2764 = "Movie" label C2764 = "Harry Potter" label B2765 = "Movie" label C2765 = "Jaws (1975)" label B2766 = "Movie" label C2766 = "Moana 2016" label B2767 = "Movie" label C2767 = "Mud 2012" label B2768 = "Movie" label C2768 = "Pete's Dragon 2016" label B2769 = "Movie" label C2769 = "Pump Up The Volume 1990" label B2770 = "Movie" label C2770 = "Snakes on a Plane (2006)" label B2771 = "Movie" label C2771 = "Snowden 2016" label B2772 = "Movie" label C2772 = "Swiss Army Man (2016)" label B2773 = "Movie" label C2773 = "The Legend of Tarzan 2016" label B2774 = "Movie" label C2774 = "Trainwreck (2015)" label B2775 = "Movie" label C2775 = "True Romance (1993)" label B2776 = "Movie" label C2776 = "War Dogs 2016" label B2777 = "Music" label C2777 = "Ashanti" label B2778 = "Music" label C2778 = "BackStreet/Dre" label B2779 = "Music" label C2779 = "Bubba Sparxxx" label B2780 = "Music" label C2780 = "Ciara" label B2781 = "Music" label C2781 = "Dido" label B2782 = "Music" label C2782 = "Dr Dre Instramentals" label B2783 = "Music" label C2783 = "Gloria Estefan" label B2784 = "Music" label C2784 = "Juvenile" label B2785 = "Music" label C2785 = "Meghan Trainor" label B2786 = "Music" label C2786 = "Petey Pablo" label B2787 = "Music" label C2787 = "Puff Daddy" label B2788 = "Music" label C2788 = "Run DMC" label B2789 = "Music" label C2789 = "Street Fighter" label B2790 = "Music" label C2790 = "Super Mario World" label B2791 = "Music" label C2791 = "TLC" label B2792 = "Music" label C2792 = "Young Buck" label B2793 = "NES" label C2793 = "Bionic Commando" label B2794 = "NES" label C2794 = "Contra" label B2795 = "NES" label C2795 = "Mega Man 2" label B2796 = "NES" label C2796 = "Palamedes" label D2796 = "Puzzle" label B2797 = "NES" label C2797 = "Super Mario Bros 3" label B2798 = "PCGame" label C2798 = "Batman: Arkham Asylum" label B2799 = "PCGame" label C2799 = "Dead or Alive 5 With Nude Patch" label B2800 = "PCGame" label C2800 = "For Honor" label B2801 = "PCGame" label C2801 = "Killer Instinct" label B2802 = "PCGame" label C2802 = "Rise of the Tomb Raider" label B2803 = "PCGame" label C2803 = "Street Fighter 5" label B2804 = "PCGame" label C2804 = "The Division" label B2805 = "PSX" label C2805 = "ESPN Extreme Games" label B2806 = "PSX" label C2806 = "Street Fighter: The Movie" label B2807 = "SNES" label C2807 = "Punch Out" label B2808 = "TVShow" label C2808 = "3% Netflix" label B2809 = "TVShow" label C2809 = "Alone [History Channel]" label B2810 = "TVShow" label C2810 = "Black Mirror" label B2811 = "TVShow" label C2811 = "Roman Empire Reign of Blood" label B2812 = "TVShow" label C2812 = "Stranger Things" label B2813 = "TVShow" label C2813 = "The People v. O.J. Simpson: American Crime Story" label B2814 = "TVShow" label C2814 = "The Wire" label B2815 = "TVShow" label C2815 = "Westworld" label B2816 = "Wii" label C2816 = "Kirby Yarn" label B2817 = "Wii" label C2817 = "Mario Gaxaly" label B2818 = "Wii" label C2818 = "Punch Out w/ Balance Board" label B2819 = "Wii" label C2819 = "Resident Evil" label B2820 = "Wii" label C2820 = "Skate w/ Board" label B2821 = "Xbox" label C2821 = "Aliens Versus Predator: Extinction" label D2821 = "RTS" label B2822 = "Xbox" label C2822 = "Star Wars Battlefront 2" label D2822 = "FPS" label A2823 = "01/01/2017" label B2823 = "Linux" label C2823 = "rofi-surfraw | bookmarks" label D2823 = "GUI/CLI" label A2824 = "01/01/2017" label B2824 = "Movie" label C2824 = "Planes Trains & Automoobiles 1987" label A2825 = "01/03/2016" label B2825 = "TVShow" label C2825 = "Quantico Season 2" label A2826 = "01/03/2016" label B2826 = "Wii" label C2826 = "Captain America Super Soldier" label A2827 = "01/05/2017" label B2827 = "Movie" label C2827 = "Mechanic Resurrection 2016" label A2828 = "01/06/2017" label B2828 = "Movie" label C2828 = "Goonies 1985" label A2829 = "11/22/2016" label B2829 = "Movie" label C2829 = "The Core 2003" label A2830 = "11/25/2016" label B2830 = "Music" label C2830 = "Mya" label A2831 = "11/28/2016" label B2831 = "Movie" label C2831 = "Suicide Squad Extended 2016" label A2832 = "12/01/2016" label B2832 = "Xbox" label C2832 = "NFL Street" label A2833 = "12/02/2016" label B2833 = "TVShow" label C2833 = "Mr. Robot S2 last 2 ep" label A2834 = "12/03/2016" label B2834 = "Android" label C2834 = "KingRoot - Root any Phone" label D2834 = "might have backdoors?" label A2835 = "12/03/2016" label B2835 = "Android" label C2835 = "Purify - block all apps that sucks battery life" label A2836 = "12/03/2016" label B2836 = "Android" label C2836 = "primative ftpd" label A2837 = "12/03/2016" label B2837 = "Audiobook" label C2837 = "001-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label D2837 = "30min" label A2838 = "12/03/2016" label B2838 = "Audiobook" label C2838 = "002-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label A2839 = "12/05/2016" label B2839 = "NES" label C2839 = "Ice Hockey" label A2840 = "12/06/2016" label B2840 = "MAME" label C2840 = "Ninja Baseball Bat Man" label A2841 = "12/06/2016" label B2841 = "NES" label C2841 = "Baseball Stars" label A2842 = "12/10/2016" label B2842 = "Linux" label C2842 = "vimwiki" label D2842 = "TUI" label A2843 = "12/12/2016" label B2843 = "Podcast" label C2843 = "PornDirectorPodcast" label F2843 = "http://www.porndirectorpodcast.com/main/" label A2844 = "12/12/2016" label B2844 = "Podcast" label C2844 = "The Cine-Files" label F2844 = "http://www.podbay.fm/show/1124549378" label A2845 = "12/15/2016" label B2845 = "PCGame" label C2845 = "Bionic Commando Rearmed" label A2846 = "12/17/2016" label B2846 = "Linux" label C2846 = "vbx function [Virtualbox CLI]" label D2846 = "RQBy: Schizo" label F2846 = "https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g" label A2847 = "12/22/2016" label B2847 = "Wii" label C2847 = "Rayman Origins" label A2848 = "12/23/2016" label B2848 = "Movie" label C2848 = "Top Gun 1986 Special Edition" label A2849 = "12/25/2016" label B2849 = "Linux" label C2849 = "rofi - dmenu launcher replacement" label D2849 = "GUI/CLI" label A2850 = "12/26/2016" label B2850 = "Movie" label C2850 = "Black Dynamite (2009)" label A2851 = "12/28/2016" label B2851 = "Movie" label C2851 = "Ben Hur 2016" label A2852 = "12/29/2016" label B2852 = "Movie" label C2852 = "Deepwater Horizon 2016" label A2853 = "12/29/2016" label B2853 = "Movie" label C2853 = "The Accountant 2016" label A2854 = "12/30/2016" label B2854 = "Movie" label C2854 = "The Magnificent Seven 2016" label B2855 = "Android" label C2855 = "IceCatMobile" label D2855 = "Web Browser" label F2855 = "https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat" label B2856 = "Audiobook" label C2856 = "003-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B2857 = "Audiobook" label C2857 = "004-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B2858 = "Audiobook" label C2858 = "Darth Plagueis" label B2859 = "Audiobook" label C2859 = "The Life-Changing Magic of Tidying Up" label B2860 = "Comic" label C2860 = "Saga" label B2861 = "Comic" label C2861 = "Walking Dead 157" label B2862 = "Comic" label C2862 = "X-Men Age of Apocalypse" label B2863 = "Comic" label C2863 = "Y The Last Man" label B2864 = "Linux" label C2864 = "Ampache: web based audio/video streaming" label D2864 = "WEBUI" label F2864 = "http://ampache.org/" label B2865 = "Linux" label C2865 = "Clonezilla" label B2866 = "Linux" label C2866 = "CopyQ - Clipboard manager" label D2866 = "GUI" label B2867 = "Linux" label C2867 = "EncFS - an Encrypted Filesystem" label B2868 = "Linux" label C2868 = "Firejail" label B2869 = "Linux" label C2869 = "LUKS encryption/ cryptsetup" label D2869 = "CLI" label B2870 = "Linux" label C2870 = "Piwigo is photo gallery software for the web" label D2870 = "WEBUI" label F2870 = "http://piwigo.org/" label B2871 = "Linux" label C2871 = "Samba" label D2871 = "CLI" label B2872 = "Linux" label C2872 = "SoundNode - opensource SoundCloud app" label D2872 = "GUI" label F2872 = "http://www.soundnodeapp.com/" label B2873 = "Linux" label C2873 = "Vocal - Podcast Client" label D2873 = "GUI" label F2873 = "http://vocalproject.net/" label B2874 = "Linux" label C2874 = "albumr - Imgur album downloader" label D2874 = "CLI" label F2874 = "https://pypi.python.org/pypi/albumr" label B2875 = "Linux" label C2875 = "alpine" label B2876 = "Linux" label C2876 = "anamnesis - clipboard manager" label D2876 = "GUI" label B2877 = "Linux" label C2877 = "asciiquarium" label D2877 = "TUI" label B2878 = "Linux" label C2878 = "bulk - bulk rename interactive" label D2878 = "Alex Leferry" label F2878 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B2879 = "Linux" label C2879 = "ccze - colorizer" label D2879 = "CLI" label B2880 = "Linux" label C2880 = "centerim5" label D2880 = "TUI" label B2881 = "Linux" label C2881 = "clipmenu - dmenu clipboard manager" label D2881 = "GUI" label B2882 = "Linux" label C2882 = "cvim" label B2883 = "Linux" label C2883 = "forecash - cashflow forecasting" label D2883 = "CLI" label F2883 = "https://github.com/fsareshwala/forecash" label B2884 = "Linux" label C2884 = "fzf-clipboard" label B2885 = "Linux" label C2885 = "kakoune - vim alternative" label D2885 = "Alex Leferry" label F2885 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B2886 = "Linux" label C2886 = "keynav" label B2887 = "Linux" label C2887 = "krill - rss filter feeds" label D2887 = "CLI" label F2887 = "https://github.com/p-e-w/krill" label B2888 = "Linux" label C2888 = "ledger - accounting system" label D2888 = "CLI" label F2888 = "http://www.ledger-cli.org/" label B2889 = "Linux" label C2889 = "megadl - mega.co.nz downloader" label D2889 = "CLI" label E2889 = "wait for 2.0 to have options to download single files from public folder" label B2890 = "Linux" label C2890 = "mpd + ncmpcpp" label D2890 = "CLI/TUI" label B2891 = "Linux" label C2891 = "newsbeuter macros" label D2891 = "CLI" label B2892 = "Linux" label C2892 = "nmtui" label D2892 = "wifi" label B2893 = "Linux" label C2893 = "nq - queue task" label D2893 = "CLI" label B2894 = "Linux" label C2894 = "open dvd producer - create DVD with menus" label D2894 = "GUI" label F2894 = "http://opendvdproducer.jonata.org/" label B2895 = "Linux" label C2895 = "redshift" label D2895 = "CLI" label B2896 = "Linux" label C2896 = "rofi-clipboard" label B2897 = "Linux" label C2897 = "rofi-locate" label B2898 = "Linux" label C2898 = "rofi-playonlinux" label B2899 = "Linux" label C2899 = "rofi-snippet" label B2900 = "Linux" label C2900 = "rss-bridge" label F2900 = "https://github.com/RSS-Bridge/rss-bridge" label B2901 = "Linux" label C2901 = "screenfetch" label D2901 = "CLI" label B2902 = "Linux" label C2902 = "setxkbmap" label B2903 = "Linux" label C2903 = "socli - Stack overflow command line client" label D2903 = "CLI" label F2903 = "https://github.com/gautamkrishnar/socli" label B2904 = "Linux" label C2904 = "sxhkd" label B2905 = "Linux" label C2905 = "systemd timers" label B2906 = "Linux" label C2906 = "taffy - A command-line audio tagging tool" label D2906 = "CLI" label F2906 = "https://github.com/jangler/taffy" label B2907 = "Linux" label C2907 = "task spooler multiple instances" label D2907 = "CLI" label B2908 = "Linux" label C2908 = "timertab - manage systemd timers" label F2908 = "https://github.com/amlamarra/timertab" label B2909 = "Linux" label C2909 = "tweeper - a Twitter to RSS web scraper" label D2909 = "CLI" label E2909 = "https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper" label F2909 = "https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/" label B2910 = "Linux" label C2910 = "veracrypt" label B2911 = "Linux" label C2911 = "wicd-curses" label D2911 = "wifi" label B2912 = "Linux" label C2912 = "wifi-menu" label D2912 = "wifi" label B2913 = "Linux" label C2913 = "wpa_supplicant " label D2913 = "wifi" label B2914 = "Linux" label C2914 = "wttr - weather info" label D2914 = "CLI" label B2915 = "Linux" label C2915 = "xbindkeys" label B2916 = "Linux" label C2916 = "xcape" label B2917 = "Linux" label C2917 = "xchainkeys" label B2918 = "Linux" label C2918 = "xdo" label B2919 = "Linux" label C2919 = "xfce4-screenshooter (selection area imgu'')" label D2919 = "GUI" label B2920 = "Linux" label C2920 = "xinput" label B2921 = "Linux" label C2921 = "xmodmap" label B2922 = "Linux" label C2922 = "xsendkey" label B2923 = "Linux" label C2923 = "xsetwacom " label B2924 = "Linux" label C2924 = "xvkbd" label B2925 = "MAME" label C2925 = "Baseball Stars 2" label B2926 = "Movie" label C2926 = "A Christmas Story 1983" label B2927 = "Movie" label C2927 = "Doctor Strange 2016" label B2928 = "Movie" label C2928 = "Eternal Sunshine of the Spotless Mind (2004)" label B2929 = "Movie" label C2929 = "Frozen" label B2930 = "Movie" label C2930 = "Harry Potter" label B2931 = "Movie" label C2931 = "Jaws (1975)" label B2932 = "Movie" label C2932 = "Moana 2016" label B2933 = "Movie" label C2933 = "Mud 2012" label B2934 = "Movie" label C2934 = "Pete's Dragon 2016" label B2935 = "Movie" label C2935 = "Pump Up The Volume 1990" label B2936 = "Movie" label C2936 = "Snakes on a Plane (2006)" label B2937 = "Movie" label C2937 = "Snowden 2016" label B2938 = "Movie" label C2938 = "Swiss Army Man (2016)" label B2939 = "Movie" label C2939 = "The Legend of Tarzan 2016" label B2940 = "Movie" label C2940 = "Trainwreck (2015)" label B2941 = "Movie" label C2941 = "True Romance (1993)" label B2942 = "Movie" label C2942 = "War Dogs 2016" label B2943 = "Music" label C2943 = "Ashanti" label B2944 = "Music" label C2944 = "BackStreet/Dre" label B2945 = "Music" label C2945 = "Bubba Sparxxx" label B2946 = "Music" label C2946 = "Ciara" label B2947 = "Music" label C2947 = "Dido" label B2948 = "Music" label C2948 = "Dr Dre Instramentals" label B2949 = "Music" label C2949 = "Gloria Estefan" label B2950 = "Music" label C2950 = "Juvenile" label B2951 = "Music" label C2951 = "Meghan Trainor" label B2952 = "Music" label C2952 = "Petey Pablo" label B2953 = "Music" label C2953 = "Puff Daddy" label B2954 = "Music" label C2954 = "Run DMC" label B2955 = "Music" label C2955 = "Street Fighter" label B2956 = "Music" label C2956 = "Super Mario World" label B2957 = "Music" label C2957 = "TLC" label B2958 = "Music" label C2958 = "Young Buck" label B2959 = "NES" label C2959 = "Bionic Commando" label B2960 = "NES" label C2960 = "Contra" label B2961 = "NES" label C2961 = "Mega Man 2" label B2962 = "NES" label C2962 = "Palamedes" label D2962 = "Puzzle" label B2963 = "NES" label C2963 = "Super Mario Bros 3" label B2964 = "PCGame" label C2964 = "Batman: Arkham Asylum" label B2965 = "PCGame" label C2965 = "Dead or Alive 5 With Nude Patch" label B2966 = "PCGame" label C2966 = "For Honor" label B2967 = "PCGame" label C2967 = "Killer Instinct" label B2968 = "PCGame" label C2968 = "Rise of the Tomb Raider" label B2969 = "PCGame" label C2969 = "Street Fighter 5" label B2970 = "PCGame" label C2970 = "The Division" label B2971 = "PSX" label C2971 = "ESPN Extreme Games" label B2972 = "PSX" label C2972 = "Street Fighter: The Movie" label B2973 = "SNES" label C2973 = "Punch Out" label B2974 = "TVShow" label C2974 = "3% Netflix" label B2975 = "TVShow" label C2975 = "Alone [History Channel]" label B2976 = "TVShow" label C2976 = "Black Mirror" label B2977 = "TVShow" label C2977 = "Roman Empire Reign of Blood" label B2978 = "TVShow" label C2978 = "Stranger Things" label B2979 = "TVShow" label C2979 = "The People v. O.J. Simpson: American Crime Story" label B2980 = "TVShow" label C2980 = "The Wire" label B2981 = "TVShow" label C2981 = "Westworld" label B2982 = "Wii" label C2982 = "Kirby Yarn" label B2983 = "Wii" label C2983 = "Mario Gaxaly" label B2984 = "Wii" label C2984 = "Punch Out w/ Balance Board" label B2985 = "Wii" label C2985 = "Resident Evil" label B2986 = "Wii" label C2986 = "Skate w/ Board" label B2987 = "Xbox" label C2987 = "Aliens Versus Predator: Extinction" label D2987 = "RTS" label B2988 = "Xbox" label C2988 = "Star Wars Battlefront 2" label D2988 = "FPS" label A2989 = "01/01/2017" label B2989 = "Linux" label C2989 = "rofi-surfraw | bookmarks" label D2989 = "GUI/CLI" label A2990 = "01/01/2017" label B2990 = "Movie" label C2990 = "Planes Trains & Automoobiles 1987" label A2991 = "01/03/2016" label B2991 = "TVShow" label C2991 = "Quantico Season 2" label A2992 = "01/03/2016" label B2992 = "Wii" label C2992 = "Captain America Super Soldier" label A2993 = "01/05/2017" label B2993 = "Movie" label C2993 = "Mechanic Resurrection 2016" label A2994 = "01/06/2017" label B2994 = "Movie" label C2994 = "Goonies 1985" label A2995 = "11/22/2016" label B2995 = "Movie" label C2995 = "The Core 2003" label A2996 = "11/25/2016" label B2996 = "Music" label C2996 = "Mya" label A2997 = "11/28/2016" label B2997 = "Movie" label C2997 = "Suicide Squad Extended 2016" label A2998 = "12/01/2016" label B2998 = "Xbox" label C2998 = "NFL Street" label A2999 = "12/02/2016" label B2999 = "TVShow" label C2999 = "Mr. Robot S2 last 2 ep" label A3000 = "12/03/2016" label B3000 = "Android" label C3000 = "KingRoot - Root any Phone" label D3000 = "might have backdoors?" label A3001 = "12/03/2016" label B3001 = "Android" label C3001 = "Purify - block all apps that sucks battery life" label A3002 = "12/03/2016" label B3002 = "Android" label C3002 = "primative ftpd" label A3003 = "12/03/2016" label B3003 = "Audiobook" label C3003 = "001-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label D3003 = "30min" label A3004 = "12/03/2016" label B3004 = "Audiobook" label C3004 = "002-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label A3005 = "12/05/2016" label B3005 = "NES" label C3005 = "Ice Hockey" label A3006 = "12/06/2016" label B3006 = "MAME" label C3006 = "Ninja Baseball Bat Man" label A3007 = "12/06/2016" label B3007 = "NES" label C3007 = "Baseball Stars" label A3008 = "12/10/2016" label B3008 = "Linux" label C3008 = "vimwiki" label D3008 = "TUI" label A3009 = "12/12/2016" label B3009 = "Podcast" label C3009 = "PornDirectorPodcast" label F3009 = "http://www.porndirectorpodcast.com/main/" label A3010 = "12/12/2016" label B3010 = "Podcast" label C3010 = "The Cine-Files" label F3010 = "http://www.podbay.fm/show/1124549378" label A3011 = "12/15/2016" label B3011 = "PCGame" label C3011 = "Bionic Commando Rearmed" label A3012 = "12/17/2016" label B3012 = "Linux" label C3012 = "vbx function [Virtualbox CLI]" label D3012 = "RQBy: Schizo" label F3012 = "https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g" label A3013 = "12/22/2016" label B3013 = "Wii" label C3013 = "Rayman Origins" label A3014 = "12/23/2016" label B3014 = "Movie" label C3014 = "Top Gun 1986 Special Edition" label A3015 = "12/25/2016" label B3015 = "Linux" label C3015 = "rofi - dmenu launcher replacement" label D3015 = "GUI/CLI" label A3016 = "12/26/2016" label B3016 = "Movie" label C3016 = "Black Dynamite (2009)" label A3017 = "12/28/2016" label B3017 = "Movie" label C3017 = "Ben Hur 2016" label A3018 = "12/29/2016" label B3018 = "Movie" label C3018 = "Deepwater Horizon 2016" label A3019 = "12/29/2016" label B3019 = "Movie" label C3019 = "The Accountant 2016" label A3020 = "12/30/2016" label B3020 = "Movie" label C3020 = "The Magnificent Seven 2016" label B3021 = "Android" label C3021 = "IceCatMobile" label D3021 = "Web Browser" label F3021 = "https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat" label B3022 = "Audiobook" label C3022 = "003-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B3023 = "Audiobook" label C3023 = "004-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B3024 = "Audiobook" label C3024 = "Darth Plagueis" label B3025 = "Audiobook" label C3025 = "The Life-Changing Magic of Tidying Up" label B3026 = "Comic" label C3026 = "Saga" label B3027 = "Comic" label C3027 = "Walking Dead 157" label B3028 = "Comic" label C3028 = "X-Men Age of Apocalypse" label B3029 = "Comic" label C3029 = "Y The Last Man" label B3030 = "Linux" label C3030 = "Ampache: web based audio/video streaming" label D3030 = "WEBUI" label F3030 = "http://ampache.org/" label B3031 = "Linux" label C3031 = "Clonezilla" label B3032 = "Linux" label C3032 = "CopyQ - Clipboard manager" label D3032 = "GUI" label B3033 = "Linux" label C3033 = "EncFS - an Encrypted Filesystem" label B3034 = "Linux" label C3034 = "Firejail" label B3035 = "Linux" label C3035 = "LUKS encryption/ cryptsetup" label D3035 = "CLI" label B3036 = "Linux" label C3036 = "Piwigo is photo gallery software for the web" label D3036 = "WEBUI" label F3036 = "http://piwigo.org/" label B3037 = "Linux" label C3037 = "Samba" label D3037 = "CLI" label B3038 = "Linux" label C3038 = "SoundNode - opensource SoundCloud app" label D3038 = "GUI" label F3038 = "http://www.soundnodeapp.com/" label B3039 = "Linux" label C3039 = "Vocal - Podcast Client" label D3039 = "GUI" label F3039 = "http://vocalproject.net/" label B3040 = "Linux" label C3040 = "albumr - Imgur album downloader" label D3040 = "CLI" label F3040 = "https://pypi.python.org/pypi/albumr" label B3041 = "Linux" label C3041 = "alpine" label B3042 = "Linux" label C3042 = "anamnesis - clipboard manager" label D3042 = "GUI" label B3043 = "Linux" label C3043 = "asciiquarium" label D3043 = "TUI" label B3044 = "Linux" label C3044 = "bulk - bulk rename interactive" label D3044 = "Alex Leferry" label F3044 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B3045 = "Linux" label C3045 = "ccze - colorizer" label D3045 = "CLI" label B3046 = "Linux" label C3046 = "centerim5" label D3046 = "TUI" label B3047 = "Linux" label C3047 = "clipmenu - dmenu clipboard manager" label D3047 = "GUI" label B3048 = "Linux" label C3048 = "cvim" label B3049 = "Linux" label C3049 = "forecash - cashflow forecasting" label D3049 = "CLI" label F3049 = "https://github.com/fsareshwala/forecash" label B3050 = "Linux" label C3050 = "fzf-clipboard" label B3051 = "Linux" label C3051 = "kakoune - vim alternative" label D3051 = "Alex Leferry" label F3051 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B3052 = "Linux" label C3052 = "keynav" label B3053 = "Linux" label C3053 = "krill - rss filter feeds" label D3053 = "CLI" label F3053 = "https://github.com/p-e-w/krill" label B3054 = "Linux" label C3054 = "ledger - accounting system" label D3054 = "CLI" label F3054 = "http://www.ledger-cli.org/" label B3055 = "Linux" label C3055 = "megadl - mega.co.nz downloader" label D3055 = "CLI" label E3055 = "wait for 2.0 to have options to download single files from public folder" label B3056 = "Linux" label C3056 = "mpd + ncmpcpp" label D3056 = "CLI/TUI" label B3057 = "Linux" label C3057 = "newsbeuter macros" label D3057 = "CLI" label B3058 = "Linux" label C3058 = "nmtui" label D3058 = "wifi" label B3059 = "Linux" label C3059 = "nq - queue task" label D3059 = "CLI" label B3060 = "Linux" label C3060 = "open dvd producer - create DVD with menus" label D3060 = "GUI" label F3060 = "http://opendvdproducer.jonata.org/" label B3061 = "Linux" label C3061 = "redshift" label D3061 = "CLI" label B3062 = "Linux" label C3062 = "rofi-clipboard" label B3063 = "Linux" label C3063 = "rofi-locate" label B3064 = "Linux" label C3064 = "rofi-playonlinux" label B3065 = "Linux" label C3065 = "rofi-snippet" label B3066 = "Linux" label C3066 = "rss-bridge" label F3066 = "https://github.com/RSS-Bridge/rss-bridge" label B3067 = "Linux" label C3067 = "screenfetch" label D3067 = "CLI" label B3068 = "Linux" label C3068 = "setxkbmap" label B3069 = "Linux" label C3069 = "socli - Stack overflow command line client" label D3069 = "CLI" label F3069 = "https://github.com/gautamkrishnar/socli" label B3070 = "Linux" label C3070 = "sxhkd" label B3071 = "Linux" label C3071 = "systemd timers" label B3072 = "Linux" label C3072 = "taffy - A command-line audio tagging tool" label D3072 = "CLI" label F3072 = "https://github.com/jangler/taffy" label B3073 = "Linux" label C3073 = "task spooler multiple instances" label D3073 = "CLI" label B3074 = "Linux" label C3074 = "timertab - manage systemd timers" label F3074 = "https://github.com/amlamarra/timertab" label B3075 = "Linux" label C3075 = "tweeper - a Twitter to RSS web scraper" label D3075 = "CLI" label E3075 = "https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper" label F3075 = "https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/" label B3076 = "Linux" label C3076 = "veracrypt" label B3077 = "Linux" label C3077 = "wicd-curses" label D3077 = "wifi" label B3078 = "Linux" label C3078 = "wifi-menu" label D3078 = "wifi" label B3079 = "Linux" label C3079 = "wpa_supplicant " label D3079 = "wifi" label B3080 = "Linux" label C3080 = "wttr - weather info" label D3080 = "CLI" label B3081 = "Linux" label C3081 = "xbindkeys" label B3082 = "Linux" label C3082 = "xcape" label B3083 = "Linux" label C3083 = "xchainkeys" label B3084 = "Linux" label C3084 = "xdo" label B3085 = "Linux" label C3085 = "xfce4-screenshooter (selection area imgu'')" label D3085 = "GUI" label B3086 = "Linux" label C3086 = "xinput" label B3087 = "Linux" label C3087 = "xmodmap" label B3088 = "Linux" label C3088 = "xsendkey" label B3089 = "Linux" label C3089 = "xsetwacom " label B3090 = "Linux" label C3090 = "xvkbd" label B3091 = "MAME" label C3091 = "Baseball Stars 2" label B3092 = "Movie" label C3092 = "A Christmas Story 1983" label B3093 = "Movie" label C3093 = "Doctor Strange 2016" label B3094 = "Movie" label C3094 = "Eternal Sunshine of the Spotless Mind (2004)" label B3095 = "Movie" label C3095 = "Frozen" label B3096 = "Movie" label C3096 = "Harry Potter" label B3097 = "Movie" label C3097 = "Jaws (1975)" label B3098 = "Movie" label C3098 = "Moana 2016" label B3099 = "Movie" label C3099 = "Mud 2012" label B3100 = "Movie" label C3100 = "Pete's Dragon 2016" label B3101 = "Movie" label C3101 = "Pump Up The Volume 1990" label B3102 = "Movie" label C3102 = "Snakes on a Plane (2006)" label B3103 = "Movie" label C3103 = "Snowden 2016" label B3104 = "Movie" label C3104 = "Swiss Army Man (2016)" label B3105 = "Movie" label C3105 = "The Legend of Tarzan 2016" label B3106 = "Movie" label C3106 = "Trainwreck (2015)" label B3107 = "Movie" label C3107 = "True Romance (1993)" label B3108 = "Movie" label C3108 = "War Dogs 2016" label B3109 = "Music" label C3109 = "Ashanti" label B3110 = "Music" label C3110 = "BackStreet/Dre" label B3111 = "Music" label C3111 = "Bubba Sparxxx" label B3112 = "Music" label C3112 = "Ciara" label B3113 = "Music" label C3113 = "Dido" label B3114 = "Music" label C3114 = "Dr Dre Instramentals" label B3115 = "Music" label C3115 = "Gloria Estefan" label B3116 = "Music" label C3116 = "Juvenile" label B3117 = "Music" label C3117 = "Meghan Trainor" label B3118 = "Music" label C3118 = "Petey Pablo" label B3119 = "Music" label C3119 = "Puff Daddy" label B3120 = "Music" label C3120 = "Run DMC" label B3121 = "Music" label C3121 = "Street Fighter" label B3122 = "Music" label C3122 = "Super Mario World" label B3123 = "Music" label C3123 = "TLC" label B3124 = "Music" label C3124 = "Young Buck" label B3125 = "NES" label C3125 = "Bionic Commando" label B3126 = "NES" label C3126 = "Contra" label B3127 = "NES" label C3127 = "Mega Man 2" label B3128 = "NES" label C3128 = "Palamedes" label D3128 = "Puzzle" label B3129 = "NES" label C3129 = "Super Mario Bros 3" label B3130 = "PCGame" label C3130 = "Batman: Arkham Asylum" label B3131 = "PCGame" label C3131 = "Dead or Alive 5 With Nude Patch" label B3132 = "PCGame" label C3132 = "For Honor" label B3133 = "PCGame" label C3133 = "Killer Instinct" label B3134 = "PCGame" label C3134 = "Rise of the Tomb Raider" label B3135 = "PCGame" label C3135 = "Street Fighter 5" label B3136 = "PCGame" label C3136 = "The Division" label B3137 = "PSX" label C3137 = "ESPN Extreme Games" label B3138 = "PSX" label C3138 = "Street Fighter: The Movie" label B3139 = "SNES" label C3139 = "Punch Out" label B3140 = "TVShow" label C3140 = "3% Netflix" label B3141 = "TVShow" label C3141 = "Alone [History Channel]" label B3142 = "TVShow" label C3142 = "Black Mirror" label B3143 = "TVShow" label C3143 = "Roman Empire Reign of Blood" label B3144 = "TVShow" label C3144 = "Stranger Things" label B3145 = "TVShow" label C3145 = "The People v. O.J. Simpson: American Crime Story" label B3146 = "TVShow" label C3146 = "The Wire" label B3147 = "TVShow" label C3147 = "Westworld" label B3148 = "Wii" label C3148 = "Kirby Yarn" label B3149 = "Wii" label C3149 = "Mario Gaxaly" label B3150 = "Wii" label C3150 = "Punch Out w/ Balance Board" label B3151 = "Wii" label C3151 = "Resident Evil" label B3152 = "Wii" label C3152 = "Skate w/ Board" label B3153 = "Xbox" label C3153 = "Aliens Versus Predator: Extinction" label D3153 = "RTS" label B3154 = "Xbox" label C3154 = "Star Wars Battlefront 2" label D3154 = "FPS" label A3155 = "01/01/2017" label B3155 = "Linux" label C3155 = "rofi-surfraw | bookmarks" label D3155 = "GUI/CLI" label A3156 = "01/01/2017" label B3156 = "Movie" label C3156 = "Planes Trains & Automoobiles 1987" label A3157 = "01/03/2016" label B3157 = "TVShow" label C3157 = "Quantico Season 2" label A3158 = "01/03/2016" label B3158 = "Wii" label C3158 = "Captain America Super Soldier" label A3159 = "01/05/2017" label B3159 = "Movie" label C3159 = "Mechanic Resurrection 2016" label A3160 = "01/06/2017" label B3160 = "Movie" label C3160 = "Goonies 1985" label A3161 = "11/22/2016" label B3161 = "Movie" label C3161 = "The Core 2003" label A3162 = "11/25/2016" label B3162 = "Music" label C3162 = "Mya" label A3163 = "11/28/2016" label B3163 = "Movie" label C3163 = "Suicide Squad Extended 2016" label A3164 = "12/01/2016" label B3164 = "Xbox" label C3164 = "NFL Street" label A3165 = "12/02/2016" label B3165 = "TVShow" label C3165 = "Mr. Robot S2 last 2 ep" label A3166 = "12/03/2016" label B3166 = "Android" label C3166 = "KingRoot - Root any Phone" label D3166 = "might have backdoors?" label A3167 = "12/03/2016" label B3167 = "Android" label C3167 = "Purify - block all apps that sucks battery life" label A3168 = "12/03/2016" label B3168 = "Android" label C3168 = "primative ftpd" label A3169 = "12/03/2016" label B3169 = "Audiobook" label C3169 = "001-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label D3169 = "30min" label A3170 = "12/03/2016" label B3170 = "Audiobook" label C3170 = "002-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label A3171 = "12/05/2016" label B3171 = "NES" label C3171 = "Ice Hockey" label A3172 = "12/06/2016" label B3172 = "MAME" label C3172 = "Ninja Baseball Bat Man" label A3173 = "12/06/2016" label B3173 = "NES" label C3173 = "Baseball Stars" label A3174 = "12/10/2016" label B3174 = "Linux" label C3174 = "vimwiki" label D3174 = "TUI" label A3175 = "12/12/2016" label B3175 = "Podcast" label C3175 = "PornDirectorPodcast" label F3175 = "http://www.porndirectorpodcast.com/main/" label A3176 = "12/12/2016" label B3176 = "Podcast" label C3176 = "The Cine-Files" label F3176 = "http://www.podbay.fm/show/1124549378" label A3177 = "12/15/2016" label B3177 = "PCGame" label C3177 = "Bionic Commando Rearmed" label A3178 = "12/17/2016" label B3178 = "Linux" label C3178 = "vbx function [Virtualbox CLI]" label D3178 = "RQBy: Schizo" label F3178 = "https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g" label A3179 = "12/22/2016" label B3179 = "Wii" label C3179 = "Rayman Origins" label A3180 = "12/23/2016" label B3180 = "Movie" label C3180 = "Top Gun 1986 Special Edition" label A3181 = "12/25/2016" label B3181 = "Linux" label C3181 = "rofi - dmenu launcher replacement" label D3181 = "GUI/CLI" label A3182 = "12/26/2016" label B3182 = "Movie" label C3182 = "Black Dynamite (2009)" label A3183 = "12/28/2016" label B3183 = "Movie" label C3183 = "Ben Hur 2016" label A3184 = "12/29/2016" label B3184 = "Movie" label C3184 = "Deepwater Horizon 2016" label A3185 = "12/29/2016" label B3185 = "Movie" label C3185 = "The Accountant 2016" label A3186 = "12/30/2016" label B3186 = "Movie" label C3186 = "The Magnificent Seven 2016" label B3187 = "Android" label C3187 = "IceCatMobile" label D3187 = "Web Browser" label F3187 = "https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat" label B3188 = "Audiobook" label C3188 = "003-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B3189 = "Audiobook" label C3189 = "004-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B3190 = "Audiobook" label C3190 = "Darth Plagueis" label B3191 = "Audiobook" label C3191 = "The Life-Changing Magic of Tidying Up" label B3192 = "Comic" label C3192 = "Saga" label B3193 = "Comic" label C3193 = "Walking Dead 157" label B3194 = "Comic" label C3194 = "X-Men Age of Apocalypse" label B3195 = "Comic" label C3195 = "Y The Last Man" label B3196 = "Linux" label C3196 = "Ampache: web based audio/video streaming" label D3196 = "WEBUI" label F3196 = "http://ampache.org/" label B3197 = "Linux" label C3197 = "Clonezilla" label B3198 = "Linux" label C3198 = "CopyQ - Clipboard manager" label D3198 = "GUI" label B3199 = "Linux" label C3199 = "EncFS - an Encrypted Filesystem" label B3200 = "Linux" label C3200 = "Firejail" label B3201 = "Linux" label C3201 = "LUKS encryption/ cryptsetup" label D3201 = "CLI" label B3202 = "Linux" label C3202 = "Piwigo is photo gallery software for the web" label D3202 = "WEBUI" label F3202 = "http://piwigo.org/" label B3203 = "Linux" label C3203 = "Samba" label D3203 = "CLI" label B3204 = "Linux" label C3204 = "SoundNode - opensource SoundCloud app" label D3204 = "GUI" label F3204 = "http://www.soundnodeapp.com/" label B3205 = "Linux" label C3205 = "Vocal - Podcast Client" label D3205 = "GUI" label F3205 = "http://vocalproject.net/" label B3206 = "Linux" label C3206 = "albumr - Imgur album downloader" label D3206 = "CLI" label F3206 = "https://pypi.python.org/pypi/albumr" label B3207 = "Linux" label C3207 = "alpine" label B3208 = "Linux" label C3208 = "anamnesis - clipboard manager" label D3208 = "GUI" label B3209 = "Linux" label C3209 = "asciiquarium" label D3209 = "TUI" label B3210 = "Linux" label C3210 = "bulk - bulk rename interactive" label D3210 = "Alex Leferry" label F3210 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B3211 = "Linux" label C3211 = "ccze - colorizer" label D3211 = "CLI" label B3212 = "Linux" label C3212 = "centerim5" label D3212 = "TUI" label B3213 = "Linux" label C3213 = "clipmenu - dmenu clipboard manager" label D3213 = "GUI" label B3214 = "Linux" label C3214 = "cvim" label B3215 = "Linux" label C3215 = "forecash - cashflow forecasting" label D3215 = "CLI" label F3215 = "https://github.com/fsareshwala/forecash" label B3216 = "Linux" label C3216 = "fzf-clipboard" label B3217 = "Linux" label C3217 = "kakoune - vim alternative" label D3217 = "Alex Leferry" label F3217 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B3218 = "Linux" label C3218 = "keynav" label B3219 = "Linux" label C3219 = "krill - rss filter feeds" label D3219 = "CLI" label F3219 = "https://github.com/p-e-w/krill" label B3220 = "Linux" label C3220 = "ledger - accounting system" label D3220 = "CLI" label F3220 = "http://www.ledger-cli.org/" label B3221 = "Linux" label C3221 = "megadl - mega.co.nz downloader" label D3221 = "CLI" label E3221 = "wait for 2.0 to have options to download single files from public folder" label B3222 = "Linux" label C3222 = "mpd + ncmpcpp" label D3222 = "CLI/TUI" label B3223 = "Linux" label C3223 = "newsbeuter macros" label D3223 = "CLI" label B3224 = "Linux" label C3224 = "nmtui" label D3224 = "wifi" label B3225 = "Linux" label C3225 = "nq - queue task" label D3225 = "CLI" label B3226 = "Linux" label C3226 = "open dvd producer - create DVD with menus" label D3226 = "GUI" label F3226 = "http://opendvdproducer.jonata.org/" label B3227 = "Linux" label C3227 = "redshift" label D3227 = "CLI" label B3228 = "Linux" label C3228 = "rofi-clipboard" label B3229 = "Linux" label C3229 = "rofi-locate" label B3230 = "Linux" label C3230 = "rofi-playonlinux" label B3231 = "Linux" label C3231 = "rofi-snippet" label B3232 = "Linux" label C3232 = "rss-bridge" label F3232 = "https://github.com/RSS-Bridge/rss-bridge" label B3233 = "Linux" label C3233 = "screenfetch" label D3233 = "CLI" label B3234 = "Linux" label C3234 = "setxkbmap" label B3235 = "Linux" label C3235 = "socli - Stack overflow command line client" label D3235 = "CLI" label F3235 = "https://github.com/gautamkrishnar/socli" label B3236 = "Linux" label C3236 = "sxhkd" label B3237 = "Linux" label C3237 = "systemd timers" label B3238 = "Linux" label C3238 = "taffy - A command-line audio tagging tool" label D3238 = "CLI" label F3238 = "https://github.com/jangler/taffy" label B3239 = "Linux" label C3239 = "task spooler multiple instances" label D3239 = "CLI" label B3240 = "Linux" label C3240 = "timertab - manage systemd timers" label F3240 = "https://github.com/amlamarra/timertab" label B3241 = "Linux" label C3241 = "tweeper - a Twitter to RSS web scraper" label D3241 = "CLI" label E3241 = "https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper" label F3241 = "https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/" label B3242 = "Linux" label C3242 = "veracrypt" label B3243 = "Linux" label C3243 = "wicd-curses" label D3243 = "wifi" label B3244 = "Linux" label C3244 = "wifi-menu" label D3244 = "wifi" label B3245 = "Linux" label C3245 = "wpa_supplicant " label D3245 = "wifi" label B3246 = "Linux" label C3246 = "wttr - weather info" label D3246 = "CLI" label B3247 = "Linux" label C3247 = "xbindkeys" label B3248 = "Linux" label C3248 = "xcape" label B3249 = "Linux" label C3249 = "xchainkeys" label B3250 = "Linux" label C3250 = "xdo" label B3251 = "Linux" label C3251 = "xfce4-screenshooter (selection area imgu'')" label D3251 = "GUI" label B3252 = "Linux" label C3252 = "xinput" label B3253 = "Linux" label C3253 = "xmodmap" label B3254 = "Linux" label C3254 = "xsendkey" label B3255 = "Linux" label C3255 = "xsetwacom " label B3256 = "Linux" label C3256 = "xvkbd" label B3257 = "MAME" label C3257 = "Baseball Stars 2" label B3258 = "Movie" label C3258 = "A Christmas Story 1983" label B3259 = "Movie" label C3259 = "Doctor Strange 2016" label B3260 = "Movie" label C3260 = "Eternal Sunshine of the Spotless Mind (2004)" label B3261 = "Movie" label C3261 = "Frozen" label B3262 = "Movie" label C3262 = "Harry Potter" label B3263 = "Movie" label C3263 = "Jaws (1975)" label B3264 = "Movie" label C3264 = "Moana 2016" label B3265 = "Movie" label C3265 = "Mud 2012" label B3266 = "Movie" label C3266 = "Pete's Dragon 2016" label B3267 = "Movie" label C3267 = "Pump Up The Volume 1990" label B3268 = "Movie" label C3268 = "Snakes on a Plane (2006)" label B3269 = "Movie" label C3269 = "Snowden 2016" label B3270 = "Movie" label C3270 = "Swiss Army Man (2016)" label B3271 = "Movie" label C3271 = "The Legend of Tarzan 2016" label B3272 = "Movie" label C3272 = "Trainwreck (2015)" label B3273 = "Movie" label C3273 = "True Romance (1993)" label B3274 = "Movie" label C3274 = "War Dogs 2016" label B3275 = "Music" label C3275 = "Ashanti" label B3276 = "Music" label C3276 = "BackStreet/Dre" label B3277 = "Music" label C3277 = "Bubba Sparxxx" label B3278 = "Music" label C3278 = "Ciara" label B3279 = "Music" label C3279 = "Dido" label B3280 = "Music" label C3280 = "Dr Dre Instramentals" label B3281 = "Music" label C3281 = "Gloria Estefan" label B3282 = "Music" label C3282 = "Juvenile" label B3283 = "Music" label C3283 = "Meghan Trainor" label B3284 = "Music" label C3284 = "Petey Pablo" label B3285 = "Music" label C3285 = "Puff Daddy" label B3286 = "Music" label C3286 = "Run DMC" label B3287 = "Music" label C3287 = "Street Fighter" label B3288 = "Music" label C3288 = "Super Mario World" label B3289 = "Music" label C3289 = "TLC" label B3290 = "Music" label C3290 = "Young Buck" label B3291 = "NES" label C3291 = "Bionic Commando" label B3292 = "NES" label C3292 = "Contra" label B3293 = "NES" label C3293 = "Mega Man 2" label B3294 = "NES" label C3294 = "Palamedes" label D3294 = "Puzzle" label B3295 = "NES" label C3295 = "Super Mario Bros 3" label B3296 = "PCGame" label C3296 = "Batman: Arkham Asylum" label B3297 = "PCGame" label C3297 = "Dead or Alive 5 With Nude Patch" label B3298 = "PCGame" label C3298 = "For Honor" label B3299 = "PCGame" label C3299 = "Killer Instinct" label B3300 = "PCGame" label C3300 = "Rise of the Tomb Raider" label B3301 = "PCGame" label C3301 = "Street Fighter 5" label B3302 = "PCGame" label C3302 = "The Division" label B3303 = "PSX" label C3303 = "ESPN Extreme Games" label B3304 = "PSX" label C3304 = "Street Fighter: The Movie" label B3305 = "SNES" label C3305 = "Punch Out" label B3306 = "TVShow" label C3306 = "3% Netflix" label B3307 = "TVShow" label C3307 = "Alone [History Channel]" label B3308 = "TVShow" label C3308 = "Black Mirror" label B3309 = "TVShow" label C3309 = "Roman Empire Reign of Blood" label B3310 = "TVShow" label C3310 = "Stranger Things" label B3311 = "TVShow" label C3311 = "The People v. O.J. Simpson: American Crime Story" label B3312 = "TVShow" label C3312 = "The Wire" label B3313 = "TVShow" label C3313 = "Westworld" label B3314 = "Wii" label C3314 = "Kirby Yarn" label B3315 = "Wii" label C3315 = "Mario Gaxaly" label B3316 = "Wii" label C3316 = "Punch Out w/ Balance Board" label B3317 = "Wii" label C3317 = "Resident Evil" label B3318 = "Wii" label C3318 = "Skate w/ Board" label B3319 = "Xbox" label C3319 = "Aliens Versus Predator: Extinction" label D3319 = "RTS" label B3320 = "Xbox" label C3320 = "Star Wars Battlefront 2" label D3320 = "FPS" label A3321 = "01/01/2017" label B3321 = "Linux" label C3321 = "rofi-surfraw | bookmarks" label D3321 = "GUI/CLI" label A3322 = "01/01/2017" label B3322 = "Movie" label C3322 = "Planes Trains & Automoobiles 1987" label A3323 = "01/03/2016" label B3323 = "TVShow" label C3323 = "Quantico Season 2" label A3324 = "01/03/2016" label B3324 = "Wii" label C3324 = "Captain America Super Soldier" label A3325 = "01/05/2017" label B3325 = "Movie" label C3325 = "Mechanic Resurrection 2016" label A3326 = "01/06/2017" label B3326 = "Movie" label C3326 = "Goonies 1985" label A3327 = "11/22/2016" label B3327 = "Movie" label C3327 = "The Core 2003" label A3328 = "11/25/2016" label B3328 = "Music" label C3328 = "Mya" label A3329 = "11/28/2016" label B3329 = "Movie" label C3329 = "Suicide Squad Extended 2016" label A3330 = "12/01/2016" label B3330 = "Xbox" label C3330 = "NFL Street" label A3331 = "12/02/2016" label B3331 = "TVShow" label C3331 = "Mr. Robot S2 last 2 ep" label A3332 = "12/03/2016" label B3332 = "Android" label C3332 = "KingRoot - Root any Phone" label D3332 = "might have backdoors?" label A3333 = "12/03/2016" label B3333 = "Android" label C3333 = "Purify - block all apps that sucks battery life" label A3334 = "12/03/2016" label B3334 = "Android" label C3334 = "primative ftpd" label A3335 = "12/03/2016" label B3335 = "Audiobook" label C3335 = "001-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label D3335 = "30min" label A3336 = "12/03/2016" label B3336 = "Audiobook" label C3336 = "002-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label A3337 = "12/05/2016" label B3337 = "NES" label C3337 = "Ice Hockey" label A3338 = "12/06/2016" label B3338 = "MAME" label C3338 = "Ninja Baseball Bat Man" label A3339 = "12/06/2016" label B3339 = "NES" label C3339 = "Baseball Stars" label A3340 = "12/10/2016" label B3340 = "Linux" label C3340 = "vimwiki" label D3340 = "TUI" label A3341 = "12/12/2016" label B3341 = "Podcast" label C3341 = "PornDirectorPodcast" label F3341 = "http://www.porndirectorpodcast.com/main/" label A3342 = "12/12/2016" label B3342 = "Podcast" label C3342 = "The Cine-Files" label F3342 = "http://www.podbay.fm/show/1124549378" label A3343 = "12/15/2016" label B3343 = "PCGame" label C3343 = "Bionic Commando Rearmed" label A3344 = "12/17/2016" label B3344 = "Linux" label C3344 = "vbx function [Virtualbox CLI]" label D3344 = "RQBy: Schizo" label F3344 = "https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g" label A3345 = "12/22/2016" label B3345 = "Wii" label C3345 = "Rayman Origins" label A3346 = "12/23/2016" label B3346 = "Movie" label C3346 = "Top Gun 1986 Special Edition" label A3347 = "12/25/2016" label B3347 = "Linux" label C3347 = "rofi - dmenu launcher replacement" label D3347 = "GUI/CLI" label A3348 = "12/26/2016" label B3348 = "Movie" label C3348 = "Black Dynamite (2009)" label A3349 = "12/28/2016" label B3349 = "Movie" label C3349 = "Ben Hur 2016" label A3350 = "12/29/2016" label B3350 = "Movie" label C3350 = "Deepwater Horizon 2016" label A3351 = "12/29/2016" label B3351 = "Movie" label C3351 = "The Accountant 2016" label A3352 = "12/30/2016" label B3352 = "Movie" label C3352 = "The Magnificent Seven 2016" label B3353 = "Android" label C3353 = "IceCatMobile" label D3353 = "Web Browser" label F3353 = "https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat" label B3354 = "Audiobook" label C3354 = "003-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B3355 = "Audiobook" label C3355 = "004-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B3356 = "Audiobook" label C3356 = "Darth Plagueis" label B3357 = "Audiobook" label C3357 = "The Life-Changing Magic of Tidying Up" label B3358 = "Comic" label C3358 = "Saga" label B3359 = "Comic" label C3359 = "Walking Dead 157" label B3360 = "Comic" label C3360 = "X-Men Age of Apocalypse" label B3361 = "Comic" label C3361 = "Y The Last Man" label B3362 = "Linux" label C3362 = "Ampache: web based audio/video streaming" label D3362 = "WEBUI" label F3362 = "http://ampache.org/" label B3363 = "Linux" label C3363 = "Clonezilla" label B3364 = "Linux" label C3364 = "CopyQ - Clipboard manager" label D3364 = "GUI" label B3365 = "Linux" label C3365 = "EncFS - an Encrypted Filesystem" label B3366 = "Linux" label C3366 = "Firejail" label B3367 = "Linux" label C3367 = "LUKS encryption/ cryptsetup" label D3367 = "CLI" label B3368 = "Linux" label C3368 = "Piwigo is photo gallery software for the web" label D3368 = "WEBUI" label F3368 = "http://piwigo.org/" label B3369 = "Linux" label C3369 = "Samba" label D3369 = "CLI" label B3370 = "Linux" label C3370 = "SoundNode - opensource SoundCloud app" label D3370 = "GUI" label F3370 = "http://www.soundnodeapp.com/" label B3371 = "Linux" label C3371 = "Vocal - Podcast Client" label D3371 = "GUI" label F3371 = "http://vocalproject.net/" label B3372 = "Linux" label C3372 = "albumr - Imgur album downloader" label D3372 = "CLI" label F3372 = "https://pypi.python.org/pypi/albumr" label B3373 = "Linux" label C3373 = "alpine" label B3374 = "Linux" label C3374 = "anamnesis - clipboard manager" label D3374 = "GUI" label B3375 = "Linux" label C3375 = "asciiquarium" label D3375 = "TUI" label B3376 = "Linux" label C3376 = "bulk - bulk rename interactive" label D3376 = "Alex Leferry" label F3376 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B3377 = "Linux" label C3377 = "ccze - colorizer" label D3377 = "CLI" label B3378 = "Linux" label C3378 = "centerim5" label D3378 = "TUI" label B3379 = "Linux" label C3379 = "clipmenu - dmenu clipboard manager" label D3379 = "GUI" label B3380 = "Linux" label C3380 = "cvim" label B3381 = "Linux" label C3381 = "forecash - cashflow forecasting" label D3381 = "CLI" label F3381 = "https://github.com/fsareshwala/forecash" label B3382 = "Linux" label C3382 = "fzf-clipboard" label B3383 = "Linux" label C3383 = "kakoune - vim alternative" label D3383 = "Alex Leferry" label F3383 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B3384 = "Linux" label C3384 = "keynav" label B3385 = "Linux" label C3385 = "krill - rss filter feeds" label D3385 = "CLI" label F3385 = "https://github.com/p-e-w/krill" label B3386 = "Linux" label C3386 = "ledger - accounting system" label D3386 = "CLI" label F3386 = "http://www.ledger-cli.org/" label B3387 = "Linux" label C3387 = "megadl - mega.co.nz downloader" label D3387 = "CLI" label E3387 = "wait for 2.0 to have options to download single files from public folder" label B3388 = "Linux" label C3388 = "mpd + ncmpcpp" label D3388 = "CLI/TUI" label B3389 = "Linux" label C3389 = "newsbeuter macros" label D3389 = "CLI" label B3390 = "Linux" label C3390 = "nmtui" label D3390 = "wifi" label B3391 = "Linux" label C3391 = "nq - queue task" label D3391 = "CLI" label B3392 = "Linux" label C3392 = "open dvd producer - create DVD with menus" label D3392 = "GUI" label F3392 = "http://opendvdproducer.jonata.org/" label B3393 = "Linux" label C3393 = "redshift" label D3393 = "CLI" label B3394 = "Linux" label C3394 = "rofi-clipboard" label B3395 = "Linux" label C3395 = "rofi-locate" label B3396 = "Linux" label C3396 = "rofi-playonlinux" label B3397 = "Linux" label C3397 = "rofi-snippet" label B3398 = "Linux" label C3398 = "rss-bridge" label F3398 = "https://github.com/RSS-Bridge/rss-bridge" label B3399 = "Linux" label C3399 = "screenfetch" label D3399 = "CLI" label B3400 = "Linux" label C3400 = "setxkbmap" label B3401 = "Linux" label C3401 = "socli - Stack overflow command line client" label D3401 = "CLI" label F3401 = "https://github.com/gautamkrishnar/socli" label B3402 = "Linux" label C3402 = "sxhkd" label B3403 = "Linux" label C3403 = "systemd timers" label B3404 = "Linux" label C3404 = "taffy - A command-line audio tagging tool" label D3404 = "CLI" label F3404 = "https://github.com/jangler/taffy" label B3405 = "Linux" label C3405 = "task spooler multiple instances" label D3405 = "CLI" label B3406 = "Linux" label C3406 = "timertab - manage systemd timers" label F3406 = "https://github.com/amlamarra/timertab" label B3407 = "Linux" label C3407 = "tweeper - a Twitter to RSS web scraper" label D3407 = "CLI" label E3407 = "https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper" label F3407 = "https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/" label B3408 = "Linux" label C3408 = "veracrypt" label B3409 = "Linux" label C3409 = "wicd-curses" label D3409 = "wifi" label B3410 = "Linux" label C3410 = "wifi-menu" label D3410 = "wifi" label B3411 = "Linux" label C3411 = "wpa_supplicant " label D3411 = "wifi" label B3412 = "Linux" label C3412 = "wttr - weather info" label D3412 = "CLI" label B3413 = "Linux" label C3413 = "xbindkeys" label B3414 = "Linux" label C3414 = "xcape" label B3415 = "Linux" label C3415 = "xchainkeys" label B3416 = "Linux" label C3416 = "xdo" label B3417 = "Linux" label C3417 = "xfce4-screenshooter (selection area imgu'')" label D3417 = "GUI" label B3418 = "Linux" label C3418 = "xinput" label B3419 = "Linux" label C3419 = "xmodmap" label B3420 = "Linux" label C3420 = "xsendkey" label B3421 = "Linux" label C3421 = "xsetwacom " label B3422 = "Linux" label C3422 = "xvkbd" label B3423 = "MAME" label C3423 = "Baseball Stars 2" label B3424 = "Movie" label C3424 = "A Christmas Story 1983" label B3425 = "Movie" label C3425 = "Doctor Strange 2016" label B3426 = "Movie" label C3426 = "Eternal Sunshine of the Spotless Mind (2004)" label B3427 = "Movie" label C3427 = "Frozen" label B3428 = "Movie" label C3428 = "Harry Potter" label B3429 = "Movie" label C3429 = "Jaws (1975)" label B3430 = "Movie" label C3430 = "Moana 2016" label B3431 = "Movie" label C3431 = "Mud 2012" label B3432 = "Movie" label C3432 = "Pete's Dragon 2016" label B3433 = "Movie" label C3433 = "Pump Up The Volume 1990" label B3434 = "Movie" label C3434 = "Snakes on a Plane (2006)" label B3435 = "Movie" label C3435 = "Snowden 2016" label B3436 = "Movie" label C3436 = "Swiss Army Man (2016)" label B3437 = "Movie" label C3437 = "The Legend of Tarzan 2016" label B3438 = "Movie" label C3438 = "Trainwreck (2015)" label B3439 = "Movie" label C3439 = "True Romance (1993)" label B3440 = "Movie" label C3440 = "War Dogs 2016" label B3441 = "Music" label C3441 = "Ashanti" label B3442 = "Music" label C3442 = "BackStreet/Dre" label B3443 = "Music" label C3443 = "Bubba Sparxxx" label B3444 = "Music" label C3444 = "Ciara" label B3445 = "Music" label C3445 = "Dido" label B3446 = "Music" label C3446 = "Dr Dre Instramentals" label B3447 = "Music" label C3447 = "Gloria Estefan" label B3448 = "Music" label C3448 = "Juvenile" label B3449 = "Music" label C3449 = "Meghan Trainor" label B3450 = "Music" label C3450 = "Petey Pablo" label B3451 = "Music" label C3451 = "Puff Daddy" label B3452 = "Music" label C3452 = "Run DMC" label B3453 = "Music" label C3453 = "Street Fighter" label B3454 = "Music" label C3454 = "Super Mario World" label B3455 = "Music" label C3455 = "TLC" label B3456 = "Music" label C3456 = "Young Buck" label B3457 = "NES" label C3457 = "Bionic Commando" label B3458 = "NES" label C3458 = "Contra" label B3459 = "NES" label C3459 = "Mega Man 2" label B3460 = "NES" label C3460 = "Palamedes" label D3460 = "Puzzle" label B3461 = "NES" label C3461 = "Super Mario Bros 3" label B3462 = "PCGame" label C3462 = "Batman: Arkham Asylum" label B3463 = "PCGame" label C3463 = "Dead or Alive 5 With Nude Patch" label B3464 = "PCGame" label C3464 = "For Honor" label B3465 = "PCGame" label C3465 = "Killer Instinct" label B3466 = "PCGame" label C3466 = "Rise of the Tomb Raider" label B3467 = "PCGame" label C3467 = "Street Fighter 5" label B3468 = "PCGame" label C3468 = "The Division" label B3469 = "PSX" label C3469 = "ESPN Extreme Games" label B3470 = "PSX" label C3470 = "Street Fighter: The Movie" label B3471 = "SNES" label C3471 = "Punch Out" label B3472 = "TVShow" label C3472 = "3% Netflix" label B3473 = "TVShow" label C3473 = "Alone [History Channel]" label B3474 = "TVShow" label C3474 = "Black Mirror" label B3475 = "TVShow" label C3475 = "Roman Empire Reign of Blood" label B3476 = "TVShow" label C3476 = "Stranger Things" label B3477 = "TVShow" label C3477 = "The People v. O.J. Simpson: American Crime Story" label B3478 = "TVShow" label C3478 = "The Wire" label B3479 = "TVShow" label C3479 = "Westworld" label B3480 = "Wii" label C3480 = "Kirby Yarn" label B3481 = "Wii" label C3481 = "Mario Gaxaly" label B3482 = "Wii" label C3482 = "Punch Out w/ Balance Board" label B3483 = "Wii" label C3483 = "Resident Evil" label B3484 = "Wii" label C3484 = "Skate w/ Board" label B3485 = "Xbox" label C3485 = "Aliens Versus Predator: Extinction" label D3485 = "RTS" label B3486 = "Xbox" label C3486 = "Star Wars Battlefront 2" label D3486 = "FPS" label A3487 = "01/01/2017" label B3487 = "Linux" label C3487 = "rofi-surfraw | bookmarks" label D3487 = "GUI/CLI" label A3488 = "01/01/2017" label B3488 = "Movie" label C3488 = "Planes Trains & Automoobiles 1987" label A3489 = "01/03/2016" label B3489 = "TVShow" label C3489 = "Quantico Season 2" label A3490 = "01/03/2016" label B3490 = "Wii" label C3490 = "Captain America Super Soldier" label A3491 = "01/05/2017" label B3491 = "Movie" label C3491 = "Mechanic Resurrection 2016" label A3492 = "01/06/2017" label B3492 = "Movie" label C3492 = "Goonies 1985" label A3493 = "11/22/2016" label B3493 = "Movie" label C3493 = "The Core 2003" label A3494 = "11/25/2016" label B3494 = "Music" label C3494 = "Mya" label A3495 = "11/28/2016" label B3495 = "Movie" label C3495 = "Suicide Squad Extended 2016" label A3496 = "12/01/2016" label B3496 = "Xbox" label C3496 = "NFL Street" label A3497 = "12/02/2016" label B3497 = "TVShow" label C3497 = "Mr. Robot S2 last 2 ep" label A3498 = "12/03/2016" label B3498 = "Android" label C3498 = "KingRoot - Root any Phone" label D3498 = "might have backdoors?" label A3499 = "12/03/2016" label B3499 = "Android" label C3499 = "Purify - block all apps that sucks battery life" label A3500 = "12/03/2016" label B3500 = "Android" label C3500 = "primative ftpd" label A3501 = "12/03/2016" label B3501 = "Audiobook" label C3501 = "001-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label D3501 = "30min" label A3502 = "12/03/2016" label B3502 = "Audiobook" label C3502 = "002-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label A3503 = "12/05/2016" label B3503 = "NES" label C3503 = "Ice Hockey" label A3504 = "12/06/2016" label B3504 = "MAME" label C3504 = "Ninja Baseball Bat Man" label A3505 = "12/06/2016" label B3505 = "NES" label C3505 = "Baseball Stars" label A3506 = "12/10/2016" label B3506 = "Linux" label C3506 = "vimwiki" label D3506 = "TUI" label A3507 = "12/12/2016" label B3507 = "Podcast" label C3507 = "PornDirectorPodcast" label F3507 = "http://www.porndirectorpodcast.com/main/" label A3508 = "12/12/2016" label B3508 = "Podcast" label C3508 = "The Cine-Files" label F3508 = "http://www.podbay.fm/show/1124549378" label A3509 = "12/15/2016" label B3509 = "PCGame" label C3509 = "Bionic Commando Rearmed" label A3510 = "12/17/2016" label B3510 = "Linux" label C3510 = "vbx function [Virtualbox CLI]" label D3510 = "RQBy: Schizo" label F3510 = "https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g" label A3511 = "12/22/2016" label B3511 = "Wii" label C3511 = "Rayman Origins" label A3512 = "12/23/2016" label B3512 = "Movie" label C3512 = "Top Gun 1986 Special Edition" label A3513 = "12/25/2016" label B3513 = "Linux" label C3513 = "rofi - dmenu launcher replacement" label D3513 = "GUI/CLI" label A3514 = "12/26/2016" label B3514 = "Movie" label C3514 = "Black Dynamite (2009)" label A3515 = "12/28/2016" label B3515 = "Movie" label C3515 = "Ben Hur 2016" label A3516 = "12/29/2016" label B3516 = "Movie" label C3516 = "Deepwater Horizon 2016" label A3517 = "12/29/2016" label B3517 = "Movie" label C3517 = "The Accountant 2016" label A3518 = "12/30/2016" label B3518 = "Movie" label C3518 = "The Magnificent Seven 2016" label B3519 = "Android" label C3519 = "IceCatMobile" label D3519 = "Web Browser" label F3519 = "https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat" label B3520 = "Audiobook" label C3520 = "003-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B3521 = "Audiobook" label C3521 = "004-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B3522 = "Audiobook" label C3522 = "Darth Plagueis" label B3523 = "Audiobook" label C3523 = "The Life-Changing Magic of Tidying Up" label B3524 = "Comic" label C3524 = "Saga" label B3525 = "Comic" label C3525 = "Walking Dead 157" label B3526 = "Comic" label C3526 = "X-Men Age of Apocalypse" label B3527 = "Comic" label C3527 = "Y The Last Man" label B3528 = "Linux" label C3528 = "Ampache: web based audio/video streaming" label D3528 = "WEBUI" label F3528 = "http://ampache.org/" label B3529 = "Linux" label C3529 = "Clonezilla" label B3530 = "Linux" label C3530 = "CopyQ - Clipboard manager" label D3530 = "GUI" label B3531 = "Linux" label C3531 = "EncFS - an Encrypted Filesystem" label B3532 = "Linux" label C3532 = "Firejail" label B3533 = "Linux" label C3533 = "LUKS encryption/ cryptsetup" label D3533 = "CLI" label B3534 = "Linux" label C3534 = "Piwigo is photo gallery software for the web" label D3534 = "WEBUI" label F3534 = "http://piwigo.org/" label B3535 = "Linux" label C3535 = "Samba" label D3535 = "CLI" label B3536 = "Linux" label C3536 = "SoundNode - opensource SoundCloud app" label D3536 = "GUI" label F3536 = "http://www.soundnodeapp.com/" label B3537 = "Linux" label C3537 = "Vocal - Podcast Client" label D3537 = "GUI" label F3537 = "http://vocalproject.net/" label B3538 = "Linux" label C3538 = "albumr - Imgur album downloader" label D3538 = "CLI" label F3538 = "https://pypi.python.org/pypi/albumr" label B3539 = "Linux" label C3539 = "alpine" label B3540 = "Linux" label C3540 = "anamnesis - clipboard manager" label D3540 = "GUI" label B3541 = "Linux" label C3541 = "asciiquarium" label D3541 = "TUI" label B3542 = "Linux" label C3542 = "bulk - bulk rename interactive" label D3542 = "Alex Leferry" label F3542 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B3543 = "Linux" label C3543 = "ccze - colorizer" label D3543 = "CLI" label B3544 = "Linux" label C3544 = "centerim5" label D3544 = "TUI" label B3545 = "Linux" label C3545 = "clipmenu - dmenu clipboard manager" label D3545 = "GUI" label B3546 = "Linux" label C3546 = "cvim" label B3547 = "Linux" label C3547 = "forecash - cashflow forecasting" label D3547 = "CLI" label F3547 = "https://github.com/fsareshwala/forecash" label B3548 = "Linux" label C3548 = "fzf-clipboard" label B3549 = "Linux" label C3549 = "kakoune - vim alternative" label D3549 = "Alex Leferry" label F3549 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B3550 = "Linux" label C3550 = "keynav" label B3551 = "Linux" label C3551 = "krill - rss filter feeds" label D3551 = "CLI" label F3551 = "https://github.com/p-e-w/krill" label B3552 = "Linux" label C3552 = "ledger - accounting system" label D3552 = "CLI" label F3552 = "http://www.ledger-cli.org/" label B3553 = "Linux" label C3553 = "megadl - mega.co.nz downloader" label D3553 = "CLI" label E3553 = "wait for 2.0 to have options to download single files from public folder" label B3554 = "Linux" label C3554 = "mpd + ncmpcpp" label D3554 = "CLI/TUI" label B3555 = "Linux" label C3555 = "newsbeuter macros" label D3555 = "CLI" label B3556 = "Linux" label C3556 = "nmtui" label D3556 = "wifi" label B3557 = "Linux" label C3557 = "nq - queue task" label D3557 = "CLI" label B3558 = "Linux" label C3558 = "open dvd producer - create DVD with menus" label D3558 = "GUI" label F3558 = "http://opendvdproducer.jonata.org/" label B3559 = "Linux" label C3559 = "redshift" label D3559 = "CLI" label B3560 = "Linux" label C3560 = "rofi-clipboard" label B3561 = "Linux" label C3561 = "rofi-locate" label B3562 = "Linux" label C3562 = "rofi-playonlinux" label B3563 = "Linux" label C3563 = "rofi-snippet" label B3564 = "Linux" label C3564 = "rss-bridge" label F3564 = "https://github.com/RSS-Bridge/rss-bridge" label B3565 = "Linux" label C3565 = "screenfetch" label D3565 = "CLI" label B3566 = "Linux" label C3566 = "setxkbmap" label B3567 = "Linux" label C3567 = "socli - Stack overflow command line client" label D3567 = "CLI" label F3567 = "https://github.com/gautamkrishnar/socli" label B3568 = "Linux" label C3568 = "sxhkd" label B3569 = "Linux" label C3569 = "systemd timers" label B3570 = "Linux" label C3570 = "taffy - A command-line audio tagging tool" label D3570 = "CLI" label F3570 = "https://github.com/jangler/taffy" label B3571 = "Linux" label C3571 = "task spooler multiple instances" label D3571 = "CLI" label B3572 = "Linux" label C3572 = "timertab - manage systemd timers" label F3572 = "https://github.com/amlamarra/timertab" label B3573 = "Linux" label C3573 = "tweeper - a Twitter to RSS web scraper" label D3573 = "CLI" label E3573 = "https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper" label F3573 = "https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/" label B3574 = "Linux" label C3574 = "veracrypt" label B3575 = "Linux" label C3575 = "wicd-curses" label D3575 = "wifi" label B3576 = "Linux" label C3576 = "wifi-menu" label D3576 = "wifi" label B3577 = "Linux" label C3577 = "wpa_supplicant " label D3577 = "wifi" label B3578 = "Linux" label C3578 = "wttr - weather info" label D3578 = "CLI" label B3579 = "Linux" label C3579 = "xbindkeys" label B3580 = "Linux" label C3580 = "xcape" label B3581 = "Linux" label C3581 = "xchainkeys" label B3582 = "Linux" label C3582 = "xdo" label B3583 = "Linux" label C3583 = "xfce4-screenshooter (selection area imgu'')" label D3583 = "GUI" label B3584 = "Linux" label C3584 = "xinput" label B3585 = "Linux" label C3585 = "xmodmap" label B3586 = "Linux" label C3586 = "xsendkey" label B3587 = "Linux" label C3587 = "xsetwacom " label B3588 = "Linux" label C3588 = "xvkbd" label B3589 = "MAME" label C3589 = "Baseball Stars 2" label B3590 = "Movie" label C3590 = "A Christmas Story 1983" label B3591 = "Movie" label C3591 = "Doctor Strange 2016" label B3592 = "Movie" label C3592 = "Eternal Sunshine of the Spotless Mind (2004)" label B3593 = "Movie" label C3593 = "Frozen" label B3594 = "Movie" label C3594 = "Harry Potter" label B3595 = "Movie" label C3595 = "Jaws (1975)" label B3596 = "Movie" label C3596 = "Moana 2016" label B3597 = "Movie" label C3597 = "Mud 2012" label B3598 = "Movie" label C3598 = "Pete's Dragon 2016" label B3599 = "Movie" label C3599 = "Pump Up The Volume 1990" label B3600 = "Movie" label C3600 = "Snakes on a Plane (2006)" label B3601 = "Movie" label C3601 = "Snowden 2016" label B3602 = "Movie" label C3602 = "Swiss Army Man (2016)" label B3603 = "Movie" label C3603 = "The Legend of Tarzan 2016" label B3604 = "Movie" label C3604 = "Trainwreck (2015)" label B3605 = "Movie" label C3605 = "True Romance (1993)" label B3606 = "Movie" label C3606 = "War Dogs 2016" label B3607 = "Music" label C3607 = "Ashanti" label B3608 = "Music" label C3608 = "BackStreet/Dre" label B3609 = "Music" label C3609 = "Bubba Sparxxx" label B3610 = "Music" label C3610 = "Ciara" label B3611 = "Music" label C3611 = "Dido" label B3612 = "Music" label C3612 = "Dr Dre Instramentals" label B3613 = "Music" label C3613 = "Gloria Estefan" label B3614 = "Music" label C3614 = "Juvenile" label B3615 = "Music" label C3615 = "Meghan Trainor" label B3616 = "Music" label C3616 = "Petey Pablo" label B3617 = "Music" label C3617 = "Puff Daddy" label B3618 = "Music" label C3618 = "Run DMC" label B3619 = "Music" label C3619 = "Street Fighter" label B3620 = "Music" label C3620 = "Super Mario World" label B3621 = "Music" label C3621 = "TLC" label B3622 = "Music" label C3622 = "Young Buck" label B3623 = "NES" label C3623 = "Bionic Commando" label B3624 = "NES" label C3624 = "Contra" label B3625 = "NES" label C3625 = "Mega Man 2" label B3626 = "NES" label C3626 = "Palamedes" label D3626 = "Puzzle" label B3627 = "NES" label C3627 = "Super Mario Bros 3" label B3628 = "PCGame" label C3628 = "Batman: Arkham Asylum" label B3629 = "PCGame" label C3629 = "Dead or Alive 5 With Nude Patch" label B3630 = "PCGame" label C3630 = "For Honor" label B3631 = "PCGame" label C3631 = "Killer Instinct" label B3632 = "PCGame" label C3632 = "Rise of the Tomb Raider" label B3633 = "PCGame" label C3633 = "Street Fighter 5" label B3634 = "PCGame" label C3634 = "The Division" label B3635 = "PSX" label C3635 = "ESPN Extreme Games" label B3636 = "PSX" label C3636 = "Street Fighter: The Movie" label B3637 = "SNES" label C3637 = "Punch Out" label B3638 = "TVShow" label C3638 = "3% Netflix" label B3639 = "TVShow" label C3639 = "Alone [History Channel]" label B3640 = "TVShow" label C3640 = "Black Mirror" label B3641 = "TVShow" label C3641 = "Roman Empire Reign of Blood" label B3642 = "TVShow" label C3642 = "Stranger Things" label B3643 = "TVShow" label C3643 = "The People v. O.J. Simpson: American Crime Story" label B3644 = "TVShow" label C3644 = "The Wire" label B3645 = "TVShow" label C3645 = "Westworld" label B3646 = "Wii" label C3646 = "Kirby Yarn" label B3647 = "Wii" label C3647 = "Mario Gaxaly" label B3648 = "Wii" label C3648 = "Punch Out w/ Balance Board" label B3649 = "Wii" label C3649 = "Resident Evil" label B3650 = "Wii" label C3650 = "Skate w/ Board" label B3651 = "Xbox" label C3651 = "Aliens Versus Predator: Extinction" label D3651 = "RTS" label B3652 = "Xbox" label C3652 = "Star Wars Battlefront 2" label D3652 = "FPS" label A3653 = "01/01/2017" label B3653 = "Linux" label C3653 = "rofi-surfraw | bookmarks" label D3653 = "GUI/CLI" label A3654 = "01/01/2017" label B3654 = "Movie" label C3654 = "Planes Trains & Automoobiles 1987" label A3655 = "01/03/2016" label B3655 = "TVShow" label C3655 = "Quantico Season 2" label A3656 = "01/03/2016" label B3656 = "Wii" label C3656 = "Captain America Super Soldier" label A3657 = "01/05/2017" label B3657 = "Movie" label C3657 = "Mechanic Resurrection 2016" label A3658 = "01/06/2017" label B3658 = "Movie" label C3658 = "Goonies 1985" label A3659 = "11/22/2016" label B3659 = "Movie" label C3659 = "The Core 2003" label A3660 = "11/25/2016" label B3660 = "Music" label C3660 = "Mya" label A3661 = "11/28/2016" label B3661 = "Movie" label C3661 = "Suicide Squad Extended 2016" label A3662 = "12/01/2016" label B3662 = "Xbox" label C3662 = "NFL Street" label A3663 = "12/02/2016" label B3663 = "TVShow" label C3663 = "Mr. Robot S2 last 2 ep" label A3664 = "12/03/2016" label B3664 = "Android" label C3664 = "KingRoot - Root any Phone" label D3664 = "might have backdoors?" label A3665 = "12/03/2016" label B3665 = "Android" label C3665 = "Purify - block all apps that sucks battery life" label A3666 = "12/03/2016" label B3666 = "Android" label C3666 = "primative ftpd" label A3667 = "12/03/2016" label B3667 = "Audiobook" label C3667 = "001-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label D3667 = "30min" label A3668 = "12/03/2016" label B3668 = "Audiobook" label C3668 = "002-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label A3669 = "12/05/2016" label B3669 = "NES" label C3669 = "Ice Hockey" label A3670 = "12/06/2016" label B3670 = "MAME" label C3670 = "Ninja Baseball Bat Man" label A3671 = "12/06/2016" label B3671 = "NES" label C3671 = "Baseball Stars" label A3672 = "12/10/2016" label B3672 = "Linux" label C3672 = "vimwiki" label D3672 = "TUI" label A3673 = "12/12/2016" label B3673 = "Podcast" label C3673 = "PornDirectorPodcast" label F3673 = "http://www.porndirectorpodcast.com/main/" label A3674 = "12/12/2016" label B3674 = "Podcast" label C3674 = "The Cine-Files" label F3674 = "http://www.podbay.fm/show/1124549378" label A3675 = "12/15/2016" label B3675 = "PCGame" label C3675 = "Bionic Commando Rearmed" label A3676 = "12/17/2016" label B3676 = "Linux" label C3676 = "vbx function [Virtualbox CLI]" label D3676 = "RQBy: Schizo" label F3676 = "https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g" label A3677 = "12/22/2016" label B3677 = "Wii" label C3677 = "Rayman Origins" label A3678 = "12/23/2016" label B3678 = "Movie" label C3678 = "Top Gun 1986 Special Edition" label A3679 = "12/25/2016" label B3679 = "Linux" label C3679 = "rofi - dmenu launcher replacement" label D3679 = "GUI/CLI" label A3680 = "12/26/2016" label B3680 = "Movie" label C3680 = "Black Dynamite (2009)" label A3681 = "12/28/2016" label B3681 = "Movie" label C3681 = "Ben Hur 2016" label A3682 = "12/29/2016" label B3682 = "Movie" label C3682 = "Deepwater Horizon 2016" label A3683 = "12/29/2016" label B3683 = "Movie" label C3683 = "The Accountant 2016" label A3684 = "12/30/2016" label B3684 = "Movie" label C3684 = "The Magnificent Seven 2016" label B3685 = "Android" label C3685 = "IceCatMobile" label D3685 = "Web Browser" label F3685 = "https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat" label B3686 = "Audiobook" label C3686 = "003-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B3687 = "Audiobook" label C3687 = "004-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B3688 = "Audiobook" label C3688 = "Darth Plagueis" label B3689 = "Audiobook" label C3689 = "The Life-Changing Magic of Tidying Up" label B3690 = "Comic" label C3690 = "Saga" label B3691 = "Comic" label C3691 = "Walking Dead 157" label B3692 = "Comic" label C3692 = "X-Men Age of Apocalypse" label B3693 = "Comic" label C3693 = "Y The Last Man" label B3694 = "Linux" label C3694 = "Ampache: web based audio/video streaming" label D3694 = "WEBUI" label F3694 = "http://ampache.org/" label B3695 = "Linux" label C3695 = "Clonezilla" label B3696 = "Linux" label C3696 = "CopyQ - Clipboard manager" label D3696 = "GUI" label B3697 = "Linux" label C3697 = "EncFS - an Encrypted Filesystem" label B3698 = "Linux" label C3698 = "Firejail" label B3699 = "Linux" label C3699 = "LUKS encryption/ cryptsetup" label D3699 = "CLI" label B3700 = "Linux" label C3700 = "Piwigo is photo gallery software for the web" label D3700 = "WEBUI" label F3700 = "http://piwigo.org/" label B3701 = "Linux" label C3701 = "Samba" label D3701 = "CLI" label B3702 = "Linux" label C3702 = "SoundNode - opensource SoundCloud app" label D3702 = "GUI" label F3702 = "http://www.soundnodeapp.com/" label B3703 = "Linux" label C3703 = "Vocal - Podcast Client" label D3703 = "GUI" label F3703 = "http://vocalproject.net/" label B3704 = "Linux" label C3704 = "albumr - Imgur album downloader" label D3704 = "CLI" label F3704 = "https://pypi.python.org/pypi/albumr" label B3705 = "Linux" label C3705 = "alpine" label B3706 = "Linux" label C3706 = "anamnesis - clipboard manager" label D3706 = "GUI" label B3707 = "Linux" label C3707 = "asciiquarium" label D3707 = "TUI" label B3708 = "Linux" label C3708 = "bulk - bulk rename interactive" label D3708 = "Alex Leferry" label F3708 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B3709 = "Linux" label C3709 = "ccze - colorizer" label D3709 = "CLI" label B3710 = "Linux" label C3710 = "centerim5" label D3710 = "TUI" label B3711 = "Linux" label C3711 = "clipmenu - dmenu clipboard manager" label D3711 = "GUI" label B3712 = "Linux" label C3712 = "cvim" label B3713 = "Linux" label C3713 = "forecash - cashflow forecasting" label D3713 = "CLI" label F3713 = "https://github.com/fsareshwala/forecash" label B3714 = "Linux" label C3714 = "fzf-clipboard" label B3715 = "Linux" label C3715 = "kakoune - vim alternative" label D3715 = "Alex Leferry" label F3715 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B3716 = "Linux" label C3716 = "keynav" label B3717 = "Linux" label C3717 = "krill - rss filter feeds" label D3717 = "CLI" label F3717 = "https://github.com/p-e-w/krill" label B3718 = "Linux" label C3718 = "ledger - accounting system" label D3718 = "CLI" label F3718 = "http://www.ledger-cli.org/" label B3719 = "Linux" label C3719 = "megadl - mega.co.nz downloader" label D3719 = "CLI" label E3719 = "wait for 2.0 to have options to download single files from public folder" label B3720 = "Linux" label C3720 = "mpd + ncmpcpp" label D3720 = "CLI/TUI" label B3721 = "Linux" label C3721 = "newsbeuter macros" label D3721 = "CLI" label B3722 = "Linux" label C3722 = "nmtui" label D3722 = "wifi" label B3723 = "Linux" label C3723 = "nq - queue task" label D3723 = "CLI" label B3724 = "Linux" label C3724 = "open dvd producer - create DVD with menus" label D3724 = "GUI" label F3724 = "http://opendvdproducer.jonata.org/" label B3725 = "Linux" label C3725 = "redshift" label D3725 = "CLI" label B3726 = "Linux" label C3726 = "rofi-clipboard" label B3727 = "Linux" label C3727 = "rofi-locate" label B3728 = "Linux" label C3728 = "rofi-playonlinux" label B3729 = "Linux" label C3729 = "rofi-snippet" label B3730 = "Linux" label C3730 = "rss-bridge" label F3730 = "https://github.com/RSS-Bridge/rss-bridge" label B3731 = "Linux" label C3731 = "screenfetch" label D3731 = "CLI" label B3732 = "Linux" label C3732 = "setxkbmap" label B3733 = "Linux" label C3733 = "socli - Stack overflow command line client" label D3733 = "CLI" label F3733 = "https://github.com/gautamkrishnar/socli" label B3734 = "Linux" label C3734 = "sxhkd" label B3735 = "Linux" label C3735 = "systemd timers" label B3736 = "Linux" label C3736 = "taffy - A command-line audio tagging tool" label D3736 = "CLI" label F3736 = "https://github.com/jangler/taffy" label B3737 = "Linux" label C3737 = "task spooler multiple instances" label D3737 = "CLI" label B3738 = "Linux" label C3738 = "timertab - manage systemd timers" label F3738 = "https://github.com/amlamarra/timertab" label B3739 = "Linux" label C3739 = "tweeper - a Twitter to RSS web scraper" label D3739 = "CLI" label E3739 = "https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper" label F3739 = "https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/" label B3740 = "Linux" label C3740 = "veracrypt" label B3741 = "Linux" label C3741 = "wicd-curses" label D3741 = "wifi" label B3742 = "Linux" label C3742 = "wifi-menu" label D3742 = "wifi" label B3743 = "Linux" label C3743 = "wpa_supplicant " label D3743 = "wifi" label B3744 = "Linux" label C3744 = "wttr - weather info" label D3744 = "CLI" label B3745 = "Linux" label C3745 = "xbindkeys" label B3746 = "Linux" label C3746 = "xcape" label B3747 = "Linux" label C3747 = "xchainkeys" label B3748 = "Linux" label C3748 = "xdo" label B3749 = "Linux" label C3749 = "xfce4-screenshooter (selection area imgu'')" label D3749 = "GUI" label B3750 = "Linux" label C3750 = "xinput" label B3751 = "Linux" label C3751 = "xmodmap" label B3752 = "Linux" label C3752 = "xsendkey" label B3753 = "Linux" label C3753 = "xsetwacom " label B3754 = "Linux" label C3754 = "xvkbd" label B3755 = "MAME" label C3755 = "Baseball Stars 2" label B3756 = "Movie" label C3756 = "A Christmas Story 1983" label B3757 = "Movie" label C3757 = "Doctor Strange 2016" label B3758 = "Movie" label C3758 = "Eternal Sunshine of the Spotless Mind (2004)" label B3759 = "Movie" label C3759 = "Frozen" label B3760 = "Movie" label C3760 = "Harry Potter" label B3761 = "Movie" label C3761 = "Jaws (1975)" label B3762 = "Movie" label C3762 = "Moana 2016" label B3763 = "Movie" label C3763 = "Mud 2012" label B3764 = "Movie" label C3764 = "Pete's Dragon 2016" label B3765 = "Movie" label C3765 = "Pump Up The Volume 1990" label B3766 = "Movie" label C3766 = "Snakes on a Plane (2006)" label B3767 = "Movie" label C3767 = "Snowden 2016" label B3768 = "Movie" label C3768 = "Swiss Army Man (2016)" label B3769 = "Movie" label C3769 = "The Legend of Tarzan 2016" label B3770 = "Movie" label C3770 = "Trainwreck (2015)" label B3771 = "Movie" label C3771 = "True Romance (1993)" label B3772 = "Movie" label C3772 = "War Dogs 2016" label B3773 = "Music" label C3773 = "Ashanti" label B3774 = "Music" label C3774 = "BackStreet/Dre" label B3775 = "Music" label C3775 = "Bubba Sparxxx" label B3776 = "Music" label C3776 = "Ciara" label B3777 = "Music" label C3777 = "Dido" label B3778 = "Music" label C3778 = "Dr Dre Instramentals" label B3779 = "Music" label C3779 = "Gloria Estefan" label B3780 = "Music" label C3780 = "Juvenile" label B3781 = "Music" label C3781 = "Meghan Trainor" label B3782 = "Music" label C3782 = "Petey Pablo" label B3783 = "Music" label C3783 = "Puff Daddy" label B3784 = "Music" label C3784 = "Run DMC" label B3785 = "Music" label C3785 = "Street Fighter" label B3786 = "Music" label C3786 = "Super Mario World" label B3787 = "Music" label C3787 = "TLC" label B3788 = "Music" label C3788 = "Young Buck" label B3789 = "NES" label C3789 = "Bionic Commando" label B3790 = "NES" label C3790 = "Contra" label B3791 = "NES" label C3791 = "Mega Man 2" label B3792 = "NES" label C3792 = "Palamedes" label D3792 = "Puzzle" label B3793 = "NES" label C3793 = "Super Mario Bros 3" label B3794 = "PCGame" label C3794 = "Batman: Arkham Asylum" label B3795 = "PCGame" label C3795 = "Dead or Alive 5 With Nude Patch" label B3796 = "PCGame" label C3796 = "For Honor" label B3797 = "PCGame" label C3797 = "Killer Instinct" label B3798 = "PCGame" label C3798 = "Rise of the Tomb Raider" label B3799 = "PCGame" label C3799 = "Street Fighter 5" label B3800 = "PCGame" label C3800 = "The Division" label B3801 = "PSX" label C3801 = "ESPN Extreme Games" label B3802 = "PSX" label C3802 = "Street Fighter: The Movie" label B3803 = "SNES" label C3803 = "Punch Out" label B3804 = "TVShow" label C3804 = "3% Netflix" label B3805 = "TVShow" label C3805 = "Alone [History Channel]" label B3806 = "TVShow" label C3806 = "Black Mirror" label B3807 = "TVShow" label C3807 = "Roman Empire Reign of Blood" label B3808 = "TVShow" label C3808 = "Stranger Things" label B3809 = "TVShow" label C3809 = "The People v. O.J. Simpson: American Crime Story" label B3810 = "TVShow" label C3810 = "The Wire" label B3811 = "TVShow" label C3811 = "Westworld" label B3812 = "Wii" label C3812 = "Kirby Yarn" label B3813 = "Wii" label C3813 = "Mario Gaxaly" label B3814 = "Wii" label C3814 = "Punch Out w/ Balance Board" label B3815 = "Wii" label C3815 = "Resident Evil" label B3816 = "Wii" label C3816 = "Skate w/ Board" label B3817 = "Xbox" label C3817 = "Aliens Versus Predator: Extinction" label D3817 = "RTS" label B3818 = "Xbox" label C3818 = "Star Wars Battlefront 2" label D3818 = "FPS" label A3819 = "01/01/2017" label B3819 = "Linux" label C3819 = "rofi-surfraw | bookmarks" label D3819 = "GUI/CLI" label A3820 = "01/01/2017" label B3820 = "Movie" label C3820 = "Planes Trains & Automoobiles 1987" label A3821 = "01/03/2016" label B3821 = "TVShow" label C3821 = "Quantico Season 2" label A3822 = "01/03/2016" label B3822 = "Wii" label C3822 = "Captain America Super Soldier" label A3823 = "01/05/2017" label B3823 = "Movie" label C3823 = "Mechanic Resurrection 2016" label A3824 = "01/06/2017" label B3824 = "Movie" label C3824 = "Goonies 1985" label A3825 = "11/22/2016" label B3825 = "Movie" label C3825 = "The Core 2003" label A3826 = "11/25/2016" label B3826 = "Music" label C3826 = "Mya" label A3827 = "11/28/2016" label B3827 = "Movie" label C3827 = "Suicide Squad Extended 2016" label A3828 = "12/01/2016" label B3828 = "Xbox" label C3828 = "NFL Street" label A3829 = "12/02/2016" label B3829 = "TVShow" label C3829 = "Mr. Robot S2 last 2 ep" label A3830 = "12/03/2016" label B3830 = "Android" label C3830 = "KingRoot - Root any Phone" label D3830 = "might have backdoors?" label A3831 = "12/03/2016" label B3831 = "Android" label C3831 = "Purify - block all apps that sucks battery life" label A3832 = "12/03/2016" label B3832 = "Android" label C3832 = "primative ftpd" label A3833 = "12/03/2016" label B3833 = "Audiobook" label C3833 = "001-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label D3833 = "30min" label A3834 = "12/03/2016" label B3834 = "Audiobook" label C3834 = "002-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label A3835 = "12/05/2016" label B3835 = "NES" label C3835 = "Ice Hockey" label A3836 = "12/06/2016" label B3836 = "MAME" label C3836 = "Ninja Baseball Bat Man" label A3837 = "12/06/2016" label B3837 = "NES" label C3837 = "Baseball Stars" label A3838 = "12/10/2016" label B3838 = "Linux" label C3838 = "vimwiki" label D3838 = "TUI" label A3839 = "12/12/2016" label B3839 = "Podcast" label C3839 = "PornDirectorPodcast" label F3839 = "http://www.porndirectorpodcast.com/main/" label A3840 = "12/12/2016" label B3840 = "Podcast" label C3840 = "The Cine-Files" label F3840 = "http://www.podbay.fm/show/1124549378" label A3841 = "12/15/2016" label B3841 = "PCGame" label C3841 = "Bionic Commando Rearmed" label A3842 = "12/17/2016" label B3842 = "Linux" label C3842 = "vbx function [Virtualbox CLI]" label D3842 = "RQBy: Schizo" label F3842 = "https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g" label A3843 = "12/22/2016" label B3843 = "Wii" label C3843 = "Rayman Origins" label A3844 = "12/23/2016" label B3844 = "Movie" label C3844 = "Top Gun 1986 Special Edition" label A3845 = "12/25/2016" label B3845 = "Linux" label C3845 = "rofi - dmenu launcher replacement" label D3845 = "GUI/CLI" label A3846 = "12/26/2016" label B3846 = "Movie" label C3846 = "Black Dynamite (2009)" label A3847 = "12/28/2016" label B3847 = "Movie" label C3847 = "Ben Hur 2016" label A3848 = "12/29/2016" label B3848 = "Movie" label C3848 = "Deepwater Horizon 2016" label A3849 = "12/29/2016" label B3849 = "Movie" label C3849 = "The Accountant 2016" label A3850 = "12/30/2016" label B3850 = "Movie" label C3850 = "The Magnificent Seven 2016" label B3851 = "Android" label C3851 = "IceCatMobile" label D3851 = "Web Browser" label F3851 = "https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat" label B3852 = "Audiobook" label C3852 = "003-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B3853 = "Audiobook" label C3853 = "004-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B3854 = "Audiobook" label C3854 = "Darth Plagueis" label B3855 = "Audiobook" label C3855 = "The Life-Changing Magic of Tidying Up" label B3856 = "Comic" label C3856 = "Saga" label B3857 = "Comic" label C3857 = "Walking Dead 157" label B3858 = "Comic" label C3858 = "X-Men Age of Apocalypse" label B3859 = "Comic" label C3859 = "Y The Last Man" label B3860 = "Linux" label C3860 = "Ampache: web based audio/video streaming" label D3860 = "WEBUI" label F3860 = "http://ampache.org/" label B3861 = "Linux" label C3861 = "Clonezilla" label B3862 = "Linux" label C3862 = "CopyQ - Clipboard manager" label D3862 = "GUI" label B3863 = "Linux" label C3863 = "EncFS - an Encrypted Filesystem" label B3864 = "Linux" label C3864 = "Firejail" label B3865 = "Linux" label C3865 = "LUKS encryption/ cryptsetup" label D3865 = "CLI" label B3866 = "Linux" label C3866 = "Piwigo is photo gallery software for the web" label D3866 = "WEBUI" label F3866 = "http://piwigo.org/" label B3867 = "Linux" label C3867 = "Samba" label D3867 = "CLI" label B3868 = "Linux" label C3868 = "SoundNode - opensource SoundCloud app" label D3868 = "GUI" label F3868 = "http://www.soundnodeapp.com/" label B3869 = "Linux" label C3869 = "Vocal - Podcast Client" label D3869 = "GUI" label F3869 = "http://vocalproject.net/" label B3870 = "Linux" label C3870 = "albumr - Imgur album downloader" label D3870 = "CLI" label F3870 = "https://pypi.python.org/pypi/albumr" label B3871 = "Linux" label C3871 = "alpine" label B3872 = "Linux" label C3872 = "anamnesis - clipboard manager" label D3872 = "GUI" label B3873 = "Linux" label C3873 = "asciiquarium" label D3873 = "TUI" label B3874 = "Linux" label C3874 = "bulk - bulk rename interactive" label D3874 = "Alex Leferry" label F3874 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B3875 = "Linux" label C3875 = "ccze - colorizer" label D3875 = "CLI" label B3876 = "Linux" label C3876 = "centerim5" label D3876 = "TUI" label B3877 = "Linux" label C3877 = "clipmenu - dmenu clipboard manager" label D3877 = "GUI" label B3878 = "Linux" label C3878 = "cvim" label B3879 = "Linux" label C3879 = "forecash - cashflow forecasting" label D3879 = "CLI" label F3879 = "https://github.com/fsareshwala/forecash" label B3880 = "Linux" label C3880 = "fzf-clipboard" label B3881 = "Linux" label C3881 = "kakoune - vim alternative" label D3881 = "Alex Leferry" label F3881 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B3882 = "Linux" label C3882 = "keynav" label B3883 = "Linux" label C3883 = "krill - rss filter feeds" label D3883 = "CLI" label F3883 = "https://github.com/p-e-w/krill" label B3884 = "Linux" label C3884 = "ledger - accounting system" label D3884 = "CLI" label F3884 = "http://www.ledger-cli.org/" label B3885 = "Linux" label C3885 = "megadl - mega.co.nz downloader" label D3885 = "CLI" label E3885 = "wait for 2.0 to have options to download single files from public folder" label B3886 = "Linux" label C3886 = "mpd + ncmpcpp" label D3886 = "CLI/TUI" label B3887 = "Linux" label C3887 = "newsbeuter macros" label D3887 = "CLI" label B3888 = "Linux" label C3888 = "nmtui" label D3888 = "wifi" label B3889 = "Linux" label C3889 = "nq - queue task" label D3889 = "CLI" label B3890 = "Linux" label C3890 = "open dvd producer - create DVD with menus" label D3890 = "GUI" label F3890 = "http://opendvdproducer.jonata.org/" label B3891 = "Linux" label C3891 = "redshift" label D3891 = "CLI" label B3892 = "Linux" label C3892 = "rofi-clipboard" label B3893 = "Linux" label C3893 = "rofi-locate" label B3894 = "Linux" label C3894 = "rofi-playonlinux" label B3895 = "Linux" label C3895 = "rofi-snippet" label B3896 = "Linux" label C3896 = "rss-bridge" label F3896 = "https://github.com/RSS-Bridge/rss-bridge" label B3897 = "Linux" label C3897 = "screenfetch" label D3897 = "CLI" label B3898 = "Linux" label C3898 = "setxkbmap" label B3899 = "Linux" label C3899 = "socli - Stack overflow command line client" label D3899 = "CLI" label F3899 = "https://github.com/gautamkrishnar/socli" label B3900 = "Linux" label C3900 = "sxhkd" label B3901 = "Linux" label C3901 = "systemd timers" label B3902 = "Linux" label C3902 = "taffy - A command-line audio tagging tool" label D3902 = "CLI" label F3902 = "https://github.com/jangler/taffy" label B3903 = "Linux" label C3903 = "task spooler multiple instances" label D3903 = "CLI" label B3904 = "Linux" label C3904 = "timertab - manage systemd timers" label F3904 = "https://github.com/amlamarra/timertab" label B3905 = "Linux" label C3905 = "tweeper - a Twitter to RSS web scraper" label D3905 = "CLI" label E3905 = "https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper" label F3905 = "https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/" label B3906 = "Linux" label C3906 = "veracrypt" label B3907 = "Linux" label C3907 = "wicd-curses" label D3907 = "wifi" label B3908 = "Linux" label C3908 = "wifi-menu" label D3908 = "wifi" label B3909 = "Linux" label C3909 = "wpa_supplicant " label D3909 = "wifi" label B3910 = "Linux" label C3910 = "wttr - weather info" label D3910 = "CLI" label B3911 = "Linux" label C3911 = "xbindkeys" label B3912 = "Linux" label C3912 = "xcape" label B3913 = "Linux" label C3913 = "xchainkeys" label B3914 = "Linux" label C3914 = "xdo" label B3915 = "Linux" label C3915 = "xfce4-screenshooter (selection area imgu'')" label D3915 = "GUI" label B3916 = "Linux" label C3916 = "xinput" label B3917 = "Linux" label C3917 = "xmodmap" label B3918 = "Linux" label C3918 = "xsendkey" label B3919 = "Linux" label C3919 = "xsetwacom " label B3920 = "Linux" label C3920 = "xvkbd" label B3921 = "MAME" label C3921 = "Baseball Stars 2" label B3922 = "Movie" label C3922 = "A Christmas Story 1983" label B3923 = "Movie" label C3923 = "Doctor Strange 2016" label B3924 = "Movie" label C3924 = "Eternal Sunshine of the Spotless Mind (2004)" label B3925 = "Movie" label C3925 = "Frozen" label B3926 = "Movie" label C3926 = "Harry Potter" label B3927 = "Movie" label C3927 = "Jaws (1975)" label B3928 = "Movie" label C3928 = "Moana 2016" label B3929 = "Movie" label C3929 = "Mud 2012" label B3930 = "Movie" label C3930 = "Pete's Dragon 2016" label B3931 = "Movie" label C3931 = "Pump Up The Volume 1990" label B3932 = "Movie" label C3932 = "Snakes on a Plane (2006)" label B3933 = "Movie" label C3933 = "Snowden 2016" label B3934 = "Movie" label C3934 = "Swiss Army Man (2016)" label B3935 = "Movie" label C3935 = "The Legend of Tarzan 2016" label B3936 = "Movie" label C3936 = "Trainwreck (2015)" label B3937 = "Movie" label C3937 = "True Romance (1993)" label B3938 = "Movie" label C3938 = "War Dogs 2016" label B3939 = "Music" label C3939 = "Ashanti" label B3940 = "Music" label C3940 = "BackStreet/Dre" label B3941 = "Music" label C3941 = "Bubba Sparxxx" label B3942 = "Music" label C3942 = "Ciara" label B3943 = "Music" label C3943 = "Dido" label B3944 = "Music" label C3944 = "Dr Dre Instramentals" label B3945 = "Music" label C3945 = "Gloria Estefan" label B3946 = "Music" label C3946 = "Juvenile" label B3947 = "Music" label C3947 = "Meghan Trainor" label B3948 = "Music" label C3948 = "Petey Pablo" label B3949 = "Music" label C3949 = "Puff Daddy" label B3950 = "Music" label C3950 = "Run DMC" label B3951 = "Music" label C3951 = "Street Fighter" label B3952 = "Music" label C3952 = "Super Mario World" label B3953 = "Music" label C3953 = "TLC" label B3954 = "Music" label C3954 = "Young Buck" label B3955 = "NES" label C3955 = "Bionic Commando" label B3956 = "NES" label C3956 = "Contra" label B3957 = "NES" label C3957 = "Mega Man 2" label B3958 = "NES" label C3958 = "Palamedes" label D3958 = "Puzzle" label B3959 = "NES" label C3959 = "Super Mario Bros 3" label B3960 = "PCGame" label C3960 = "Batman: Arkham Asylum" label B3961 = "PCGame" label C3961 = "Dead or Alive 5 With Nude Patch" label B3962 = "PCGame" label C3962 = "For Honor" label B3963 = "PCGame" label C3963 = "Killer Instinct" label B3964 = "PCGame" label C3964 = "Rise of the Tomb Raider" label B3965 = "PCGame" label C3965 = "Street Fighter 5" label B3966 = "PCGame" label C3966 = "The Division" label B3967 = "PSX" label C3967 = "ESPN Extreme Games" label B3968 = "PSX" label C3968 = "Street Fighter: The Movie" label B3969 = "SNES" label C3969 = "Punch Out" label B3970 = "TVShow" label C3970 = "3% Netflix" label B3971 = "TVShow" label C3971 = "Alone [History Channel]" label B3972 = "TVShow" label C3972 = "Black Mirror" label B3973 = "TVShow" label C3973 = "Roman Empire Reign of Blood" label B3974 = "TVShow" label C3974 = "Stranger Things" label B3975 = "TVShow" label C3975 = "The People v. O.J. Simpson: American Crime Story" label B3976 = "TVShow" label C3976 = "The Wire" label B3977 = "TVShow" label C3977 = "Westworld" label B3978 = "Wii" label C3978 = "Kirby Yarn" label B3979 = "Wii" label C3979 = "Mario Gaxaly" label B3980 = "Wii" label C3980 = "Punch Out w/ Balance Board" label B3981 = "Wii" label C3981 = "Resident Evil" label B3982 = "Wii" label C3982 = "Skate w/ Board" label B3983 = "Xbox" label C3983 = "Aliens Versus Predator: Extinction" label D3983 = "RTS" label B3984 = "Xbox" label C3984 = "Star Wars Battlefront 2" label D3984 = "FPS" label A3985 = "01/01/2017" label B3985 = "Linux" label C3985 = "rofi-surfraw | bookmarks" label D3985 = "GUI/CLI" label A3986 = "01/01/2017" label B3986 = "Movie" label C3986 = "Planes Trains & Automoobiles 1987" label A3987 = "01/03/2016" label B3987 = "TVShow" label C3987 = "Quantico Season 2" label A3988 = "01/03/2016" label B3988 = "Wii" label C3988 = "Captain America Super Soldier" label A3989 = "01/05/2017" label B3989 = "Movie" label C3989 = "Mechanic Resurrection 2016" label A3990 = "01/06/2017" label B3990 = "Movie" label C3990 = "Goonies 1985" label A3991 = "11/22/2016" label B3991 = "Movie" label C3991 = "The Core 2003" label A3992 = "11/25/2016" label B3992 = "Music" label C3992 = "Mya" label A3993 = "11/28/2016" label B3993 = "Movie" label C3993 = "Suicide Squad Extended 2016" label A3994 = "12/01/2016" label B3994 = "Xbox" label C3994 = "NFL Street" label A3995 = "12/02/2016" label B3995 = "TVShow" label C3995 = "Mr. Robot S2 last 2 ep" label A3996 = "12/03/2016" label B3996 = "Android" label C3996 = "KingRoot - Root any Phone" label D3996 = "might have backdoors?" label A3997 = "12/03/2016" label B3997 = "Android" label C3997 = "Purify - block all apps that sucks battery life" label A3998 = "12/03/2016" label B3998 = "Android" label C3998 = "primative ftpd" label A3999 = "12/03/2016" label B3999 = "Audiobook" label C3999 = "001-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label D3999 = "30min" label A4000 = "12/03/2016" label B4000 = "Audiobook" label C4000 = "002-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label A4001 = "12/05/2016" label B4001 = "NES" label C4001 = "Ice Hockey" label A4002 = "12/06/2016" label B4002 = "MAME" label C4002 = "Ninja Baseball Bat Man" label A4003 = "12/06/2016" label B4003 = "NES" label C4003 = "Baseball Stars" label A4004 = "12/10/2016" label B4004 = "Linux" label C4004 = "vimwiki" label D4004 = "TUI" label A4005 = "12/12/2016" label B4005 = "Podcast" label C4005 = "PornDirectorPodcast" label F4005 = "http://www.porndirectorpodcast.com/main/" label A4006 = "12/12/2016" label B4006 = "Podcast" label C4006 = "The Cine-Files" label F4006 = "http://www.podbay.fm/show/1124549378" label A4007 = "12/15/2016" label B4007 = "PCGame" label C4007 = "Bionic Commando Rearmed" label A4008 = "12/17/2016" label B4008 = "Linux" label C4008 = "vbx function [Virtualbox CLI]" label D4008 = "RQBy: Schizo" label F4008 = "https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g" label A4009 = "12/22/2016" label B4009 = "Wii" label C4009 = "Rayman Origins" label A4010 = "12/23/2016" label B4010 = "Movie" label C4010 = "Top Gun 1986 Special Edition" label A4011 = "12/25/2016" label B4011 = "Linux" label C4011 = "rofi - dmenu launcher replacement" label D4011 = "GUI/CLI" label A4012 = "12/26/2016" label B4012 = "Movie" label C4012 = "Black Dynamite (2009)" label A4013 = "12/28/2016" label B4013 = "Movie" label C4013 = "Ben Hur 2016" label A4014 = "12/29/2016" label B4014 = "Movie" label C4014 = "Deepwater Horizon 2016" label A4015 = "12/29/2016" label B4015 = "Movie" label C4015 = "The Accountant 2016" label A4016 = "12/30/2016" label B4016 = "Movie" label C4016 = "The Magnificent Seven 2016" label B4017 = "Android" label C4017 = "IceCatMobile" label D4017 = "Web Browser" label F4017 = "https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat" label B4018 = "Audiobook" label C4018 = "003-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B4019 = "Audiobook" label C4019 = "004-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B4020 = "Audiobook" label C4020 = "Darth Plagueis" label B4021 = "Audiobook" label C4021 = "The Life-Changing Magic of Tidying Up" label B4022 = "Comic" label C4022 = "Saga" label B4023 = "Comic" label C4023 = "Walking Dead 157" label B4024 = "Comic" label C4024 = "X-Men Age of Apocalypse" label B4025 = "Comic" label C4025 = "Y The Last Man" label B4026 = "Linux" label C4026 = "Ampache: web based audio/video streaming" label D4026 = "WEBUI" label F4026 = "http://ampache.org/" label B4027 = "Linux" label C4027 = "Clonezilla" label B4028 = "Linux" label C4028 = "CopyQ - Clipboard manager" label D4028 = "GUI" label B4029 = "Linux" label C4029 = "EncFS - an Encrypted Filesystem" label B4030 = "Linux" label C4030 = "Firejail" label B4031 = "Linux" label C4031 = "LUKS encryption/ cryptsetup" label D4031 = "CLI" label B4032 = "Linux" label C4032 = "Piwigo is photo gallery software for the web" label D4032 = "WEBUI" label F4032 = "http://piwigo.org/" label B4033 = "Linux" label C4033 = "Samba" label D4033 = "CLI" label B4034 = "Linux" label C4034 = "SoundNode - opensource SoundCloud app" label D4034 = "GUI" label F4034 = "http://www.soundnodeapp.com/" label B4035 = "Linux" label C4035 = "Vocal - Podcast Client" label D4035 = "GUI" label F4035 = "http://vocalproject.net/" label B4036 = "Linux" label C4036 = "albumr - Imgur album downloader" label D4036 = "CLI" label F4036 = "https://pypi.python.org/pypi/albumr" label B4037 = "Linux" label C4037 = "alpine" label B4038 = "Linux" label C4038 = "anamnesis - clipboard manager" label D4038 = "GUI" label B4039 = "Linux" label C4039 = "asciiquarium" label D4039 = "TUI" label B4040 = "Linux" label C4040 = "bulk - bulk rename interactive" label D4040 = "Alex Leferry" label F4040 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B4041 = "Linux" label C4041 = "ccze - colorizer" label D4041 = "CLI" label B4042 = "Linux" label C4042 = "centerim5" label D4042 = "TUI" label B4043 = "Linux" label C4043 = "clipmenu - dmenu clipboard manager" label D4043 = "GUI" label B4044 = "Linux" label C4044 = "cvim" label B4045 = "Linux" label C4045 = "forecash - cashflow forecasting" label D4045 = "CLI" label F4045 = "https://github.com/fsareshwala/forecash" label B4046 = "Linux" label C4046 = "fzf-clipboard" label B4047 = "Linux" label C4047 = "kakoune - vim alternative" label D4047 = "Alex Leferry" label F4047 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B4048 = "Linux" label C4048 = "keynav" label B4049 = "Linux" label C4049 = "krill - rss filter feeds" label D4049 = "CLI" label F4049 = "https://github.com/p-e-w/krill" label B4050 = "Linux" label C4050 = "ledger - accounting system" label D4050 = "CLI" label F4050 = "http://www.ledger-cli.org/" label B4051 = "Linux" label C4051 = "megadl - mega.co.nz downloader" label D4051 = "CLI" label E4051 = "wait for 2.0 to have options to download single files from public folder" label B4052 = "Linux" label C4052 = "mpd + ncmpcpp" label D4052 = "CLI/TUI" label B4053 = "Linux" label C4053 = "newsbeuter macros" label D4053 = "CLI" label B4054 = "Linux" label C4054 = "nmtui" label D4054 = "wifi" label B4055 = "Linux" label C4055 = "nq - queue task" label D4055 = "CLI" label B4056 = "Linux" label C4056 = "open dvd producer - create DVD with menus" label D4056 = "GUI" label F4056 = "http://opendvdproducer.jonata.org/" label B4057 = "Linux" label C4057 = "redshift" label D4057 = "CLI" label B4058 = "Linux" label C4058 = "rofi-clipboard" label B4059 = "Linux" label C4059 = "rofi-locate" label B4060 = "Linux" label C4060 = "rofi-playonlinux" label B4061 = "Linux" label C4061 = "rofi-snippet" label B4062 = "Linux" label C4062 = "rss-bridge" label F4062 = "https://github.com/RSS-Bridge/rss-bridge" label B4063 = "Linux" label C4063 = "screenfetch" label D4063 = "CLI" label B4064 = "Linux" label C4064 = "setxkbmap" label B4065 = "Linux" label C4065 = "socli - Stack overflow command line client" label D4065 = "CLI" label F4065 = "https://github.com/gautamkrishnar/socli" label B4066 = "Linux" label C4066 = "sxhkd" label B4067 = "Linux" label C4067 = "systemd timers" label B4068 = "Linux" label C4068 = "taffy - A command-line audio tagging tool" label D4068 = "CLI" label F4068 = "https://github.com/jangler/taffy" label B4069 = "Linux" label C4069 = "task spooler multiple instances" label D4069 = "CLI" label B4070 = "Linux" label C4070 = "timertab - manage systemd timers" label F4070 = "https://github.com/amlamarra/timertab" label B4071 = "Linux" label C4071 = "tweeper - a Twitter to RSS web scraper" label D4071 = "CLI" label E4071 = "https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper" label F4071 = "https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/" label B4072 = "Linux" label C4072 = "veracrypt" label B4073 = "Linux" label C4073 = "wicd-curses" label D4073 = "wifi" label B4074 = "Linux" label C4074 = "wifi-menu" label D4074 = "wifi" label B4075 = "Linux" label C4075 = "wpa_supplicant " label D4075 = "wifi" label B4076 = "Linux" label C4076 = "wttr - weather info" label D4076 = "CLI" label B4077 = "Linux" label C4077 = "xbindkeys" label B4078 = "Linux" label C4078 = "xcape" label B4079 = "Linux" label C4079 = "xchainkeys" label B4080 = "Linux" label C4080 = "xdo" label B4081 = "Linux" label C4081 = "xfce4-screenshooter (selection area imgu'')" label D4081 = "GUI" label B4082 = "Linux" label C4082 = "xinput" label B4083 = "Linux" label C4083 = "xmodmap" label B4084 = "Linux" label C4084 = "xsendkey" label B4085 = "Linux" label C4085 = "xsetwacom " label B4086 = "Linux" label C4086 = "xvkbd" label B4087 = "MAME" label C4087 = "Baseball Stars 2" label B4088 = "Movie" label C4088 = "A Christmas Story 1983" label B4089 = "Movie" label C4089 = "Doctor Strange 2016" label B4090 = "Movie" label C4090 = "Eternal Sunshine of the Spotless Mind (2004)" label B4091 = "Movie" label C4091 = "Frozen" label B4092 = "Movie" label C4092 = "Harry Potter" label B4093 = "Movie" label C4093 = "Jaws (1975)" label B4094 = "Movie" label C4094 = "Moana 2016" label B4095 = "Movie" label C4095 = "Mud 2012" label B4096 = "Movie" label C4096 = "Pete's Dragon 2016" label B4097 = "Movie" label C4097 = "Pump Up The Volume 1990" label B4098 = "Movie" label C4098 = "Snakes on a Plane (2006)" label B4099 = "Movie" label C4099 = "Snowden 2016" label B4100 = "Movie" label C4100 = "Swiss Army Man (2016)" label B4101 = "Movie" label C4101 = "The Legend of Tarzan 2016" label B4102 = "Movie" label C4102 = "Trainwreck (2015)" label B4103 = "Movie" label C4103 = "True Romance (1993)" label B4104 = "Movie" label C4104 = "War Dogs 2016" label B4105 = "Music" label C4105 = "Ashanti" label B4106 = "Music" label C4106 = "BackStreet/Dre" label B4107 = "Music" label C4107 = "Bubba Sparxxx" label B4108 = "Music" label C4108 = "Ciara" label B4109 = "Music" label C4109 = "Dido" label B4110 = "Music" label C4110 = "Dr Dre Instramentals" label B4111 = "Music" label C4111 = "Gloria Estefan" label B4112 = "Music" label C4112 = "Juvenile" label B4113 = "Music" label C4113 = "Meghan Trainor" label B4114 = "Music" label C4114 = "Petey Pablo" label B4115 = "Music" label C4115 = "Puff Daddy" label B4116 = "Music" label C4116 = "Run DMC" label B4117 = "Music" label C4117 = "Street Fighter" label B4118 = "Music" label C4118 = "Super Mario World" label B4119 = "Music" label C4119 = "TLC" label B4120 = "Music" label C4120 = "Young Buck" label B4121 = "NES" label C4121 = "Bionic Commando" label B4122 = "NES" label C4122 = "Contra" label B4123 = "NES" label C4123 = "Mega Man 2" label B4124 = "NES" label C4124 = "Palamedes" label D4124 = "Puzzle" label B4125 = "NES" label C4125 = "Super Mario Bros 3" label B4126 = "PCGame" label C4126 = "Batman: Arkham Asylum" label B4127 = "PCGame" label C4127 = "Dead or Alive 5 With Nude Patch" label B4128 = "PCGame" label C4128 = "For Honor" label B4129 = "PCGame" label C4129 = "Killer Instinct" label B4130 = "PCGame" label C4130 = "Rise of the Tomb Raider" label B4131 = "PCGame" label C4131 = "Street Fighter 5" label B4132 = "PCGame" label C4132 = "The Division" label B4133 = "PSX" label C4133 = "ESPN Extreme Games" label B4134 = "PSX" label C4134 = "Street Fighter: The Movie" label B4135 = "SNES" label C4135 = "Punch Out" label B4136 = "TVShow" label C4136 = "3% Netflix" label B4137 = "TVShow" label C4137 = "Alone [History Channel]" label B4138 = "TVShow" label C4138 = "Black Mirror" label B4139 = "TVShow" label C4139 = "Roman Empire Reign of Blood" label B4140 = "TVShow" label C4140 = "Stranger Things" label B4141 = "TVShow" label C4141 = "The People v. O.J. Simpson: American Crime Story" label B4142 = "TVShow" label C4142 = "The Wire" label B4143 = "TVShow" label C4143 = "Westworld" label B4144 = "Wii" label C4144 = "Kirby Yarn" label B4145 = "Wii" label C4145 = "Mario Gaxaly" label B4146 = "Wii" label C4146 = "Punch Out w/ Balance Board" label B4147 = "Wii" label C4147 = "Resident Evil" label B4148 = "Wii" label C4148 = "Skate w/ Board" label B4149 = "Xbox" label C4149 = "Aliens Versus Predator: Extinction" label D4149 = "RTS" label B4150 = "Xbox" label C4150 = "Star Wars Battlefront 2" label D4150 = "FPS" label A4151 = "01/01/2017" label B4151 = "Linux" label C4151 = "rofi-surfraw | bookmarks" label D4151 = "GUI/CLI" label A4152 = "01/01/2017" label B4152 = "Movie" label C4152 = "Planes Trains & Automoobiles 1987" label A4153 = "01/03/2016" label B4153 = "TVShow" label C4153 = "Quantico Season 2" label A4154 = "01/03/2016" label B4154 = "Wii" label C4154 = "Captain America Super Soldier" label A4155 = "01/05/2017" label B4155 = "Movie" label C4155 = "Mechanic Resurrection 2016" label A4156 = "01/06/2017" label B4156 = "Movie" label C4156 = "Goonies 1985" label A4157 = "11/22/2016" label B4157 = "Movie" label C4157 = "The Core 2003" label A4158 = "11/25/2016" label B4158 = "Music" label C4158 = "Mya" label A4159 = "11/28/2016" label B4159 = "Movie" label C4159 = "Suicide Squad Extended 2016" label A4160 = "12/01/2016" label B4160 = "Xbox" label C4160 = "NFL Street" label A4161 = "12/02/2016" label B4161 = "TVShow" label C4161 = "Mr. Robot S2 last 2 ep" label A4162 = "12/03/2016" label B4162 = "Android" label C4162 = "KingRoot - Root any Phone" label D4162 = "might have backdoors?" label A4163 = "12/03/2016" label B4163 = "Android" label C4163 = "Purify - block all apps that sucks battery life" label A4164 = "12/03/2016" label B4164 = "Android" label C4164 = "primative ftpd" label A4165 = "12/03/2016" label B4165 = "Audiobook" label C4165 = "001-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label D4165 = "30min" label A4166 = "12/03/2016" label B4166 = "Audiobook" label C4166 = "002-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label A4167 = "12/05/2016" label B4167 = "NES" label C4167 = "Ice Hockey" label A4168 = "12/06/2016" label B4168 = "MAME" label C4168 = "Ninja Baseball Bat Man" label A4169 = "12/06/2016" label B4169 = "NES" label C4169 = "Baseball Stars" label A4170 = "12/10/2016" label B4170 = "Linux" label C4170 = "vimwiki" label D4170 = "TUI" label A4171 = "12/12/2016" label B4171 = "Podcast" label C4171 = "PornDirectorPodcast" label F4171 = "http://www.porndirectorpodcast.com/main/" label A4172 = "12/12/2016" label B4172 = "Podcast" label C4172 = "The Cine-Files" label F4172 = "http://www.podbay.fm/show/1124549378" label A4173 = "12/15/2016" label B4173 = "PCGame" label C4173 = "Bionic Commando Rearmed" label A4174 = "12/17/2016" label B4174 = "Linux" label C4174 = "vbx function [Virtualbox CLI]" label D4174 = "RQBy: Schizo" label F4174 = "https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g" label A4175 = "12/22/2016" label B4175 = "Wii" label C4175 = "Rayman Origins" label A4176 = "12/23/2016" label B4176 = "Movie" label C4176 = "Top Gun 1986 Special Edition" label A4177 = "12/25/2016" label B4177 = "Linux" label C4177 = "rofi - dmenu launcher replacement" label D4177 = "GUI/CLI" label A4178 = "12/26/2016" label B4178 = "Movie" label C4178 = "Black Dynamite (2009)" label A4179 = "12/28/2016" label B4179 = "Movie" label C4179 = "Ben Hur 2016" label A4180 = "12/29/2016" label B4180 = "Movie" label C4180 = "Deepwater Horizon 2016" label A4181 = "12/29/2016" label B4181 = "Movie" label C4181 = "The Accountant 2016" label A4182 = "12/30/2016" label B4182 = "Movie" label C4182 = "The Magnificent Seven 2016" label B4183 = "Android" label C4183 = "IceCatMobile" label D4183 = "Web Browser" label F4183 = "https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat" label B4184 = "Audiobook" label C4184 = "003-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B4185 = "Audiobook" label C4185 = "004-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B4186 = "Audiobook" label C4186 = "Darth Plagueis" label B4187 = "Audiobook" label C4187 = "The Life-Changing Magic of Tidying Up" label B4188 = "Comic" label C4188 = "Saga" label B4189 = "Comic" label C4189 = "Walking Dead 157" label B4190 = "Comic" label C4190 = "X-Men Age of Apocalypse" label B4191 = "Comic" label C4191 = "Y The Last Man" label B4192 = "Linux" label C4192 = "Ampache: web based audio/video streaming" label D4192 = "WEBUI" label F4192 = "http://ampache.org/" label B4193 = "Linux" label C4193 = "Clonezilla" label B4194 = "Linux" label C4194 = "CopyQ - Clipboard manager" label D4194 = "GUI" label B4195 = "Linux" label C4195 = "EncFS - an Encrypted Filesystem" label B4196 = "Linux" label C4196 = "Firejail" label B4197 = "Linux" label C4197 = "LUKS encryption/ cryptsetup" label D4197 = "CLI" label B4198 = "Linux" label C4198 = "Piwigo is photo gallery software for the web" label D4198 = "WEBUI" label F4198 = "http://piwigo.org/" label B4199 = "Linux" label C4199 = "Samba" label D4199 = "CLI" label B4200 = "Linux" label C4200 = "SoundNode - opensource SoundCloud app" label D4200 = "GUI" label F4200 = "http://www.soundnodeapp.com/" label B4201 = "Linux" label C4201 = "Vocal - Podcast Client" label D4201 = "GUI" label F4201 = "http://vocalproject.net/" label B4202 = "Linux" label C4202 = "albumr - Imgur album downloader" label D4202 = "CLI" label F4202 = "https://pypi.python.org/pypi/albumr" label B4203 = "Linux" label C4203 = "alpine" label B4204 = "Linux" label C4204 = "anamnesis - clipboard manager" label D4204 = "GUI" label B4205 = "Linux" label C4205 = "asciiquarium" label D4205 = "TUI" label B4206 = "Linux" label C4206 = "bulk - bulk rename interactive" label D4206 = "Alex Leferry" label F4206 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B4207 = "Linux" label C4207 = "ccze - colorizer" label D4207 = "CLI" label B4208 = "Linux" label C4208 = "centerim5" label D4208 = "TUI" label B4209 = "Linux" label C4209 = "clipmenu - dmenu clipboard manager" label D4209 = "GUI" label B4210 = "Linux" label C4210 = "cvim" label B4211 = "Linux" label C4211 = "forecash - cashflow forecasting" label D4211 = "CLI" label F4211 = "https://github.com/fsareshwala/forecash" label B4212 = "Linux" label C4212 = "fzf-clipboard" label B4213 = "Linux" label C4213 = "kakoune - vim alternative" label D4213 = "Alex Leferry" label F4213 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B4214 = "Linux" label C4214 = "keynav" label B4215 = "Linux" label C4215 = "krill - rss filter feeds" label D4215 = "CLI" label F4215 = "https://github.com/p-e-w/krill" label B4216 = "Linux" label C4216 = "ledger - accounting system" label D4216 = "CLI" label F4216 = "http://www.ledger-cli.org/" label B4217 = "Linux" label C4217 = "megadl - mega.co.nz downloader" label D4217 = "CLI" label E4217 = "wait for 2.0 to have options to download single files from public folder" label B4218 = "Linux" label C4218 = "mpd + ncmpcpp" label D4218 = "CLI/TUI" label B4219 = "Linux" label C4219 = "newsbeuter macros" label D4219 = "CLI" label B4220 = "Linux" label C4220 = "nmtui" label D4220 = "wifi" label B4221 = "Linux" label C4221 = "nq - queue task" label D4221 = "CLI" label B4222 = "Linux" label C4222 = "open dvd producer - create DVD with menus" label D4222 = "GUI" label F4222 = "http://opendvdproducer.jonata.org/" label B4223 = "Linux" label C4223 = "redshift" label D4223 = "CLI" label B4224 = "Linux" label C4224 = "rofi-clipboard" label B4225 = "Linux" label C4225 = "rofi-locate" label B4226 = "Linux" label C4226 = "rofi-playonlinux" label B4227 = "Linux" label C4227 = "rofi-snippet" label B4228 = "Linux" label C4228 = "rss-bridge" label F4228 = "https://github.com/RSS-Bridge/rss-bridge" label B4229 = "Linux" label C4229 = "screenfetch" label D4229 = "CLI" label B4230 = "Linux" label C4230 = "setxkbmap" label B4231 = "Linux" label C4231 = "socli - Stack overflow command line client" label D4231 = "CLI" label F4231 = "https://github.com/gautamkrishnar/socli" label B4232 = "Linux" label C4232 = "sxhkd" label B4233 = "Linux" label C4233 = "systemd timers" label B4234 = "Linux" label C4234 = "taffy - A command-line audio tagging tool" label D4234 = "CLI" label F4234 = "https://github.com/jangler/taffy" label B4235 = "Linux" label C4235 = "task spooler multiple instances" label D4235 = "CLI" label B4236 = "Linux" label C4236 = "timertab - manage systemd timers" label F4236 = "https://github.com/amlamarra/timertab" label B4237 = "Linux" label C4237 = "tweeper - a Twitter to RSS web scraper" label D4237 = "CLI" label E4237 = "https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper" label F4237 = "https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/" label B4238 = "Linux" label C4238 = "veracrypt" label B4239 = "Linux" label C4239 = "wicd-curses" label D4239 = "wifi" label B4240 = "Linux" label C4240 = "wifi-menu" label D4240 = "wifi" label B4241 = "Linux" label C4241 = "wpa_supplicant " label D4241 = "wifi" label B4242 = "Linux" label C4242 = "wttr - weather info" label D4242 = "CLI" label B4243 = "Linux" label C4243 = "xbindkeys" label B4244 = "Linux" label C4244 = "xcape" label B4245 = "Linux" label C4245 = "xchainkeys" label B4246 = "Linux" label C4246 = "xdo" label B4247 = "Linux" label C4247 = "xfce4-screenshooter (selection area imgu'')" label D4247 = "GUI" label B4248 = "Linux" label C4248 = "xinput" label B4249 = "Linux" label C4249 = "xmodmap" label B4250 = "Linux" label C4250 = "xsendkey" label B4251 = "Linux" label C4251 = "xsetwacom " label B4252 = "Linux" label C4252 = "xvkbd" label B4253 = "MAME" label C4253 = "Baseball Stars 2" label B4254 = "Movie" label C4254 = "A Christmas Story 1983" label B4255 = "Movie" label C4255 = "Doctor Strange 2016" label B4256 = "Movie" label C4256 = "Eternal Sunshine of the Spotless Mind (2004)" label B4257 = "Movie" label C4257 = "Frozen" label B4258 = "Movie" label C4258 = "Harry Potter" label B4259 = "Movie" label C4259 = "Jaws (1975)" label B4260 = "Movie" label C4260 = "Moana 2016" label B4261 = "Movie" label C4261 = "Mud 2012" label B4262 = "Movie" label C4262 = "Pete's Dragon 2016" label B4263 = "Movie" label C4263 = "Pump Up The Volume 1990" label B4264 = "Movie" label C4264 = "Snakes on a Plane (2006)" label B4265 = "Movie" label C4265 = "Snowden 2016" label B4266 = "Movie" label C4266 = "Swiss Army Man (2016)" label B4267 = "Movie" label C4267 = "The Legend of Tarzan 2016" label B4268 = "Movie" label C4268 = "Trainwreck (2015)" label B4269 = "Movie" label C4269 = "True Romance (1993)" label B4270 = "Movie" label C4270 = "War Dogs 2016" label B4271 = "Music" label C4271 = "Ashanti" label B4272 = "Music" label C4272 = "BackStreet/Dre" label B4273 = "Music" label C4273 = "Bubba Sparxxx" label B4274 = "Music" label C4274 = "Ciara" label B4275 = "Music" label C4275 = "Dido" label B4276 = "Music" label C4276 = "Dr Dre Instramentals" label B4277 = "Music" label C4277 = "Gloria Estefan" label B4278 = "Music" label C4278 = "Juvenile" label B4279 = "Music" label C4279 = "Meghan Trainor" label B4280 = "Music" label C4280 = "Petey Pablo" label B4281 = "Music" label C4281 = "Puff Daddy" label B4282 = "Music" label C4282 = "Run DMC" label B4283 = "Music" label C4283 = "Street Fighter" label B4284 = "Music" label C4284 = "Super Mario World" label B4285 = "Music" label C4285 = "TLC" label B4286 = "Music" label C4286 = "Young Buck" label B4287 = "NES" label C4287 = "Bionic Commando" label B4288 = "NES" label C4288 = "Contra" label B4289 = "NES" label C4289 = "Mega Man 2" label B4290 = "NES" label C4290 = "Palamedes" label D4290 = "Puzzle" label B4291 = "NES" label C4291 = "Super Mario Bros 3" label B4292 = "PCGame" label C4292 = "Batman: Arkham Asylum" label B4293 = "PCGame" label C4293 = "Dead or Alive 5 With Nude Patch" label B4294 = "PCGame" label C4294 = "For Honor" label B4295 = "PCGame" label C4295 = "Killer Instinct" label B4296 = "PCGame" label C4296 = "Rise of the Tomb Raider" label B4297 = "PCGame" label C4297 = "Street Fighter 5" label B4298 = "PCGame" label C4298 = "The Division" label B4299 = "PSX" label C4299 = "ESPN Extreme Games" label B4300 = "PSX" label C4300 = "Street Fighter: The Movie" label B4301 = "SNES" label C4301 = "Punch Out" label B4302 = "TVShow" label C4302 = "3% Netflix" label B4303 = "TVShow" label C4303 = "Alone [History Channel]" label B4304 = "TVShow" label C4304 = "Black Mirror" label B4305 = "TVShow" label C4305 = "Roman Empire Reign of Blood" label B4306 = "TVShow" label C4306 = "Stranger Things" label B4307 = "TVShow" label C4307 = "The People v. O.J. Simpson: American Crime Story" label B4308 = "TVShow" label C4308 = "The Wire" label B4309 = "TVShow" label C4309 = "Westworld" label B4310 = "Wii" label C4310 = "Kirby Yarn" label B4311 = "Wii" label C4311 = "Mario Gaxaly" label B4312 = "Wii" label C4312 = "Punch Out w/ Balance Board" label B4313 = "Wii" label C4313 = "Resident Evil" label B4314 = "Wii" label C4314 = "Skate w/ Board" label B4315 = "Xbox" label C4315 = "Aliens Versus Predator: Extinction" label D4315 = "RTS" label B4316 = "Xbox" label C4316 = "Star Wars Battlefront 2" label D4316 = "FPS" label A4317 = "01/01/2017" label B4317 = "Linux" label C4317 = "rofi-surfraw | bookmarks" label D4317 = "GUI/CLI" label A4318 = "01/01/2017" label B4318 = "Movie" label C4318 = "Planes Trains & Automoobiles 1987" label A4319 = "01/03/2016" label B4319 = "TVShow" label C4319 = "Quantico Season 2" label A4320 = "01/03/2016" label B4320 = "Wii" label C4320 = "Captain America Super Soldier" label A4321 = "01/05/2017" label B4321 = "Movie" label C4321 = "Mechanic Resurrection 2016" label A4322 = "01/06/2017" label B4322 = "Movie" label C4322 = "Goonies 1985" label A4323 = "11/22/2016" label B4323 = "Movie" label C4323 = "The Core 2003" label A4324 = "11/25/2016" label B4324 = "Music" label C4324 = "Mya" label A4325 = "11/28/2016" label B4325 = "Movie" label C4325 = "Suicide Squad Extended 2016" label A4326 = "12/01/2016" label B4326 = "Xbox" label C4326 = "NFL Street" label A4327 = "12/02/2016" label B4327 = "TVShow" label C4327 = "Mr. Robot S2 last 2 ep" label A4328 = "12/03/2016" label B4328 = "Android" label C4328 = "KingRoot - Root any Phone" label D4328 = "might have backdoors?" label A4329 = "12/03/2016" label B4329 = "Android" label C4329 = "Purify - block all apps that sucks battery life" label A4330 = "12/03/2016" label B4330 = "Android" label C4330 = "primative ftpd" label A4331 = "12/03/2016" label B4331 = "Audiobook" label C4331 = "001-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label D4331 = "30min" label A4332 = "12/03/2016" label B4332 = "Audiobook" label C4332 = "002-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label A4333 = "12/05/2016" label B4333 = "NES" label C4333 = "Ice Hockey" label A4334 = "12/06/2016" label B4334 = "MAME" label C4334 = "Ninja Baseball Bat Man" label A4335 = "12/06/2016" label B4335 = "NES" label C4335 = "Baseball Stars" label A4336 = "12/10/2016" label B4336 = "Linux" label C4336 = "vimwiki" label D4336 = "TUI" label A4337 = "12/12/2016" label B4337 = "Podcast" label C4337 = "PornDirectorPodcast" label F4337 = "http://www.porndirectorpodcast.com/main/" label A4338 = "12/12/2016" label B4338 = "Podcast" label C4338 = "The Cine-Files" label F4338 = "http://www.podbay.fm/show/1124549378" label A4339 = "12/15/2016" label B4339 = "PCGame" label C4339 = "Bionic Commando Rearmed" label A4340 = "12/17/2016" label B4340 = "Linux" label C4340 = "vbx function [Virtualbox CLI]" label D4340 = "RQBy: Schizo" label F4340 = "https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g" label A4341 = "12/22/2016" label B4341 = "Wii" label C4341 = "Rayman Origins" label A4342 = "12/23/2016" label B4342 = "Movie" label C4342 = "Top Gun 1986 Special Edition" label A4343 = "12/25/2016" label B4343 = "Linux" label C4343 = "rofi - dmenu launcher replacement" label D4343 = "GUI/CLI" label A4344 = "12/26/2016" label B4344 = "Movie" label C4344 = "Black Dynamite (2009)" label A4345 = "12/28/2016" label B4345 = "Movie" label C4345 = "Ben Hur 2016" label A4346 = "12/29/2016" label B4346 = "Movie" label C4346 = "Deepwater Horizon 2016" label A4347 = "12/29/2016" label B4347 = "Movie" label C4347 = "The Accountant 2016" label A4348 = "12/30/2016" label B4348 = "Movie" label C4348 = "The Magnificent Seven 2016" label B4349 = "Android" label C4349 = "IceCatMobile" label D4349 = "Web Browser" label F4349 = "https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat" label B4350 = "Audiobook" label C4350 = "003-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B4351 = "Audiobook" label C4351 = "004-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B4352 = "Audiobook" label C4352 = "Darth Plagueis" label B4353 = "Audiobook" label C4353 = "The Life-Changing Magic of Tidying Up" label B4354 = "Comic" label C4354 = "Saga" label B4355 = "Comic" label C4355 = "Walking Dead 157" label B4356 = "Comic" label C4356 = "X-Men Age of Apocalypse" label B4357 = "Comic" label C4357 = "Y The Last Man" label B4358 = "Linux" label C4358 = "Ampache: web based audio/video streaming" label D4358 = "WEBUI" label F4358 = "http://ampache.org/" label B4359 = "Linux" label C4359 = "Clonezilla" label B4360 = "Linux" label C4360 = "CopyQ - Clipboard manager" label D4360 = "GUI" label B4361 = "Linux" label C4361 = "EncFS - an Encrypted Filesystem" label B4362 = "Linux" label C4362 = "Firejail" label B4363 = "Linux" label C4363 = "LUKS encryption/ cryptsetup" label D4363 = "CLI" label B4364 = "Linux" label C4364 = "Piwigo is photo gallery software for the web" label D4364 = "WEBUI" label F4364 = "http://piwigo.org/" label B4365 = "Linux" label C4365 = "Samba" label D4365 = "CLI" label B4366 = "Linux" label C4366 = "SoundNode - opensource SoundCloud app" label D4366 = "GUI" label F4366 = "http://www.soundnodeapp.com/" label B4367 = "Linux" label C4367 = "Vocal - Podcast Client" label D4367 = "GUI" label F4367 = "http://vocalproject.net/" label B4368 = "Linux" label C4368 = "albumr - Imgur album downloader" label D4368 = "CLI" label F4368 = "https://pypi.python.org/pypi/albumr" label B4369 = "Linux" label C4369 = "alpine" label B4370 = "Linux" label C4370 = "anamnesis - clipboard manager" label D4370 = "GUI" label B4371 = "Linux" label C4371 = "asciiquarium" label D4371 = "TUI" label B4372 = "Linux" label C4372 = "bulk - bulk rename interactive" label D4372 = "Alex Leferry" label F4372 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B4373 = "Linux" label C4373 = "ccze - colorizer" label D4373 = "CLI" label B4374 = "Linux" label C4374 = "centerim5" label D4374 = "TUI" label B4375 = "Linux" label C4375 = "clipmenu - dmenu clipboard manager" label D4375 = "GUI" label B4376 = "Linux" label C4376 = "cvim" label B4377 = "Linux" label C4377 = "forecash - cashflow forecasting" label D4377 = "CLI" label F4377 = "https://github.com/fsareshwala/forecash" label B4378 = "Linux" label C4378 = "fzf-clipboard" label B4379 = "Linux" label C4379 = "kakoune - vim alternative" label D4379 = "Alex Leferry" label F4379 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B4380 = "Linux" label C4380 = "keynav" label B4381 = "Linux" label C4381 = "krill - rss filter feeds" label D4381 = "CLI" label F4381 = "https://github.com/p-e-w/krill" label B4382 = "Linux" label C4382 = "ledger - accounting system" label D4382 = "CLI" label F4382 = "http://www.ledger-cli.org/" label B4383 = "Linux" label C4383 = "megadl - mega.co.nz downloader" label D4383 = "CLI" label E4383 = "wait for 2.0 to have options to download single files from public folder" label B4384 = "Linux" label C4384 = "mpd + ncmpcpp" label D4384 = "CLI/TUI" label B4385 = "Linux" label C4385 = "newsbeuter macros" label D4385 = "CLI" label B4386 = "Linux" label C4386 = "nmtui" label D4386 = "wifi" label B4387 = "Linux" label C4387 = "nq - queue task" label D4387 = "CLI" label B4388 = "Linux" label C4388 = "open dvd producer - create DVD with menus" label D4388 = "GUI" label F4388 = "http://opendvdproducer.jonata.org/" label B4389 = "Linux" label C4389 = "redshift" label D4389 = "CLI" label B4390 = "Linux" label C4390 = "rofi-clipboard" label B4391 = "Linux" label C4391 = "rofi-locate" label B4392 = "Linux" label C4392 = "rofi-playonlinux" label B4393 = "Linux" label C4393 = "rofi-snippet" label B4394 = "Linux" label C4394 = "rss-bridge" label F4394 = "https://github.com/RSS-Bridge/rss-bridge" label B4395 = "Linux" label C4395 = "screenfetch" label D4395 = "CLI" label B4396 = "Linux" label C4396 = "setxkbmap" label B4397 = "Linux" label C4397 = "socli - Stack overflow command line client" label D4397 = "CLI" label F4397 = "https://github.com/gautamkrishnar/socli" label B4398 = "Linux" label C4398 = "sxhkd" label B4399 = "Linux" label C4399 = "systemd timers" label B4400 = "Linux" label C4400 = "taffy - A command-line audio tagging tool" label D4400 = "CLI" label F4400 = "https://github.com/jangler/taffy" label B4401 = "Linux" label C4401 = "task spooler multiple instances" label D4401 = "CLI" label B4402 = "Linux" label C4402 = "timertab - manage systemd timers" label F4402 = "https://github.com/amlamarra/timertab" label B4403 = "Linux" label C4403 = "tweeper - a Twitter to RSS web scraper" label D4403 = "CLI" label E4403 = "https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper" label F4403 = "https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/" label B4404 = "Linux" label C4404 = "veracrypt" label B4405 = "Linux" label C4405 = "wicd-curses" label D4405 = "wifi" label B4406 = "Linux" label C4406 = "wifi-menu" label D4406 = "wifi" label B4407 = "Linux" label C4407 = "wpa_supplicant " label D4407 = "wifi" label B4408 = "Linux" label C4408 = "wttr - weather info" label D4408 = "CLI" label B4409 = "Linux" label C4409 = "xbindkeys" label B4410 = "Linux" label C4410 = "xcape" label B4411 = "Linux" label C4411 = "xchainkeys" label B4412 = "Linux" label C4412 = "xdo" label B4413 = "Linux" label C4413 = "xfce4-screenshooter (selection area imgu'')" label D4413 = "GUI" label B4414 = "Linux" label C4414 = "xinput" label B4415 = "Linux" label C4415 = "xmodmap" label B4416 = "Linux" label C4416 = "xsendkey" label B4417 = "Linux" label C4417 = "xsetwacom " label B4418 = "Linux" label C4418 = "xvkbd" label B4419 = "MAME" label C4419 = "Baseball Stars 2" label B4420 = "Movie" label C4420 = "A Christmas Story 1983" label B4421 = "Movie" label C4421 = "Doctor Strange 2016" label B4422 = "Movie" label C4422 = "Eternal Sunshine of the Spotless Mind (2004)" label B4423 = "Movie" label C4423 = "Frozen" label B4424 = "Movie" label C4424 = "Harry Potter" label B4425 = "Movie" label C4425 = "Jaws (1975)" label B4426 = "Movie" label C4426 = "Moana 2016" label B4427 = "Movie" label C4427 = "Mud 2012" label B4428 = "Movie" label C4428 = "Pete's Dragon 2016" label B4429 = "Movie" label C4429 = "Pump Up The Volume 1990" label B4430 = "Movie" label C4430 = "Snakes on a Plane (2006)" label B4431 = "Movie" label C4431 = "Snowden 2016" label B4432 = "Movie" label C4432 = "Swiss Army Man (2016)" label B4433 = "Movie" label C4433 = "The Legend of Tarzan 2016" label B4434 = "Movie" label C4434 = "Trainwreck (2015)" label B4435 = "Movie" label C4435 = "True Romance (1993)" label B4436 = "Movie" label C4436 = "War Dogs 2016" label B4437 = "Music" label C4437 = "Ashanti" label B4438 = "Music" label C4438 = "BackStreet/Dre" label B4439 = "Music" label C4439 = "Bubba Sparxxx" label B4440 = "Music" label C4440 = "Ciara" label B4441 = "Music" label C4441 = "Dido" label B4442 = "Music" label C4442 = "Dr Dre Instramentals" label B4443 = "Music" label C4443 = "Gloria Estefan" label B4444 = "Music" label C4444 = "Juvenile" label B4445 = "Music" label C4445 = "Meghan Trainor" label B4446 = "Music" label C4446 = "Petey Pablo" label B4447 = "Music" label C4447 = "Puff Daddy" label B4448 = "Music" label C4448 = "Run DMC" label B4449 = "Music" label C4449 = "Street Fighter" label B4450 = "Music" label C4450 = "Super Mario World" label B4451 = "Music" label C4451 = "TLC" label B4452 = "Music" label C4452 = "Young Buck" label B4453 = "NES" label C4453 = "Bionic Commando" label B4454 = "NES" label C4454 = "Contra" label B4455 = "NES" label C4455 = "Mega Man 2" label B4456 = "NES" label C4456 = "Palamedes" label D4456 = "Puzzle" label B4457 = "NES" label C4457 = "Super Mario Bros 3" label B4458 = "PCGame" label C4458 = "Batman: Arkham Asylum" label B4459 = "PCGame" label C4459 = "Dead or Alive 5 With Nude Patch" label B4460 = "PCGame" label C4460 = "For Honor" label B4461 = "PCGame" label C4461 = "Killer Instinct" label B4462 = "PCGame" label C4462 = "Rise of the Tomb Raider" label B4463 = "PCGame" label C4463 = "Street Fighter 5" label B4464 = "PCGame" label C4464 = "The Division" label B4465 = "PSX" label C4465 = "ESPN Extreme Games" label B4466 = "PSX" label C4466 = "Street Fighter: The Movie" label B4467 = "SNES" label C4467 = "Punch Out" label B4468 = "TVShow" label C4468 = "3% Netflix" label B4469 = "TVShow" label C4469 = "Alone [History Channel]" label B4470 = "TVShow" label C4470 = "Black Mirror" label B4471 = "TVShow" label C4471 = "Roman Empire Reign of Blood" label B4472 = "TVShow" label C4472 = "Stranger Things" label B4473 = "TVShow" label C4473 = "The People v. O.J. Simpson: American Crime Story" label B4474 = "TVShow" label C4474 = "The Wire" label B4475 = "TVShow" label C4475 = "Westworld" label B4476 = "Wii" label C4476 = "Kirby Yarn" label B4477 = "Wii" label C4477 = "Mario Gaxaly" label B4478 = "Wii" label C4478 = "Punch Out w/ Balance Board" label B4479 = "Wii" label C4479 = "Resident Evil" label B4480 = "Wii" label C4480 = "Skate w/ Board" label B4481 = "Xbox" label C4481 = "Aliens Versus Predator: Extinction" label D4481 = "RTS" label B4482 = "Xbox" label C4482 = "Star Wars Battlefront 2" label D4482 = "FPS" label A4483 = "01/01/2017" label B4483 = "Linux" label C4483 = "rofi-surfraw | bookmarks" label D4483 = "GUI/CLI" label A4484 = "01/01/2017" label B4484 = "Movie" label C4484 = "Planes Trains & Automoobiles 1987" label A4485 = "01/03/2016" label B4485 = "TVShow" label C4485 = "Quantico Season 2" label A4486 = "01/03/2016" label B4486 = "Wii" label C4486 = "Captain America Super Soldier" label A4487 = "01/05/2017" label B4487 = "Movie" label C4487 = "Mechanic Resurrection 2016" label A4488 = "01/06/2017" label B4488 = "Movie" label C4488 = "Goonies 1985" label A4489 = "11/22/2016" label B4489 = "Movie" label C4489 = "The Core 2003" label A4490 = "11/25/2016" label B4490 = "Music" label C4490 = "Mya" label A4491 = "11/28/2016" label B4491 = "Movie" label C4491 = "Suicide Squad Extended 2016" label A4492 = "12/01/2016" label B4492 = "Xbox" label C4492 = "NFL Street" label A4493 = "12/02/2016" label B4493 = "TVShow" label C4493 = "Mr. Robot S2 last 2 ep" label A4494 = "12/03/2016" label B4494 = "Android" label C4494 = "KingRoot - Root any Phone" label D4494 = "might have backdoors?" label A4495 = "12/03/2016" label B4495 = "Android" label C4495 = "Purify - block all apps that sucks battery life" label A4496 = "12/03/2016" label B4496 = "Android" label C4496 = "primative ftpd" label A4497 = "12/03/2016" label B4497 = "Audiobook" label C4497 = "001-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label D4497 = "30min" label A4498 = "12/03/2016" label B4498 = "Audiobook" label C4498 = "002-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label A4499 = "12/05/2016" label B4499 = "NES" label C4499 = "Ice Hockey" label A4500 = "12/06/2016" label B4500 = "MAME" label C4500 = "Ninja Baseball Bat Man" label A4501 = "12/06/2016" label B4501 = "NES" label C4501 = "Baseball Stars" label A4502 = "12/10/2016" label B4502 = "Linux" label C4502 = "vimwiki" label D4502 = "TUI" label A4503 = "12/12/2016" label B4503 = "Podcast" label C4503 = "PornDirectorPodcast" label F4503 = "http://www.porndirectorpodcast.com/main/" label A4504 = "12/12/2016" label B4504 = "Podcast" label C4504 = "The Cine-Files" label F4504 = "http://www.podbay.fm/show/1124549378" label A4505 = "12/15/2016" label B4505 = "PCGame" label C4505 = "Bionic Commando Rearmed" label A4506 = "12/17/2016" label B4506 = "Linux" label C4506 = "vbx function [Virtualbox CLI]" label D4506 = "RQBy: Schizo" label F4506 = "https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g" label A4507 = "12/22/2016" label B4507 = "Wii" label C4507 = "Rayman Origins" label A4508 = "12/23/2016" label B4508 = "Movie" label C4508 = "Top Gun 1986 Special Edition" label A4509 = "12/25/2016" label B4509 = "Linux" label C4509 = "rofi - dmenu launcher replacement" label D4509 = "GUI/CLI" label A4510 = "12/26/2016" label B4510 = "Movie" label C4510 = "Black Dynamite (2009)" label A4511 = "12/28/2016" label B4511 = "Movie" label C4511 = "Ben Hur 2016" label A4512 = "12/29/2016" label B4512 = "Movie" label C4512 = "Deepwater Horizon 2016" label A4513 = "12/29/2016" label B4513 = "Movie" label C4513 = "The Accountant 2016" label A4514 = "12/30/2016" label B4514 = "Movie" label C4514 = "The Magnificent Seven 2016" label B4515 = "Android" label C4515 = "IceCatMobile" label D4515 = "Web Browser" label F4515 = "https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat" label B4516 = "Audiobook" label C4516 = "003-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B4517 = "Audiobook" label C4517 = "004-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B4518 = "Audiobook" label C4518 = "Darth Plagueis" label B4519 = "Audiobook" label C4519 = "The Life-Changing Magic of Tidying Up" label B4520 = "Comic" label C4520 = "Saga" label B4521 = "Comic" label C4521 = "Walking Dead 157" label B4522 = "Comic" label C4522 = "X-Men Age of Apocalypse" label B4523 = "Comic" label C4523 = "Y The Last Man" label B4524 = "Linux" label C4524 = "Ampache: web based audio/video streaming" label D4524 = "WEBUI" label F4524 = "http://ampache.org/" label B4525 = "Linux" label C4525 = "Clonezilla" label B4526 = "Linux" label C4526 = "CopyQ - Clipboard manager" label D4526 = "GUI" label B4527 = "Linux" label C4527 = "EncFS - an Encrypted Filesystem" label B4528 = "Linux" label C4528 = "Firejail" label B4529 = "Linux" label C4529 = "LUKS encryption/ cryptsetup" label D4529 = "CLI" label B4530 = "Linux" label C4530 = "Piwigo is photo gallery software for the web" label D4530 = "WEBUI" label F4530 = "http://piwigo.org/" label B4531 = "Linux" label C4531 = "Samba" label D4531 = "CLI" label B4532 = "Linux" label C4532 = "SoundNode - opensource SoundCloud app" label D4532 = "GUI" label F4532 = "http://www.soundnodeapp.com/" label B4533 = "Linux" label C4533 = "Vocal - Podcast Client" label D4533 = "GUI" label F4533 = "http://vocalproject.net/" label B4534 = "Linux" label C4534 = "albumr - Imgur album downloader" label D4534 = "CLI" label F4534 = "https://pypi.python.org/pypi/albumr" label B4535 = "Linux" label C4535 = "alpine" label B4536 = "Linux" label C4536 = "anamnesis - clipboard manager" label D4536 = "GUI" label B4537 = "Linux" label C4537 = "asciiquarium" label D4537 = "TUI" label B4538 = "Linux" label C4538 = "bulk - bulk rename interactive" label D4538 = "Alex Leferry" label F4538 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B4539 = "Linux" label C4539 = "ccze - colorizer" label D4539 = "CLI" label B4540 = "Linux" label C4540 = "centerim5" label D4540 = "TUI" label B4541 = "Linux" label C4541 = "clipmenu - dmenu clipboard manager" label D4541 = "GUI" label B4542 = "Linux" label C4542 = "cvim" label B4543 = "Linux" label C4543 = "forecash - cashflow forecasting" label D4543 = "CLI" label F4543 = "https://github.com/fsareshwala/forecash" label B4544 = "Linux" label C4544 = "fzf-clipboard" label B4545 = "Linux" label C4545 = "kakoune - vim alternative" label D4545 = "Alex Leferry" label F4545 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B4546 = "Linux" label C4546 = "keynav" label B4547 = "Linux" label C4547 = "krill - rss filter feeds" label D4547 = "CLI" label F4547 = "https://github.com/p-e-w/krill" label B4548 = "Linux" label C4548 = "ledger - accounting system" label D4548 = "CLI" label F4548 = "http://www.ledger-cli.org/" label B4549 = "Linux" label C4549 = "megadl - mega.co.nz downloader" label D4549 = "CLI" label E4549 = "wait for 2.0 to have options to download single files from public folder" label B4550 = "Linux" label C4550 = "mpd + ncmpcpp" label D4550 = "CLI/TUI" label B4551 = "Linux" label C4551 = "newsbeuter macros" label D4551 = "CLI" label B4552 = "Linux" label C4552 = "nmtui" label D4552 = "wifi" label B4553 = "Linux" label C4553 = "nq - queue task" label D4553 = "CLI" label B4554 = "Linux" label C4554 = "open dvd producer - create DVD with menus" label D4554 = "GUI" label F4554 = "http://opendvdproducer.jonata.org/" label B4555 = "Linux" label C4555 = "redshift" label D4555 = "CLI" label B4556 = "Linux" label C4556 = "rofi-clipboard" label B4557 = "Linux" label C4557 = "rofi-locate" label B4558 = "Linux" label C4558 = "rofi-playonlinux" label B4559 = "Linux" label C4559 = "rofi-snippet" label B4560 = "Linux" label C4560 = "rss-bridge" label F4560 = "https://github.com/RSS-Bridge/rss-bridge" label B4561 = "Linux" label C4561 = "screenfetch" label D4561 = "CLI" label B4562 = "Linux" label C4562 = "setxkbmap" label B4563 = "Linux" label C4563 = "socli - Stack overflow command line client" label D4563 = "CLI" label F4563 = "https://github.com/gautamkrishnar/socli" label B4564 = "Linux" label C4564 = "sxhkd" label B4565 = "Linux" label C4565 = "systemd timers" label B4566 = "Linux" label C4566 = "taffy - A command-line audio tagging tool" label D4566 = "CLI" label F4566 = "https://github.com/jangler/taffy" label B4567 = "Linux" label C4567 = "task spooler multiple instances" label D4567 = "CLI" label B4568 = "Linux" label C4568 = "timertab - manage systemd timers" label F4568 = "https://github.com/amlamarra/timertab" label B4569 = "Linux" label C4569 = "tweeper - a Twitter to RSS web scraper" label D4569 = "CLI" label E4569 = "https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper" label F4569 = "https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/" label B4570 = "Linux" label C4570 = "veracrypt" label B4571 = "Linux" label C4571 = "wicd-curses" label D4571 = "wifi" label B4572 = "Linux" label C4572 = "wifi-menu" label D4572 = "wifi" label B4573 = "Linux" label C4573 = "wpa_supplicant " label D4573 = "wifi" label B4574 = "Linux" label C4574 = "wttr - weather info" label D4574 = "CLI" label B4575 = "Linux" label C4575 = "xbindkeys" label B4576 = "Linux" label C4576 = "xcape" label B4577 = "Linux" label C4577 = "xchainkeys" label B4578 = "Linux" label C4578 = "xdo" label B4579 = "Linux" label C4579 = "xfce4-screenshooter (selection area imgu'')" label D4579 = "GUI" label B4580 = "Linux" label C4580 = "xinput" label B4581 = "Linux" label C4581 = "xmodmap" label B4582 = "Linux" label C4582 = "xsendkey" label B4583 = "Linux" label C4583 = "xsetwacom " label B4584 = "Linux" label C4584 = "xvkbd" label B4585 = "MAME" label C4585 = "Baseball Stars 2" label B4586 = "Movie" label C4586 = "A Christmas Story 1983" label B4587 = "Movie" label C4587 = "Doctor Strange 2016" label B4588 = "Movie" label C4588 = "Eternal Sunshine of the Spotless Mind (2004)" label B4589 = "Movie" label C4589 = "Frozen" label B4590 = "Movie" label C4590 = "Harry Potter" label B4591 = "Movie" label C4591 = "Jaws (1975)" label B4592 = "Movie" label C4592 = "Moana 2016" label B4593 = "Movie" label C4593 = "Mud 2012" label B4594 = "Movie" label C4594 = "Pete's Dragon 2016" label B4595 = "Movie" label C4595 = "Pump Up The Volume 1990" label B4596 = "Movie" label C4596 = "Snakes on a Plane (2006)" label B4597 = "Movie" label C4597 = "Snowden 2016" label B4598 = "Movie" label C4598 = "Swiss Army Man (2016)" label B4599 = "Movie" label C4599 = "The Legend of Tarzan 2016" label B4600 = "Movie" label C4600 = "Trainwreck (2015)" label B4601 = "Movie" label C4601 = "True Romance (1993)" label B4602 = "Movie" label C4602 = "War Dogs 2016" label B4603 = "Music" label C4603 = "Ashanti" label B4604 = "Music" label C4604 = "BackStreet/Dre" label B4605 = "Music" label C4605 = "Bubba Sparxxx" label B4606 = "Music" label C4606 = "Ciara" label B4607 = "Music" label C4607 = "Dido" label B4608 = "Music" label C4608 = "Dr Dre Instramentals" label B4609 = "Music" label C4609 = "Gloria Estefan" label B4610 = "Music" label C4610 = "Juvenile" label B4611 = "Music" label C4611 = "Meghan Trainor" label B4612 = "Music" label C4612 = "Petey Pablo" label B4613 = "Music" label C4613 = "Puff Daddy" label B4614 = "Music" label C4614 = "Run DMC" label B4615 = "Music" label C4615 = "Street Fighter" label B4616 = "Music" label C4616 = "Super Mario World" label B4617 = "Music" label C4617 = "TLC" label B4618 = "Music" label C4618 = "Young Buck" label B4619 = "NES" label C4619 = "Bionic Commando" label B4620 = "NES" label C4620 = "Contra" label B4621 = "NES" label C4621 = "Mega Man 2" label B4622 = "NES" label C4622 = "Palamedes" label D4622 = "Puzzle" label B4623 = "NES" label C4623 = "Super Mario Bros 3" label B4624 = "PCGame" label C4624 = "Batman: Arkham Asylum" label B4625 = "PCGame" label C4625 = "Dead or Alive 5 With Nude Patch" label B4626 = "PCGame" label C4626 = "For Honor" label B4627 = "PCGame" label C4627 = "Killer Instinct" label B4628 = "PCGame" label C4628 = "Rise of the Tomb Raider" label B4629 = "PCGame" label C4629 = "Street Fighter 5" label B4630 = "PCGame" label C4630 = "The Division" label B4631 = "PSX" label C4631 = "ESPN Extreme Games" label B4632 = "PSX" label C4632 = "Street Fighter: The Movie" label B4633 = "SNES" label C4633 = "Punch Out" label B4634 = "TVShow" label C4634 = "3% Netflix" label B4635 = "TVShow" label C4635 = "Alone [History Channel]" label B4636 = "TVShow" label C4636 = "Black Mirror" label B4637 = "TVShow" label C4637 = "Roman Empire Reign of Blood" label B4638 = "TVShow" label C4638 = "Stranger Things" label B4639 = "TVShow" label C4639 = "The People v. O.J. Simpson: American Crime Story" label B4640 = "TVShow" label C4640 = "The Wire" label B4641 = "TVShow" label C4641 = "Westworld" label B4642 = "Wii" label C4642 = "Kirby Yarn" label B4643 = "Wii" label C4643 = "Mario Gaxaly" label B4644 = "Wii" label C4644 = "Punch Out w/ Balance Board" label B4645 = "Wii" label C4645 = "Resident Evil" label B4646 = "Wii" label C4646 = "Skate w/ Board" label B4647 = "Xbox" label C4647 = "Aliens Versus Predator: Extinction" label D4647 = "RTS" label B4648 = "Xbox" label C4648 = "Star Wars Battlefront 2" label D4648 = "FPS" label A4649 = "01/01/2017" label B4649 = "Linux" label C4649 = "rofi-surfraw | bookmarks" label D4649 = "GUI/CLI" label A4650 = "01/01/2017" label B4650 = "Movie" label C4650 = "Planes Trains & Automoobiles 1987" label A4651 = "01/03/2016" label B4651 = "TVShow" label C4651 = "Quantico Season 2" label A4652 = "01/03/2016" label B4652 = "Wii" label C4652 = "Captain America Super Soldier" label A4653 = "01/05/2017" label B4653 = "Movie" label C4653 = "Mechanic Resurrection 2016" label A4654 = "01/06/2017" label B4654 = "Movie" label C4654 = "Goonies 1985" label A4655 = "11/22/2016" label B4655 = "Movie" label C4655 = "The Core 2003" label A4656 = "11/25/2016" label B4656 = "Music" label C4656 = "Mya" label A4657 = "11/28/2016" label B4657 = "Movie" label C4657 = "Suicide Squad Extended 2016" label A4658 = "12/01/2016" label B4658 = "Xbox" label C4658 = "NFL Street" label A4659 = "12/02/2016" label B4659 = "TVShow" label C4659 = "Mr. Robot S2 last 2 ep" label A4660 = "12/03/2016" label B4660 = "Android" label C4660 = "KingRoot - Root any Phone" label D4660 = "might have backdoors?" label A4661 = "12/03/2016" label B4661 = "Android" label C4661 = "Purify - block all apps that sucks battery life" label A4662 = "12/03/2016" label B4662 = "Android" label C4662 = "primative ftpd" label A4663 = "12/03/2016" label B4663 = "Audiobook" label C4663 = "001-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label D4663 = "30min" label A4664 = "12/03/2016" label B4664 = "Audiobook" label C4664 = "002-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label A4665 = "12/05/2016" label B4665 = "NES" label C4665 = "Ice Hockey" label A4666 = "12/06/2016" label B4666 = "MAME" label C4666 = "Ninja Baseball Bat Man" label A4667 = "12/06/2016" label B4667 = "NES" label C4667 = "Baseball Stars" label A4668 = "12/10/2016" label B4668 = "Linux" label C4668 = "vimwiki" label D4668 = "TUI" label A4669 = "12/12/2016" label B4669 = "Podcast" label C4669 = "PornDirectorPodcast" label F4669 = "http://www.porndirectorpodcast.com/main/" label A4670 = "12/12/2016" label B4670 = "Podcast" label C4670 = "The Cine-Files" label F4670 = "http://www.podbay.fm/show/1124549378" label A4671 = "12/15/2016" label B4671 = "PCGame" label C4671 = "Bionic Commando Rearmed" label A4672 = "12/17/2016" label B4672 = "Linux" label C4672 = "vbx function [Virtualbox CLI]" label D4672 = "RQBy: Schizo" label F4672 = "https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g" label A4673 = "12/22/2016" label B4673 = "Wii" label C4673 = "Rayman Origins" label A4674 = "12/23/2016" label B4674 = "Movie" label C4674 = "Top Gun 1986 Special Edition" label A4675 = "12/25/2016" label B4675 = "Linux" label C4675 = "rofi - dmenu launcher replacement" label D4675 = "GUI/CLI" label A4676 = "12/26/2016" label B4676 = "Movie" label C4676 = "Black Dynamite (2009)" label A4677 = "12/28/2016" label B4677 = "Movie" label C4677 = "Ben Hur 2016" label A4678 = "12/29/2016" label B4678 = "Movie" label C4678 = "Deepwater Horizon 2016" label A4679 = "12/29/2016" label B4679 = "Movie" label C4679 = "The Accountant 2016" label A4680 = "12/30/2016" label B4680 = "Movie" label C4680 = "The Magnificent Seven 2016" label B4681 = "Android" label C4681 = "IceCatMobile" label D4681 = "Web Browser" label F4681 = "https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat" label B4682 = "Audiobook" label C4682 = "003-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B4683 = "Audiobook" label C4683 = "004-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B4684 = "Audiobook" label C4684 = "Darth Plagueis" label B4685 = "Audiobook" label C4685 = "The Life-Changing Magic of Tidying Up" label B4686 = "Comic" label C4686 = "Saga" label B4687 = "Comic" label C4687 = "Walking Dead 157" label B4688 = "Comic" label C4688 = "X-Men Age of Apocalypse" label B4689 = "Comic" label C4689 = "Y The Last Man" label B4690 = "Linux" label C4690 = "Ampache: web based audio/video streaming" label D4690 = "WEBUI" label F4690 = "http://ampache.org/" label B4691 = "Linux" label C4691 = "Clonezilla" label B4692 = "Linux" label C4692 = "CopyQ - Clipboard manager" label D4692 = "GUI" label B4693 = "Linux" label C4693 = "EncFS - an Encrypted Filesystem" label B4694 = "Linux" label C4694 = "Firejail" label B4695 = "Linux" label C4695 = "LUKS encryption/ cryptsetup" label D4695 = "CLI" label B4696 = "Linux" label C4696 = "Piwigo is photo gallery software for the web" label D4696 = "WEBUI" label F4696 = "http://piwigo.org/" label B4697 = "Linux" label C4697 = "Samba" label D4697 = "CLI" label B4698 = "Linux" label C4698 = "SoundNode - opensource SoundCloud app" label D4698 = "GUI" label F4698 = "http://www.soundnodeapp.com/" label B4699 = "Linux" label C4699 = "Vocal - Podcast Client" label D4699 = "GUI" label F4699 = "http://vocalproject.net/" label B4700 = "Linux" label C4700 = "albumr - Imgur album downloader" label D4700 = "CLI" label F4700 = "https://pypi.python.org/pypi/albumr" label B4701 = "Linux" label C4701 = "alpine" label B4702 = "Linux" label C4702 = "anamnesis - clipboard manager" label D4702 = "GUI" label B4703 = "Linux" label C4703 = "asciiquarium" label D4703 = "TUI" label B4704 = "Linux" label C4704 = "bulk - bulk rename interactive" label D4704 = "Alex Leferry" label F4704 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B4705 = "Linux" label C4705 = "ccze - colorizer" label D4705 = "CLI" label B4706 = "Linux" label C4706 = "centerim5" label D4706 = "TUI" label B4707 = "Linux" label C4707 = "clipmenu - dmenu clipboard manager" label D4707 = "GUI" label B4708 = "Linux" label C4708 = "cvim" label B4709 = "Linux" label C4709 = "forecash - cashflow forecasting" label D4709 = "CLI" label F4709 = "https://github.com/fsareshwala/forecash" label B4710 = "Linux" label C4710 = "fzf-clipboard" label B4711 = "Linux" label C4711 = "kakoune - vim alternative" label D4711 = "Alex Leferry" label F4711 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B4712 = "Linux" label C4712 = "keynav" label B4713 = "Linux" label C4713 = "krill - rss filter feeds" label D4713 = "CLI" label F4713 = "https://github.com/p-e-w/krill" label B4714 = "Linux" label C4714 = "ledger - accounting system" label D4714 = "CLI" label F4714 = "http://www.ledger-cli.org/" label B4715 = "Linux" label C4715 = "megadl - mega.co.nz downloader" label D4715 = "CLI" label E4715 = "wait for 2.0 to have options to download single files from public folder" label B4716 = "Linux" label C4716 = "mpd + ncmpcpp" label D4716 = "CLI/TUI" label B4717 = "Linux" label C4717 = "newsbeuter macros" label D4717 = "CLI" label B4718 = "Linux" label C4718 = "nmtui" label D4718 = "wifi" label B4719 = "Linux" label C4719 = "nq - queue task" label D4719 = "CLI" label B4720 = "Linux" label C4720 = "open dvd producer - create DVD with menus" label D4720 = "GUI" label F4720 = "http://opendvdproducer.jonata.org/" label B4721 = "Linux" label C4721 = "redshift" label D4721 = "CLI" label B4722 = "Linux" label C4722 = "rofi-clipboard" label B4723 = "Linux" label C4723 = "rofi-locate" label B4724 = "Linux" label C4724 = "rofi-playonlinux" label B4725 = "Linux" label C4725 = "rofi-snippet" label B4726 = "Linux" label C4726 = "rss-bridge" label F4726 = "https://github.com/RSS-Bridge/rss-bridge" label B4727 = "Linux" label C4727 = "screenfetch" label D4727 = "CLI" label B4728 = "Linux" label C4728 = "setxkbmap" label B4729 = "Linux" label C4729 = "socli - Stack overflow command line client" label D4729 = "CLI" label F4729 = "https://github.com/gautamkrishnar/socli" label B4730 = "Linux" label C4730 = "sxhkd" label B4731 = "Linux" label C4731 = "systemd timers" label B4732 = "Linux" label C4732 = "taffy - A command-line audio tagging tool" label D4732 = "CLI" label F4732 = "https://github.com/jangler/taffy" label B4733 = "Linux" label C4733 = "task spooler multiple instances" label D4733 = "CLI" label B4734 = "Linux" label C4734 = "timertab - manage systemd timers" label F4734 = "https://github.com/amlamarra/timertab" label B4735 = "Linux" label C4735 = "tweeper - a Twitter to RSS web scraper" label D4735 = "CLI" label E4735 = "https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper" label F4735 = "https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/" label B4736 = "Linux" label C4736 = "veracrypt" label B4737 = "Linux" label C4737 = "wicd-curses" label D4737 = "wifi" label B4738 = "Linux" label C4738 = "wifi-menu" label D4738 = "wifi" label B4739 = "Linux" label C4739 = "wpa_supplicant " label D4739 = "wifi" label B4740 = "Linux" label C4740 = "wttr - weather info" label D4740 = "CLI" label B4741 = "Linux" label C4741 = "xbindkeys" label B4742 = "Linux" label C4742 = "xcape" label B4743 = "Linux" label C4743 = "xchainkeys" label B4744 = "Linux" label C4744 = "xdo" label B4745 = "Linux" label C4745 = "xfce4-screenshooter (selection area imgu'')" label D4745 = "GUI" label B4746 = "Linux" label C4746 = "xinput" label B4747 = "Linux" label C4747 = "xmodmap" label B4748 = "Linux" label C4748 = "xsendkey" label B4749 = "Linux" label C4749 = "xsetwacom " label B4750 = "Linux" label C4750 = "xvkbd" label B4751 = "MAME" label C4751 = "Baseball Stars 2" label B4752 = "Movie" label C4752 = "A Christmas Story 1983" label B4753 = "Movie" label C4753 = "Doctor Strange 2016" label B4754 = "Movie" label C4754 = "Eternal Sunshine of the Spotless Mind (2004)" label B4755 = "Movie" label C4755 = "Frozen" label B4756 = "Movie" label C4756 = "Harry Potter" label B4757 = "Movie" label C4757 = "Jaws (1975)" label B4758 = "Movie" label C4758 = "Moana 2016" label B4759 = "Movie" label C4759 = "Mud 2012" label B4760 = "Movie" label C4760 = "Pete's Dragon 2016" label B4761 = "Movie" label C4761 = "Pump Up The Volume 1990" label B4762 = "Movie" label C4762 = "Snakes on a Plane (2006)" label B4763 = "Movie" label C4763 = "Snowden 2016" label B4764 = "Movie" label C4764 = "Swiss Army Man (2016)" label B4765 = "Movie" label C4765 = "The Legend of Tarzan 2016" label B4766 = "Movie" label C4766 = "Trainwreck (2015)" label B4767 = "Movie" label C4767 = "True Romance (1993)" label B4768 = "Movie" label C4768 = "War Dogs 2016" label B4769 = "Music" label C4769 = "Ashanti" label B4770 = "Music" label C4770 = "BackStreet/Dre" label B4771 = "Music" label C4771 = "Bubba Sparxxx" label B4772 = "Music" label C4772 = "Ciara" label B4773 = "Music" label C4773 = "Dido" label B4774 = "Music" label C4774 = "Dr Dre Instramentals" label B4775 = "Music" label C4775 = "Gloria Estefan" label B4776 = "Music" label C4776 = "Juvenile" label B4777 = "Music" label C4777 = "Meghan Trainor" label B4778 = "Music" label C4778 = "Petey Pablo" label B4779 = "Music" label C4779 = "Puff Daddy" label B4780 = "Music" label C4780 = "Run DMC" label B4781 = "Music" label C4781 = "Street Fighter" label B4782 = "Music" label C4782 = "Super Mario World" label B4783 = "Music" label C4783 = "TLC" label B4784 = "Music" label C4784 = "Young Buck" label B4785 = "NES" label C4785 = "Bionic Commando" label B4786 = "NES" label C4786 = "Contra" label B4787 = "NES" label C4787 = "Mega Man 2" label B4788 = "NES" label C4788 = "Palamedes" label D4788 = "Puzzle" label B4789 = "NES" label C4789 = "Super Mario Bros 3" label B4790 = "PCGame" label C4790 = "Batman: Arkham Asylum" label B4791 = "PCGame" label C4791 = "Dead or Alive 5 With Nude Patch" label B4792 = "PCGame" label C4792 = "For Honor" label B4793 = "PCGame" label C4793 = "Killer Instinct" label B4794 = "PCGame" label C4794 = "Rise of the Tomb Raider" label B4795 = "PCGame" label C4795 = "Street Fighter 5" label B4796 = "PCGame" label C4796 = "The Division" label B4797 = "PSX" label C4797 = "ESPN Extreme Games" label B4798 = "PSX" label C4798 = "Street Fighter: The Movie" label B4799 = "SNES" label C4799 = "Punch Out" label B4800 = "TVShow" label C4800 = "3% Netflix" label B4801 = "TVShow" label C4801 = "Alone [History Channel]" label B4802 = "TVShow" label C4802 = "Black Mirror" label B4803 = "TVShow" label C4803 = "Roman Empire Reign of Blood" label B4804 = "TVShow" label C4804 = "Stranger Things" label B4805 = "TVShow" label C4805 = "The People v. O.J. Simpson: American Crime Story" label B4806 = "TVShow" label C4806 = "The Wire" label B4807 = "TVShow" label C4807 = "Westworld" label B4808 = "Wii" label C4808 = "Kirby Yarn" label B4809 = "Wii" label C4809 = "Mario Gaxaly" label B4810 = "Wii" label C4810 = "Punch Out w/ Balance Board" label B4811 = "Wii" label C4811 = "Resident Evil" label B4812 = "Wii" label C4812 = "Skate w/ Board" label B4813 = "Xbox" label C4813 = "Aliens Versus Predator: Extinction" label D4813 = "RTS" label B4814 = "Xbox" label C4814 = "Star Wars Battlefront 2" label D4814 = "FPS" label A4815 = "01/01/2017" label B4815 = "Linux" label C4815 = "rofi-surfraw | bookmarks" label D4815 = "GUI/CLI" label A4816 = "01/01/2017" label B4816 = "Movie" label C4816 = "Planes Trains & Automoobiles 1987" label A4817 = "01/03/2016" label B4817 = "TVShow" label C4817 = "Quantico Season 2" label A4818 = "01/03/2016" label B4818 = "Wii" label C4818 = "Captain America Super Soldier" label A4819 = "01/05/2017" label B4819 = "Movie" label C4819 = "Mechanic Resurrection 2016" label A4820 = "01/06/2017" label B4820 = "Movie" label C4820 = "Goonies 1985" label A4821 = "11/22/2016" label B4821 = "Movie" label C4821 = "The Core 2003" label A4822 = "11/25/2016" label B4822 = "Music" label C4822 = "Mya" label A4823 = "11/28/2016" label B4823 = "Movie" label C4823 = "Suicide Squad Extended 2016" label A4824 = "12/01/2016" label B4824 = "Xbox" label C4824 = "NFL Street" label A4825 = "12/02/2016" label B4825 = "TVShow" label C4825 = "Mr. Robot S2 last 2 ep" label A4826 = "12/03/2016" label B4826 = "Android" label C4826 = "KingRoot - Root any Phone" label D4826 = "might have backdoors?" label A4827 = "12/03/2016" label B4827 = "Android" label C4827 = "Purify - block all apps that sucks battery life" label A4828 = "12/03/2016" label B4828 = "Android" label C4828 = "primative ftpd" label A4829 = "12/03/2016" label B4829 = "Audiobook" label C4829 = "001-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label D4829 = "30min" label A4830 = "12/03/2016" label B4830 = "Audiobook" label C4830 = "002-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label A4831 = "12/05/2016" label B4831 = "NES" label C4831 = "Ice Hockey" label A4832 = "12/06/2016" label B4832 = "MAME" label C4832 = "Ninja Baseball Bat Man" label A4833 = "12/06/2016" label B4833 = "NES" label C4833 = "Baseball Stars" label A4834 = "12/10/2016" label B4834 = "Linux" label C4834 = "vimwiki" label D4834 = "TUI" label A4835 = "12/12/2016" label B4835 = "Podcast" label C4835 = "PornDirectorPodcast" label F4835 = "http://www.porndirectorpodcast.com/main/" label A4836 = "12/12/2016" label B4836 = "Podcast" label C4836 = "The Cine-Files" label F4836 = "http://www.podbay.fm/show/1124549378" label A4837 = "12/15/2016" label B4837 = "PCGame" label C4837 = "Bionic Commando Rearmed" label A4838 = "12/17/2016" label B4838 = "Linux" label C4838 = "vbx function [Virtualbox CLI]" label D4838 = "RQBy: Schizo" label F4838 = "https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g" label A4839 = "12/22/2016" label B4839 = "Wii" label C4839 = "Rayman Origins" label A4840 = "12/23/2016" label B4840 = "Movie" label C4840 = "Top Gun 1986 Special Edition" label A4841 = "12/25/2016" label B4841 = "Linux" label C4841 = "rofi - dmenu launcher replacement" label D4841 = "GUI/CLI" label A4842 = "12/26/2016" label B4842 = "Movie" label C4842 = "Black Dynamite (2009)" label A4843 = "12/28/2016" label B4843 = "Movie" label C4843 = "Ben Hur 2016" label A4844 = "12/29/2016" label B4844 = "Movie" label C4844 = "Deepwater Horizon 2016" label A4845 = "12/29/2016" label B4845 = "Movie" label C4845 = "The Accountant 2016" label A4846 = "12/30/2016" label B4846 = "Movie" label C4846 = "The Magnificent Seven 2016" label B4847 = "Android" label C4847 = "IceCatMobile" label D4847 = "Web Browser" label F4847 = "https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat" label B4848 = "Audiobook" label C4848 = "003-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B4849 = "Audiobook" label C4849 = "004-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B4850 = "Audiobook" label C4850 = "Darth Plagueis" label B4851 = "Audiobook" label C4851 = "The Life-Changing Magic of Tidying Up" label B4852 = "Comic" label C4852 = "Saga" label B4853 = "Comic" label C4853 = "Walking Dead 157" label B4854 = "Comic" label C4854 = "X-Men Age of Apocalypse" label B4855 = "Comic" label C4855 = "Y The Last Man" label B4856 = "Linux" label C4856 = "Ampache: web based audio/video streaming" label D4856 = "WEBUI" label F4856 = "http://ampache.org/" label B4857 = "Linux" label C4857 = "Clonezilla" label B4858 = "Linux" label C4858 = "CopyQ - Clipboard manager" label D4858 = "GUI" label B4859 = "Linux" label C4859 = "EncFS - an Encrypted Filesystem" label B4860 = "Linux" label C4860 = "Firejail" label B4861 = "Linux" label C4861 = "LUKS encryption/ cryptsetup" label D4861 = "CLI" label B4862 = "Linux" label C4862 = "Piwigo is photo gallery software for the web" label D4862 = "WEBUI" label F4862 = "http://piwigo.org/" label B4863 = "Linux" label C4863 = "Samba" label D4863 = "CLI" label B4864 = "Linux" label C4864 = "SoundNode - opensource SoundCloud app" label D4864 = "GUI" label F4864 = "http://www.soundnodeapp.com/" label B4865 = "Linux" label C4865 = "Vocal - Podcast Client" label D4865 = "GUI" label F4865 = "http://vocalproject.net/" label B4866 = "Linux" label C4866 = "albumr - Imgur album downloader" label D4866 = "CLI" label F4866 = "https://pypi.python.org/pypi/albumr" label B4867 = "Linux" label C4867 = "alpine" label B4868 = "Linux" label C4868 = "anamnesis - clipboard manager" label D4868 = "GUI" label B4869 = "Linux" label C4869 = "asciiquarium" label D4869 = "TUI" label B4870 = "Linux" label C4870 = "bulk - bulk rename interactive" label D4870 = "Alex Leferry" label F4870 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B4871 = "Linux" label C4871 = "ccze - colorizer" label D4871 = "CLI" label B4872 = "Linux" label C4872 = "centerim5" label D4872 = "TUI" label B4873 = "Linux" label C4873 = "clipmenu - dmenu clipboard manager" label D4873 = "GUI" label B4874 = "Linux" label C4874 = "cvim" label B4875 = "Linux" label C4875 = "forecash - cashflow forecasting" label D4875 = "CLI" label F4875 = "https://github.com/fsareshwala/forecash" label B4876 = "Linux" label C4876 = "fzf-clipboard" label B4877 = "Linux" label C4877 = "kakoune - vim alternative" label D4877 = "Alex Leferry" label F4877 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B4878 = "Linux" label C4878 = "keynav" label B4879 = "Linux" label C4879 = "krill - rss filter feeds" label D4879 = "CLI" label F4879 = "https://github.com/p-e-w/krill" label B4880 = "Linux" label C4880 = "ledger - accounting system" label D4880 = "CLI" label F4880 = "http://www.ledger-cli.org/" label B4881 = "Linux" label C4881 = "megadl - mega.co.nz downloader" label D4881 = "CLI" label E4881 = "wait for 2.0 to have options to download single files from public folder" label B4882 = "Linux" label C4882 = "mpd + ncmpcpp" label D4882 = "CLI/TUI" label B4883 = "Linux" label C4883 = "newsbeuter macros" label D4883 = "CLI" label B4884 = "Linux" label C4884 = "nmtui" label D4884 = "wifi" label B4885 = "Linux" label C4885 = "nq - queue task" label D4885 = "CLI" label B4886 = "Linux" label C4886 = "open dvd producer - create DVD with menus" label D4886 = "GUI" label F4886 = "http://opendvdproducer.jonata.org/" label B4887 = "Linux" label C4887 = "redshift" label D4887 = "CLI" label B4888 = "Linux" label C4888 = "rofi-clipboard" label B4889 = "Linux" label C4889 = "rofi-locate" label B4890 = "Linux" label C4890 = "rofi-playonlinux" label B4891 = "Linux" label C4891 = "rofi-snippet" label B4892 = "Linux" label C4892 = "rss-bridge" label F4892 = "https://github.com/RSS-Bridge/rss-bridge" label B4893 = "Linux" label C4893 = "screenfetch" label D4893 = "CLI" label B4894 = "Linux" label C4894 = "setxkbmap" label B4895 = "Linux" label C4895 = "socli - Stack overflow command line client" label D4895 = "CLI" label F4895 = "https://github.com/gautamkrishnar/socli" label B4896 = "Linux" label C4896 = "sxhkd" label B4897 = "Linux" label C4897 = "systemd timers" label B4898 = "Linux" label C4898 = "taffy - A command-line audio tagging tool" label D4898 = "CLI" label F4898 = "https://github.com/jangler/taffy" label B4899 = "Linux" label C4899 = "task spooler multiple instances" label D4899 = "CLI" label B4900 = "Linux" label C4900 = "timertab - manage systemd timers" label F4900 = "https://github.com/amlamarra/timertab" label B4901 = "Linux" label C4901 = "tweeper - a Twitter to RSS web scraper" label D4901 = "CLI" label E4901 = "https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper" label F4901 = "https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/" label B4902 = "Linux" label C4902 = "veracrypt" label B4903 = "Linux" label C4903 = "wicd-curses" label D4903 = "wifi" label B4904 = "Linux" label C4904 = "wifi-menu" label D4904 = "wifi" label B4905 = "Linux" label C4905 = "wpa_supplicant " label D4905 = "wifi" label B4906 = "Linux" label C4906 = "wttr - weather info" label D4906 = "CLI" label B4907 = "Linux" label C4907 = "xbindkeys" label B4908 = "Linux" label C4908 = "xcape" label B4909 = "Linux" label C4909 = "xchainkeys" label B4910 = "Linux" label C4910 = "xdo" label B4911 = "Linux" label C4911 = "xfce4-screenshooter (selection area imgu'')" label D4911 = "GUI" label B4912 = "Linux" label C4912 = "xinput" label B4913 = "Linux" label C4913 = "xmodmap" label B4914 = "Linux" label C4914 = "xsendkey" label B4915 = "Linux" label C4915 = "xsetwacom " label B4916 = "Linux" label C4916 = "xvkbd" label B4917 = "MAME" label C4917 = "Baseball Stars 2" label B4918 = "Movie" label C4918 = "A Christmas Story 1983" label B4919 = "Movie" label C4919 = "Doctor Strange 2016" label B4920 = "Movie" label C4920 = "Eternal Sunshine of the Spotless Mind (2004)" label B4921 = "Movie" label C4921 = "Frozen" label B4922 = "Movie" label C4922 = "Harry Potter" label B4923 = "Movie" label C4923 = "Jaws (1975)" label B4924 = "Movie" label C4924 = "Moana 2016" label B4925 = "Movie" label C4925 = "Mud 2012" label B4926 = "Movie" label C4926 = "Pete's Dragon 2016" label B4927 = "Movie" label C4927 = "Pump Up The Volume 1990" label B4928 = "Movie" label C4928 = "Snakes on a Plane (2006)" label B4929 = "Movie" label C4929 = "Snowden 2016" label B4930 = "Movie" label C4930 = "Swiss Army Man (2016)" label B4931 = "Movie" label C4931 = "The Legend of Tarzan 2016" label B4932 = "Movie" label C4932 = "Trainwreck (2015)" label B4933 = "Movie" label C4933 = "True Romance (1993)" label B4934 = "Movie" label C4934 = "War Dogs 2016" label B4935 = "Music" label C4935 = "Ashanti" label B4936 = "Music" label C4936 = "BackStreet/Dre" label B4937 = "Music" label C4937 = "Bubba Sparxxx" label B4938 = "Music" label C4938 = "Ciara" label B4939 = "Music" label C4939 = "Dido" label B4940 = "Music" label C4940 = "Dr Dre Instramentals" label B4941 = "Music" label C4941 = "Gloria Estefan" label B4942 = "Music" label C4942 = "Juvenile" label B4943 = "Music" label C4943 = "Meghan Trainor" label B4944 = "Music" label C4944 = "Petey Pablo" label B4945 = "Music" label C4945 = "Puff Daddy" label B4946 = "Music" label C4946 = "Run DMC" label B4947 = "Music" label C4947 = "Street Fighter" label B4948 = "Music" label C4948 = "Super Mario World" label B4949 = "Music" label C4949 = "TLC" label B4950 = "Music" label C4950 = "Young Buck" label B4951 = "NES" label C4951 = "Bionic Commando" label B4952 = "NES" label C4952 = "Contra" label B4953 = "NES" label C4953 = "Mega Man 2" label B4954 = "NES" label C4954 = "Palamedes" label D4954 = "Puzzle" label B4955 = "NES" label C4955 = "Super Mario Bros 3" label B4956 = "PCGame" label C4956 = "Batman: Arkham Asylum" label B4957 = "PCGame" label C4957 = "Dead or Alive 5 With Nude Patch" label B4958 = "PCGame" label C4958 = "For Honor" label B4959 = "PCGame" label C4959 = "Killer Instinct" label B4960 = "PCGame" label C4960 = "Rise of the Tomb Raider" label B4961 = "PCGame" label C4961 = "Street Fighter 5" label B4962 = "PCGame" label C4962 = "The Division" label B4963 = "PSX" label C4963 = "ESPN Extreme Games" label B4964 = "PSX" label C4964 = "Street Fighter: The Movie" label B4965 = "SNES" label C4965 = "Punch Out" label B4966 = "TVShow" label C4966 = "3% Netflix" label B4967 = "TVShow" label C4967 = "Alone [History Channel]" label B4968 = "TVShow" label C4968 = "Black Mirror" label B4969 = "TVShow" label C4969 = "Roman Empire Reign of Blood" label B4970 = "TVShow" label C4970 = "Stranger Things" label B4971 = "TVShow" label C4971 = "The People v. O.J. Simpson: American Crime Story" label B4972 = "TVShow" label C4972 = "The Wire" label B4973 = "TVShow" label C4973 = "Westworld" label B4974 = "Wii" label C4974 = "Kirby Yarn" label B4975 = "Wii" label C4975 = "Mario Gaxaly" label B4976 = "Wii" label C4976 = "Punch Out w/ Balance Board" label B4977 = "Wii" label C4977 = "Resident Evil" label B4978 = "Wii" label C4978 = "Skate w/ Board" label B4979 = "Xbox" label C4979 = "Aliens Versus Predator: Extinction" label D4979 = "RTS" label B4980 = "Xbox" label C4980 = "Star Wars Battlefront 2" label D4980 = "FPS" label A4981 = "01/01/2017" label B4981 = "Linux" label C4981 = "rofi-surfraw | bookmarks" label D4981 = "GUI/CLI" label A4982 = "01/01/2017" label B4982 = "Movie" label C4982 = "Planes Trains & Automoobiles 1987" label A4983 = "01/03/2016" label B4983 = "TVShow" label C4983 = "Quantico Season 2" label A4984 = "01/03/2016" label B4984 = "Wii" label C4984 = "Captain America Super Soldier" label A4985 = "01/05/2017" label B4985 = "Movie" label C4985 = "Mechanic Resurrection 2016" label A4986 = "01/06/2017" label B4986 = "Movie" label C4986 = "Goonies 1985" label A4987 = "11/22/2016" label B4987 = "Movie" label C4987 = "The Core 2003" label A4988 = "11/25/2016" label B4988 = "Music" label C4988 = "Mya" label A4989 = "11/28/2016" label B4989 = "Movie" label C4989 = "Suicide Squad Extended 2016" label A4990 = "12/01/2016" label B4990 = "Xbox" label C4990 = "NFL Street" label A4991 = "12/02/2016" label B4991 = "TVShow" label C4991 = "Mr. Robot S2 last 2 ep" label A4992 = "12/03/2016" label B4992 = "Android" label C4992 = "KingRoot - Root any Phone" label D4992 = "might have backdoors?" label A4993 = "12/03/2016" label B4993 = "Android" label C4993 = "Purify - block all apps that sucks battery life" label A4994 = "12/03/2016" label B4994 = "Android" label C4994 = "primative ftpd" label A4995 = "12/03/2016" label B4995 = "Audiobook" label C4995 = "001-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label D4995 = "30min" label A4996 = "12/03/2016" label B4996 = "Audiobook" label C4996 = "002-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label A4997 = "12/05/2016" label B4997 = "NES" label C4997 = "Ice Hockey" label A4998 = "12/06/2016" label B4998 = "MAME" label C4998 = "Ninja Baseball Bat Man" label A4999 = "12/06/2016" label B4999 = "NES" label C4999 = "Baseball Stars" label A5000 = "12/10/2016" label B5000 = "Linux" label C5000 = "vimwiki" label D5000 = "TUI" label A5001 = "12/12/2016" label B5001 = "Podcast" label C5001 = "PornDirectorPodcast" label F5001 = "http://www.porndirectorpodcast.com/main/" label A5002 = "12/12/2016" label B5002 = "Podcast" label C5002 = "The Cine-Files" label F5002 = "http://www.podbay.fm/show/1124549378" label A5003 = "12/15/2016" label B5003 = "PCGame" label C5003 = "Bionic Commando Rearmed" label A5004 = "12/17/2016" label B5004 = "Linux" label C5004 = "vbx function [Virtualbox CLI]" label D5004 = "RQBy: Schizo" label F5004 = "https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g" label A5005 = "12/22/2016" label B5005 = "Wii" label C5005 = "Rayman Origins" label A5006 = "12/23/2016" label B5006 = "Movie" label C5006 = "Top Gun 1986 Special Edition" label A5007 = "12/25/2016" label B5007 = "Linux" label C5007 = "rofi - dmenu launcher replacement" label D5007 = "GUI/CLI" label A5008 = "12/26/2016" label B5008 = "Movie" label C5008 = "Black Dynamite (2009)" label A5009 = "12/28/2016" label B5009 = "Movie" label C5009 = "Ben Hur 2016" label A5010 = "12/29/2016" label B5010 = "Movie" label C5010 = "Deepwater Horizon 2016" label A5011 = "12/29/2016" label B5011 = "Movie" label C5011 = "The Accountant 2016" label A5012 = "12/30/2016" label B5012 = "Movie" label C5012 = "The Magnificent Seven 2016" label B5013 = "Android" label C5013 = "IceCatMobile" label D5013 = "Web Browser" label F5013 = "https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat" label B5014 = "Audiobook" label C5014 = "003-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B5015 = "Audiobook" label C5015 = "004-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B5016 = "Audiobook" label C5016 = "Darth Plagueis" label B5017 = "Audiobook" label C5017 = "The Life-Changing Magic of Tidying Up" label B5018 = "Comic" label C5018 = "Saga" label B5019 = "Comic" label C5019 = "Walking Dead 157" label B5020 = "Comic" label C5020 = "X-Men Age of Apocalypse" label B5021 = "Comic" label C5021 = "Y The Last Man" label B5022 = "Linux" label C5022 = "Ampache: web based audio/video streaming" label D5022 = "WEBUI" label F5022 = "http://ampache.org/" label B5023 = "Linux" label C5023 = "Clonezilla" label B5024 = "Linux" label C5024 = "CopyQ - Clipboard manager" label D5024 = "GUI" label B5025 = "Linux" label C5025 = "EncFS - an Encrypted Filesystem" label B5026 = "Linux" label C5026 = "Firejail" label B5027 = "Linux" label C5027 = "LUKS encryption/ cryptsetup" label D5027 = "CLI" label B5028 = "Linux" label C5028 = "Piwigo is photo gallery software for the web" label D5028 = "WEBUI" label F5028 = "http://piwigo.org/" label B5029 = "Linux" label C5029 = "Samba" label D5029 = "CLI" label B5030 = "Linux" label C5030 = "SoundNode - opensource SoundCloud app" label D5030 = "GUI" label F5030 = "http://www.soundnodeapp.com/" label B5031 = "Linux" label C5031 = "Vocal - Podcast Client" label D5031 = "GUI" label F5031 = "http://vocalproject.net/" label B5032 = "Linux" label C5032 = "albumr - Imgur album downloader" label D5032 = "CLI" label F5032 = "https://pypi.python.org/pypi/albumr" label B5033 = "Linux" label C5033 = "alpine" label B5034 = "Linux" label C5034 = "anamnesis - clipboard manager" label D5034 = "GUI" label B5035 = "Linux" label C5035 = "asciiquarium" label D5035 = "TUI" label B5036 = "Linux" label C5036 = "bulk - bulk rename interactive" label D5036 = "Alex Leferry" label F5036 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B5037 = "Linux" label C5037 = "ccze - colorizer" label D5037 = "CLI" label B5038 = "Linux" label C5038 = "centerim5" label D5038 = "TUI" label B5039 = "Linux" label C5039 = "clipmenu - dmenu clipboard manager" label D5039 = "GUI" label B5040 = "Linux" label C5040 = "cvim" label B5041 = "Linux" label C5041 = "forecash - cashflow forecasting" label D5041 = "CLI" label F5041 = "https://github.com/fsareshwala/forecash" label B5042 = "Linux" label C5042 = "fzf-clipboard" label B5043 = "Linux" label C5043 = "kakoune - vim alternative" label D5043 = "Alex Leferry" label F5043 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B5044 = "Linux" label C5044 = "keynav" label B5045 = "Linux" label C5045 = "krill - rss filter feeds" label D5045 = "CLI" label F5045 = "https://github.com/p-e-w/krill" label B5046 = "Linux" label C5046 = "ledger - accounting system" label D5046 = "CLI" label F5046 = "http://www.ledger-cli.org/" label B5047 = "Linux" label C5047 = "megadl - mega.co.nz downloader" label D5047 = "CLI" label E5047 = "wait for 2.0 to have options to download single files from public folder" label B5048 = "Linux" label C5048 = "mpd + ncmpcpp" label D5048 = "CLI/TUI" label B5049 = "Linux" label C5049 = "newsbeuter macros" label D5049 = "CLI" label B5050 = "Linux" label C5050 = "nmtui" label D5050 = "wifi" label B5051 = "Linux" label C5051 = "nq - queue task" label D5051 = "CLI" label B5052 = "Linux" label C5052 = "open dvd producer - create DVD with menus" label D5052 = "GUI" label F5052 = "http://opendvdproducer.jonata.org/" label B5053 = "Linux" label C5053 = "redshift" label D5053 = "CLI" label B5054 = "Linux" label C5054 = "rofi-clipboard" label B5055 = "Linux" label C5055 = "rofi-locate" label B5056 = "Linux" label C5056 = "rofi-playonlinux" label B5057 = "Linux" label C5057 = "rofi-snippet" label B5058 = "Linux" label C5058 = "rss-bridge" label F5058 = "https://github.com/RSS-Bridge/rss-bridge" label B5059 = "Linux" label C5059 = "screenfetch" label D5059 = "CLI" label B5060 = "Linux" label C5060 = "setxkbmap" label B5061 = "Linux" label C5061 = "socli - Stack overflow command line client" label D5061 = "CLI" label F5061 = "https://github.com/gautamkrishnar/socli" label B5062 = "Linux" label C5062 = "sxhkd" label B5063 = "Linux" label C5063 = "systemd timers" label B5064 = "Linux" label C5064 = "taffy - A command-line audio tagging tool" label D5064 = "CLI" label F5064 = "https://github.com/jangler/taffy" label B5065 = "Linux" label C5065 = "task spooler multiple instances" label D5065 = "CLI" label B5066 = "Linux" label C5066 = "timertab - manage systemd timers" label F5066 = "https://github.com/amlamarra/timertab" label B5067 = "Linux" label C5067 = "tweeper - a Twitter to RSS web scraper" label D5067 = "CLI" label E5067 = "https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper" label F5067 = "https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/" label B5068 = "Linux" label C5068 = "veracrypt" label B5069 = "Linux" label C5069 = "wicd-curses" label D5069 = "wifi" label B5070 = "Linux" label C5070 = "wifi-menu" label D5070 = "wifi" label B5071 = "Linux" label C5071 = "wpa_supplicant " label D5071 = "wifi" label B5072 = "Linux" label C5072 = "wttr - weather info" label D5072 = "CLI" label B5073 = "Linux" label C5073 = "xbindkeys" label B5074 = "Linux" label C5074 = "xcape" label B5075 = "Linux" label C5075 = "xchainkeys" label B5076 = "Linux" label C5076 = "xdo" label B5077 = "Linux" label C5077 = "xfce4-screenshooter (selection area imgu'')" label D5077 = "GUI" label B5078 = "Linux" label C5078 = "xinput" label B5079 = "Linux" label C5079 = "xmodmap" label B5080 = "Linux" label C5080 = "xsendkey" label B5081 = "Linux" label C5081 = "xsetwacom " label B5082 = "Linux" label C5082 = "xvkbd" label B5083 = "MAME" label C5083 = "Baseball Stars 2" label B5084 = "Movie" label C5084 = "A Christmas Story 1983" label B5085 = "Movie" label C5085 = "Doctor Strange 2016" label B5086 = "Movie" label C5086 = "Eternal Sunshine of the Spotless Mind (2004)" label B5087 = "Movie" label C5087 = "Frozen" label B5088 = "Movie" label C5088 = "Harry Potter" label B5089 = "Movie" label C5089 = "Jaws (1975)" label B5090 = "Movie" label C5090 = "Moana 2016" label B5091 = "Movie" label C5091 = "Mud 2012" label B5092 = "Movie" label C5092 = "Pete's Dragon 2016" label B5093 = "Movie" label C5093 = "Pump Up The Volume 1990" label B5094 = "Movie" label C5094 = "Snakes on a Plane (2006)" label B5095 = "Movie" label C5095 = "Snowden 2016" label B5096 = "Movie" label C5096 = "Swiss Army Man (2016)" label B5097 = "Movie" label C5097 = "The Legend of Tarzan 2016" label B5098 = "Movie" label C5098 = "Trainwreck (2015)" label B5099 = "Movie" label C5099 = "True Romance (1993)" label B5100 = "Movie" label C5100 = "War Dogs 2016" label B5101 = "Music" label C5101 = "Ashanti" label B5102 = "Music" label C5102 = "BackStreet/Dre" label B5103 = "Music" label C5103 = "Bubba Sparxxx" label B5104 = "Music" label C5104 = "Ciara" label B5105 = "Music" label C5105 = "Dido" label B5106 = "Music" label C5106 = "Dr Dre Instramentals" label B5107 = "Music" label C5107 = "Gloria Estefan" label B5108 = "Music" label C5108 = "Juvenile" label B5109 = "Music" label C5109 = "Meghan Trainor" label B5110 = "Music" label C5110 = "Petey Pablo" label B5111 = "Music" label C5111 = "Puff Daddy" label B5112 = "Music" label C5112 = "Run DMC" label B5113 = "Music" label C5113 = "Street Fighter" label B5114 = "Music" label C5114 = "Super Mario World" label B5115 = "Music" label C5115 = "TLC" label B5116 = "Music" label C5116 = "Young Buck" label B5117 = "NES" label C5117 = "Bionic Commando" label B5118 = "NES" label C5118 = "Contra" label B5119 = "NES" label C5119 = "Mega Man 2" label B5120 = "NES" label C5120 = "Palamedes" label D5120 = "Puzzle" label B5121 = "NES" label C5121 = "Super Mario Bros 3" label B5122 = "PCGame" label C5122 = "Batman: Arkham Asylum" label B5123 = "PCGame" label C5123 = "Dead or Alive 5 With Nude Patch" label B5124 = "PCGame" label C5124 = "For Honor" label B5125 = "PCGame" label C5125 = "Killer Instinct" label B5126 = "PCGame" label C5126 = "Rise of the Tomb Raider" label B5127 = "PCGame" label C5127 = "Street Fighter 5" label B5128 = "PCGame" label C5128 = "The Division" label B5129 = "PSX" label C5129 = "ESPN Extreme Games" label B5130 = "PSX" label C5130 = "Street Fighter: The Movie" label B5131 = "SNES" label C5131 = "Punch Out" label B5132 = "TVShow" label C5132 = "3% Netflix" label B5133 = "TVShow" label C5133 = "Alone [History Channel]" label B5134 = "TVShow" label C5134 = "Black Mirror" label B5135 = "TVShow" label C5135 = "Roman Empire Reign of Blood" label B5136 = "TVShow" label C5136 = "Stranger Things" label B5137 = "TVShow" label C5137 = "The People v. O.J. Simpson: American Crime Story" label B5138 = "TVShow" label C5138 = "The Wire" label B5139 = "TVShow" label C5139 = "Westworld" label B5140 = "Wii" label C5140 = "Kirby Yarn" label B5141 = "Wii" label C5141 = "Mario Gaxaly" label B5142 = "Wii" label C5142 = "Punch Out w/ Balance Board" label B5143 = "Wii" label C5143 = "Resident Evil" label B5144 = "Wii" label C5144 = "Skate w/ Board" label B5145 = "Xbox" label C5145 = "Aliens Versus Predator: Extinction" label D5145 = "RTS" label B5146 = "Xbox" label C5146 = "Star Wars Battlefront 2" label D5146 = "FPS" label A5147 = "01/01/2017" label B5147 = "Linux" label C5147 = "rofi-surfraw | bookmarks" label D5147 = "GUI/CLI" label A5148 = "01/01/2017" label B5148 = "Movie" label C5148 = "Planes Trains & Automoobiles 1987" label A5149 = "01/03/2016" label B5149 = "TVShow" label C5149 = "Quantico Season 2" label A5150 = "01/03/2016" label B5150 = "Wii" label C5150 = "Captain America Super Soldier" label A5151 = "01/05/2017" label B5151 = "Movie" label C5151 = "Mechanic Resurrection 2016" label A5152 = "01/06/2017" label B5152 = "Movie" label C5152 = "Goonies 1985" label A5153 = "11/22/2016" label B5153 = "Movie" label C5153 = "The Core 2003" label A5154 = "11/25/2016" label B5154 = "Music" label C5154 = "Mya" label A5155 = "11/28/2016" label B5155 = "Movie" label C5155 = "Suicide Squad Extended 2016" label A5156 = "12/01/2016" label B5156 = "Xbox" label C5156 = "NFL Street" label A5157 = "12/02/2016" label B5157 = "TVShow" label C5157 = "Mr. Robot S2 last 2 ep" label A5158 = "12/03/2016" label B5158 = "Android" label C5158 = "KingRoot - Root any Phone" label D5158 = "might have backdoors?" label A5159 = "12/03/2016" label B5159 = "Android" label C5159 = "Purify - block all apps that sucks battery life" label A5160 = "12/03/2016" label B5160 = "Android" label C5160 = "primative ftpd" label A5161 = "12/03/2016" label B5161 = "Audiobook" label C5161 = "001-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label D5161 = "30min" label A5162 = "12/03/2016" label B5162 = "Audiobook" label C5162 = "002-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label A5163 = "12/05/2016" label B5163 = "NES" label C5163 = "Ice Hockey" label A5164 = "12/06/2016" label B5164 = "MAME" label C5164 = "Ninja Baseball Bat Man" label A5165 = "12/06/2016" label B5165 = "NES" label C5165 = "Baseball Stars" label A5166 = "12/10/2016" label B5166 = "Linux" label C5166 = "vimwiki" label D5166 = "TUI" label A5167 = "12/12/2016" label B5167 = "Podcast" label C5167 = "PornDirectorPodcast" label F5167 = "http://www.porndirectorpodcast.com/main/" label A5168 = "12/12/2016" label B5168 = "Podcast" label C5168 = "The Cine-Files" label F5168 = "http://www.podbay.fm/show/1124549378" label A5169 = "12/15/2016" label B5169 = "PCGame" label C5169 = "Bionic Commando Rearmed" label A5170 = "12/17/2016" label B5170 = "Linux" label C5170 = "vbx function [Virtualbox CLI]" label D5170 = "RQBy: Schizo" label F5170 = "https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g" label A5171 = "12/22/2016" label B5171 = "Wii" label C5171 = "Rayman Origins" label A5172 = "12/23/2016" label B5172 = "Movie" label C5172 = "Top Gun 1986 Special Edition" label A5173 = "12/25/2016" label B5173 = "Linux" label C5173 = "rofi - dmenu launcher replacement" label D5173 = "GUI/CLI" label A5174 = "12/26/2016" label B5174 = "Movie" label C5174 = "Black Dynamite (2009)" label A5175 = "12/28/2016" label B5175 = "Movie" label C5175 = "Ben Hur 2016" label A5176 = "12/29/2016" label B5176 = "Movie" label C5176 = "Deepwater Horizon 2016" label A5177 = "12/29/2016" label B5177 = "Movie" label C5177 = "The Accountant 2016" label A5178 = "12/30/2016" label B5178 = "Movie" label C5178 = "The Magnificent Seven 2016" label B5179 = "Android" label C5179 = "IceCatMobile" label D5179 = "Web Browser" label F5179 = "https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat" label B5180 = "Audiobook" label C5180 = "003-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B5181 = "Audiobook" label C5181 = "004-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B5182 = "Audiobook" label C5182 = "Darth Plagueis" label B5183 = "Audiobook" label C5183 = "The Life-Changing Magic of Tidying Up" label B5184 = "Comic" label C5184 = "Saga" label B5185 = "Comic" label C5185 = "Walking Dead 157" label B5186 = "Comic" label C5186 = "X-Men Age of Apocalypse" label B5187 = "Comic" label C5187 = "Y The Last Man" label B5188 = "Linux" label C5188 = "Ampache: web based audio/video streaming" label D5188 = "WEBUI" label F5188 = "http://ampache.org/" label B5189 = "Linux" label C5189 = "Clonezilla" label B5190 = "Linux" label C5190 = "CopyQ - Clipboard manager" label D5190 = "GUI" label B5191 = "Linux" label C5191 = "EncFS - an Encrypted Filesystem" label B5192 = "Linux" label C5192 = "Firejail" label B5193 = "Linux" label C5193 = "LUKS encryption/ cryptsetup" label D5193 = "CLI" label B5194 = "Linux" label C5194 = "Piwigo is photo gallery software for the web" label D5194 = "WEBUI" label F5194 = "http://piwigo.org/" label B5195 = "Linux" label C5195 = "Samba" label D5195 = "CLI" label B5196 = "Linux" label C5196 = "SoundNode - opensource SoundCloud app" label D5196 = "GUI" label F5196 = "http://www.soundnodeapp.com/" label B5197 = "Linux" label C5197 = "Vocal - Podcast Client" label D5197 = "GUI" label F5197 = "http://vocalproject.net/" label B5198 = "Linux" label C5198 = "albumr - Imgur album downloader" label D5198 = "CLI" label F5198 = "https://pypi.python.org/pypi/albumr" label B5199 = "Linux" label C5199 = "alpine" label B5200 = "Linux" label C5200 = "anamnesis - clipboard manager" label D5200 = "GUI" label B5201 = "Linux" label C5201 = "asciiquarium" label D5201 = "TUI" label B5202 = "Linux" label C5202 = "bulk - bulk rename interactive" label D5202 = "Alex Leferry" label F5202 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B5203 = "Linux" label C5203 = "ccze - colorizer" label D5203 = "CLI" label B5204 = "Linux" label C5204 = "centerim5" label D5204 = "TUI" label B5205 = "Linux" label C5205 = "clipmenu - dmenu clipboard manager" label D5205 = "GUI" label B5206 = "Linux" label C5206 = "cvim" label B5207 = "Linux" label C5207 = "forecash - cashflow forecasting" label D5207 = "CLI" label F5207 = "https://github.com/fsareshwala/forecash" label B5208 = "Linux" label C5208 = "fzf-clipboard" label B5209 = "Linux" label C5209 = "kakoune - vim alternative" label D5209 = "Alex Leferry" label F5209 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B5210 = "Linux" label C5210 = "keynav" label B5211 = "Linux" label C5211 = "krill - rss filter feeds" label D5211 = "CLI" label F5211 = "https://github.com/p-e-w/krill" label B5212 = "Linux" label C5212 = "ledger - accounting system" label D5212 = "CLI" label F5212 = "http://www.ledger-cli.org/" label B5213 = "Linux" label C5213 = "megadl - mega.co.nz downloader" label D5213 = "CLI" label E5213 = "wait for 2.0 to have options to download single files from public folder" label B5214 = "Linux" label C5214 = "mpd + ncmpcpp" label D5214 = "CLI/TUI" label B5215 = "Linux" label C5215 = "newsbeuter macros" label D5215 = "CLI" label B5216 = "Linux" label C5216 = "nmtui" label D5216 = "wifi" label B5217 = "Linux" label C5217 = "nq - queue task" label D5217 = "CLI" label B5218 = "Linux" label C5218 = "open dvd producer - create DVD with menus" label D5218 = "GUI" label F5218 = "http://opendvdproducer.jonata.org/" label B5219 = "Linux" label C5219 = "redshift" label D5219 = "CLI" label B5220 = "Linux" label C5220 = "rofi-clipboard" label B5221 = "Linux" label C5221 = "rofi-locate" label B5222 = "Linux" label C5222 = "rofi-playonlinux" label B5223 = "Linux" label C5223 = "rofi-snippet" label B5224 = "Linux" label C5224 = "rss-bridge" label F5224 = "https://github.com/RSS-Bridge/rss-bridge" label B5225 = "Linux" label C5225 = "screenfetch" label D5225 = "CLI" label B5226 = "Linux" label C5226 = "setxkbmap" label B5227 = "Linux" label C5227 = "socli - Stack overflow command line client" label D5227 = "CLI" label F5227 = "https://github.com/gautamkrishnar/socli" label B5228 = "Linux" label C5228 = "sxhkd" label B5229 = "Linux" label C5229 = "systemd timers" label B5230 = "Linux" label C5230 = "taffy - A command-line audio tagging tool" label D5230 = "CLI" label F5230 = "https://github.com/jangler/taffy" label B5231 = "Linux" label C5231 = "task spooler multiple instances" label D5231 = "CLI" label B5232 = "Linux" label C5232 = "timertab - manage systemd timers" label F5232 = "https://github.com/amlamarra/timertab" label B5233 = "Linux" label C5233 = "tweeper - a Twitter to RSS web scraper" label D5233 = "CLI" label E5233 = "https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper" label F5233 = "https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/" label B5234 = "Linux" label C5234 = "veracrypt" label B5235 = "Linux" label C5235 = "wicd-curses" label D5235 = "wifi" label B5236 = "Linux" label C5236 = "wifi-menu" label D5236 = "wifi" label B5237 = "Linux" label C5237 = "wpa_supplicant " label D5237 = "wifi" label B5238 = "Linux" label C5238 = "wttr - weather info" label D5238 = "CLI" label B5239 = "Linux" label C5239 = "xbindkeys" label B5240 = "Linux" label C5240 = "xcape" label B5241 = "Linux" label C5241 = "xchainkeys" label B5242 = "Linux" label C5242 = "xdo" label B5243 = "Linux" label C5243 = "xfce4-screenshooter (selection area imgu'')" label D5243 = "GUI" label B5244 = "Linux" label C5244 = "xinput" label B5245 = "Linux" label C5245 = "xmodmap" label B5246 = "Linux" label C5246 = "xsendkey" label B5247 = "Linux" label C5247 = "xsetwacom " label B5248 = "Linux" label C5248 = "xvkbd" label B5249 = "MAME" label C5249 = "Baseball Stars 2" label B5250 = "Movie" label C5250 = "A Christmas Story 1983" label B5251 = "Movie" label C5251 = "Doctor Strange 2016" label B5252 = "Movie" label C5252 = "Eternal Sunshine of the Spotless Mind (2004)" label B5253 = "Movie" label C5253 = "Frozen" label B5254 = "Movie" label C5254 = "Harry Potter" label B5255 = "Movie" label C5255 = "Jaws (1975)" label B5256 = "Movie" label C5256 = "Moana 2016" label B5257 = "Movie" label C5257 = "Mud 2012" label B5258 = "Movie" label C5258 = "Pete's Dragon 2016" label B5259 = "Movie" label C5259 = "Pump Up The Volume 1990" label B5260 = "Movie" label C5260 = "Snakes on a Plane (2006)" label B5261 = "Movie" label C5261 = "Snowden 2016" label B5262 = "Movie" label C5262 = "Swiss Army Man (2016)" label B5263 = "Movie" label C5263 = "The Legend of Tarzan 2016" label B5264 = "Movie" label C5264 = "Trainwreck (2015)" label B5265 = "Movie" label C5265 = "True Romance (1993)" label B5266 = "Movie" label C5266 = "War Dogs 2016" label B5267 = "Music" label C5267 = "Ashanti" label B5268 = "Music" label C5268 = "BackStreet/Dre" label B5269 = "Music" label C5269 = "Bubba Sparxxx" label B5270 = "Music" label C5270 = "Ciara" label B5271 = "Music" label C5271 = "Dido" label B5272 = "Music" label C5272 = "Dr Dre Instramentals" label B5273 = "Music" label C5273 = "Gloria Estefan" label B5274 = "Music" label C5274 = "Juvenile" label B5275 = "Music" label C5275 = "Meghan Trainor" label B5276 = "Music" label C5276 = "Petey Pablo" label B5277 = "Music" label C5277 = "Puff Daddy" label B5278 = "Music" label C5278 = "Run DMC" label B5279 = "Music" label C5279 = "Street Fighter" label B5280 = "Music" label C5280 = "Super Mario World" label B5281 = "Music" label C5281 = "TLC" label B5282 = "Music" label C5282 = "Young Buck" label B5283 = "NES" label C5283 = "Bionic Commando" label B5284 = "NES" label C5284 = "Contra" label B5285 = "NES" label C5285 = "Mega Man 2" label B5286 = "NES" label C5286 = "Palamedes" label D5286 = "Puzzle" label B5287 = "NES" label C5287 = "Super Mario Bros 3" label B5288 = "PCGame" label C5288 = "Batman: Arkham Asylum" label B5289 = "PCGame" label C5289 = "Dead or Alive 5 With Nude Patch" label B5290 = "PCGame" label C5290 = "For Honor" label B5291 = "PCGame" label C5291 = "Killer Instinct" label B5292 = "PCGame" label C5292 = "Rise of the Tomb Raider" label B5293 = "PCGame" label C5293 = "Street Fighter 5" label B5294 = "PCGame" label C5294 = "The Division" label B5295 = "PSX" label C5295 = "ESPN Extreme Games" label B5296 = "PSX" label C5296 = "Street Fighter: The Movie" label B5297 = "SNES" label C5297 = "Punch Out" label B5298 = "TVShow" label C5298 = "3% Netflix" label B5299 = "TVShow" label C5299 = "Alone [History Channel]" label B5300 = "TVShow" label C5300 = "Black Mirror" label B5301 = "TVShow" label C5301 = "Roman Empire Reign of Blood" label B5302 = "TVShow" label C5302 = "Stranger Things" label B5303 = "TVShow" label C5303 = "The People v. O.J. Simpson: American Crime Story" label B5304 = "TVShow" label C5304 = "The Wire" label B5305 = "TVShow" label C5305 = "Westworld" label B5306 = "Wii" label C5306 = "Kirby Yarn" label B5307 = "Wii" label C5307 = "Mario Gaxaly" label B5308 = "Wii" label C5308 = "Punch Out w/ Balance Board" label B5309 = "Wii" label C5309 = "Resident Evil" label B5310 = "Wii" label C5310 = "Skate w/ Board" label B5311 = "Xbox" label C5311 = "Aliens Versus Predator: Extinction" label D5311 = "RTS" label B5312 = "Xbox" label C5312 = "Star Wars Battlefront 2" label D5312 = "FPS" label A5313 = "01/01/2017" label B5313 = "Linux" label C5313 = "rofi-surfraw | bookmarks" label D5313 = "GUI/CLI" label A5314 = "01/01/2017" label B5314 = "Movie" label C5314 = "Planes Trains & Automoobiles 1987" label A5315 = "01/03/2016" label B5315 = "TVShow" label C5315 = "Quantico Season 2" label A5316 = "01/03/2016" label B5316 = "Wii" label C5316 = "Captain America Super Soldier" label A5317 = "01/05/2017" label B5317 = "Movie" label C5317 = "Mechanic Resurrection 2016" label A5318 = "01/06/2017" label B5318 = "Movie" label C5318 = "Goonies 1985" label A5319 = "11/22/2016" label B5319 = "Movie" label C5319 = "The Core 2003" label A5320 = "11/25/2016" label B5320 = "Music" label C5320 = "Mya" label A5321 = "11/28/2016" label B5321 = "Movie" label C5321 = "Suicide Squad Extended 2016" label A5322 = "12/01/2016" label B5322 = "Xbox" label C5322 = "NFL Street" label A5323 = "12/02/2016" label B5323 = "TVShow" label C5323 = "Mr. Robot S2 last 2 ep" label A5324 = "12/03/2016" label B5324 = "Android" label C5324 = "KingRoot - Root any Phone" label D5324 = "might have backdoors?" label A5325 = "12/03/2016" label B5325 = "Android" label C5325 = "Purify - block all apps that sucks battery life" label A5326 = "12/03/2016" label B5326 = "Android" label C5326 = "primative ftpd" label A5327 = "12/03/2016" label B5327 = "Audiobook" label C5327 = "001-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label D5327 = "30min" label A5328 = "12/03/2016" label B5328 = "Audiobook" label C5328 = "002-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label A5329 = "12/05/2016" label B5329 = "NES" label C5329 = "Ice Hockey" label A5330 = "12/06/2016" label B5330 = "MAME" label C5330 = "Ninja Baseball Bat Man" label A5331 = "12/06/2016" label B5331 = "NES" label C5331 = "Baseball Stars" label A5332 = "12/10/2016" label B5332 = "Linux" label C5332 = "vimwiki" label D5332 = "TUI" label A5333 = "12/12/2016" label B5333 = "Podcast" label C5333 = "PornDirectorPodcast" label F5333 = "http://www.porndirectorpodcast.com/main/" label A5334 = "12/12/2016" label B5334 = "Podcast" label C5334 = "The Cine-Files" label F5334 = "http://www.podbay.fm/show/1124549378" label A5335 = "12/15/2016" label B5335 = "PCGame" label C5335 = "Bionic Commando Rearmed" label A5336 = "12/17/2016" label B5336 = "Linux" label C5336 = "vbx function [Virtualbox CLI]" label D5336 = "RQBy: Schizo" label F5336 = "https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g" label A5337 = "12/22/2016" label B5337 = "Wii" label C5337 = "Rayman Origins" label A5338 = "12/23/2016" label B5338 = "Movie" label C5338 = "Top Gun 1986 Special Edition" label A5339 = "12/25/2016" label B5339 = "Linux" label C5339 = "rofi - dmenu launcher replacement" label D5339 = "GUI/CLI" label A5340 = "12/26/2016" label B5340 = "Movie" label C5340 = "Black Dynamite (2009)" label A5341 = "12/28/2016" label B5341 = "Movie" label C5341 = "Ben Hur 2016" label A5342 = "12/29/2016" label B5342 = "Movie" label C5342 = "Deepwater Horizon 2016" label A5343 = "12/29/2016" label B5343 = "Movie" label C5343 = "The Accountant 2016" label A5344 = "12/30/2016" label B5344 = "Movie" label C5344 = "The Magnificent Seven 2016" label B5345 = "Android" label C5345 = "IceCatMobile" label D5345 = "Web Browser" label F5345 = "https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat" label B5346 = "Audiobook" label C5346 = "003-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B5347 = "Audiobook" label C5347 = "004-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B5348 = "Audiobook" label C5348 = "Darth Plagueis" label B5349 = "Audiobook" label C5349 = "The Life-Changing Magic of Tidying Up" label B5350 = "Comic" label C5350 = "Saga" label B5351 = "Comic" label C5351 = "Walking Dead 157" label B5352 = "Comic" label C5352 = "X-Men Age of Apocalypse" label B5353 = "Comic" label C5353 = "Y The Last Man" label B5354 = "Linux" label C5354 = "Ampache: web based audio/video streaming" label D5354 = "WEBUI" label F5354 = "http://ampache.org/" label B5355 = "Linux" label C5355 = "Clonezilla" label B5356 = "Linux" label C5356 = "CopyQ - Clipboard manager" label D5356 = "GUI" label B5357 = "Linux" label C5357 = "EncFS - an Encrypted Filesystem" label B5358 = "Linux" label C5358 = "Firejail" label B5359 = "Linux" label C5359 = "LUKS encryption/ cryptsetup" label D5359 = "CLI" label B5360 = "Linux" label C5360 = "Piwigo is photo gallery software for the web" label D5360 = "WEBUI" label F5360 = "http://piwigo.org/" label B5361 = "Linux" label C5361 = "Samba" label D5361 = "CLI" label B5362 = "Linux" label C5362 = "SoundNode - opensource SoundCloud app" label D5362 = "GUI" label F5362 = "http://www.soundnodeapp.com/" label B5363 = "Linux" label C5363 = "Vocal - Podcast Client" label D5363 = "GUI" label F5363 = "http://vocalproject.net/" label B5364 = "Linux" label C5364 = "albumr - Imgur album downloader" label D5364 = "CLI" label F5364 = "https://pypi.python.org/pypi/albumr" label B5365 = "Linux" label C5365 = "alpine" label B5366 = "Linux" label C5366 = "anamnesis - clipboard manager" label D5366 = "GUI" label B5367 = "Linux" label C5367 = "asciiquarium" label D5367 = "TUI" label B5368 = "Linux" label C5368 = "bulk - bulk rename interactive" label D5368 = "Alex Leferry" label F5368 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B5369 = "Linux" label C5369 = "ccze - colorizer" label D5369 = "CLI" label B5370 = "Linux" label C5370 = "centerim5" label D5370 = "TUI" label B5371 = "Linux" label C5371 = "clipmenu - dmenu clipboard manager" label D5371 = "GUI" label B5372 = "Linux" label C5372 = "cvim" label B5373 = "Linux" label C5373 = "forecash - cashflow forecasting" label D5373 = "CLI" label F5373 = "https://github.com/fsareshwala/forecash" label B5374 = "Linux" label C5374 = "fzf-clipboard" label B5375 = "Linux" label C5375 = "kakoune - vim alternative" label D5375 = "Alex Leferry" label F5375 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B5376 = "Linux" label C5376 = "keynav" label B5377 = "Linux" label C5377 = "krill - rss filter feeds" label D5377 = "CLI" label F5377 = "https://github.com/p-e-w/krill" label B5378 = "Linux" label C5378 = "ledger - accounting system" label D5378 = "CLI" label F5378 = "http://www.ledger-cli.org/" label B5379 = "Linux" label C5379 = "megadl - mega.co.nz downloader" label D5379 = "CLI" label E5379 = "wait for 2.0 to have options to download single files from public folder" label B5380 = "Linux" label C5380 = "mpd + ncmpcpp" label D5380 = "CLI/TUI" label B5381 = "Linux" label C5381 = "newsbeuter macros" label D5381 = "CLI" label B5382 = "Linux" label C5382 = "nmtui" label D5382 = "wifi" label B5383 = "Linux" label C5383 = "nq - queue task" label D5383 = "CLI" label B5384 = "Linux" label C5384 = "open dvd producer - create DVD with menus" label D5384 = "GUI" label F5384 = "http://opendvdproducer.jonata.org/" label B5385 = "Linux" label C5385 = "redshift" label D5385 = "CLI" label B5386 = "Linux" label C5386 = "rofi-clipboard" label B5387 = "Linux" label C5387 = "rofi-locate" label B5388 = "Linux" label C5388 = "rofi-playonlinux" label B5389 = "Linux" label C5389 = "rofi-snippet" label B5390 = "Linux" label C5390 = "rss-bridge" label F5390 = "https://github.com/RSS-Bridge/rss-bridge" label B5391 = "Linux" label C5391 = "screenfetch" label D5391 = "CLI" label B5392 = "Linux" label C5392 = "setxkbmap" label B5393 = "Linux" label C5393 = "socli - Stack overflow command line client" label D5393 = "CLI" label F5393 = "https://github.com/gautamkrishnar/socli" label B5394 = "Linux" label C5394 = "sxhkd" label B5395 = "Linux" label C5395 = "systemd timers" label B5396 = "Linux" label C5396 = "taffy - A command-line audio tagging tool" label D5396 = "CLI" label F5396 = "https://github.com/jangler/taffy" label B5397 = "Linux" label C5397 = "task spooler multiple instances" label D5397 = "CLI" label B5398 = "Linux" label C5398 = "timertab - manage systemd timers" label F5398 = "https://github.com/amlamarra/timertab" label B5399 = "Linux" label C5399 = "tweeper - a Twitter to RSS web scraper" label D5399 = "CLI" label E5399 = "https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper" label F5399 = "https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/" label B5400 = "Linux" label C5400 = "veracrypt" label B5401 = "Linux" label C5401 = "wicd-curses" label D5401 = "wifi" label B5402 = "Linux" label C5402 = "wifi-menu" label D5402 = "wifi" label B5403 = "Linux" label C5403 = "wpa_supplicant " label D5403 = "wifi" label B5404 = "Linux" label C5404 = "wttr - weather info" label D5404 = "CLI" label B5405 = "Linux" label C5405 = "xbindkeys" label B5406 = "Linux" label C5406 = "xcape" label B5407 = "Linux" label C5407 = "xchainkeys" label B5408 = "Linux" label C5408 = "xdo" label B5409 = "Linux" label C5409 = "xfce4-screenshooter (selection area imgu'')" label D5409 = "GUI" label B5410 = "Linux" label C5410 = "xinput" label B5411 = "Linux" label C5411 = "xmodmap" label B5412 = "Linux" label C5412 = "xsendkey" label B5413 = "Linux" label C5413 = "xsetwacom " label B5414 = "Linux" label C5414 = "xvkbd" label B5415 = "MAME" label C5415 = "Baseball Stars 2" label B5416 = "Movie" label C5416 = "A Christmas Story 1983" label B5417 = "Movie" label C5417 = "Doctor Strange 2016" label B5418 = "Movie" label C5418 = "Eternal Sunshine of the Spotless Mind (2004)" label B5419 = "Movie" label C5419 = "Frozen" label B5420 = "Movie" label C5420 = "Harry Potter" label B5421 = "Movie" label C5421 = "Jaws (1975)" label B5422 = "Movie" label C5422 = "Moana 2016" label B5423 = "Movie" label C5423 = "Mud 2012" label B5424 = "Movie" label C5424 = "Pete's Dragon 2016" label B5425 = "Movie" label C5425 = "Pump Up The Volume 1990" label B5426 = "Movie" label C5426 = "Snakes on a Plane (2006)" label B5427 = "Movie" label C5427 = "Snowden 2016" label B5428 = "Movie" label C5428 = "Swiss Army Man (2016)" label B5429 = "Movie" label C5429 = "The Legend of Tarzan 2016" label B5430 = "Movie" label C5430 = "Trainwreck (2015)" label B5431 = "Movie" label C5431 = "True Romance (1993)" label B5432 = "Movie" label C5432 = "War Dogs 2016" label B5433 = "Music" label C5433 = "Ashanti" label B5434 = "Music" label C5434 = "BackStreet/Dre" label B5435 = "Music" label C5435 = "Bubba Sparxxx" label B5436 = "Music" label C5436 = "Ciara" label B5437 = "Music" label C5437 = "Dido" label B5438 = "Music" label C5438 = "Dr Dre Instramentals" label B5439 = "Music" label C5439 = "Gloria Estefan" label B5440 = "Music" label C5440 = "Juvenile" label B5441 = "Music" label C5441 = "Meghan Trainor" label B5442 = "Music" label C5442 = "Petey Pablo" label B5443 = "Music" label C5443 = "Puff Daddy" label B5444 = "Music" label C5444 = "Run DMC" label B5445 = "Music" label C5445 = "Street Fighter" label B5446 = "Music" label C5446 = "Super Mario World" label B5447 = "Music" label C5447 = "TLC" label B5448 = "Music" label C5448 = "Young Buck" label B5449 = "NES" label C5449 = "Bionic Commando" label B5450 = "NES" label C5450 = "Contra" label B5451 = "NES" label C5451 = "Mega Man 2" label B5452 = "NES" label C5452 = "Palamedes" label D5452 = "Puzzle" label B5453 = "NES" label C5453 = "Super Mario Bros 3" label B5454 = "PCGame" label C5454 = "Batman: Arkham Asylum" label B5455 = "PCGame" label C5455 = "Dead or Alive 5 With Nude Patch" label B5456 = "PCGame" label C5456 = "For Honor" label B5457 = "PCGame" label C5457 = "Killer Instinct" label B5458 = "PCGame" label C5458 = "Rise of the Tomb Raider" label B5459 = "PCGame" label C5459 = "Street Fighter 5" label B5460 = "PCGame" label C5460 = "The Division" label B5461 = "PSX" label C5461 = "ESPN Extreme Games" label B5462 = "PSX" label C5462 = "Street Fighter: The Movie" label B5463 = "SNES" label C5463 = "Punch Out" label B5464 = "TVShow" label C5464 = "3% Netflix" label B5465 = "TVShow" label C5465 = "Alone [History Channel]" label B5466 = "TVShow" label C5466 = "Black Mirror" label B5467 = "TVShow" label C5467 = "Roman Empire Reign of Blood" label B5468 = "TVShow" label C5468 = "Stranger Things" label B5469 = "TVShow" label C5469 = "The People v. O.J. Simpson: American Crime Story" label B5470 = "TVShow" label C5470 = "The Wire" label B5471 = "TVShow" label C5471 = "Westworld" label B5472 = "Wii" label C5472 = "Kirby Yarn" label B5473 = "Wii" label C5473 = "Mario Gaxaly" label B5474 = "Wii" label C5474 = "Punch Out w/ Balance Board" label B5475 = "Wii" label C5475 = "Resident Evil" label B5476 = "Wii" label C5476 = "Skate w/ Board" label B5477 = "Xbox" label C5477 = "Aliens Versus Predator: Extinction" label D5477 = "RTS" label B5478 = "Xbox" label C5478 = "Star Wars Battlefront 2" label D5478 = "FPS" label A5479 = "01/01/2017" label B5479 = "Linux" label C5479 = "rofi-surfraw | bookmarks" label D5479 = "GUI/CLI" label A5480 = "01/01/2017" label B5480 = "Movie" label C5480 = "Planes Trains & Automoobiles 1987" label A5481 = "01/03/2016" label B5481 = "TVShow" label C5481 = "Quantico Season 2" label A5482 = "01/03/2016" label B5482 = "Wii" label C5482 = "Captain America Super Soldier" label A5483 = "01/05/2017" label B5483 = "Movie" label C5483 = "Mechanic Resurrection 2016" label A5484 = "01/06/2017" label B5484 = "Movie" label C5484 = "Goonies 1985" label A5485 = "11/22/2016" label B5485 = "Movie" label C5485 = "The Core 2003" label A5486 = "11/25/2016" label B5486 = "Music" label C5486 = "Mya" label A5487 = "11/28/2016" label B5487 = "Movie" label C5487 = "Suicide Squad Extended 2016" label A5488 = "12/01/2016" label B5488 = "Xbox" label C5488 = "NFL Street" label A5489 = "12/02/2016" label B5489 = "TVShow" label C5489 = "Mr. Robot S2 last 2 ep" label A5490 = "12/03/2016" label B5490 = "Android" label C5490 = "KingRoot - Root any Phone" label D5490 = "might have backdoors?" label A5491 = "12/03/2016" label B5491 = "Android" label C5491 = "Purify - block all apps that sucks battery life" label A5492 = "12/03/2016" label B5492 = "Android" label C5492 = "primative ftpd" label A5493 = "12/03/2016" label B5493 = "Audiobook" label C5493 = "001-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label D5493 = "30min" label A5494 = "12/03/2016" label B5494 = "Audiobook" label C5494 = "002-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label A5495 = "12/05/2016" label B5495 = "NES" label C5495 = "Ice Hockey" label A5496 = "12/06/2016" label B5496 = "MAME" label C5496 = "Ninja Baseball Bat Man" label A5497 = "12/06/2016" label B5497 = "NES" label C5497 = "Baseball Stars" label A5498 = "12/10/2016" label B5498 = "Linux" label C5498 = "vimwiki" label D5498 = "TUI" label A5499 = "12/12/2016" label B5499 = "Podcast" label C5499 = "PornDirectorPodcast" label F5499 = "http://www.porndirectorpodcast.com/main/" label A5500 = "12/12/2016" label B5500 = "Podcast" label C5500 = "The Cine-Files" label F5500 = "http://www.podbay.fm/show/1124549378" label A5501 = "12/15/2016" label B5501 = "PCGame" label C5501 = "Bionic Commando Rearmed" label A5502 = "12/17/2016" label B5502 = "Linux" label C5502 = "vbx function [Virtualbox CLI]" label D5502 = "RQBy: Schizo" label F5502 = "https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g" label A5503 = "12/22/2016" label B5503 = "Wii" label C5503 = "Rayman Origins" label A5504 = "12/23/2016" label B5504 = "Movie" label C5504 = "Top Gun 1986 Special Edition" label A5505 = "12/25/2016" label B5505 = "Linux" label C5505 = "rofi - dmenu launcher replacement" label D5505 = "GUI/CLI" label A5506 = "12/26/2016" label B5506 = "Movie" label C5506 = "Black Dynamite (2009)" label A5507 = "12/28/2016" label B5507 = "Movie" label C5507 = "Ben Hur 2016" label A5508 = "12/29/2016" label B5508 = "Movie" label C5508 = "Deepwater Horizon 2016" label A5509 = "12/29/2016" label B5509 = "Movie" label C5509 = "The Accountant 2016" label A5510 = "12/30/2016" label B5510 = "Movie" label C5510 = "The Magnificent Seven 2016" label B5511 = "Android" label C5511 = "IceCatMobile" label D5511 = "Web Browser" label F5511 = "https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat" label B5512 = "Audiobook" label C5512 = "003-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B5513 = "Audiobook" label C5513 = "004-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B5514 = "Audiobook" label C5514 = "Darth Plagueis" label B5515 = "Audiobook" label C5515 = "The Life-Changing Magic of Tidying Up" label B5516 = "Comic" label C5516 = "Saga" label B5517 = "Comic" label C5517 = "Walking Dead 157" label B5518 = "Comic" label C5518 = "X-Men Age of Apocalypse" label B5519 = "Comic" label C5519 = "Y The Last Man" label B5520 = "Linux" label C5520 = "Ampache: web based audio/video streaming" label D5520 = "WEBUI" label F5520 = "http://ampache.org/" label B5521 = "Linux" label C5521 = "Clonezilla" label B5522 = "Linux" label C5522 = "CopyQ - Clipboard manager" label D5522 = "GUI" label B5523 = "Linux" label C5523 = "EncFS - an Encrypted Filesystem" label B5524 = "Linux" label C5524 = "Firejail" label B5525 = "Linux" label C5525 = "LUKS encryption/ cryptsetup" label D5525 = "CLI" label B5526 = "Linux" label C5526 = "Piwigo is photo gallery software for the web" label D5526 = "WEBUI" label F5526 = "http://piwigo.org/" label B5527 = "Linux" label C5527 = "Samba" label D5527 = "CLI" label B5528 = "Linux" label C5528 = "SoundNode - opensource SoundCloud app" label D5528 = "GUI" label F5528 = "http://www.soundnodeapp.com/" label B5529 = "Linux" label C5529 = "Vocal - Podcast Client" label D5529 = "GUI" label F5529 = "http://vocalproject.net/" label B5530 = "Linux" label C5530 = "albumr - Imgur album downloader" label D5530 = "CLI" label F5530 = "https://pypi.python.org/pypi/albumr" label B5531 = "Linux" label C5531 = "alpine" label B5532 = "Linux" label C5532 = "anamnesis - clipboard manager" label D5532 = "GUI" label B5533 = "Linux" label C5533 = "asciiquarium" label D5533 = "TUI" label B5534 = "Linux" label C5534 = "bulk - bulk rename interactive" label D5534 = "Alex Leferry" label F5534 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B5535 = "Linux" label C5535 = "ccze - colorizer" label D5535 = "CLI" label B5536 = "Linux" label C5536 = "centerim5" label D5536 = "TUI" label B5537 = "Linux" label C5537 = "clipmenu - dmenu clipboard manager" label D5537 = "GUI" label B5538 = "Linux" label C5538 = "cvim" label B5539 = "Linux" label C5539 = "forecash - cashflow forecasting" label D5539 = "CLI" label F5539 = "https://github.com/fsareshwala/forecash" label B5540 = "Linux" label C5540 = "fzf-clipboard" label B5541 = "Linux" label C5541 = "kakoune - vim alternative" label D5541 = "Alex Leferry" label F5541 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B5542 = "Linux" label C5542 = "keynav" label B5543 = "Linux" label C5543 = "krill - rss filter feeds" label D5543 = "CLI" label F5543 = "https://github.com/p-e-w/krill" label B5544 = "Linux" label C5544 = "ledger - accounting system" label D5544 = "CLI" label F5544 = "http://www.ledger-cli.org/" label B5545 = "Linux" label C5545 = "megadl - mega.co.nz downloader" label D5545 = "CLI" label E5545 = "wait for 2.0 to have options to download single files from public folder" label B5546 = "Linux" label C5546 = "mpd + ncmpcpp" label D5546 = "CLI/TUI" label B5547 = "Linux" label C5547 = "newsbeuter macros" label D5547 = "CLI" label B5548 = "Linux" label C5548 = "nmtui" label D5548 = "wifi" label B5549 = "Linux" label C5549 = "nq - queue task" label D5549 = "CLI" label B5550 = "Linux" label C5550 = "open dvd producer - create DVD with menus" label D5550 = "GUI" label F5550 = "http://opendvdproducer.jonata.org/" label B5551 = "Linux" label C5551 = "redshift" label D5551 = "CLI" label B5552 = "Linux" label C5552 = "rofi-clipboard" label B5553 = "Linux" label C5553 = "rofi-locate" label B5554 = "Linux" label C5554 = "rofi-playonlinux" label B5555 = "Linux" label C5555 = "rofi-snippet" label B5556 = "Linux" label C5556 = "rss-bridge" label F5556 = "https://github.com/RSS-Bridge/rss-bridge" label B5557 = "Linux" label C5557 = "screenfetch" label D5557 = "CLI" label B5558 = "Linux" label C5558 = "setxkbmap" label B5559 = "Linux" label C5559 = "socli - Stack overflow command line client" label D5559 = "CLI" label F5559 = "https://github.com/gautamkrishnar/socli" label B5560 = "Linux" label C5560 = "sxhkd" label B5561 = "Linux" label C5561 = "systemd timers" label B5562 = "Linux" label C5562 = "taffy - A command-line audio tagging tool" label D5562 = "CLI" label F5562 = "https://github.com/jangler/taffy" label B5563 = "Linux" label C5563 = "task spooler multiple instances" label D5563 = "CLI" label B5564 = "Linux" label C5564 = "timertab - manage systemd timers" label F5564 = "https://github.com/amlamarra/timertab" label B5565 = "Linux" label C5565 = "tweeper - a Twitter to RSS web scraper" label D5565 = "CLI" label E5565 = "https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper" label F5565 = "https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/" label B5566 = "Linux" label C5566 = "veracrypt" label B5567 = "Linux" label C5567 = "wicd-curses" label D5567 = "wifi" label B5568 = "Linux" label C5568 = "wifi-menu" label D5568 = "wifi" label B5569 = "Linux" label C5569 = "wpa_supplicant " label D5569 = "wifi" label B5570 = "Linux" label C5570 = "wttr - weather info" label D5570 = "CLI" label B5571 = "Linux" label C5571 = "xbindkeys" label B5572 = "Linux" label C5572 = "xcape" label B5573 = "Linux" label C5573 = "xchainkeys" label B5574 = "Linux" label C5574 = "xdo" label B5575 = "Linux" label C5575 = "xfce4-screenshooter (selection area imgu'')" label D5575 = "GUI" label B5576 = "Linux" label C5576 = "xinput" label B5577 = "Linux" label C5577 = "xmodmap" label B5578 = "Linux" label C5578 = "xsendkey" label B5579 = "Linux" label C5579 = "xsetwacom " label B5580 = "Linux" label C5580 = "xvkbd" label B5581 = "MAME" label C5581 = "Baseball Stars 2" label B5582 = "Movie" label C5582 = "A Christmas Story 1983" label B5583 = "Movie" label C5583 = "Doctor Strange 2016" label B5584 = "Movie" label C5584 = "Eternal Sunshine of the Spotless Mind (2004)" label B5585 = "Movie" label C5585 = "Frozen" label B5586 = "Movie" label C5586 = "Harry Potter" label B5587 = "Movie" label C5587 = "Jaws (1975)" label B5588 = "Movie" label C5588 = "Moana 2016" label B5589 = "Movie" label C5589 = "Mud 2012" label B5590 = "Movie" label C5590 = "Pete's Dragon 2016" label B5591 = "Movie" label C5591 = "Pump Up The Volume 1990" label B5592 = "Movie" label C5592 = "Snakes on a Plane (2006)" label B5593 = "Movie" label C5593 = "Snowden 2016" label B5594 = "Movie" label C5594 = "Swiss Army Man (2016)" label B5595 = "Movie" label C5595 = "The Legend of Tarzan 2016" label B5596 = "Movie" label C5596 = "Trainwreck (2015)" label B5597 = "Movie" label C5597 = "True Romance (1993)" label B5598 = "Movie" label C5598 = "War Dogs 2016" label B5599 = "Music" label C5599 = "Ashanti" label B5600 = "Music" label C5600 = "BackStreet/Dre" label B5601 = "Music" label C5601 = "Bubba Sparxxx" label B5602 = "Music" label C5602 = "Ciara" label B5603 = "Music" label C5603 = "Dido" label B5604 = "Music" label C5604 = "Dr Dre Instramentals" label B5605 = "Music" label C5605 = "Gloria Estefan" label B5606 = "Music" label C5606 = "Juvenile" label B5607 = "Music" label C5607 = "Meghan Trainor" label B5608 = "Music" label C5608 = "Petey Pablo" label B5609 = "Music" label C5609 = "Puff Daddy" label B5610 = "Music" label C5610 = "Run DMC" label B5611 = "Music" label C5611 = "Street Fighter" label B5612 = "Music" label C5612 = "Super Mario World" label B5613 = "Music" label C5613 = "TLC" label B5614 = "Music" label C5614 = "Young Buck" label B5615 = "NES" label C5615 = "Bionic Commando" label B5616 = "NES" label C5616 = "Contra" label B5617 = "NES" label C5617 = "Mega Man 2" label B5618 = "NES" label C5618 = "Palamedes" label D5618 = "Puzzle" label B5619 = "NES" label C5619 = "Super Mario Bros 3" label B5620 = "PCGame" label C5620 = "Batman: Arkham Asylum" label B5621 = "PCGame" label C5621 = "Dead or Alive 5 With Nude Patch" label B5622 = "PCGame" label C5622 = "For Honor" label B5623 = "PCGame" label C5623 = "Killer Instinct" label B5624 = "PCGame" label C5624 = "Rise of the Tomb Raider" label B5625 = "PCGame" label C5625 = "Street Fighter 5" label B5626 = "PCGame" label C5626 = "The Division" label B5627 = "PSX" label C5627 = "ESPN Extreme Games" label B5628 = "PSX" label C5628 = "Street Fighter: The Movie" label B5629 = "SNES" label C5629 = "Punch Out" label B5630 = "TVShow" label C5630 = "3% Netflix" label B5631 = "TVShow" label C5631 = "Alone [History Channel]" label B5632 = "TVShow" label C5632 = "Black Mirror" label B5633 = "TVShow" label C5633 = "Roman Empire Reign of Blood" label B5634 = "TVShow" label C5634 = "Stranger Things" label B5635 = "TVShow" label C5635 = "The People v. O.J. Simpson: American Crime Story" label B5636 = "TVShow" label C5636 = "The Wire" label B5637 = "TVShow" label C5637 = "Westworld" label B5638 = "Wii" label C5638 = "Kirby Yarn" label B5639 = "Wii" label C5639 = "Mario Gaxaly" label B5640 = "Wii" label C5640 = "Punch Out w/ Balance Board" label B5641 = "Wii" label C5641 = "Resident Evil" label B5642 = "Wii" label C5642 = "Skate w/ Board" label B5643 = "Xbox" label C5643 = "Aliens Versus Predator: Extinction" label D5643 = "RTS" label B5644 = "Xbox" label C5644 = "Star Wars Battlefront 2" label D5644 = "FPS" label A5645 = "01/01/2017" label B5645 = "Linux" label C5645 = "rofi-surfraw | bookmarks" label D5645 = "GUI/CLI" label A5646 = "01/01/2017" label B5646 = "Movie" label C5646 = "Planes Trains & Automoobiles 1987" label A5647 = "01/03/2016" label B5647 = "TVShow" label C5647 = "Quantico Season 2" label A5648 = "01/03/2016" label B5648 = "Wii" label C5648 = "Captain America Super Soldier" label A5649 = "01/05/2017" label B5649 = "Movie" label C5649 = "Mechanic Resurrection 2016" label A5650 = "01/06/2017" label B5650 = "Movie" label C5650 = "Goonies 1985" label A5651 = "11/22/2016" label B5651 = "Movie" label C5651 = "The Core 2003" label A5652 = "11/25/2016" label B5652 = "Music" label C5652 = "Mya" label A5653 = "11/28/2016" label B5653 = "Movie" label C5653 = "Suicide Squad Extended 2016" label A5654 = "12/01/2016" label B5654 = "Xbox" label C5654 = "NFL Street" label A5655 = "12/02/2016" label B5655 = "TVShow" label C5655 = "Mr. Robot S2 last 2 ep" label A5656 = "12/03/2016" label B5656 = "Android" label C5656 = "KingRoot - Root any Phone" label D5656 = "might have backdoors?" label A5657 = "12/03/2016" label B5657 = "Android" label C5657 = "Purify - block all apps that sucks battery life" label A5658 = "12/03/2016" label B5658 = "Android" label C5658 = "primative ftpd" label A5659 = "12/03/2016" label B5659 = "Audiobook" label C5659 = "001-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label D5659 = "30min" label A5660 = "12/03/2016" label B5660 = "Audiobook" label C5660 = "002-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label A5661 = "12/05/2016" label B5661 = "NES" label C5661 = "Ice Hockey" label A5662 = "12/06/2016" label B5662 = "MAME" label C5662 = "Ninja Baseball Bat Man" label A5663 = "12/06/2016" label B5663 = "NES" label C5663 = "Baseball Stars" label A5664 = "12/10/2016" label B5664 = "Linux" label C5664 = "vimwiki" label D5664 = "TUI" label A5665 = "12/12/2016" label B5665 = "Podcast" label C5665 = "PornDirectorPodcast" label F5665 = "http://www.porndirectorpodcast.com/main/" label A5666 = "12/12/2016" label B5666 = "Podcast" label C5666 = "The Cine-Files" label F5666 = "http://www.podbay.fm/show/1124549378" label A5667 = "12/15/2016" label B5667 = "PCGame" label C5667 = "Bionic Commando Rearmed" label A5668 = "12/17/2016" label B5668 = "Linux" label C5668 = "vbx function [Virtualbox CLI]" label D5668 = "RQBy: Schizo" label F5668 = "https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g" label A5669 = "12/22/2016" label B5669 = "Wii" label C5669 = "Rayman Origins" label A5670 = "12/23/2016" label B5670 = "Movie" label C5670 = "Top Gun 1986 Special Edition" label A5671 = "12/25/2016" label B5671 = "Linux" label C5671 = "rofi - dmenu launcher replacement" label D5671 = "GUI/CLI" label A5672 = "12/26/2016" label B5672 = "Movie" label C5672 = "Black Dynamite (2009)" label A5673 = "12/28/2016" label B5673 = "Movie" label C5673 = "Ben Hur 2016" label A5674 = "12/29/2016" label B5674 = "Movie" label C5674 = "Deepwater Horizon 2016" label A5675 = "12/29/2016" label B5675 = "Movie" label C5675 = "The Accountant 2016" label A5676 = "12/30/2016" label B5676 = "Movie" label C5676 = "The Magnificent Seven 2016" label B5677 = "Android" label C5677 = "IceCatMobile" label D5677 = "Web Browser" label F5677 = "https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat" label B5678 = "Audiobook" label C5678 = "003-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B5679 = "Audiobook" label C5679 = "004-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B5680 = "Audiobook" label C5680 = "Darth Plagueis" label B5681 = "Audiobook" label C5681 = "The Life-Changing Magic of Tidying Up" label B5682 = "Comic" label C5682 = "Saga" label B5683 = "Comic" label C5683 = "Walking Dead 157" label B5684 = "Comic" label C5684 = "X-Men Age of Apocalypse" label B5685 = "Comic" label C5685 = "Y The Last Man" label B5686 = "Linux" label C5686 = "Ampache: web based audio/video streaming" label D5686 = "WEBUI" label F5686 = "http://ampache.org/" label B5687 = "Linux" label C5687 = "Clonezilla" label B5688 = "Linux" label C5688 = "CopyQ - Clipboard manager" label D5688 = "GUI" label B5689 = "Linux" label C5689 = "EncFS - an Encrypted Filesystem" label B5690 = "Linux" label C5690 = "Firejail" label B5691 = "Linux" label C5691 = "LUKS encryption/ cryptsetup" label D5691 = "CLI" label B5692 = "Linux" label C5692 = "Piwigo is photo gallery software for the web" label D5692 = "WEBUI" label F5692 = "http://piwigo.org/" label B5693 = "Linux" label C5693 = "Samba" label D5693 = "CLI" label B5694 = "Linux" label C5694 = "SoundNode - opensource SoundCloud app" label D5694 = "GUI" label F5694 = "http://www.soundnodeapp.com/" label B5695 = "Linux" label C5695 = "Vocal - Podcast Client" label D5695 = "GUI" label F5695 = "http://vocalproject.net/" label B5696 = "Linux" label C5696 = "albumr - Imgur album downloader" label D5696 = "CLI" label F5696 = "https://pypi.python.org/pypi/albumr" label B5697 = "Linux" label C5697 = "alpine" label B5698 = "Linux" label C5698 = "anamnesis - clipboard manager" label D5698 = "GUI" label B5699 = "Linux" label C5699 = "asciiquarium" label D5699 = "TUI" label B5700 = "Linux" label C5700 = "bulk - bulk rename interactive" label D5700 = "Alex Leferry" label F5700 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B5701 = "Linux" label C5701 = "ccze - colorizer" label D5701 = "CLI" label B5702 = "Linux" label C5702 = "centerim5" label D5702 = "TUI" label B5703 = "Linux" label C5703 = "clipmenu - dmenu clipboard manager" label D5703 = "GUI" label B5704 = "Linux" label C5704 = "cvim" label B5705 = "Linux" label C5705 = "forecash - cashflow forecasting" label D5705 = "CLI" label F5705 = "https://github.com/fsareshwala/forecash" label B5706 = "Linux" label C5706 = "fzf-clipboard" label B5707 = "Linux" label C5707 = "kakoune - vim alternative" label D5707 = "Alex Leferry" label F5707 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B5708 = "Linux" label C5708 = "keynav" label B5709 = "Linux" label C5709 = "krill - rss filter feeds" label D5709 = "CLI" label F5709 = "https://github.com/p-e-w/krill" label B5710 = "Linux" label C5710 = "ledger - accounting system" label D5710 = "CLI" label F5710 = "http://www.ledger-cli.org/" label B5711 = "Linux" label C5711 = "megadl - mega.co.nz downloader" label D5711 = "CLI" label E5711 = "wait for 2.0 to have options to download single files from public folder" label B5712 = "Linux" label C5712 = "mpd + ncmpcpp" label D5712 = "CLI/TUI" label B5713 = "Linux" label C5713 = "newsbeuter macros" label D5713 = "CLI" label B5714 = "Linux" label C5714 = "nmtui" label D5714 = "wifi" label B5715 = "Linux" label C5715 = "nq - queue task" label D5715 = "CLI" label B5716 = "Linux" label C5716 = "open dvd producer - create DVD with menus" label D5716 = "GUI" label F5716 = "http://opendvdproducer.jonata.org/" label B5717 = "Linux" label C5717 = "redshift" label D5717 = "CLI" label B5718 = "Linux" label C5718 = "rofi-clipboard" label B5719 = "Linux" label C5719 = "rofi-locate" label B5720 = "Linux" label C5720 = "rofi-playonlinux" label B5721 = "Linux" label C5721 = "rofi-snippet" label B5722 = "Linux" label C5722 = "rss-bridge" label F5722 = "https://github.com/RSS-Bridge/rss-bridge" label B5723 = "Linux" label C5723 = "screenfetch" label D5723 = "CLI" label B5724 = "Linux" label C5724 = "setxkbmap" label B5725 = "Linux" label C5725 = "socli - Stack overflow command line client" label D5725 = "CLI" label F5725 = "https://github.com/gautamkrishnar/socli" label B5726 = "Linux" label C5726 = "sxhkd" label B5727 = "Linux" label C5727 = "systemd timers" label B5728 = "Linux" label C5728 = "taffy - A command-line audio tagging tool" label D5728 = "CLI" label F5728 = "https://github.com/jangler/taffy" label B5729 = "Linux" label C5729 = "task spooler multiple instances" label D5729 = "CLI" label B5730 = "Linux" label C5730 = "timertab - manage systemd timers" label F5730 = "https://github.com/amlamarra/timertab" label B5731 = "Linux" label C5731 = "tweeper - a Twitter to RSS web scraper" label D5731 = "CLI" label E5731 = "https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper" label F5731 = "https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/" label B5732 = "Linux" label C5732 = "veracrypt" label B5733 = "Linux" label C5733 = "wicd-curses" label D5733 = "wifi" label B5734 = "Linux" label C5734 = "wifi-menu" label D5734 = "wifi" label B5735 = "Linux" label C5735 = "wpa_supplicant " label D5735 = "wifi" label B5736 = "Linux" label C5736 = "wttr - weather info" label D5736 = "CLI" label B5737 = "Linux" label C5737 = "xbindkeys" label B5738 = "Linux" label C5738 = "xcape" label B5739 = "Linux" label C5739 = "xchainkeys" label B5740 = "Linux" label C5740 = "xdo" label B5741 = "Linux" label C5741 = "xfce4-screenshooter (selection area imgu'')" label D5741 = "GUI" label B5742 = "Linux" label C5742 = "xinput" label B5743 = "Linux" label C5743 = "xmodmap" label B5744 = "Linux" label C5744 = "xsendkey" label B5745 = "Linux" label C5745 = "xsetwacom " label B5746 = "Linux" label C5746 = "xvkbd" label B5747 = "MAME" label C5747 = "Baseball Stars 2" label B5748 = "Movie" label C5748 = "A Christmas Story 1983" label B5749 = "Movie" label C5749 = "Doctor Strange 2016" label B5750 = "Movie" label C5750 = "Eternal Sunshine of the Spotless Mind (2004)" label B5751 = "Movie" label C5751 = "Frozen" label B5752 = "Movie" label C5752 = "Harry Potter" label B5753 = "Movie" label C5753 = "Jaws (1975)" label B5754 = "Movie" label C5754 = "Moana 2016" label B5755 = "Movie" label C5755 = "Mud 2012" label B5756 = "Movie" label C5756 = "Pete's Dragon 2016" label B5757 = "Movie" label C5757 = "Pump Up The Volume 1990" label B5758 = "Movie" label C5758 = "Snakes on a Plane (2006)" label B5759 = "Movie" label C5759 = "Snowden 2016" label B5760 = "Movie" label C5760 = "Swiss Army Man (2016)" label B5761 = "Movie" label C5761 = "The Legend of Tarzan 2016" label B5762 = "Movie" label C5762 = "Trainwreck (2015)" label B5763 = "Movie" label C5763 = "True Romance (1993)" label B5764 = "Movie" label C5764 = "War Dogs 2016" label B5765 = "Music" label C5765 = "Ashanti" label B5766 = "Music" label C5766 = "BackStreet/Dre" label B5767 = "Music" label C5767 = "Bubba Sparxxx" label B5768 = "Music" label C5768 = "Ciara" label B5769 = "Music" label C5769 = "Dido" label B5770 = "Music" label C5770 = "Dr Dre Instramentals" label B5771 = "Music" label C5771 = "Gloria Estefan" label B5772 = "Music" label C5772 = "Juvenile" label B5773 = "Music" label C5773 = "Meghan Trainor" label B5774 = "Music" label C5774 = "Petey Pablo" label B5775 = "Music" label C5775 = "Puff Daddy" label B5776 = "Music" label C5776 = "Run DMC" label B5777 = "Music" label C5777 = "Street Fighter" label B5778 = "Music" label C5778 = "Super Mario World" label B5779 = "Music" label C5779 = "TLC" label B5780 = "Music" label C5780 = "Young Buck" label B5781 = "NES" label C5781 = "Bionic Commando" label B5782 = "NES" label C5782 = "Contra" label B5783 = "NES" label C5783 = "Mega Man 2" label B5784 = "NES" label C5784 = "Palamedes" label D5784 = "Puzzle" label B5785 = "NES" label C5785 = "Super Mario Bros 3" label B5786 = "PCGame" label C5786 = "Batman: Arkham Asylum" label B5787 = "PCGame" label C5787 = "Dead or Alive 5 With Nude Patch" label B5788 = "PCGame" label C5788 = "For Honor" label B5789 = "PCGame" label C5789 = "Killer Instinct" label B5790 = "PCGame" label C5790 = "Rise of the Tomb Raider" label B5791 = "PCGame" label C5791 = "Street Fighter 5" label B5792 = "PCGame" label C5792 = "The Division" label B5793 = "PSX" label C5793 = "ESPN Extreme Games" label B5794 = "PSX" label C5794 = "Street Fighter: The Movie" label B5795 = "SNES" label C5795 = "Punch Out" label B5796 = "TVShow" label C5796 = "3% Netflix" label B5797 = "TVShow" label C5797 = "Alone [History Channel]" label B5798 = "TVShow" label C5798 = "Black Mirror" label B5799 = "TVShow" label C5799 = "Roman Empire Reign of Blood" label B5800 = "TVShow" label C5800 = "Stranger Things" label B5801 = "TVShow" label C5801 = "The People v. O.J. Simpson: American Crime Story" label B5802 = "TVShow" label C5802 = "The Wire" label B5803 = "TVShow" label C5803 = "Westworld" label B5804 = "Wii" label C5804 = "Kirby Yarn" label B5805 = "Wii" label C5805 = "Mario Gaxaly" label B5806 = "Wii" label C5806 = "Punch Out w/ Balance Board" label B5807 = "Wii" label C5807 = "Resident Evil" label B5808 = "Wii" label C5808 = "Skate w/ Board" label B5809 = "Xbox" label C5809 = "Aliens Versus Predator: Extinction" label D5809 = "RTS" label B5810 = "Xbox" label C5810 = "Star Wars Battlefront 2" label D5810 = "FPS" label A5811 = "01/01/2017" label B5811 = "Linux" label C5811 = "rofi-surfraw | bookmarks" label D5811 = "GUI/CLI" label A5812 = "01/01/2017" label B5812 = "Movie" label C5812 = "Planes Trains & Automoobiles 1987" label A5813 = "01/03/2016" label B5813 = "TVShow" label C5813 = "Quantico Season 2" label A5814 = "01/03/2016" label B5814 = "Wii" label C5814 = "Captain America Super Soldier" label A5815 = "01/05/2017" label B5815 = "Movie" label C5815 = "Mechanic Resurrection 2016" label A5816 = "01/06/2017" label B5816 = "Movie" label C5816 = "Goonies 1985" label A5817 = "11/22/2016" label B5817 = "Movie" label C5817 = "The Core 2003" label A5818 = "11/25/2016" label B5818 = "Music" label C5818 = "Mya" label A5819 = "11/28/2016" label B5819 = "Movie" label C5819 = "Suicide Squad Extended 2016" label A5820 = "12/01/2016" label B5820 = "Xbox" label C5820 = "NFL Street" label A5821 = "12/02/2016" label B5821 = "TVShow" label C5821 = "Mr. Robot S2 last 2 ep" label A5822 = "12/03/2016" label B5822 = "Android" label C5822 = "KingRoot - Root any Phone" label D5822 = "might have backdoors?" label A5823 = "12/03/2016" label B5823 = "Android" label C5823 = "Purify - block all apps that sucks battery life" label A5824 = "12/03/2016" label B5824 = "Android" label C5824 = "primative ftpd" label A5825 = "12/03/2016" label B5825 = "Audiobook" label C5825 = "001-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label D5825 = "30min" label A5826 = "12/03/2016" label B5826 = "Audiobook" label C5826 = "002-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label A5827 = "12/05/2016" label B5827 = "NES" label C5827 = "Ice Hockey" label A5828 = "12/06/2016" label B5828 = "MAME" label C5828 = "Ninja Baseball Bat Man" label A5829 = "12/06/2016" label B5829 = "NES" label C5829 = "Baseball Stars" label A5830 = "12/10/2016" label B5830 = "Linux" label C5830 = "vimwiki" label D5830 = "TUI" label A5831 = "12/12/2016" label B5831 = "Podcast" label C5831 = "PornDirectorPodcast" label F5831 = "http://www.porndirectorpodcast.com/main/" label A5832 = "12/12/2016" label B5832 = "Podcast" label C5832 = "The Cine-Files" label F5832 = "http://www.podbay.fm/show/1124549378" label A5833 = "12/15/2016" label B5833 = "PCGame" label C5833 = "Bionic Commando Rearmed" label A5834 = "12/17/2016" label B5834 = "Linux" label C5834 = "vbx function [Virtualbox CLI]" label D5834 = "RQBy: Schizo" label F5834 = "https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g" label A5835 = "12/22/2016" label B5835 = "Wii" label C5835 = "Rayman Origins" label A5836 = "12/23/2016" label B5836 = "Movie" label C5836 = "Top Gun 1986 Special Edition" label A5837 = "12/25/2016" label B5837 = "Linux" label C5837 = "rofi - dmenu launcher replacement" label D5837 = "GUI/CLI" label A5838 = "12/26/2016" label B5838 = "Movie" label C5838 = "Black Dynamite (2009)" label A5839 = "12/28/2016" label B5839 = "Movie" label C5839 = "Ben Hur 2016" label A5840 = "12/29/2016" label B5840 = "Movie" label C5840 = "Deepwater Horizon 2016" label A5841 = "12/29/2016" label B5841 = "Movie" label C5841 = "The Accountant 2016" label A5842 = "12/30/2016" label B5842 = "Movie" label C5842 = "The Magnificent Seven 2016" label B5843 = "Android" label C5843 = "IceCatMobile" label D5843 = "Web Browser" label F5843 = "https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat" label B5844 = "Audiobook" label C5844 = "003-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B5845 = "Audiobook" label C5845 = "004-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B5846 = "Audiobook" label C5846 = "Darth Plagueis" label B5847 = "Audiobook" label C5847 = "The Life-Changing Magic of Tidying Up" label B5848 = "Comic" label C5848 = "Saga" label B5849 = "Comic" label C5849 = "Walking Dead 157" label B5850 = "Comic" label C5850 = "X-Men Age of Apocalypse" label B5851 = "Comic" label C5851 = "Y The Last Man" label B5852 = "Linux" label C5852 = "Ampache: web based audio/video streaming" label D5852 = "WEBUI" label F5852 = "http://ampache.org/" label B5853 = "Linux" label C5853 = "Clonezilla" label B5854 = "Linux" label C5854 = "CopyQ - Clipboard manager" label D5854 = "GUI" label B5855 = "Linux" label C5855 = "EncFS - an Encrypted Filesystem" label B5856 = "Linux" label C5856 = "Firejail" label B5857 = "Linux" label C5857 = "LUKS encryption/ cryptsetup" label D5857 = "CLI" label B5858 = "Linux" label C5858 = "Piwigo is photo gallery software for the web" label D5858 = "WEBUI" label F5858 = "http://piwigo.org/" label B5859 = "Linux" label C5859 = "Samba" label D5859 = "CLI" label B5860 = "Linux" label C5860 = "SoundNode - opensource SoundCloud app" label D5860 = "GUI" label F5860 = "http://www.soundnodeapp.com/" label B5861 = "Linux" label C5861 = "Vocal - Podcast Client" label D5861 = "GUI" label F5861 = "http://vocalproject.net/" label B5862 = "Linux" label C5862 = "albumr - Imgur album downloader" label D5862 = "CLI" label F5862 = "https://pypi.python.org/pypi/albumr" label B5863 = "Linux" label C5863 = "alpine" label B5864 = "Linux" label C5864 = "anamnesis - clipboard manager" label D5864 = "GUI" label B5865 = "Linux" label C5865 = "asciiquarium" label D5865 = "TUI" label B5866 = "Linux" label C5866 = "bulk - bulk rename interactive" label D5866 = "Alex Leferry" label F5866 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B5867 = "Linux" label C5867 = "ccze - colorizer" label D5867 = "CLI" label B5868 = "Linux" label C5868 = "centerim5" label D5868 = "TUI" label B5869 = "Linux" label C5869 = "clipmenu - dmenu clipboard manager" label D5869 = "GUI" label B5870 = "Linux" label C5870 = "cvim" label B5871 = "Linux" label C5871 = "forecash - cashflow forecasting" label D5871 = "CLI" label F5871 = "https://github.com/fsareshwala/forecash" label B5872 = "Linux" label C5872 = "fzf-clipboard" label B5873 = "Linux" label C5873 = "kakoune - vim alternative" label D5873 = "Alex Leferry" label F5873 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B5874 = "Linux" label C5874 = "keynav" label B5875 = "Linux" label C5875 = "krill - rss filter feeds" label D5875 = "CLI" label F5875 = "https://github.com/p-e-w/krill" label B5876 = "Linux" label C5876 = "ledger - accounting system" label D5876 = "CLI" label F5876 = "http://www.ledger-cli.org/" label B5877 = "Linux" label C5877 = "megadl - mega.co.nz downloader" label D5877 = "CLI" label E5877 = "wait for 2.0 to have options to download single files from public folder" label B5878 = "Linux" label C5878 = "mpd + ncmpcpp" label D5878 = "CLI/TUI" label B5879 = "Linux" label C5879 = "newsbeuter macros" label D5879 = "CLI" label B5880 = "Linux" label C5880 = "nmtui" label D5880 = "wifi" label B5881 = "Linux" label C5881 = "nq - queue task" label D5881 = "CLI" label B5882 = "Linux" label C5882 = "open dvd producer - create DVD with menus" label D5882 = "GUI" label F5882 = "http://opendvdproducer.jonata.org/" label B5883 = "Linux" label C5883 = "redshift" label D5883 = "CLI" label B5884 = "Linux" label C5884 = "rofi-clipboard" label B5885 = "Linux" label C5885 = "rofi-locate" label B5886 = "Linux" label C5886 = "rofi-playonlinux" label B5887 = "Linux" label C5887 = "rofi-snippet" label B5888 = "Linux" label C5888 = "rss-bridge" label F5888 = "https://github.com/RSS-Bridge/rss-bridge" label B5889 = "Linux" label C5889 = "screenfetch" label D5889 = "CLI" label B5890 = "Linux" label C5890 = "setxkbmap" label B5891 = "Linux" label C5891 = "socli - Stack overflow command line client" label D5891 = "CLI" label F5891 = "https://github.com/gautamkrishnar/socli" label B5892 = "Linux" label C5892 = "sxhkd" label B5893 = "Linux" label C5893 = "systemd timers" label B5894 = "Linux" label C5894 = "taffy - A command-line audio tagging tool" label D5894 = "CLI" label F5894 = "https://github.com/jangler/taffy" label B5895 = "Linux" label C5895 = "task spooler multiple instances" label D5895 = "CLI" label B5896 = "Linux" label C5896 = "timertab - manage systemd timers" label F5896 = "https://github.com/amlamarra/timertab" label B5897 = "Linux" label C5897 = "tweeper - a Twitter to RSS web scraper" label D5897 = "CLI" label E5897 = "https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper" label F5897 = "https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/" label B5898 = "Linux" label C5898 = "veracrypt" label B5899 = "Linux" label C5899 = "wicd-curses" label D5899 = "wifi" label B5900 = "Linux" label C5900 = "wifi-menu" label D5900 = "wifi" label B5901 = "Linux" label C5901 = "wpa_supplicant " label D5901 = "wifi" label B5902 = "Linux" label C5902 = "wttr - weather info" label D5902 = "CLI" label B5903 = "Linux" label C5903 = "xbindkeys" label B5904 = "Linux" label C5904 = "xcape" label B5905 = "Linux" label C5905 = "xchainkeys" label B5906 = "Linux" label C5906 = "xdo" label B5907 = "Linux" label C5907 = "xfce4-screenshooter (selection area imgu'')" label D5907 = "GUI" label B5908 = "Linux" label C5908 = "xinput" label B5909 = "Linux" label C5909 = "xmodmap" label B5910 = "Linux" label C5910 = "xsendkey" label B5911 = "Linux" label C5911 = "xsetwacom " label B5912 = "Linux" label C5912 = "xvkbd" label B5913 = "MAME" label C5913 = "Baseball Stars 2" label B5914 = "Movie" label C5914 = "A Christmas Story 1983" label B5915 = "Movie" label C5915 = "Doctor Strange 2016" label B5916 = "Movie" label C5916 = "Eternal Sunshine of the Spotless Mind (2004)" label B5917 = "Movie" label C5917 = "Frozen" label B5918 = "Movie" label C5918 = "Harry Potter" label B5919 = "Movie" label C5919 = "Jaws (1975)" label B5920 = "Movie" label C5920 = "Moana 2016" label B5921 = "Movie" label C5921 = "Mud 2012" label B5922 = "Movie" label C5922 = "Pete's Dragon 2016" label B5923 = "Movie" label C5923 = "Pump Up The Volume 1990" label B5924 = "Movie" label C5924 = "Snakes on a Plane (2006)" label B5925 = "Movie" label C5925 = "Snowden 2016" label B5926 = "Movie" label C5926 = "Swiss Army Man (2016)" label B5927 = "Movie" label C5927 = "The Legend of Tarzan 2016" label B5928 = "Movie" label C5928 = "Trainwreck (2015)" label B5929 = "Movie" label C5929 = "True Romance (1993)" label B5930 = "Movie" label C5930 = "War Dogs 2016" label B5931 = "Music" label C5931 = "Ashanti" label B5932 = "Music" label C5932 = "BackStreet/Dre" label B5933 = "Music" label C5933 = "Bubba Sparxxx" label B5934 = "Music" label C5934 = "Ciara" label B5935 = "Music" label C5935 = "Dido" label B5936 = "Music" label C5936 = "Dr Dre Instramentals" label B5937 = "Music" label C5937 = "Gloria Estefan" label B5938 = "Music" label C5938 = "Juvenile" label B5939 = "Music" label C5939 = "Meghan Trainor" label B5940 = "Music" label C5940 = "Petey Pablo" label B5941 = "Music" label C5941 = "Puff Daddy" label B5942 = "Music" label C5942 = "Run DMC" label B5943 = "Music" label C5943 = "Street Fighter" label B5944 = "Music" label C5944 = "Super Mario World" label B5945 = "Music" label C5945 = "TLC" label B5946 = "Music" label C5946 = "Young Buck" label B5947 = "NES" label C5947 = "Bionic Commando" label B5948 = "NES" label C5948 = "Contra" label B5949 = "NES" label C5949 = "Mega Man 2" label B5950 = "NES" label C5950 = "Palamedes" label D5950 = "Puzzle" label B5951 = "NES" label C5951 = "Super Mario Bros 3" label B5952 = "PCGame" label C5952 = "Batman: Arkham Asylum" label B5953 = "PCGame" label C5953 = "Dead or Alive 5 With Nude Patch" label B5954 = "PCGame" label C5954 = "For Honor" label B5955 = "PCGame" label C5955 = "Killer Instinct" label B5956 = "PCGame" label C5956 = "Rise of the Tomb Raider" label B5957 = "PCGame" label C5957 = "Street Fighter 5" label B5958 = "PCGame" label C5958 = "The Division" label B5959 = "PSX" label C5959 = "ESPN Extreme Games" label B5960 = "PSX" label C5960 = "Street Fighter: The Movie" label B5961 = "SNES" label C5961 = "Punch Out" label B5962 = "TVShow" label C5962 = "3% Netflix" label B5963 = "TVShow" label C5963 = "Alone [History Channel]" label B5964 = "TVShow" label C5964 = "Black Mirror" label B5965 = "TVShow" label C5965 = "Roman Empire Reign of Blood" label B5966 = "TVShow" label C5966 = "Stranger Things" label B5967 = "TVShow" label C5967 = "The People v. O.J. Simpson: American Crime Story" label B5968 = "TVShow" label C5968 = "The Wire" label B5969 = "TVShow" label C5969 = "Westworld" label B5970 = "Wii" label C5970 = "Kirby Yarn" label B5971 = "Wii" label C5971 = "Mario Gaxaly" label B5972 = "Wii" label C5972 = "Punch Out w/ Balance Board" label B5973 = "Wii" label C5973 = "Resident Evil" label B5974 = "Wii" label C5974 = "Skate w/ Board" label B5975 = "Xbox" label C5975 = "Aliens Versus Predator: Extinction" label D5975 = "RTS" label B5976 = "Xbox" label C5976 = "Star Wars Battlefront 2" label D5976 = "FPS" label A5977 = "01/01/2017" label B5977 = "Linux" label C5977 = "rofi-surfraw | bookmarks" label D5977 = "GUI/CLI" label A5978 = "01/01/2017" label B5978 = "Movie" label C5978 = "Planes Trains & Automoobiles 1987" label A5979 = "01/03/2016" label B5979 = "TVShow" label C5979 = "Quantico Season 2" label A5980 = "01/03/2016" label B5980 = "Wii" label C5980 = "Captain America Super Soldier" label A5981 = "01/05/2017" label B5981 = "Movie" label C5981 = "Mechanic Resurrection 2016" label A5982 = "01/06/2017" label B5982 = "Movie" label C5982 = "Goonies 1985" label A5983 = "11/22/2016" label B5983 = "Movie" label C5983 = "The Core 2003" label A5984 = "11/25/2016" label B5984 = "Music" label C5984 = "Mya" label A5985 = "11/28/2016" label B5985 = "Movie" label C5985 = "Suicide Squad Extended 2016" label A5986 = "12/01/2016" label B5986 = "Xbox" label C5986 = "NFL Street" label A5987 = "12/02/2016" label B5987 = "TVShow" label C5987 = "Mr. Robot S2 last 2 ep" label A5988 = "12/03/2016" label B5988 = "Android" label C5988 = "KingRoot - Root any Phone" label D5988 = "might have backdoors?" label A5989 = "12/03/2016" label B5989 = "Android" label C5989 = "Purify - block all apps that sucks battery life" label A5990 = "12/03/2016" label B5990 = "Android" label C5990 = "primative ftpd" label A5991 = "12/03/2016" label B5991 = "Audiobook" label C5991 = "001-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label D5991 = "30min" label A5992 = "12/03/2016" label B5992 = "Audiobook" label C5992 = "002-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label A5993 = "12/05/2016" label B5993 = "NES" label C5993 = "Ice Hockey" label A5994 = "12/06/2016" label B5994 = "MAME" label C5994 = "Ninja Baseball Bat Man" label A5995 = "12/06/2016" label B5995 = "NES" label C5995 = "Baseball Stars" label A5996 = "12/10/2016" label B5996 = "Linux" label C5996 = "vimwiki" label D5996 = "TUI" label A5997 = "12/12/2016" label B5997 = "Podcast" label C5997 = "PornDirectorPodcast" label F5997 = "http://www.porndirectorpodcast.com/main/" label A5998 = "12/12/2016" label B5998 = "Podcast" label C5998 = "The Cine-Files" label F5998 = "http://www.podbay.fm/show/1124549378" label A5999 = "12/15/2016" label B5999 = "PCGame" label C5999 = "Bionic Commando Rearmed" label A6000 = "12/17/2016" label B6000 = "Linux" label C6000 = "vbx function [Virtualbox CLI]" label D6000 = "RQBy: Schizo" label F6000 = "https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g" label A6001 = "12/22/2016" label B6001 = "Wii" label C6001 = "Rayman Origins" label A6002 = "12/23/2016" label B6002 = "Movie" label C6002 = "Top Gun 1986 Special Edition" label A6003 = "12/25/2016" label B6003 = "Linux" label C6003 = "rofi - dmenu launcher replacement" label D6003 = "GUI/CLI" label A6004 = "12/26/2016" label B6004 = "Movie" label C6004 = "Black Dynamite (2009)" label A6005 = "12/28/2016" label B6005 = "Movie" label C6005 = "Ben Hur 2016" label A6006 = "12/29/2016" label B6006 = "Movie" label C6006 = "Deepwater Horizon 2016" label A6007 = "12/29/2016" label B6007 = "Movie" label C6007 = "The Accountant 2016" label A6008 = "12/30/2016" label B6008 = "Movie" label C6008 = "The Magnificent Seven 2016" label B6009 = "Android" label C6009 = "IceCatMobile" label D6009 = "Web Browser" label F6009 = "https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat" label B6010 = "Audiobook" label C6010 = "003-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B6011 = "Audiobook" label C6011 = "004-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B6012 = "Audiobook" label C6012 = "Darth Plagueis" label B6013 = "Audiobook" label C6013 = "The Life-Changing Magic of Tidying Up" label B6014 = "Comic" label C6014 = "Saga" label B6015 = "Comic" label C6015 = "Walking Dead 157" label B6016 = "Comic" label C6016 = "X-Men Age of Apocalypse" label B6017 = "Comic" label C6017 = "Y The Last Man" label B6018 = "Linux" label C6018 = "Ampache: web based audio/video streaming" label D6018 = "WEBUI" label F6018 = "http://ampache.org/" label B6019 = "Linux" label C6019 = "Clonezilla" label B6020 = "Linux" label C6020 = "CopyQ - Clipboard manager" label D6020 = "GUI" label B6021 = "Linux" label C6021 = "EncFS - an Encrypted Filesystem" label B6022 = "Linux" label C6022 = "Firejail" label B6023 = "Linux" label C6023 = "LUKS encryption/ cryptsetup" label D6023 = "CLI" label B6024 = "Linux" label C6024 = "Piwigo is photo gallery software for the web" label D6024 = "WEBUI" label F6024 = "http://piwigo.org/" label B6025 = "Linux" label C6025 = "Samba" label D6025 = "CLI" label B6026 = "Linux" label C6026 = "SoundNode - opensource SoundCloud app" label D6026 = "GUI" label F6026 = "http://www.soundnodeapp.com/" label B6027 = "Linux" label C6027 = "Vocal - Podcast Client" label D6027 = "GUI" label F6027 = "http://vocalproject.net/" label B6028 = "Linux" label C6028 = "albumr - Imgur album downloader" label D6028 = "CLI" label F6028 = "https://pypi.python.org/pypi/albumr" label B6029 = "Linux" label C6029 = "alpine" label B6030 = "Linux" label C6030 = "anamnesis - clipboard manager" label D6030 = "GUI" label B6031 = "Linux" label C6031 = "asciiquarium" label D6031 = "TUI" label B6032 = "Linux" label C6032 = "bulk - bulk rename interactive" label D6032 = "Alex Leferry" label F6032 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B6033 = "Linux" label C6033 = "ccze - colorizer" label D6033 = "CLI" label B6034 = "Linux" label C6034 = "centerim5" label D6034 = "TUI" label B6035 = "Linux" label C6035 = "clipmenu - dmenu clipboard manager" label D6035 = "GUI" label B6036 = "Linux" label C6036 = "cvim" label B6037 = "Linux" label C6037 = "forecash - cashflow forecasting" label D6037 = "CLI" label F6037 = "https://github.com/fsareshwala/forecash" label B6038 = "Linux" label C6038 = "fzf-clipboard" label B6039 = "Linux" label C6039 = "kakoune - vim alternative" label D6039 = "Alex Leferry" label F6039 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B6040 = "Linux" label C6040 = "keynav" label B6041 = "Linux" label C6041 = "krill - rss filter feeds" label D6041 = "CLI" label F6041 = "https://github.com/p-e-w/krill" label B6042 = "Linux" label C6042 = "ledger - accounting system" label D6042 = "CLI" label F6042 = "http://www.ledger-cli.org/" label B6043 = "Linux" label C6043 = "megadl - mega.co.nz downloader" label D6043 = "CLI" label E6043 = "wait for 2.0 to have options to download single files from public folder" label B6044 = "Linux" label C6044 = "mpd + ncmpcpp" label D6044 = "CLI/TUI" label B6045 = "Linux" label C6045 = "newsbeuter macros" label D6045 = "CLI" label B6046 = "Linux" label C6046 = "nmtui" label D6046 = "wifi" label B6047 = "Linux" label C6047 = "nq - queue task" label D6047 = "CLI" label B6048 = "Linux" label C6048 = "open dvd producer - create DVD with menus" label D6048 = "GUI" label F6048 = "http://opendvdproducer.jonata.org/" label B6049 = "Linux" label C6049 = "redshift" label D6049 = "CLI" label B6050 = "Linux" label C6050 = "rofi-clipboard" label B6051 = "Linux" label C6051 = "rofi-locate" label B6052 = "Linux" label C6052 = "rofi-playonlinux" label B6053 = "Linux" label C6053 = "rofi-snippet" label B6054 = "Linux" label C6054 = "rss-bridge" label F6054 = "https://github.com/RSS-Bridge/rss-bridge" label B6055 = "Linux" label C6055 = "screenfetch" label D6055 = "CLI" label B6056 = "Linux" label C6056 = "setxkbmap" label B6057 = "Linux" label C6057 = "socli - Stack overflow command line client" label D6057 = "CLI" label F6057 = "https://github.com/gautamkrishnar/socli" label B6058 = "Linux" label C6058 = "sxhkd" label B6059 = "Linux" label C6059 = "systemd timers" label B6060 = "Linux" label C6060 = "taffy - A command-line audio tagging tool" label D6060 = "CLI" label F6060 = "https://github.com/jangler/taffy" label B6061 = "Linux" label C6061 = "task spooler multiple instances" label D6061 = "CLI" label B6062 = "Linux" label C6062 = "timertab - manage systemd timers" label F6062 = "https://github.com/amlamarra/timertab" label B6063 = "Linux" label C6063 = "tweeper - a Twitter to RSS web scraper" label D6063 = "CLI" label E6063 = "https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper" label F6063 = "https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/" label B6064 = "Linux" label C6064 = "veracrypt" label B6065 = "Linux" label C6065 = "wicd-curses" label D6065 = "wifi" label B6066 = "Linux" label C6066 = "wifi-menu" label D6066 = "wifi" label B6067 = "Linux" label C6067 = "wpa_supplicant " label D6067 = "wifi" label B6068 = "Linux" label C6068 = "wttr - weather info" label D6068 = "CLI" label B6069 = "Linux" label C6069 = "xbindkeys" label B6070 = "Linux" label C6070 = "xcape" label B6071 = "Linux" label C6071 = "xchainkeys" label B6072 = "Linux" label C6072 = "xdo" label B6073 = "Linux" label C6073 = "xfce4-screenshooter (selection area imgu'')" label D6073 = "GUI" label B6074 = "Linux" label C6074 = "xinput" label B6075 = "Linux" label C6075 = "xmodmap" label B6076 = "Linux" label C6076 = "xsendkey" label B6077 = "Linux" label C6077 = "xsetwacom " label B6078 = "Linux" label C6078 = "xvkbd" label B6079 = "MAME" label C6079 = "Baseball Stars 2" label B6080 = "Movie" label C6080 = "A Christmas Story 1983" label B6081 = "Movie" label C6081 = "Doctor Strange 2016" label B6082 = "Movie" label C6082 = "Eternal Sunshine of the Spotless Mind (2004)" label B6083 = "Movie" label C6083 = "Frozen" label B6084 = "Movie" label C6084 = "Harry Potter" label B6085 = "Movie" label C6085 = "Jaws (1975)" label B6086 = "Movie" label C6086 = "Moana 2016" label B6087 = "Movie" label C6087 = "Mud 2012" label B6088 = "Movie" label C6088 = "Pete's Dragon 2016" label B6089 = "Movie" label C6089 = "Pump Up The Volume 1990" label B6090 = "Movie" label C6090 = "Snakes on a Plane (2006)" label B6091 = "Movie" label C6091 = "Snowden 2016" label B6092 = "Movie" label C6092 = "Swiss Army Man (2016)" label B6093 = "Movie" label C6093 = "The Legend of Tarzan 2016" label B6094 = "Movie" label C6094 = "Trainwreck (2015)" label B6095 = "Movie" label C6095 = "True Romance (1993)" label B6096 = "Movie" label C6096 = "War Dogs 2016" label B6097 = "Music" label C6097 = "Ashanti" label B6098 = "Music" label C6098 = "BackStreet/Dre" label B6099 = "Music" label C6099 = "Bubba Sparxxx" label B6100 = "Music" label C6100 = "Ciara" label B6101 = "Music" label C6101 = "Dido" label B6102 = "Music" label C6102 = "Dr Dre Instramentals" label B6103 = "Music" label C6103 = "Gloria Estefan" label B6104 = "Music" label C6104 = "Juvenile" label B6105 = "Music" label C6105 = "Meghan Trainor" label B6106 = "Music" label C6106 = "Petey Pablo" label B6107 = "Music" label C6107 = "Puff Daddy" label B6108 = "Music" label C6108 = "Run DMC" label B6109 = "Music" label C6109 = "Street Fighter" label B6110 = "Music" label C6110 = "Super Mario World" label B6111 = "Music" label C6111 = "TLC" label B6112 = "Music" label C6112 = "Young Buck" label B6113 = "NES" label C6113 = "Bionic Commando" label B6114 = "NES" label C6114 = "Contra" label B6115 = "NES" label C6115 = "Mega Man 2" label B6116 = "NES" label C6116 = "Palamedes" label D6116 = "Puzzle" label B6117 = "NES" label C6117 = "Super Mario Bros 3" label B6118 = "PCGame" label C6118 = "Batman: Arkham Asylum" label B6119 = "PCGame" label C6119 = "Dead or Alive 5 With Nude Patch" label B6120 = "PCGame" label C6120 = "For Honor" label B6121 = "PCGame" label C6121 = "Killer Instinct" label B6122 = "PCGame" label C6122 = "Rise of the Tomb Raider" label B6123 = "PCGame" label C6123 = "Street Fighter 5" label B6124 = "PCGame" label C6124 = "The Division" label B6125 = "PSX" label C6125 = "ESPN Extreme Games" label B6126 = "PSX" label C6126 = "Street Fighter: The Movie" label B6127 = "SNES" label C6127 = "Punch Out" label B6128 = "TVShow" label C6128 = "3% Netflix" label B6129 = "TVShow" label C6129 = "Alone [History Channel]" label B6130 = "TVShow" label C6130 = "Black Mirror" label B6131 = "TVShow" label C6131 = "Roman Empire Reign of Blood" label B6132 = "TVShow" label C6132 = "Stranger Things" label B6133 = "TVShow" label C6133 = "The People v. O.J. Simpson: American Crime Story" label B6134 = "TVShow" label C6134 = "The Wire" label B6135 = "TVShow" label C6135 = "Westworld" label B6136 = "Wii" label C6136 = "Kirby Yarn" label B6137 = "Wii" label C6137 = "Mario Gaxaly" label B6138 = "Wii" label C6138 = "Punch Out w/ Balance Board" label B6139 = "Wii" label C6139 = "Resident Evil" label B6140 = "Wii" label C6140 = "Skate w/ Board" label B6141 = "Xbox" label C6141 = "Aliens Versus Predator: Extinction" label D6141 = "RTS" label B6142 = "Xbox" label C6142 = "Star Wars Battlefront 2" label D6142 = "FPS" label A6143 = "01/01/2017" label B6143 = "Linux" label C6143 = "rofi-surfraw | bookmarks" label D6143 = "GUI/CLI" label A6144 = "01/01/2017" label B6144 = "Movie" label C6144 = "Planes Trains & Automoobiles 1987" label A6145 = "01/03/2016" label B6145 = "TVShow" label C6145 = "Quantico Season 2" label A6146 = "01/03/2016" label B6146 = "Wii" label C6146 = "Captain America Super Soldier" label A6147 = "01/05/2017" label B6147 = "Movie" label C6147 = "Mechanic Resurrection 2016" label A6148 = "01/06/2017" label B6148 = "Movie" label C6148 = "Goonies 1985" label A6149 = "11/22/2016" label B6149 = "Movie" label C6149 = "The Core 2003" label A6150 = "11/25/2016" label B6150 = "Music" label C6150 = "Mya" label A6151 = "11/28/2016" label B6151 = "Movie" label C6151 = "Suicide Squad Extended 2016" label A6152 = "12/01/2016" label B6152 = "Xbox" label C6152 = "NFL Street" label A6153 = "12/02/2016" label B6153 = "TVShow" label C6153 = "Mr. Robot S2 last 2 ep" label A6154 = "12/03/2016" label B6154 = "Android" label C6154 = "KingRoot - Root any Phone" label D6154 = "might have backdoors?" label A6155 = "12/03/2016" label B6155 = "Android" label C6155 = "Purify - block all apps that sucks battery life" label A6156 = "12/03/2016" label B6156 = "Android" label C6156 = "primative ftpd" label A6157 = "12/03/2016" label B6157 = "Audiobook" label C6157 = "001-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label D6157 = "30min" label A6158 = "12/03/2016" label B6158 = "Audiobook" label C6158 = "002-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label A6159 = "12/05/2016" label B6159 = "NES" label C6159 = "Ice Hockey" label A6160 = "12/06/2016" label B6160 = "MAME" label C6160 = "Ninja Baseball Bat Man" label A6161 = "12/06/2016" label B6161 = "NES" label C6161 = "Baseball Stars" label A6162 = "12/10/2016" label B6162 = "Linux" label C6162 = "vimwiki" label D6162 = "TUI" label A6163 = "12/12/2016" label B6163 = "Podcast" label C6163 = "PornDirectorPodcast" label F6163 = "http://www.porndirectorpodcast.com/main/" label A6164 = "12/12/2016" label B6164 = "Podcast" label C6164 = "The Cine-Files" label F6164 = "http://www.podbay.fm/show/1124549378" label A6165 = "12/15/2016" label B6165 = "PCGame" label C6165 = "Bionic Commando Rearmed" label A6166 = "12/17/2016" label B6166 = "Linux" label C6166 = "vbx function [Virtualbox CLI]" label D6166 = "RQBy: Schizo" label F6166 = "https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g" label A6167 = "12/22/2016" label B6167 = "Wii" label C6167 = "Rayman Origins" label A6168 = "12/23/2016" label B6168 = "Movie" label C6168 = "Top Gun 1986 Special Edition" label A6169 = "12/25/2016" label B6169 = "Linux" label C6169 = "rofi - dmenu launcher replacement" label D6169 = "GUI/CLI" label A6170 = "12/26/2016" label B6170 = "Movie" label C6170 = "Black Dynamite (2009)" label A6171 = "12/28/2016" label B6171 = "Movie" label C6171 = "Ben Hur 2016" label A6172 = "12/29/2016" label B6172 = "Movie" label C6172 = "Deepwater Horizon 2016" label A6173 = "12/29/2016" label B6173 = "Movie" label C6173 = "The Accountant 2016" label A6174 = "12/30/2016" label B6174 = "Movie" label C6174 = "The Magnificent Seven 2016" label B6175 = "Android" label C6175 = "IceCatMobile" label D6175 = "Web Browser" label F6175 = "https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat" label B6176 = "Audiobook" label C6176 = "003-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B6177 = "Audiobook" label C6177 = "004-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B6178 = "Audiobook" label C6178 = "Darth Plagueis" label B6179 = "Audiobook" label C6179 = "The Life-Changing Magic of Tidying Up" label B6180 = "Comic" label C6180 = "Saga" label B6181 = "Comic" label C6181 = "Walking Dead 157" label B6182 = "Comic" label C6182 = "X-Men Age of Apocalypse" label B6183 = "Comic" label C6183 = "Y The Last Man" label B6184 = "Linux" label C6184 = "Ampache: web based audio/video streaming" label D6184 = "WEBUI" label F6184 = "http://ampache.org/" label B6185 = "Linux" label C6185 = "Clonezilla" label B6186 = "Linux" label C6186 = "CopyQ - Clipboard manager" label D6186 = "GUI" label B6187 = "Linux" label C6187 = "EncFS - an Encrypted Filesystem" label B6188 = "Linux" label C6188 = "Firejail" label B6189 = "Linux" label C6189 = "LUKS encryption/ cryptsetup" label D6189 = "CLI" label B6190 = "Linux" label C6190 = "Piwigo is photo gallery software for the web" label D6190 = "WEBUI" label F6190 = "http://piwigo.org/" label B6191 = "Linux" label C6191 = "Samba" label D6191 = "CLI" label B6192 = "Linux" label C6192 = "SoundNode - opensource SoundCloud app" label D6192 = "GUI" label F6192 = "http://www.soundnodeapp.com/" label B6193 = "Linux" label C6193 = "Vocal - Podcast Client" label D6193 = "GUI" label F6193 = "http://vocalproject.net/" label B6194 = "Linux" label C6194 = "albumr - Imgur album downloader" label D6194 = "CLI" label F6194 = "https://pypi.python.org/pypi/albumr" label B6195 = "Linux" label C6195 = "alpine" label B6196 = "Linux" label C6196 = "anamnesis - clipboard manager" label D6196 = "GUI" label B6197 = "Linux" label C6197 = "asciiquarium" label D6197 = "TUI" label B6198 = "Linux" label C6198 = "bulk - bulk rename interactive" label D6198 = "Alex Leferry" label F6198 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B6199 = "Linux" label C6199 = "ccze - colorizer" label D6199 = "CLI" label B6200 = "Linux" label C6200 = "centerim5" label D6200 = "TUI" label B6201 = "Linux" label C6201 = "clipmenu - dmenu clipboard manager" label D6201 = "GUI" label B6202 = "Linux" label C6202 = "cvim" label B6203 = "Linux" label C6203 = "forecash - cashflow forecasting" label D6203 = "CLI" label F6203 = "https://github.com/fsareshwala/forecash" label B6204 = "Linux" label C6204 = "fzf-clipboard" label B6205 = "Linux" label C6205 = "kakoune - vim alternative" label D6205 = "Alex Leferry" label F6205 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B6206 = "Linux" label C6206 = "keynav" label B6207 = "Linux" label C6207 = "krill - rss filter feeds" label D6207 = "CLI" label F6207 = "https://github.com/p-e-w/krill" label B6208 = "Linux" label C6208 = "ledger - accounting system" label D6208 = "CLI" label F6208 = "http://www.ledger-cli.org/" label B6209 = "Linux" label C6209 = "megadl - mega.co.nz downloader" label D6209 = "CLI" label E6209 = "wait for 2.0 to have options to download single files from public folder" label B6210 = "Linux" label C6210 = "mpd + ncmpcpp" label D6210 = "CLI/TUI" label B6211 = "Linux" label C6211 = "newsbeuter macros" label D6211 = "CLI" label B6212 = "Linux" label C6212 = "nmtui" label D6212 = "wifi" label B6213 = "Linux" label C6213 = "nq - queue task" label D6213 = "CLI" label B6214 = "Linux" label C6214 = "open dvd producer - create DVD with menus" label D6214 = "GUI" label F6214 = "http://opendvdproducer.jonata.org/" label B6215 = "Linux" label C6215 = "redshift" label D6215 = "CLI" label B6216 = "Linux" label C6216 = "rofi-clipboard" label B6217 = "Linux" label C6217 = "rofi-locate" label B6218 = "Linux" label C6218 = "rofi-playonlinux" label B6219 = "Linux" label C6219 = "rofi-snippet" label B6220 = "Linux" label C6220 = "rss-bridge" label F6220 = "https://github.com/RSS-Bridge/rss-bridge" label B6221 = "Linux" label C6221 = "screenfetch" label D6221 = "CLI" label B6222 = "Linux" label C6222 = "setxkbmap" label B6223 = "Linux" label C6223 = "socli - Stack overflow command line client" label D6223 = "CLI" label F6223 = "https://github.com/gautamkrishnar/socli" label B6224 = "Linux" label C6224 = "sxhkd" label B6225 = "Linux" label C6225 = "systemd timers" label B6226 = "Linux" label C6226 = "taffy - A command-line audio tagging tool" label D6226 = "CLI" label F6226 = "https://github.com/jangler/taffy" label B6227 = "Linux" label C6227 = "task spooler multiple instances" label D6227 = "CLI" label B6228 = "Linux" label C6228 = "timertab - manage systemd timers" label F6228 = "https://github.com/amlamarra/timertab" label B6229 = "Linux" label C6229 = "tweeper - a Twitter to RSS web scraper" label D6229 = "CLI" label E6229 = "https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper" label F6229 = "https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/" label B6230 = "Linux" label C6230 = "veracrypt" label B6231 = "Linux" label C6231 = "wicd-curses" label D6231 = "wifi" label B6232 = "Linux" label C6232 = "wifi-menu" label D6232 = "wifi" label B6233 = "Linux" label C6233 = "wpa_supplicant " label D6233 = "wifi" label B6234 = "Linux" label C6234 = "wttr - weather info" label D6234 = "CLI" label B6235 = "Linux" label C6235 = "xbindkeys" label B6236 = "Linux" label C6236 = "xcape" label B6237 = "Linux" label C6237 = "xchainkeys" label B6238 = "Linux" label C6238 = "xdo" label B6239 = "Linux" label C6239 = "xfce4-screenshooter (selection area imgu'')" label D6239 = "GUI" label B6240 = "Linux" label C6240 = "xinput" label B6241 = "Linux" label C6241 = "xmodmap" label B6242 = "Linux" label C6242 = "xsendkey" label B6243 = "Linux" label C6243 = "xsetwacom " label B6244 = "Linux" label C6244 = "xvkbd" label B6245 = "MAME" label C6245 = "Baseball Stars 2" label B6246 = "Movie" label C6246 = "A Christmas Story 1983" label B6247 = "Movie" label C6247 = "Doctor Strange 2016" label B6248 = "Movie" label C6248 = "Eternal Sunshine of the Spotless Mind (2004)" label B6249 = "Movie" label C6249 = "Frozen" label B6250 = "Movie" label C6250 = "Harry Potter" label B6251 = "Movie" label C6251 = "Jaws (1975)" label B6252 = "Movie" label C6252 = "Moana 2016" label B6253 = "Movie" label C6253 = "Mud 2012" label B6254 = "Movie" label C6254 = "Pete's Dragon 2016" label B6255 = "Movie" label C6255 = "Pump Up The Volume 1990" label B6256 = "Movie" label C6256 = "Snakes on a Plane (2006)" label B6257 = "Movie" label C6257 = "Snowden 2016" label B6258 = "Movie" label C6258 = "Swiss Army Man (2016)" label B6259 = "Movie" label C6259 = "The Legend of Tarzan 2016" label B6260 = "Movie" label C6260 = "Trainwreck (2015)" label B6261 = "Movie" label C6261 = "True Romance (1993)" label B6262 = "Movie" label C6262 = "War Dogs 2016" label B6263 = "Music" label C6263 = "Ashanti" label B6264 = "Music" label C6264 = "BackStreet/Dre" label B6265 = "Music" label C6265 = "Bubba Sparxxx" label B6266 = "Music" label C6266 = "Ciara" label B6267 = "Music" label C6267 = "Dido" label B6268 = "Music" label C6268 = "Dr Dre Instramentals" label B6269 = "Music" label C6269 = "Gloria Estefan" label B6270 = "Music" label C6270 = "Juvenile" label B6271 = "Music" label C6271 = "Meghan Trainor" label B6272 = "Music" label C6272 = "Petey Pablo" label B6273 = "Music" label C6273 = "Puff Daddy" label B6274 = "Music" label C6274 = "Run DMC" label B6275 = "Music" label C6275 = "Street Fighter" label B6276 = "Music" label C6276 = "Super Mario World" label B6277 = "Music" label C6277 = "TLC" label B6278 = "Music" label C6278 = "Young Buck" label B6279 = "NES" label C6279 = "Bionic Commando" label B6280 = "NES" label C6280 = "Contra" label B6281 = "NES" label C6281 = "Mega Man 2" label B6282 = "NES" label C6282 = "Palamedes" label D6282 = "Puzzle" label B6283 = "NES" label C6283 = "Super Mario Bros 3" label B6284 = "PCGame" label C6284 = "Batman: Arkham Asylum" label B6285 = "PCGame" label C6285 = "Dead or Alive 5 With Nude Patch" label B6286 = "PCGame" label C6286 = "For Honor" label B6287 = "PCGame" label C6287 = "Killer Instinct" label B6288 = "PCGame" label C6288 = "Rise of the Tomb Raider" label B6289 = "PCGame" label C6289 = "Street Fighter 5" label B6290 = "PCGame" label C6290 = "The Division" label B6291 = "PSX" label C6291 = "ESPN Extreme Games" label B6292 = "PSX" label C6292 = "Street Fighter: The Movie" label B6293 = "SNES" label C6293 = "Punch Out" label B6294 = "TVShow" label C6294 = "3% Netflix" label B6295 = "TVShow" label C6295 = "Alone [History Channel]" label B6296 = "TVShow" label C6296 = "Black Mirror" label B6297 = "TVShow" label C6297 = "Roman Empire Reign of Blood" label B6298 = "TVShow" label C6298 = "Stranger Things" label B6299 = "TVShow" label C6299 = "The People v. O.J. Simpson: American Crime Story" label B6300 = "TVShow" label C6300 = "The Wire" label B6301 = "TVShow" label C6301 = "Westworld" label B6302 = "Wii" label C6302 = "Kirby Yarn" label B6303 = "Wii" label C6303 = "Mario Gaxaly" label B6304 = "Wii" label C6304 = "Punch Out w/ Balance Board" label B6305 = "Wii" label C6305 = "Resident Evil" label B6306 = "Wii" label C6306 = "Skate w/ Board" label B6307 = "Xbox" label C6307 = "Aliens Versus Predator: Extinction" label D6307 = "RTS" label B6308 = "Xbox" label C6308 = "Star Wars Battlefront 2" label D6308 = "FPS" label A6309 = "01/01/2017" label B6309 = "Linux" label C6309 = "rofi-surfraw | bookmarks" label D6309 = "GUI/CLI" label A6310 = "01/01/2017" label B6310 = "Movie" label C6310 = "Planes Trains & Automoobiles 1987" label A6311 = "01/03/2016" label B6311 = "TVShow" label C6311 = "Quantico Season 2" label A6312 = "01/03/2016" label B6312 = "Wii" label C6312 = "Captain America Super Soldier" label A6313 = "01/05/2017" label B6313 = "Movie" label C6313 = "Mechanic Resurrection 2016" label A6314 = "01/06/2017" label B6314 = "Movie" label C6314 = "Goonies 1985" label A6315 = "11/22/2016" label B6315 = "Movie" label C6315 = "The Core 2003" label A6316 = "11/25/2016" label B6316 = "Music" label C6316 = "Mya" label A6317 = "11/28/2016" label B6317 = "Movie" label C6317 = "Suicide Squad Extended 2016" label A6318 = "12/01/2016" label B6318 = "Xbox" label C6318 = "NFL Street" label A6319 = "12/02/2016" label B6319 = "TVShow" label C6319 = "Mr. Robot S2 last 2 ep" label A6320 = "12/03/2016" label B6320 = "Android" label C6320 = "KingRoot - Root any Phone" label D6320 = "might have backdoors?" label A6321 = "12/03/2016" label B6321 = "Android" label C6321 = "Purify - block all apps that sucks battery life" label A6322 = "12/03/2016" label B6322 = "Android" label C6322 = "primative ftpd" label A6323 = "12/03/2016" label B6323 = "Audiobook" label C6323 = "001-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label D6323 = "30min" label A6324 = "12/03/2016" label B6324 = "Audiobook" label C6324 = "002-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label A6325 = "12/05/2016" label B6325 = "NES" label C6325 = "Ice Hockey" label A6326 = "12/06/2016" label B6326 = "MAME" label C6326 = "Ninja Baseball Bat Man" label A6327 = "12/06/2016" label B6327 = "NES" label C6327 = "Baseball Stars" label A6328 = "12/10/2016" label B6328 = "Linux" label C6328 = "vimwiki" label D6328 = "TUI" label A6329 = "12/12/2016" label B6329 = "Podcast" label C6329 = "PornDirectorPodcast" label F6329 = "http://www.porndirectorpodcast.com/main/" label A6330 = "12/12/2016" label B6330 = "Podcast" label C6330 = "The Cine-Files" label F6330 = "http://www.podbay.fm/show/1124549378" label A6331 = "12/15/2016" label B6331 = "PCGame" label C6331 = "Bionic Commando Rearmed" label A6332 = "12/17/2016" label B6332 = "Linux" label C6332 = "vbx function [Virtualbox CLI]" label D6332 = "RQBy: Schizo" label F6332 = "https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g" label A6333 = "12/22/2016" label B6333 = "Wii" label C6333 = "Rayman Origins" label A6334 = "12/23/2016" label B6334 = "Movie" label C6334 = "Top Gun 1986 Special Edition" label A6335 = "12/25/2016" label B6335 = "Linux" label C6335 = "rofi - dmenu launcher replacement" label D6335 = "GUI/CLI" label A6336 = "12/26/2016" label B6336 = "Movie" label C6336 = "Black Dynamite (2009)" label A6337 = "12/28/2016" label B6337 = "Movie" label C6337 = "Ben Hur 2016" label A6338 = "12/29/2016" label B6338 = "Movie" label C6338 = "Deepwater Horizon 2016" label A6339 = "12/29/2016" label B6339 = "Movie" label C6339 = "The Accountant 2016" label A6340 = "12/30/2016" label B6340 = "Movie" label C6340 = "The Magnificent Seven 2016" label B6341 = "Android" label C6341 = "IceCatMobile" label D6341 = "Web Browser" label F6341 = "https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat" label B6342 = "Audiobook" label C6342 = "003-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B6343 = "Audiobook" label C6343 = "004-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B6344 = "Audiobook" label C6344 = "Darth Plagueis" label B6345 = "Audiobook" label C6345 = "The Life-Changing Magic of Tidying Up" label B6346 = "Comic" label C6346 = "Saga" label B6347 = "Comic" label C6347 = "Walking Dead 157" label B6348 = "Comic" label C6348 = "X-Men Age of Apocalypse" label B6349 = "Comic" label C6349 = "Y The Last Man" label B6350 = "Linux" label C6350 = "Ampache: web based audio/video streaming" label D6350 = "WEBUI" label F6350 = "http://ampache.org/" label B6351 = "Linux" label C6351 = "Clonezilla" label B6352 = "Linux" label C6352 = "CopyQ - Clipboard manager" label D6352 = "GUI" label B6353 = "Linux" label C6353 = "EncFS - an Encrypted Filesystem" label B6354 = "Linux" label C6354 = "Firejail" label B6355 = "Linux" label C6355 = "LUKS encryption/ cryptsetup" label D6355 = "CLI" label B6356 = "Linux" label C6356 = "Piwigo is photo gallery software for the web" label D6356 = "WEBUI" label F6356 = "http://piwigo.org/" label B6357 = "Linux" label C6357 = "Samba" label D6357 = "CLI" label B6358 = "Linux" label C6358 = "SoundNode - opensource SoundCloud app" label D6358 = "GUI" label F6358 = "http://www.soundnodeapp.com/" label B6359 = "Linux" label C6359 = "Vocal - Podcast Client" label D6359 = "GUI" label F6359 = "http://vocalproject.net/" label B6360 = "Linux" label C6360 = "albumr - Imgur album downloader" label D6360 = "CLI" label F6360 = "https://pypi.python.org/pypi/albumr" label B6361 = "Linux" label C6361 = "alpine" label B6362 = "Linux" label C6362 = "anamnesis - clipboard manager" label D6362 = "GUI" label B6363 = "Linux" label C6363 = "asciiquarium" label D6363 = "TUI" label B6364 = "Linux" label C6364 = "bulk - bulk rename interactive" label D6364 = "Alex Leferry" label F6364 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B6365 = "Linux" label C6365 = "ccze - colorizer" label D6365 = "CLI" label B6366 = "Linux" label C6366 = "centerim5" label D6366 = "TUI" label B6367 = "Linux" label C6367 = "clipmenu - dmenu clipboard manager" label D6367 = "GUI" label B6368 = "Linux" label C6368 = "cvim" label B6369 = "Linux" label C6369 = "forecash - cashflow forecasting" label D6369 = "CLI" label F6369 = "https://github.com/fsareshwala/forecash" label B6370 = "Linux" label C6370 = "fzf-clipboard" label B6371 = "Linux" label C6371 = "kakoune - vim alternative" label D6371 = "Alex Leferry" label F6371 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B6372 = "Linux" label C6372 = "keynav" label B6373 = "Linux" label C6373 = "krill - rss filter feeds" label D6373 = "CLI" label F6373 = "https://github.com/p-e-w/krill" label B6374 = "Linux" label C6374 = "ledger - accounting system" label D6374 = "CLI" label F6374 = "http://www.ledger-cli.org/" label B6375 = "Linux" label C6375 = "megadl - mega.co.nz downloader" label D6375 = "CLI" label E6375 = "wait for 2.0 to have options to download single files from public folder" label B6376 = "Linux" label C6376 = "mpd + ncmpcpp" label D6376 = "CLI/TUI" label B6377 = "Linux" label C6377 = "newsbeuter macros" label D6377 = "CLI" label B6378 = "Linux" label C6378 = "nmtui" label D6378 = "wifi" label B6379 = "Linux" label C6379 = "nq - queue task" label D6379 = "CLI" label B6380 = "Linux" label C6380 = "open dvd producer - create DVD with menus" label D6380 = "GUI" label F6380 = "http://opendvdproducer.jonata.org/" label B6381 = "Linux" label C6381 = "redshift" label D6381 = "CLI" label B6382 = "Linux" label C6382 = "rofi-clipboard" label B6383 = "Linux" label C6383 = "rofi-locate" label B6384 = "Linux" label C6384 = "rofi-playonlinux" label B6385 = "Linux" label C6385 = "rofi-snippet" label B6386 = "Linux" label C6386 = "rss-bridge" label F6386 = "https://github.com/RSS-Bridge/rss-bridge" label B6387 = "Linux" label C6387 = "screenfetch" label D6387 = "CLI" label B6388 = "Linux" label C6388 = "setxkbmap" label B6389 = "Linux" label C6389 = "socli - Stack overflow command line client" label D6389 = "CLI" label F6389 = "https://github.com/gautamkrishnar/socli" label B6390 = "Linux" label C6390 = "sxhkd" label B6391 = "Linux" label C6391 = "systemd timers" label B6392 = "Linux" label C6392 = "taffy - A command-line audio tagging tool" label D6392 = "CLI" label F6392 = "https://github.com/jangler/taffy" label B6393 = "Linux" label C6393 = "task spooler multiple instances" label D6393 = "CLI" label B6394 = "Linux" label C6394 = "timertab - manage systemd timers" label F6394 = "https://github.com/amlamarra/timertab" label B6395 = "Linux" label C6395 = "tweeper - a Twitter to RSS web scraper" label D6395 = "CLI" label E6395 = "https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper" label F6395 = "https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/" label B6396 = "Linux" label C6396 = "veracrypt" label B6397 = "Linux" label C6397 = "wicd-curses" label D6397 = "wifi" label B6398 = "Linux" label C6398 = "wifi-menu" label D6398 = "wifi" label B6399 = "Linux" label C6399 = "wpa_supplicant " label D6399 = "wifi" label B6400 = "Linux" label C6400 = "wttr - weather info" label D6400 = "CLI" label B6401 = "Linux" label C6401 = "xbindkeys" label B6402 = "Linux" label C6402 = "xcape" label B6403 = "Linux" label C6403 = "xchainkeys" label B6404 = "Linux" label C6404 = "xdo" label B6405 = "Linux" label C6405 = "xfce4-screenshooter (selection area imgu'')" label D6405 = "GUI" label B6406 = "Linux" label C6406 = "xinput" label B6407 = "Linux" label C6407 = "xmodmap" label B6408 = "Linux" label C6408 = "xsendkey" label B6409 = "Linux" label C6409 = "xsetwacom " label B6410 = "Linux" label C6410 = "xvkbd" label B6411 = "MAME" label C6411 = "Baseball Stars 2" label B6412 = "Movie" label C6412 = "A Christmas Story 1983" label B6413 = "Movie" label C6413 = "Doctor Strange 2016" label B6414 = "Movie" label C6414 = "Eternal Sunshine of the Spotless Mind (2004)" label B6415 = "Movie" label C6415 = "Frozen" label B6416 = "Movie" label C6416 = "Harry Potter" label B6417 = "Movie" label C6417 = "Jaws (1975)" label B6418 = "Movie" label C6418 = "Moana 2016" label B6419 = "Movie" label C6419 = "Mud 2012" label B6420 = "Movie" label C6420 = "Pete's Dragon 2016" label B6421 = "Movie" label C6421 = "Pump Up The Volume 1990" label B6422 = "Movie" label C6422 = "Snakes on a Plane (2006)" label B6423 = "Movie" label C6423 = "Snowden 2016" label B6424 = "Movie" label C6424 = "Swiss Army Man (2016)" label B6425 = "Movie" label C6425 = "The Legend of Tarzan 2016" label B6426 = "Movie" label C6426 = "Trainwreck (2015)" label B6427 = "Movie" label C6427 = "True Romance (1993)" label B6428 = "Movie" label C6428 = "War Dogs 2016" label B6429 = "Music" label C6429 = "Ashanti" label B6430 = "Music" label C6430 = "BackStreet/Dre" label B6431 = "Music" label C6431 = "Bubba Sparxxx" label B6432 = "Music" label C6432 = "Ciara" label B6433 = "Music" label C6433 = "Dido" label B6434 = "Music" label C6434 = "Dr Dre Instramentals" label B6435 = "Music" label C6435 = "Gloria Estefan" label B6436 = "Music" label C6436 = "Juvenile" label B6437 = "Music" label C6437 = "Meghan Trainor" label B6438 = "Music" label C6438 = "Petey Pablo" label B6439 = "Music" label C6439 = "Puff Daddy" label B6440 = "Music" label C6440 = "Run DMC" label B6441 = "Music" label C6441 = "Street Fighter" label B6442 = "Music" label C6442 = "Super Mario World" label B6443 = "Music" label C6443 = "TLC" label B6444 = "Music" label C6444 = "Young Buck" label B6445 = "NES" label C6445 = "Bionic Commando" label B6446 = "NES" label C6446 = "Contra" label B6447 = "NES" label C6447 = "Mega Man 2" label B6448 = "NES" label C6448 = "Palamedes" label D6448 = "Puzzle" label B6449 = "NES" label C6449 = "Super Mario Bros 3" label B6450 = "PCGame" label C6450 = "Batman: Arkham Asylum" label B6451 = "PCGame" label C6451 = "Dead or Alive 5 With Nude Patch" label B6452 = "PCGame" label C6452 = "For Honor" label B6453 = "PCGame" label C6453 = "Killer Instinct" label B6454 = "PCGame" label C6454 = "Rise of the Tomb Raider" label B6455 = "PCGame" label C6455 = "Street Fighter 5" label B6456 = "PCGame" label C6456 = "The Division" label B6457 = "PSX" label C6457 = "ESPN Extreme Games" label B6458 = "PSX" label C6458 = "Street Fighter: The Movie" label B6459 = "SNES" label C6459 = "Punch Out" label B6460 = "TVShow" label C6460 = "3% Netflix" label B6461 = "TVShow" label C6461 = "Alone [History Channel]" label B6462 = "TVShow" label C6462 = "Black Mirror" label B6463 = "TVShow" label C6463 = "Roman Empire Reign of Blood" label B6464 = "TVShow" label C6464 = "Stranger Things" label B6465 = "TVShow" label C6465 = "The People v. O.J. Simpson: American Crime Story" label B6466 = "TVShow" label C6466 = "The Wire" label B6467 = "TVShow" label C6467 = "Westworld" label B6468 = "Wii" label C6468 = "Kirby Yarn" label B6469 = "Wii" label C6469 = "Mario Gaxaly" label B6470 = "Wii" label C6470 = "Punch Out w/ Balance Board" label B6471 = "Wii" label C6471 = "Resident Evil" label B6472 = "Wii" label C6472 = "Skate w/ Board" label B6473 = "Xbox" label C6473 = "Aliens Versus Predator: Extinction" label D6473 = "RTS" label B6474 = "Xbox" label C6474 = "Star Wars Battlefront 2" label D6474 = "FPS" label A6475 = "01/01/2017" label B6475 = "Linux" label C6475 = "rofi-surfraw | bookmarks" label D6475 = "GUI/CLI" label A6476 = "01/01/2017" label B6476 = "Movie" label C6476 = "Planes Trains & Automoobiles 1987" label A6477 = "01/03/2016" label B6477 = "TVShow" label C6477 = "Quantico Season 2" label A6478 = "01/03/2016" label B6478 = "Wii" label C6478 = "Captain America Super Soldier" label A6479 = "01/05/2017" label B6479 = "Movie" label C6479 = "Mechanic Resurrection 2016" label A6480 = "01/06/2017" label B6480 = "Movie" label C6480 = "Goonies 1985" label A6481 = "11/22/2016" label B6481 = "Movie" label C6481 = "The Core 2003" label A6482 = "11/25/2016" label B6482 = "Music" label C6482 = "Mya" label A6483 = "11/28/2016" label B6483 = "Movie" label C6483 = "Suicide Squad Extended 2016" label A6484 = "12/01/2016" label B6484 = "Xbox" label C6484 = "NFL Street" label A6485 = "12/02/2016" label B6485 = "TVShow" label C6485 = "Mr. Robot S2 last 2 ep" label A6486 = "12/03/2016" label B6486 = "Android" label C6486 = "KingRoot - Root any Phone" label D6486 = "might have backdoors?" label A6487 = "12/03/2016" label B6487 = "Android" label C6487 = "Purify - block all apps that sucks battery life" label A6488 = "12/03/2016" label B6488 = "Android" label C6488 = "primative ftpd" label A6489 = "12/03/2016" label B6489 = "Audiobook" label C6489 = "001-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label D6489 = "30min" label A6490 = "12/03/2016" label B6490 = "Audiobook" label C6490 = "002-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label A6491 = "12/05/2016" label B6491 = "NES" label C6491 = "Ice Hockey" label A6492 = "12/06/2016" label B6492 = "MAME" label C6492 = "Ninja Baseball Bat Man" label A6493 = "12/06/2016" label B6493 = "NES" label C6493 = "Baseball Stars" label A6494 = "12/10/2016" label B6494 = "Linux" label C6494 = "vimwiki" label D6494 = "TUI" label A6495 = "12/12/2016" label B6495 = "Podcast" label C6495 = "PornDirectorPodcast" label F6495 = "http://www.porndirectorpodcast.com/main/" label A6496 = "12/12/2016" label B6496 = "Podcast" label C6496 = "The Cine-Files" label F6496 = "http://www.podbay.fm/show/1124549378" label A6497 = "12/15/2016" label B6497 = "PCGame" label C6497 = "Bionic Commando Rearmed" label A6498 = "12/17/2016" label B6498 = "Linux" label C6498 = "vbx function [Virtualbox CLI]" label D6498 = "RQBy: Schizo" label F6498 = "https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g" label A6499 = "12/22/2016" label B6499 = "Wii" label C6499 = "Rayman Origins" label A6500 = "12/23/2016" label B6500 = "Movie" label C6500 = "Top Gun 1986 Special Edition" label A6501 = "12/25/2016" label B6501 = "Linux" label C6501 = "rofi - dmenu launcher replacement" label D6501 = "GUI/CLI" label A6502 = "12/26/2016" label B6502 = "Movie" label C6502 = "Black Dynamite (2009)" label A6503 = "12/28/2016" label B6503 = "Movie" label C6503 = "Ben Hur 2016" label A6504 = "12/29/2016" label B6504 = "Movie" label C6504 = "Deepwater Horizon 2016" label A6505 = "12/29/2016" label B6505 = "Movie" label C6505 = "The Accountant 2016" label A6506 = "12/30/2016" label B6506 = "Movie" label C6506 = "The Magnificent Seven 2016" label B6507 = "Android" label C6507 = "IceCatMobile" label D6507 = "Web Browser" label F6507 = "https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat" label B6508 = "Audiobook" label C6508 = "003-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B6509 = "Audiobook" label C6509 = "004-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B6510 = "Audiobook" label C6510 = "Darth Plagueis" label B6511 = "Audiobook" label C6511 = "The Life-Changing Magic of Tidying Up" label B6512 = "Comic" label C6512 = "Saga" label B6513 = "Comic" label C6513 = "Walking Dead 157" label B6514 = "Comic" label C6514 = "X-Men Age of Apocalypse" label B6515 = "Comic" label C6515 = "Y The Last Man" label B6516 = "Linux" label C6516 = "Ampache: web based audio/video streaming" label D6516 = "WEBUI" label F6516 = "http://ampache.org/" label B6517 = "Linux" label C6517 = "Clonezilla" label B6518 = "Linux" label C6518 = "CopyQ - Clipboard manager" label D6518 = "GUI" label B6519 = "Linux" label C6519 = "EncFS - an Encrypted Filesystem" label B6520 = "Linux" label C6520 = "Firejail" label B6521 = "Linux" label C6521 = "LUKS encryption/ cryptsetup" label D6521 = "CLI" label B6522 = "Linux" label C6522 = "Piwigo is photo gallery software for the web" label D6522 = "WEBUI" label F6522 = "http://piwigo.org/" label B6523 = "Linux" label C6523 = "Samba" label D6523 = "CLI" label B6524 = "Linux" label C6524 = "SoundNode - opensource SoundCloud app" label D6524 = "GUI" label F6524 = "http://www.soundnodeapp.com/" label B6525 = "Linux" label C6525 = "Vocal - Podcast Client" label D6525 = "GUI" label F6525 = "http://vocalproject.net/" label B6526 = "Linux" label C6526 = "albumr - Imgur album downloader" label D6526 = "CLI" label F6526 = "https://pypi.python.org/pypi/albumr" label B6527 = "Linux" label C6527 = "alpine" label B6528 = "Linux" label C6528 = "anamnesis - clipboard manager" label D6528 = "GUI" label B6529 = "Linux" label C6529 = "asciiquarium" label D6529 = "TUI" label B6530 = "Linux" label C6530 = "bulk - bulk rename interactive" label D6530 = "Alex Leferry" label F6530 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B6531 = "Linux" label C6531 = "ccze - colorizer" label D6531 = "CLI" label B6532 = "Linux" label C6532 = "centerim5" label D6532 = "TUI" label B6533 = "Linux" label C6533 = "clipmenu - dmenu clipboard manager" label D6533 = "GUI" label B6534 = "Linux" label C6534 = "cvim" label B6535 = "Linux" label C6535 = "forecash - cashflow forecasting" label D6535 = "CLI" label F6535 = "https://github.com/fsareshwala/forecash" label B6536 = "Linux" label C6536 = "fzf-clipboard" label B6537 = "Linux" label C6537 = "kakoune - vim alternative" label D6537 = "Alex Leferry" label F6537 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B6538 = "Linux" label C6538 = "keynav" label B6539 = "Linux" label C6539 = "krill - rss filter feeds" label D6539 = "CLI" label F6539 = "https://github.com/p-e-w/krill" label B6540 = "Linux" label C6540 = "ledger - accounting system" label D6540 = "CLI" label F6540 = "http://www.ledger-cli.org/" label B6541 = "Linux" label C6541 = "megadl - mega.co.nz downloader" label D6541 = "CLI" label E6541 = "wait for 2.0 to have options to download single files from public folder" label B6542 = "Linux" label C6542 = "mpd + ncmpcpp" label D6542 = "CLI/TUI" label B6543 = "Linux" label C6543 = "newsbeuter macros" label D6543 = "CLI" label B6544 = "Linux" label C6544 = "nmtui" label D6544 = "wifi" label B6545 = "Linux" label C6545 = "nq - queue task" label D6545 = "CLI" label B6546 = "Linux" label C6546 = "open dvd producer - create DVD with menus" label D6546 = "GUI" label F6546 = "http://opendvdproducer.jonata.org/" label B6547 = "Linux" label C6547 = "redshift" label D6547 = "CLI" label B6548 = "Linux" label C6548 = "rofi-clipboard" label B6549 = "Linux" label C6549 = "rofi-locate" label B6550 = "Linux" label C6550 = "rofi-playonlinux" label B6551 = "Linux" label C6551 = "rofi-snippet" label B6552 = "Linux" label C6552 = "rss-bridge" label F6552 = "https://github.com/RSS-Bridge/rss-bridge" label B6553 = "Linux" label C6553 = "screenfetch" label D6553 = "CLI" label B6554 = "Linux" label C6554 = "setxkbmap" label B6555 = "Linux" label C6555 = "socli - Stack overflow command line client" label D6555 = "CLI" label F6555 = "https://github.com/gautamkrishnar/socli" label B6556 = "Linux" label C6556 = "sxhkd" label B6557 = "Linux" label C6557 = "systemd timers" label B6558 = "Linux" label C6558 = "taffy - A command-line audio tagging tool" label D6558 = "CLI" label F6558 = "https://github.com/jangler/taffy" label B6559 = "Linux" label C6559 = "task spooler multiple instances" label D6559 = "CLI" label B6560 = "Linux" label C6560 = "timertab - manage systemd timers" label F6560 = "https://github.com/amlamarra/timertab" label B6561 = "Linux" label C6561 = "tweeper - a Twitter to RSS web scraper" label D6561 = "CLI" label E6561 = "https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper" label F6561 = "https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/" label B6562 = "Linux" label C6562 = "veracrypt" label B6563 = "Linux" label C6563 = "wicd-curses" label D6563 = "wifi" label B6564 = "Linux" label C6564 = "wifi-menu" label D6564 = "wifi" label B6565 = "Linux" label C6565 = "wpa_supplicant " label D6565 = "wifi" label B6566 = "Linux" label C6566 = "wttr - weather info" label D6566 = "CLI" label B6567 = "Linux" label C6567 = "xbindkeys" label B6568 = "Linux" label C6568 = "xcape" label B6569 = "Linux" label C6569 = "xchainkeys" label B6570 = "Linux" label C6570 = "xdo" label B6571 = "Linux" label C6571 = "xfce4-screenshooter (selection area imgu'')" label D6571 = "GUI" label B6572 = "Linux" label C6572 = "xinput" label B6573 = "Linux" label C6573 = "xmodmap" label B6574 = "Linux" label C6574 = "xsendkey" label B6575 = "Linux" label C6575 = "xsetwacom " label B6576 = "Linux" label C6576 = "xvkbd" label B6577 = "MAME" label C6577 = "Baseball Stars 2" label B6578 = "Movie" label C6578 = "A Christmas Story 1983" label B6579 = "Movie" label C6579 = "Doctor Strange 2016" label B6580 = "Movie" label C6580 = "Eternal Sunshine of the Spotless Mind (2004)" label B6581 = "Movie" label C6581 = "Frozen" label B6582 = "Movie" label C6582 = "Harry Potter" label B6583 = "Movie" label C6583 = "Jaws (1975)" label B6584 = "Movie" label C6584 = "Moana 2016" label B6585 = "Movie" label C6585 = "Mud 2012" label B6586 = "Movie" label C6586 = "Pete's Dragon 2016" label B6587 = "Movie" label C6587 = "Pump Up The Volume 1990" label B6588 = "Movie" label C6588 = "Snakes on a Plane (2006)" label B6589 = "Movie" label C6589 = "Snowden 2016" label B6590 = "Movie" label C6590 = "Swiss Army Man (2016)" label B6591 = "Movie" label C6591 = "The Legend of Tarzan 2016" label B6592 = "Movie" label C6592 = "Trainwreck (2015)" label B6593 = "Movie" label C6593 = "True Romance (1993)" label B6594 = "Movie" label C6594 = "War Dogs 2016" label B6595 = "Music" label C6595 = "Ashanti" label B6596 = "Music" label C6596 = "BackStreet/Dre" label B6597 = "Music" label C6597 = "Bubba Sparxxx" label B6598 = "Music" label C6598 = "Ciara" label B6599 = "Music" label C6599 = "Dido" label B6600 = "Music" label C6600 = "Dr Dre Instramentals" label B6601 = "Music" label C6601 = "Gloria Estefan" label B6602 = "Music" label C6602 = "Juvenile" label B6603 = "Music" label C6603 = "Meghan Trainor" label B6604 = "Music" label C6604 = "Petey Pablo" label B6605 = "Music" label C6605 = "Puff Daddy" label B6606 = "Music" label C6606 = "Run DMC" label B6607 = "Music" label C6607 = "Street Fighter" label B6608 = "Music" label C6608 = "Super Mario World" label B6609 = "Music" label C6609 = "TLC" label B6610 = "Music" label C6610 = "Young Buck" label B6611 = "NES" label C6611 = "Bionic Commando" label B6612 = "NES" label C6612 = "Contra" label B6613 = "NES" label C6613 = "Mega Man 2" label B6614 = "NES" label C6614 = "Palamedes" label D6614 = "Puzzle" label B6615 = "NES" label C6615 = "Super Mario Bros 3" label B6616 = "PCGame" label C6616 = "Batman: Arkham Asylum" label B6617 = "PCGame" label C6617 = "Dead or Alive 5 With Nude Patch" label B6618 = "PCGame" label C6618 = "For Honor" label B6619 = "PCGame" label C6619 = "Killer Instinct" label B6620 = "PCGame" label C6620 = "Rise of the Tomb Raider" label B6621 = "PCGame" label C6621 = "Street Fighter 5" label B6622 = "PCGame" label C6622 = "The Division" label B6623 = "PSX" label C6623 = "ESPN Extreme Games" label B6624 = "PSX" label C6624 = "Street Fighter: The Movie" label B6625 = "SNES" label C6625 = "Punch Out" label B6626 = "TVShow" label C6626 = "3% Netflix" label B6627 = "TVShow" label C6627 = "Alone [History Channel]" label B6628 = "TVShow" label C6628 = "Black Mirror" label B6629 = "TVShow" label C6629 = "Roman Empire Reign of Blood" label B6630 = "TVShow" label C6630 = "Stranger Things" label B6631 = "TVShow" label C6631 = "The People v. O.J. Simpson: American Crime Story" label B6632 = "TVShow" label C6632 = "The Wire" label B6633 = "TVShow" label C6633 = "Westworld" label B6634 = "Wii" label C6634 = "Kirby Yarn" label B6635 = "Wii" label C6635 = "Mario Gaxaly" label B6636 = "Wii" label C6636 = "Punch Out w/ Balance Board" label B6637 = "Wii" label C6637 = "Resident Evil" label B6638 = "Wii" label C6638 = "Skate w/ Board" label B6639 = "Xbox" label C6639 = "Aliens Versus Predator: Extinction" label D6639 = "RTS" label B6640 = "Xbox" label C6640 = "Star Wars Battlefront 2" label D6640 = "FPS" label A6641 = "01/01/2017" label B6641 = "Linux" label C6641 = "rofi-surfraw | bookmarks" label D6641 = "GUI/CLI" label A6642 = "01/01/2017" label B6642 = "Movie" label C6642 = "Planes Trains & Automoobiles 1987" label A6643 = "01/03/2016" label B6643 = "TVShow" label C6643 = "Quantico Season 2" label A6644 = "01/03/2016" label B6644 = "Wii" label C6644 = "Captain America Super Soldier" label A6645 = "01/05/2017" label B6645 = "Movie" label C6645 = "Mechanic Resurrection 2016" label A6646 = "01/06/2017" label B6646 = "Movie" label C6646 = "Goonies 1985" label A6647 = "11/22/2016" label B6647 = "Movie" label C6647 = "The Core 2003" label A6648 = "11/25/2016" label B6648 = "Music" label C6648 = "Mya" label A6649 = "11/28/2016" label B6649 = "Movie" label C6649 = "Suicide Squad Extended 2016" label A6650 = "12/01/2016" label B6650 = "Xbox" label C6650 = "NFL Street" label A6651 = "12/02/2016" label B6651 = "TVShow" label C6651 = "Mr. Robot S2 last 2 ep" label A6652 = "12/03/2016" label B6652 = "Android" label C6652 = "KingRoot - Root any Phone" label D6652 = "might have backdoors?" label A6653 = "12/03/2016" label B6653 = "Android" label C6653 = "Purify - block all apps that sucks battery life" label A6654 = "12/03/2016" label B6654 = "Android" label C6654 = "primative ftpd" label A6655 = "12/03/2016" label B6655 = "Audiobook" label C6655 = "001-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label D6655 = "30min" label A6656 = "12/03/2016" label B6656 = "Audiobook" label C6656 = "002-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label A6657 = "12/05/2016" label B6657 = "NES" label C6657 = "Ice Hockey" label A6658 = "12/06/2016" label B6658 = "MAME" label C6658 = "Ninja Baseball Bat Man" label A6659 = "12/06/2016" label B6659 = "NES" label C6659 = "Baseball Stars" label A6660 = "12/10/2016" label B6660 = "Linux" label C6660 = "vimwiki" label D6660 = "TUI" label A6661 = "12/12/2016" label B6661 = "Podcast" label C6661 = "PornDirectorPodcast" label F6661 = "http://www.porndirectorpodcast.com/main/" label A6662 = "12/12/2016" label B6662 = "Podcast" label C6662 = "The Cine-Files" label F6662 = "http://www.podbay.fm/show/1124549378" label A6663 = "12/15/2016" label B6663 = "PCGame" label C6663 = "Bionic Commando Rearmed" label A6664 = "12/17/2016" label B6664 = "Linux" label C6664 = "vbx function [Virtualbox CLI]" label D6664 = "RQBy: Schizo" label F6664 = "https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g" label A6665 = "12/22/2016" label B6665 = "Wii" label C6665 = "Rayman Origins" label A6666 = "12/23/2016" label B6666 = "Movie" label C6666 = "Top Gun 1986 Special Edition" label A6667 = "12/25/2016" label B6667 = "Linux" label C6667 = "rofi - dmenu launcher replacement" label D6667 = "GUI/CLI" label A6668 = "12/26/2016" label B6668 = "Movie" label C6668 = "Black Dynamite (2009)" label A6669 = "12/28/2016" label B6669 = "Movie" label C6669 = "Ben Hur 2016" label A6670 = "12/29/2016" label B6670 = "Movie" label C6670 = "Deepwater Horizon 2016" label A6671 = "12/29/2016" label B6671 = "Movie" label C6671 = "The Accountant 2016" label A6672 = "12/30/2016" label B6672 = "Movie" label C6672 = "The Magnificent Seven 2016" label B6673 = "Android" label C6673 = "IceCatMobile" label D6673 = "Web Browser" label F6673 = "https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat" label B6674 = "Audiobook" label C6674 = "003-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B6675 = "Audiobook" label C6675 = "004-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B6676 = "Audiobook" label C6676 = "Darth Plagueis" label B6677 = "Audiobook" label C6677 = "The Life-Changing Magic of Tidying Up" label B6678 = "Comic" label C6678 = "Saga" label B6679 = "Comic" label C6679 = "Walking Dead 157" label B6680 = "Comic" label C6680 = "X-Men Age of Apocalypse" label B6681 = "Comic" label C6681 = "Y The Last Man" label B6682 = "Linux" label C6682 = "Ampache: web based audio/video streaming" label D6682 = "WEBUI" label F6682 = "http://ampache.org/" label B6683 = "Linux" label C6683 = "Clonezilla" label B6684 = "Linux" label C6684 = "CopyQ - Clipboard manager" label D6684 = "GUI" label B6685 = "Linux" label C6685 = "EncFS - an Encrypted Filesystem" label B6686 = "Linux" label C6686 = "Firejail" label B6687 = "Linux" label C6687 = "LUKS encryption/ cryptsetup" label D6687 = "CLI" label B6688 = "Linux" label C6688 = "Piwigo is photo gallery software for the web" label D6688 = "WEBUI" label F6688 = "http://piwigo.org/" label B6689 = "Linux" label C6689 = "Samba" label D6689 = "CLI" label B6690 = "Linux" label C6690 = "SoundNode - opensource SoundCloud app" label D6690 = "GUI" label F6690 = "http://www.soundnodeapp.com/" label B6691 = "Linux" label C6691 = "Vocal - Podcast Client" label D6691 = "GUI" label F6691 = "http://vocalproject.net/" label B6692 = "Linux" label C6692 = "albumr - Imgur album downloader" label D6692 = "CLI" label F6692 = "https://pypi.python.org/pypi/albumr" label B6693 = "Linux" label C6693 = "alpine" label B6694 = "Linux" label C6694 = "anamnesis - clipboard manager" label D6694 = "GUI" label B6695 = "Linux" label C6695 = "asciiquarium" label D6695 = "TUI" label B6696 = "Linux" label C6696 = "bulk - bulk rename interactive" label D6696 = "Alex Leferry" label F6696 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B6697 = "Linux" label C6697 = "ccze - colorizer" label D6697 = "CLI" label B6698 = "Linux" label C6698 = "centerim5" label D6698 = "TUI" label B6699 = "Linux" label C6699 = "clipmenu - dmenu clipboard manager" label D6699 = "GUI" label B6700 = "Linux" label C6700 = "cvim" label B6701 = "Linux" label C6701 = "forecash - cashflow forecasting" label D6701 = "CLI" label F6701 = "https://github.com/fsareshwala/forecash" label B6702 = "Linux" label C6702 = "fzf-clipboard" label B6703 = "Linux" label C6703 = "kakoune - vim alternative" label D6703 = "Alex Leferry" label F6703 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B6704 = "Linux" label C6704 = "keynav" label B6705 = "Linux" label C6705 = "krill - rss filter feeds" label D6705 = "CLI" label F6705 = "https://github.com/p-e-w/krill" label B6706 = "Linux" label C6706 = "ledger - accounting system" label D6706 = "CLI" label F6706 = "http://www.ledger-cli.org/" label B6707 = "Linux" label C6707 = "megadl - mega.co.nz downloader" label D6707 = "CLI" label E6707 = "wait for 2.0 to have options to download single files from public folder" label B6708 = "Linux" label C6708 = "mpd + ncmpcpp" label D6708 = "CLI/TUI" label B6709 = "Linux" label C6709 = "newsbeuter macros" label D6709 = "CLI" label B6710 = "Linux" label C6710 = "nmtui" label D6710 = "wifi" label B6711 = "Linux" label C6711 = "nq - queue task" label D6711 = "CLI" label B6712 = "Linux" label C6712 = "open dvd producer - create DVD with menus" label D6712 = "GUI" label F6712 = "http://opendvdproducer.jonata.org/" label B6713 = "Linux" label C6713 = "redshift" label D6713 = "CLI" label B6714 = "Linux" label C6714 = "rofi-clipboard" label B6715 = "Linux" label C6715 = "rofi-locate" label B6716 = "Linux" label C6716 = "rofi-playonlinux" label B6717 = "Linux" label C6717 = "rofi-snippet" label B6718 = "Linux" label C6718 = "rss-bridge" label F6718 = "https://github.com/RSS-Bridge/rss-bridge" label B6719 = "Linux" label C6719 = "screenfetch" label D6719 = "CLI" label B6720 = "Linux" label C6720 = "setxkbmap" label B6721 = "Linux" label C6721 = "socli - Stack overflow command line client" label D6721 = "CLI" label F6721 = "https://github.com/gautamkrishnar/socli" label B6722 = "Linux" label C6722 = "sxhkd" label B6723 = "Linux" label C6723 = "systemd timers" label B6724 = "Linux" label C6724 = "taffy - A command-line audio tagging tool" label D6724 = "CLI" label F6724 = "https://github.com/jangler/taffy" label B6725 = "Linux" label C6725 = "task spooler multiple instances" label D6725 = "CLI" label B6726 = "Linux" label C6726 = "timertab - manage systemd timers" label F6726 = "https://github.com/amlamarra/timertab" label B6727 = "Linux" label C6727 = "tweeper - a Twitter to RSS web scraper" label D6727 = "CLI" label E6727 = "https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper" label F6727 = "https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/" label B6728 = "Linux" label C6728 = "veracrypt" label B6729 = "Linux" label C6729 = "wicd-curses" label D6729 = "wifi" label B6730 = "Linux" label C6730 = "wifi-menu" label D6730 = "wifi" label B6731 = "Linux" label C6731 = "wpa_supplicant " label D6731 = "wifi" label B6732 = "Linux" label C6732 = "wttr - weather info" label D6732 = "CLI" label B6733 = "Linux" label C6733 = "xbindkeys" label B6734 = "Linux" label C6734 = "xcape" label B6735 = "Linux" label C6735 = "xchainkeys" label B6736 = "Linux" label C6736 = "xdo" label B6737 = "Linux" label C6737 = "xfce4-screenshooter (selection area imgu'')" label D6737 = "GUI" label B6738 = "Linux" label C6738 = "xinput" label B6739 = "Linux" label C6739 = "xmodmap" label B6740 = "Linux" label C6740 = "xsendkey" label B6741 = "Linux" label C6741 = "xsetwacom " label B6742 = "Linux" label C6742 = "xvkbd" label B6743 = "MAME" label C6743 = "Baseball Stars 2" label B6744 = "Movie" label C6744 = "A Christmas Story 1983" label B6745 = "Movie" label C6745 = "Doctor Strange 2016" label B6746 = "Movie" label C6746 = "Eternal Sunshine of the Spotless Mind (2004)" label B6747 = "Movie" label C6747 = "Frozen" label B6748 = "Movie" label C6748 = "Harry Potter" label B6749 = "Movie" label C6749 = "Jaws (1975)" label B6750 = "Movie" label C6750 = "Moana 2016" label B6751 = "Movie" label C6751 = "Mud 2012" label B6752 = "Movie" label C6752 = "Pete's Dragon 2016" label B6753 = "Movie" label C6753 = "Pump Up The Volume 1990" label B6754 = "Movie" label C6754 = "Snakes on a Plane (2006)" label B6755 = "Movie" label C6755 = "Snowden 2016" label B6756 = "Movie" label C6756 = "Swiss Army Man (2016)" label B6757 = "Movie" label C6757 = "The Legend of Tarzan 2016" label B6758 = "Movie" label C6758 = "Trainwreck (2015)" label B6759 = "Movie" label C6759 = "True Romance (1993)" label B6760 = "Movie" label C6760 = "War Dogs 2016" label B6761 = "Music" label C6761 = "Ashanti" label B6762 = "Music" label C6762 = "BackStreet/Dre" label B6763 = "Music" label C6763 = "Bubba Sparxxx" label B6764 = "Music" label C6764 = "Ciara" label B6765 = "Music" label C6765 = "Dido" label B6766 = "Music" label C6766 = "Dr Dre Instramentals" label B6767 = "Music" label C6767 = "Gloria Estefan" label B6768 = "Music" label C6768 = "Juvenile" label B6769 = "Music" label C6769 = "Meghan Trainor" label B6770 = "Music" label C6770 = "Petey Pablo" label B6771 = "Music" label C6771 = "Puff Daddy" label B6772 = "Music" label C6772 = "Run DMC" label B6773 = "Music" label C6773 = "Street Fighter" label B6774 = "Music" label C6774 = "Super Mario World" label B6775 = "Music" label C6775 = "TLC" label B6776 = "Music" label C6776 = "Young Buck" label B6777 = "NES" label C6777 = "Bionic Commando" label B6778 = "NES" label C6778 = "Contra" label B6779 = "NES" label C6779 = "Mega Man 2" label B6780 = "NES" label C6780 = "Palamedes" label D6780 = "Puzzle" label B6781 = "NES" label C6781 = "Super Mario Bros 3" label B6782 = "PCGame" label C6782 = "Batman: Arkham Asylum" label B6783 = "PCGame" label C6783 = "Dead or Alive 5 With Nude Patch" label B6784 = "PCGame" label C6784 = "For Honor" label B6785 = "PCGame" label C6785 = "Killer Instinct" label B6786 = "PCGame" label C6786 = "Rise of the Tomb Raider" label B6787 = "PCGame" label C6787 = "Street Fighter 5" label B6788 = "PCGame" label C6788 = "The Division" label B6789 = "PSX" label C6789 = "ESPN Extreme Games" label B6790 = "PSX" label C6790 = "Street Fighter: The Movie" label B6791 = "SNES" label C6791 = "Punch Out" label B6792 = "TVShow" label C6792 = "3% Netflix" label B6793 = "TVShow" label C6793 = "Alone [History Channel]" label B6794 = "TVShow" label C6794 = "Black Mirror" label B6795 = "TVShow" label C6795 = "Roman Empire Reign of Blood" label B6796 = "TVShow" label C6796 = "Stranger Things" label B6797 = "TVShow" label C6797 = "The People v. O.J. Simpson: American Crime Story" label B6798 = "TVShow" label C6798 = "The Wire" label B6799 = "TVShow" label C6799 = "Westworld" label B6800 = "Wii" label C6800 = "Kirby Yarn" label B6801 = "Wii" label C6801 = "Mario Gaxaly" label B6802 = "Wii" label C6802 = "Punch Out w/ Balance Board" label B6803 = "Wii" label C6803 = "Resident Evil" label B6804 = "Wii" label C6804 = "Skate w/ Board" label B6805 = "Xbox" label C6805 = "Aliens Versus Predator: Extinction" label D6805 = "RTS" label B6806 = "Xbox" label C6806 = "Star Wars Battlefront 2" label D6806 = "FPS" label A6807 = "01/01/2017" label B6807 = "Linux" label C6807 = "rofi-surfraw | bookmarks" label D6807 = "GUI/CLI" label A6808 = "01/01/2017" label B6808 = "Movie" label C6808 = "Planes Trains & Automoobiles 1987" label A6809 = "01/03/2016" label B6809 = "TVShow" label C6809 = "Quantico Season 2" label A6810 = "01/03/2016" label B6810 = "Wii" label C6810 = "Captain America Super Soldier" label A6811 = "01/05/2017" label B6811 = "Movie" label C6811 = "Mechanic Resurrection 2016" label A6812 = "01/06/2017" label B6812 = "Movie" label C6812 = "Goonies 1985" label A6813 = "11/22/2016" label B6813 = "Movie" label C6813 = "The Core 2003" label A6814 = "11/25/2016" label B6814 = "Music" label C6814 = "Mya" label A6815 = "11/28/2016" label B6815 = "Movie" label C6815 = "Suicide Squad Extended 2016" label A6816 = "12/01/2016" label B6816 = "Xbox" label C6816 = "NFL Street" label A6817 = "12/02/2016" label B6817 = "TVShow" label C6817 = "Mr. Robot S2 last 2 ep" label A6818 = "12/03/2016" label B6818 = "Android" label C6818 = "KingRoot - Root any Phone" label D6818 = "might have backdoors?" label A6819 = "12/03/2016" label B6819 = "Android" label C6819 = "Purify - block all apps that sucks battery life" label A6820 = "12/03/2016" label B6820 = "Android" label C6820 = "primative ftpd" label A6821 = "12/03/2016" label B6821 = "Audiobook" label C6821 = "001-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label D6821 = "30min" label A6822 = "12/03/2016" label B6822 = "Audiobook" label C6822 = "002-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label A6823 = "12/05/2016" label B6823 = "NES" label C6823 = "Ice Hockey" label A6824 = "12/06/2016" label B6824 = "MAME" label C6824 = "Ninja Baseball Bat Man" label A6825 = "12/06/2016" label B6825 = "NES" label C6825 = "Baseball Stars" label A6826 = "12/10/2016" label B6826 = "Linux" label C6826 = "vimwiki" label D6826 = "TUI" label A6827 = "12/12/2016" label B6827 = "Podcast" label C6827 = "PornDirectorPodcast" label F6827 = "http://www.porndirectorpodcast.com/main/" label A6828 = "12/12/2016" label B6828 = "Podcast" label C6828 = "The Cine-Files" label F6828 = "http://www.podbay.fm/show/1124549378" label A6829 = "12/15/2016" label B6829 = "PCGame" label C6829 = "Bionic Commando Rearmed" label A6830 = "12/17/2016" label B6830 = "Linux" label C6830 = "vbx function [Virtualbox CLI]" label D6830 = "RQBy: Schizo" label F6830 = "https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g" label A6831 = "12/22/2016" label B6831 = "Wii" label C6831 = "Rayman Origins" label A6832 = "12/23/2016" label B6832 = "Movie" label C6832 = "Top Gun 1986 Special Edition" label A6833 = "12/25/2016" label B6833 = "Linux" label C6833 = "rofi - dmenu launcher replacement" label D6833 = "GUI/CLI" label A6834 = "12/26/2016" label B6834 = "Movie" label C6834 = "Black Dynamite (2009)" label A6835 = "12/28/2016" label B6835 = "Movie" label C6835 = "Ben Hur 2016" label A6836 = "12/29/2016" label B6836 = "Movie" label C6836 = "Deepwater Horizon 2016" label A6837 = "12/29/2016" label B6837 = "Movie" label C6837 = "The Accountant 2016" label A6838 = "12/30/2016" label B6838 = "Movie" label C6838 = "The Magnificent Seven 2016" label B6839 = "Android" label C6839 = "IceCatMobile" label D6839 = "Web Browser" label F6839 = "https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat" label B6840 = "Audiobook" label C6840 = "003-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B6841 = "Audiobook" label C6841 = "004-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B6842 = "Audiobook" label C6842 = "Darth Plagueis" label B6843 = "Audiobook" label C6843 = "The Life-Changing Magic of Tidying Up" label B6844 = "Comic" label C6844 = "Saga" label B6845 = "Comic" label C6845 = "Walking Dead 157" label B6846 = "Comic" label C6846 = "X-Men Age of Apocalypse" label B6847 = "Comic" label C6847 = "Y The Last Man" label B6848 = "Linux" label C6848 = "Ampache: web based audio/video streaming" label D6848 = "WEBUI" label F6848 = "http://ampache.org/" label B6849 = "Linux" label C6849 = "Clonezilla" label B6850 = "Linux" label C6850 = "CopyQ - Clipboard manager" label D6850 = "GUI" label B6851 = "Linux" label C6851 = "EncFS - an Encrypted Filesystem" label B6852 = "Linux" label C6852 = "Firejail" label B6853 = "Linux" label C6853 = "LUKS encryption/ cryptsetup" label D6853 = "CLI" label B6854 = "Linux" label C6854 = "Piwigo is photo gallery software for the web" label D6854 = "WEBUI" label F6854 = "http://piwigo.org/" label B6855 = "Linux" label C6855 = "Samba" label D6855 = "CLI" label B6856 = "Linux" label C6856 = "SoundNode - opensource SoundCloud app" label D6856 = "GUI" label F6856 = "http://www.soundnodeapp.com/" label B6857 = "Linux" label C6857 = "Vocal - Podcast Client" label D6857 = "GUI" label F6857 = "http://vocalproject.net/" label B6858 = "Linux" label C6858 = "albumr - Imgur album downloader" label D6858 = "CLI" label F6858 = "https://pypi.python.org/pypi/albumr" label B6859 = "Linux" label C6859 = "alpine" label B6860 = "Linux" label C6860 = "anamnesis - clipboard manager" label D6860 = "GUI" label B6861 = "Linux" label C6861 = "asciiquarium" label D6861 = "TUI" label B6862 = "Linux" label C6862 = "bulk - bulk rename interactive" label D6862 = "Alex Leferry" label F6862 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B6863 = "Linux" label C6863 = "ccze - colorizer" label D6863 = "CLI" label B6864 = "Linux" label C6864 = "centerim5" label D6864 = "TUI" label B6865 = "Linux" label C6865 = "clipmenu - dmenu clipboard manager" label D6865 = "GUI" label B6866 = "Linux" label C6866 = "cvim" label B6867 = "Linux" label C6867 = "forecash - cashflow forecasting" label D6867 = "CLI" label F6867 = "https://github.com/fsareshwala/forecash" label B6868 = "Linux" label C6868 = "fzf-clipboard" label B6869 = "Linux" label C6869 = "kakoune - vim alternative" label D6869 = "Alex Leferry" label F6869 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B6870 = "Linux" label C6870 = "keynav" label B6871 = "Linux" label C6871 = "krill - rss filter feeds" label D6871 = "CLI" label F6871 = "https://github.com/p-e-w/krill" label B6872 = "Linux" label C6872 = "ledger - accounting system" label D6872 = "CLI" label F6872 = "http://www.ledger-cli.org/" label B6873 = "Linux" label C6873 = "megadl - mega.co.nz downloader" label D6873 = "CLI" label E6873 = "wait for 2.0 to have options to download single files from public folder" label B6874 = "Linux" label C6874 = "mpd + ncmpcpp" label D6874 = "CLI/TUI" label B6875 = "Linux" label C6875 = "newsbeuter macros" label D6875 = "CLI" label B6876 = "Linux" label C6876 = "nmtui" label D6876 = "wifi" label B6877 = "Linux" label C6877 = "nq - queue task" label D6877 = "CLI" label B6878 = "Linux" label C6878 = "open dvd producer - create DVD with menus" label D6878 = "GUI" label F6878 = "http://opendvdproducer.jonata.org/" label B6879 = "Linux" label C6879 = "redshift" label D6879 = "CLI" label B6880 = "Linux" label C6880 = "rofi-clipboard" label B6881 = "Linux" label C6881 = "rofi-locate" label B6882 = "Linux" label C6882 = "rofi-playonlinux" label B6883 = "Linux" label C6883 = "rofi-snippet" label B6884 = "Linux" label C6884 = "rss-bridge" label F6884 = "https://github.com/RSS-Bridge/rss-bridge" label B6885 = "Linux" label C6885 = "screenfetch" label D6885 = "CLI" label B6886 = "Linux" label C6886 = "setxkbmap" label B6887 = "Linux" label C6887 = "socli - Stack overflow command line client" label D6887 = "CLI" label F6887 = "https://github.com/gautamkrishnar/socli" label B6888 = "Linux" label C6888 = "sxhkd" label B6889 = "Linux" label C6889 = "systemd timers" label B6890 = "Linux" label C6890 = "taffy - A command-line audio tagging tool" label D6890 = "CLI" label F6890 = "https://github.com/jangler/taffy" label B6891 = "Linux" label C6891 = "task spooler multiple instances" label D6891 = "CLI" label B6892 = "Linux" label C6892 = "timertab - manage systemd timers" label F6892 = "https://github.com/amlamarra/timertab" label B6893 = "Linux" label C6893 = "tweeper - a Twitter to RSS web scraper" label D6893 = "CLI" label E6893 = "https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper" label F6893 = "https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/" label B6894 = "Linux" label C6894 = "veracrypt" label B6895 = "Linux" label C6895 = "wicd-curses" label D6895 = "wifi" label B6896 = "Linux" label C6896 = "wifi-menu" label D6896 = "wifi" label B6897 = "Linux" label C6897 = "wpa_supplicant " label D6897 = "wifi" label B6898 = "Linux" label C6898 = "wttr - weather info" label D6898 = "CLI" label B6899 = "Linux" label C6899 = "xbindkeys" label B6900 = "Linux" label C6900 = "xcape" label B6901 = "Linux" label C6901 = "xchainkeys" label B6902 = "Linux" label C6902 = "xdo" label B6903 = "Linux" label C6903 = "xfce4-screenshooter (selection area imgu'')" label D6903 = "GUI" label B6904 = "Linux" label C6904 = "xinput" label B6905 = "Linux" label C6905 = "xmodmap" label B6906 = "Linux" label C6906 = "xsendkey" label B6907 = "Linux" label C6907 = "xsetwacom " label B6908 = "Linux" label C6908 = "xvkbd" label B6909 = "MAME" label C6909 = "Baseball Stars 2" label B6910 = "Movie" label C6910 = "A Christmas Story 1983" label B6911 = "Movie" label C6911 = "Doctor Strange 2016" label B6912 = "Movie" label C6912 = "Eternal Sunshine of the Spotless Mind (2004)" label B6913 = "Movie" label C6913 = "Frozen" label B6914 = "Movie" label C6914 = "Harry Potter" label B6915 = "Movie" label C6915 = "Jaws (1975)" label B6916 = "Movie" label C6916 = "Moana 2016" label B6917 = "Movie" label C6917 = "Mud 2012" label B6918 = "Movie" label C6918 = "Pete's Dragon 2016" label B6919 = "Movie" label C6919 = "Pump Up The Volume 1990" label B6920 = "Movie" label C6920 = "Snakes on a Plane (2006)" label B6921 = "Movie" label C6921 = "Snowden 2016" label B6922 = "Movie" label C6922 = "Swiss Army Man (2016)" label B6923 = "Movie" label C6923 = "The Legend of Tarzan 2016" label B6924 = "Movie" label C6924 = "Trainwreck (2015)" label B6925 = "Movie" label C6925 = "True Romance (1993)" label B6926 = "Movie" label C6926 = "War Dogs 2016" label B6927 = "Music" label C6927 = "Ashanti" label B6928 = "Music" label C6928 = "BackStreet/Dre" label B6929 = "Music" label C6929 = "Bubba Sparxxx" label B6930 = "Music" label C6930 = "Ciara" label B6931 = "Music" label C6931 = "Dido" label B6932 = "Music" label C6932 = "Dr Dre Instramentals" label B6933 = "Music" label C6933 = "Gloria Estefan" label B6934 = "Music" label C6934 = "Juvenile" label B6935 = "Music" label C6935 = "Meghan Trainor" label B6936 = "Music" label C6936 = "Petey Pablo" label B6937 = "Music" label C6937 = "Puff Daddy" label B6938 = "Music" label C6938 = "Run DMC" label B6939 = "Music" label C6939 = "Street Fighter" label B6940 = "Music" label C6940 = "Super Mario World" label B6941 = "Music" label C6941 = "TLC" label B6942 = "Music" label C6942 = "Young Buck" label B6943 = "NES" label C6943 = "Bionic Commando" label B6944 = "NES" label C6944 = "Contra" label B6945 = "NES" label C6945 = "Mega Man 2" label B6946 = "NES" label C6946 = "Palamedes" label D6946 = "Puzzle" label B6947 = "NES" label C6947 = "Super Mario Bros 3" label B6948 = "PCGame" label C6948 = "Batman: Arkham Asylum" label B6949 = "PCGame" label C6949 = "Dead or Alive 5 With Nude Patch" label B6950 = "PCGame" label C6950 = "For Honor" label B6951 = "PCGame" label C6951 = "Killer Instinct" label B6952 = "PCGame" label C6952 = "Rise of the Tomb Raider" label B6953 = "PCGame" label C6953 = "Street Fighter 5" label B6954 = "PCGame" label C6954 = "The Division" label B6955 = "PSX" label C6955 = "ESPN Extreme Games" label B6956 = "PSX" label C6956 = "Street Fighter: The Movie" label B6957 = "SNES" label C6957 = "Punch Out" label B6958 = "TVShow" label C6958 = "3% Netflix" label B6959 = "TVShow" label C6959 = "Alone [History Channel]" label B6960 = "TVShow" label C6960 = "Black Mirror" label B6961 = "TVShow" label C6961 = "Roman Empire Reign of Blood" label B6962 = "TVShow" label C6962 = "Stranger Things" label B6963 = "TVShow" label C6963 = "The People v. O.J. Simpson: American Crime Story" label B6964 = "TVShow" label C6964 = "The Wire" label B6965 = "TVShow" label C6965 = "Westworld" label B6966 = "Wii" label C6966 = "Kirby Yarn" label B6967 = "Wii" label C6967 = "Mario Gaxaly" label B6968 = "Wii" label C6968 = "Punch Out w/ Balance Board" label B6969 = "Wii" label C6969 = "Resident Evil" label B6970 = "Wii" label C6970 = "Skate w/ Board" label B6971 = "Xbox" label C6971 = "Aliens Versus Predator: Extinction" label D6971 = "RTS" label B6972 = "Xbox" label C6972 = "Star Wars Battlefront 2" label D6972 = "FPS" label A6973 = "01/01/2017" label B6973 = "Linux" label C6973 = "rofi-surfraw | bookmarks" label D6973 = "GUI/CLI" label A6974 = "01/01/2017" label B6974 = "Movie" label C6974 = "Planes Trains & Automoobiles 1987" label A6975 = "01/03/2016" label B6975 = "TVShow" label C6975 = "Quantico Season 2" label A6976 = "01/03/2016" label B6976 = "Wii" label C6976 = "Captain America Super Soldier" label A6977 = "01/05/2017" label B6977 = "Movie" label C6977 = "Mechanic Resurrection 2016" label A6978 = "01/06/2017" label B6978 = "Movie" label C6978 = "Goonies 1985" label A6979 = "11/22/2016" label B6979 = "Movie" label C6979 = "The Core 2003" label A6980 = "11/25/2016" label B6980 = "Music" label C6980 = "Mya" label A6981 = "11/28/2016" label B6981 = "Movie" label C6981 = "Suicide Squad Extended 2016" label A6982 = "12/01/2016" label B6982 = "Xbox" label C6982 = "NFL Street" label A6983 = "12/02/2016" label B6983 = "TVShow" label C6983 = "Mr. Robot S2 last 2 ep" label A6984 = "12/03/2016" label B6984 = "Android" label C6984 = "KingRoot - Root any Phone" label D6984 = "might have backdoors?" label A6985 = "12/03/2016" label B6985 = "Android" label C6985 = "Purify - block all apps that sucks battery life" label A6986 = "12/03/2016" label B6986 = "Android" label C6986 = "primative ftpd" label A6987 = "12/03/2016" label B6987 = "Audiobook" label C6987 = "001-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label D6987 = "30min" label A6988 = "12/03/2016" label B6988 = "Audiobook" label C6988 = "002-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label A6989 = "12/05/2016" label B6989 = "NES" label C6989 = "Ice Hockey" label A6990 = "12/06/2016" label B6990 = "MAME" label C6990 = "Ninja Baseball Bat Man" label A6991 = "12/06/2016" label B6991 = "NES" label C6991 = "Baseball Stars" label A6992 = "12/10/2016" label B6992 = "Linux" label C6992 = "vimwiki" label D6992 = "TUI" label A6993 = "12/12/2016" label B6993 = "Podcast" label C6993 = "PornDirectorPodcast" label F6993 = "http://www.porndirectorpodcast.com/main/" label A6994 = "12/12/2016" label B6994 = "Podcast" label C6994 = "The Cine-Files" label F6994 = "http://www.podbay.fm/show/1124549378" label A6995 = "12/15/2016" label B6995 = "PCGame" label C6995 = "Bionic Commando Rearmed" label A6996 = "12/17/2016" label B6996 = "Linux" label C6996 = "vbx function [Virtualbox CLI]" label D6996 = "RQBy: Schizo" label F6996 = "https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g" label A6997 = "12/22/2016" label B6997 = "Wii" label C6997 = "Rayman Origins" label A6998 = "12/23/2016" label B6998 = "Movie" label C6998 = "Top Gun 1986 Special Edition" label A6999 = "12/25/2016" label B6999 = "Linux" label C6999 = "rofi - dmenu launcher replacement" label D6999 = "GUI/CLI" label A7000 = "12/26/2016" label B7000 = "Movie" label C7000 = "Black Dynamite (2009)" label A7001 = "12/28/2016" label B7001 = "Movie" label C7001 = "Ben Hur 2016" label A7002 = "12/29/2016" label B7002 = "Movie" label C7002 = "Deepwater Horizon 2016" label A7003 = "12/29/2016" label B7003 = "Movie" label C7003 = "The Accountant 2016" label A7004 = "12/30/2016" label B7004 = "Movie" label C7004 = "The Magnificent Seven 2016" label B7005 = "Android" label C7005 = "IceCatMobile" label D7005 = "Web Browser" label F7005 = "https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat" label B7006 = "Audiobook" label C7006 = "003-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B7007 = "Audiobook" label C7007 = "004-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B7008 = "Audiobook" label C7008 = "Darth Plagueis" label B7009 = "Audiobook" label C7009 = "The Life-Changing Magic of Tidying Up" label B7010 = "Comic" label C7010 = "Saga" label B7011 = "Comic" label C7011 = "Walking Dead 157" label B7012 = "Comic" label C7012 = "X-Men Age of Apocalypse" label B7013 = "Comic" label C7013 = "Y The Last Man" label B7014 = "Linux" label C7014 = "Ampache: web based audio/video streaming" label D7014 = "WEBUI" label F7014 = "http://ampache.org/" label B7015 = "Linux" label C7015 = "Clonezilla" label B7016 = "Linux" label C7016 = "CopyQ - Clipboard manager" label D7016 = "GUI" label B7017 = "Linux" label C7017 = "EncFS - an Encrypted Filesystem" label B7018 = "Linux" label C7018 = "Firejail" label B7019 = "Linux" label C7019 = "LUKS encryption/ cryptsetup" label D7019 = "CLI" label B7020 = "Linux" label C7020 = "Piwigo is photo gallery software for the web" label D7020 = "WEBUI" label F7020 = "http://piwigo.org/" label B7021 = "Linux" label C7021 = "Samba" label D7021 = "CLI" label B7022 = "Linux" label C7022 = "SoundNode - opensource SoundCloud app" label D7022 = "GUI" label F7022 = "http://www.soundnodeapp.com/" label B7023 = "Linux" label C7023 = "Vocal - Podcast Client" label D7023 = "GUI" label F7023 = "http://vocalproject.net/" label B7024 = "Linux" label C7024 = "albumr - Imgur album downloader" label D7024 = "CLI" label F7024 = "https://pypi.python.org/pypi/albumr" label B7025 = "Linux" label C7025 = "alpine" label B7026 = "Linux" label C7026 = "anamnesis - clipboard manager" label D7026 = "GUI" label B7027 = "Linux" label C7027 = "asciiquarium" label D7027 = "TUI" label B7028 = "Linux" label C7028 = "bulk - bulk rename interactive" label D7028 = "Alex Leferry" label F7028 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B7029 = "Linux" label C7029 = "ccze - colorizer" label D7029 = "CLI" label B7030 = "Linux" label C7030 = "centerim5" label D7030 = "TUI" label B7031 = "Linux" label C7031 = "clipmenu - dmenu clipboard manager" label D7031 = "GUI" label B7032 = "Linux" label C7032 = "cvim" label B7033 = "Linux" label C7033 = "forecash - cashflow forecasting" label D7033 = "CLI" label F7033 = "https://github.com/fsareshwala/forecash" label B7034 = "Linux" label C7034 = "fzf-clipboard" label B7035 = "Linux" label C7035 = "kakoune - vim alternative" label D7035 = "Alex Leferry" label F7035 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B7036 = "Linux" label C7036 = "keynav" label B7037 = "Linux" label C7037 = "krill - rss filter feeds" label D7037 = "CLI" label F7037 = "https://github.com/p-e-w/krill" label B7038 = "Linux" label C7038 = "ledger - accounting system" label D7038 = "CLI" label F7038 = "http://www.ledger-cli.org/" label B7039 = "Linux" label C7039 = "megadl - mega.co.nz downloader" label D7039 = "CLI" label E7039 = "wait for 2.0 to have options to download single files from public folder" label B7040 = "Linux" label C7040 = "mpd + ncmpcpp" label D7040 = "CLI/TUI" label B7041 = "Linux" label C7041 = "newsbeuter macros" label D7041 = "CLI" label B7042 = "Linux" label C7042 = "nmtui" label D7042 = "wifi" label B7043 = "Linux" label C7043 = "nq - queue task" label D7043 = "CLI" label B7044 = "Linux" label C7044 = "open dvd producer - create DVD with menus" label D7044 = "GUI" label F7044 = "http://opendvdproducer.jonata.org/" label B7045 = "Linux" label C7045 = "redshift" label D7045 = "CLI" label B7046 = "Linux" label C7046 = "rofi-clipboard" label B7047 = "Linux" label C7047 = "rofi-locate" label B7048 = "Linux" label C7048 = "rofi-playonlinux" label B7049 = "Linux" label C7049 = "rofi-snippet" label B7050 = "Linux" label C7050 = "rss-bridge" label F7050 = "https://github.com/RSS-Bridge/rss-bridge" label B7051 = "Linux" label C7051 = "screenfetch" label D7051 = "CLI" label B7052 = "Linux" label C7052 = "setxkbmap" label B7053 = "Linux" label C7053 = "socli - Stack overflow command line client" label D7053 = "CLI" label F7053 = "https://github.com/gautamkrishnar/socli" label B7054 = "Linux" label C7054 = "sxhkd" label B7055 = "Linux" label C7055 = "systemd timers" label B7056 = "Linux" label C7056 = "taffy - A command-line audio tagging tool" label D7056 = "CLI" label F7056 = "https://github.com/jangler/taffy" label B7057 = "Linux" label C7057 = "task spooler multiple instances" label D7057 = "CLI" label B7058 = "Linux" label C7058 = "timertab - manage systemd timers" label F7058 = "https://github.com/amlamarra/timertab" label B7059 = "Linux" label C7059 = "tweeper - a Twitter to RSS web scraper" label D7059 = "CLI" label E7059 = "https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper" label F7059 = "https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/" label B7060 = "Linux" label C7060 = "veracrypt" label B7061 = "Linux" label C7061 = "wicd-curses" label D7061 = "wifi" label B7062 = "Linux" label C7062 = "wifi-menu" label D7062 = "wifi" label B7063 = "Linux" label C7063 = "wpa_supplicant " label D7063 = "wifi" label B7064 = "Linux" label C7064 = "wttr - weather info" label D7064 = "CLI" label B7065 = "Linux" label C7065 = "xbindkeys" label B7066 = "Linux" label C7066 = "xcape" label B7067 = "Linux" label C7067 = "xchainkeys" label B7068 = "Linux" label C7068 = "xdo" label B7069 = "Linux" label C7069 = "xfce4-screenshooter (selection area imgu'')" label D7069 = "GUI" label B7070 = "Linux" label C7070 = "xinput" label B7071 = "Linux" label C7071 = "xmodmap" label B7072 = "Linux" label C7072 = "xsendkey" label B7073 = "Linux" label C7073 = "xsetwacom " label B7074 = "Linux" label C7074 = "xvkbd" label B7075 = "MAME" label C7075 = "Baseball Stars 2" label B7076 = "Movie" label C7076 = "A Christmas Story 1983" label B7077 = "Movie" label C7077 = "Doctor Strange 2016" label B7078 = "Movie" label C7078 = "Eternal Sunshine of the Spotless Mind (2004)" label B7079 = "Movie" label C7079 = "Frozen" label B7080 = "Movie" label C7080 = "Harry Potter" label B7081 = "Movie" label C7081 = "Jaws (1975)" label B7082 = "Movie" label C7082 = "Moana 2016" label B7083 = "Movie" label C7083 = "Mud 2012" label B7084 = "Movie" label C7084 = "Pete's Dragon 2016" label B7085 = "Movie" label C7085 = "Pump Up The Volume 1990" label B7086 = "Movie" label C7086 = "Snakes on a Plane (2006)" label B7087 = "Movie" label C7087 = "Snowden 2016" label B7088 = "Movie" label C7088 = "Swiss Army Man (2016)" label B7089 = "Movie" label C7089 = "The Legend of Tarzan 2016" label B7090 = "Movie" label C7090 = "Trainwreck (2015)" label B7091 = "Movie" label C7091 = "True Romance (1993)" label B7092 = "Movie" label C7092 = "War Dogs 2016" label B7093 = "Music" label C7093 = "Ashanti" label B7094 = "Music" label C7094 = "BackStreet/Dre" label B7095 = "Music" label C7095 = "Bubba Sparxxx" label B7096 = "Music" label C7096 = "Ciara" label B7097 = "Music" label C7097 = "Dido" label B7098 = "Music" label C7098 = "Dr Dre Instramentals" label B7099 = "Music" label C7099 = "Gloria Estefan" label B7100 = "Music" label C7100 = "Juvenile" label B7101 = "Music" label C7101 = "Meghan Trainor" label B7102 = "Music" label C7102 = "Petey Pablo" label B7103 = "Music" label C7103 = "Puff Daddy" label B7104 = "Music" label C7104 = "Run DMC" label B7105 = "Music" label C7105 = "Street Fighter" label B7106 = "Music" label C7106 = "Super Mario World" label B7107 = "Music" label C7107 = "TLC" label B7108 = "Music" label C7108 = "Young Buck" label B7109 = "NES" label C7109 = "Bionic Commando" label B7110 = "NES" label C7110 = "Contra" label B7111 = "NES" label C7111 = "Mega Man 2" label B7112 = "NES" label C7112 = "Palamedes" label D7112 = "Puzzle" label B7113 = "NES" label C7113 = "Super Mario Bros 3" label B7114 = "PCGame" label C7114 = "Batman: Arkham Asylum" label B7115 = "PCGame" label C7115 = "Dead or Alive 5 With Nude Patch" label B7116 = "PCGame" label C7116 = "For Honor" label B7117 = "PCGame" label C7117 = "Killer Instinct" label B7118 = "PCGame" label C7118 = "Rise of the Tomb Raider" label B7119 = "PCGame" label C7119 = "Street Fighter 5" label B7120 = "PCGame" label C7120 = "The Division" label B7121 = "PSX" label C7121 = "ESPN Extreme Games" label B7122 = "PSX" label C7122 = "Street Fighter: The Movie" label B7123 = "SNES" label C7123 = "Punch Out" label B7124 = "TVShow" label C7124 = "3% Netflix" label B7125 = "TVShow" label C7125 = "Alone [History Channel]" label B7126 = "TVShow" label C7126 = "Black Mirror" label B7127 = "TVShow" label C7127 = "Roman Empire Reign of Blood" label B7128 = "TVShow" label C7128 = "Stranger Things" label B7129 = "TVShow" label C7129 = "The People v. O.J. Simpson: American Crime Story" label B7130 = "TVShow" label C7130 = "The Wire" label B7131 = "TVShow" label C7131 = "Westworld" label B7132 = "Wii" label C7132 = "Kirby Yarn" label B7133 = "Wii" label C7133 = "Mario Gaxaly" label B7134 = "Wii" label C7134 = "Punch Out w/ Balance Board" label B7135 = "Wii" label C7135 = "Resident Evil" label B7136 = "Wii" label C7136 = "Skate w/ Board" label B7137 = "Xbox" label C7137 = "Aliens Versus Predator: Extinction" label D7137 = "RTS" label B7138 = "Xbox" label C7138 = "Star Wars Battlefront 2" label D7138 = "FPS" label A7139 = "01/01/2017" label B7139 = "Linux" label C7139 = "rofi-surfraw | bookmarks" label D7139 = "GUI/CLI" label A7140 = "01/01/2017" label B7140 = "Movie" label C7140 = "Planes Trains & Automoobiles 1987" label A7141 = "01/03/2016" label B7141 = "TVShow" label C7141 = "Quantico Season 2" label A7142 = "01/03/2016" label B7142 = "Wii" label C7142 = "Captain America Super Soldier" label A7143 = "01/05/2017" label B7143 = "Movie" label C7143 = "Mechanic Resurrection 2016" label A7144 = "01/06/2017" label B7144 = "Movie" label C7144 = "Goonies 1985" label A7145 = "11/22/2016" label B7145 = "Movie" label C7145 = "The Core 2003" label A7146 = "11/25/2016" label B7146 = "Music" label C7146 = "Mya" label A7147 = "11/28/2016" label B7147 = "Movie" label C7147 = "Suicide Squad Extended 2016" label A7148 = "12/01/2016" label B7148 = "Xbox" label C7148 = "NFL Street" label A7149 = "12/02/2016" label B7149 = "TVShow" label C7149 = "Mr. Robot S2 last 2 ep" label A7150 = "12/03/2016" label B7150 = "Android" label C7150 = "KingRoot - Root any Phone" label D7150 = "might have backdoors?" label A7151 = "12/03/2016" label B7151 = "Android" label C7151 = "Purify - block all apps that sucks battery life" label A7152 = "12/03/2016" label B7152 = "Android" label C7152 = "primative ftpd" label A7153 = "12/03/2016" label B7153 = "Audiobook" label C7153 = "001-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label D7153 = "30min" label A7154 = "12/03/2016" label B7154 = "Audiobook" label C7154 = "002-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label A7155 = "12/05/2016" label B7155 = "NES" label C7155 = "Ice Hockey" label A7156 = "12/06/2016" label B7156 = "MAME" label C7156 = "Ninja Baseball Bat Man" label A7157 = "12/06/2016" label B7157 = "NES" label C7157 = "Baseball Stars" label A7158 = "12/10/2016" label B7158 = "Linux" label C7158 = "vimwiki" label D7158 = "TUI" label A7159 = "12/12/2016" label B7159 = "Podcast" label C7159 = "PornDirectorPodcast" label F7159 = "http://www.porndirectorpodcast.com/main/" label A7160 = "12/12/2016" label B7160 = "Podcast" label C7160 = "The Cine-Files" label F7160 = "http://www.podbay.fm/show/1124549378" label A7161 = "12/15/2016" label B7161 = "PCGame" label C7161 = "Bionic Commando Rearmed" label A7162 = "12/17/2016" label B7162 = "Linux" label C7162 = "vbx function [Virtualbox CLI]" label D7162 = "RQBy: Schizo" label F7162 = "https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g" label A7163 = "12/22/2016" label B7163 = "Wii" label C7163 = "Rayman Origins" label A7164 = "12/23/2016" label B7164 = "Movie" label C7164 = "Top Gun 1986 Special Edition" label A7165 = "12/25/2016" label B7165 = "Linux" label C7165 = "rofi - dmenu launcher replacement" label D7165 = "GUI/CLI" label A7166 = "12/26/2016" label B7166 = "Movie" label C7166 = "Black Dynamite (2009)" label A7167 = "12/28/2016" label B7167 = "Movie" label C7167 = "Ben Hur 2016" label A7168 = "12/29/2016" label B7168 = "Movie" label C7168 = "Deepwater Horizon 2016" label A7169 = "12/29/2016" label B7169 = "Movie" label C7169 = "The Accountant 2016" label A7170 = "12/30/2016" label B7170 = "Movie" label C7170 = "The Magnificent Seven 2016" label B7171 = "Android" label C7171 = "IceCatMobile" label D7171 = "Web Browser" label F7171 = "https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat" label B7172 = "Audiobook" label C7172 = "003-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B7173 = "Audiobook" label C7173 = "004-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B7174 = "Audiobook" label C7174 = "Darth Plagueis" label B7175 = "Audiobook" label C7175 = "The Life-Changing Magic of Tidying Up" label B7176 = "Comic" label C7176 = "Saga" label B7177 = "Comic" label C7177 = "Walking Dead 157" label B7178 = "Comic" label C7178 = "X-Men Age of Apocalypse" label B7179 = "Comic" label C7179 = "Y The Last Man" label B7180 = "Linux" label C7180 = "Ampache: web based audio/video streaming" label D7180 = "WEBUI" label F7180 = "http://ampache.org/" label B7181 = "Linux" label C7181 = "Clonezilla" label B7182 = "Linux" label C7182 = "CopyQ - Clipboard manager" label D7182 = "GUI" label B7183 = "Linux" label C7183 = "EncFS - an Encrypted Filesystem" label B7184 = "Linux" label C7184 = "Firejail" label B7185 = "Linux" label C7185 = "LUKS encryption/ cryptsetup" label D7185 = "CLI" label B7186 = "Linux" label C7186 = "Piwigo is photo gallery software for the web" label D7186 = "WEBUI" label F7186 = "http://piwigo.org/" label B7187 = "Linux" label C7187 = "Samba" label D7187 = "CLI" label B7188 = "Linux" label C7188 = "SoundNode - opensource SoundCloud app" label D7188 = "GUI" label F7188 = "http://www.soundnodeapp.com/" label B7189 = "Linux" label C7189 = "Vocal - Podcast Client" label D7189 = "GUI" label F7189 = "http://vocalproject.net/" label B7190 = "Linux" label C7190 = "albumr - Imgur album downloader" label D7190 = "CLI" label F7190 = "https://pypi.python.org/pypi/albumr" label B7191 = "Linux" label C7191 = "alpine" label B7192 = "Linux" label C7192 = "anamnesis - clipboard manager" label D7192 = "GUI" label B7193 = "Linux" label C7193 = "asciiquarium" label D7193 = "TUI" label B7194 = "Linux" label C7194 = "bulk - bulk rename interactive" label D7194 = "Alex Leferry" label F7194 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B7195 = "Linux" label C7195 = "ccze - colorizer" label D7195 = "CLI" label B7196 = "Linux" label C7196 = "centerim5" label D7196 = "TUI" label B7197 = "Linux" label C7197 = "clipmenu - dmenu clipboard manager" label D7197 = "GUI" label B7198 = "Linux" label C7198 = "cvim" label B7199 = "Linux" label C7199 = "forecash - cashflow forecasting" label D7199 = "CLI" label F7199 = "https://github.com/fsareshwala/forecash" label B7200 = "Linux" label C7200 = "fzf-clipboard" label B7201 = "Linux" label C7201 = "kakoune - vim alternative" label D7201 = "Alex Leferry" label F7201 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B7202 = "Linux" label C7202 = "keynav" label B7203 = "Linux" label C7203 = "krill - rss filter feeds" label D7203 = "CLI" label F7203 = "https://github.com/p-e-w/krill" label B7204 = "Linux" label C7204 = "ledger - accounting system" label D7204 = "CLI" label F7204 = "http://www.ledger-cli.org/" label B7205 = "Linux" label C7205 = "megadl - mega.co.nz downloader" label D7205 = "CLI" label E7205 = "wait for 2.0 to have options to download single files from public folder" label B7206 = "Linux" label C7206 = "mpd + ncmpcpp" label D7206 = "CLI/TUI" label B7207 = "Linux" label C7207 = "newsbeuter macros" label D7207 = "CLI" label B7208 = "Linux" label C7208 = "nmtui" label D7208 = "wifi" label B7209 = "Linux" label C7209 = "nq - queue task" label D7209 = "CLI" label B7210 = "Linux" label C7210 = "open dvd producer - create DVD with menus" label D7210 = "GUI" label F7210 = "http://opendvdproducer.jonata.org/" label B7211 = "Linux" label C7211 = "redshift" label D7211 = "CLI" label B7212 = "Linux" label C7212 = "rofi-clipboard" label B7213 = "Linux" label C7213 = "rofi-locate" label B7214 = "Linux" label C7214 = "rofi-playonlinux" label B7215 = "Linux" label C7215 = "rofi-snippet" label B7216 = "Linux" label C7216 = "rss-bridge" label F7216 = "https://github.com/RSS-Bridge/rss-bridge" label B7217 = "Linux" label C7217 = "screenfetch" label D7217 = "CLI" label B7218 = "Linux" label C7218 = "setxkbmap" label B7219 = "Linux" label C7219 = "socli - Stack overflow command line client" label D7219 = "CLI" label F7219 = "https://github.com/gautamkrishnar/socli" label B7220 = "Linux" label C7220 = "sxhkd" label B7221 = "Linux" label C7221 = "systemd timers" label B7222 = "Linux" label C7222 = "taffy - A command-line audio tagging tool" label D7222 = "CLI" label F7222 = "https://github.com/jangler/taffy" label B7223 = "Linux" label C7223 = "task spooler multiple instances" label D7223 = "CLI" label B7224 = "Linux" label C7224 = "timertab - manage systemd timers" label F7224 = "https://github.com/amlamarra/timertab" label B7225 = "Linux" label C7225 = "tweeper - a Twitter to RSS web scraper" label D7225 = "CLI" label E7225 = "https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper" label F7225 = "https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/" label B7226 = "Linux" label C7226 = "veracrypt" label B7227 = "Linux" label C7227 = "wicd-curses" label D7227 = "wifi" label B7228 = "Linux" label C7228 = "wifi-menu" label D7228 = "wifi" label B7229 = "Linux" label C7229 = "wpa_supplicant " label D7229 = "wifi" label B7230 = "Linux" label C7230 = "wttr - weather info" label D7230 = "CLI" label B7231 = "Linux" label C7231 = "xbindkeys" label B7232 = "Linux" label C7232 = "xcape" label B7233 = "Linux" label C7233 = "xchainkeys" label B7234 = "Linux" label C7234 = "xdo" label B7235 = "Linux" label C7235 = "xfce4-screenshooter (selection area imgu'')" label D7235 = "GUI" label B7236 = "Linux" label C7236 = "xinput" label B7237 = "Linux" label C7237 = "xmodmap" label B7238 = "Linux" label C7238 = "xsendkey" label B7239 = "Linux" label C7239 = "xsetwacom " label B7240 = "Linux" label C7240 = "xvkbd" label B7241 = "MAME" label C7241 = "Baseball Stars 2" label B7242 = "Movie" label C7242 = "A Christmas Story 1983" label B7243 = "Movie" label C7243 = "Doctor Strange 2016" label B7244 = "Movie" label C7244 = "Eternal Sunshine of the Spotless Mind (2004)" label B7245 = "Movie" label C7245 = "Frozen" label B7246 = "Movie" label C7246 = "Harry Potter" label B7247 = "Movie" label C7247 = "Jaws (1975)" label B7248 = "Movie" label C7248 = "Moana 2016" label B7249 = "Movie" label C7249 = "Mud 2012" label B7250 = "Movie" label C7250 = "Pete's Dragon 2016" label B7251 = "Movie" label C7251 = "Pump Up The Volume 1990" label B7252 = "Movie" label C7252 = "Snakes on a Plane (2006)" label B7253 = "Movie" label C7253 = "Snowden 2016" label B7254 = "Movie" label C7254 = "Swiss Army Man (2016)" label B7255 = "Movie" label C7255 = "The Legend of Tarzan 2016" label B7256 = "Movie" label C7256 = "Trainwreck (2015)" label B7257 = "Movie" label C7257 = "True Romance (1993)" label B7258 = "Movie" label C7258 = "War Dogs 2016" label B7259 = "Music" label C7259 = "Ashanti" label B7260 = "Music" label C7260 = "BackStreet/Dre" label B7261 = "Music" label C7261 = "Bubba Sparxxx" label B7262 = "Music" label C7262 = "Ciara" label B7263 = "Music" label C7263 = "Dido" label B7264 = "Music" label C7264 = "Dr Dre Instramentals" label B7265 = "Music" label C7265 = "Gloria Estefan" label B7266 = "Music" label C7266 = "Juvenile" label B7267 = "Music" label C7267 = "Meghan Trainor" label B7268 = "Music" label C7268 = "Petey Pablo" label B7269 = "Music" label C7269 = "Puff Daddy" label B7270 = "Music" label C7270 = "Run DMC" label B7271 = "Music" label C7271 = "Street Fighter" label B7272 = "Music" label C7272 = "Super Mario World" label B7273 = "Music" label C7273 = "TLC" label B7274 = "Music" label C7274 = "Young Buck" label B7275 = "NES" label C7275 = "Bionic Commando" label B7276 = "NES" label C7276 = "Contra" label B7277 = "NES" label C7277 = "Mega Man 2" label B7278 = "NES" label C7278 = "Palamedes" label D7278 = "Puzzle" label B7279 = "NES" label C7279 = "Super Mario Bros 3" label B7280 = "PCGame" label C7280 = "Batman: Arkham Asylum" label B7281 = "PCGame" label C7281 = "Dead or Alive 5 With Nude Patch" label B7282 = "PCGame" label C7282 = "For Honor" label B7283 = "PCGame" label C7283 = "Killer Instinct" label B7284 = "PCGame" label C7284 = "Rise of the Tomb Raider" label B7285 = "PCGame" label C7285 = "Street Fighter 5" label B7286 = "PCGame" label C7286 = "The Division" label B7287 = "PSX" label C7287 = "ESPN Extreme Games" label B7288 = "PSX" label C7288 = "Street Fighter: The Movie" label B7289 = "SNES" label C7289 = "Punch Out" label B7290 = "TVShow" label C7290 = "3% Netflix" label B7291 = "TVShow" label C7291 = "Alone [History Channel]" label B7292 = "TVShow" label C7292 = "Black Mirror" label B7293 = "TVShow" label C7293 = "Roman Empire Reign of Blood" label B7294 = "TVShow" label C7294 = "Stranger Things" label B7295 = "TVShow" label C7295 = "The People v. O.J. Simpson: American Crime Story" label B7296 = "TVShow" label C7296 = "The Wire" label B7297 = "TVShow" label C7297 = "Westworld" label B7298 = "Wii" label C7298 = "Kirby Yarn" label B7299 = "Wii" label C7299 = "Mario Gaxaly" label B7300 = "Wii" label C7300 = "Punch Out w/ Balance Board" label B7301 = "Wii" label C7301 = "Resident Evil" label B7302 = "Wii" label C7302 = "Skate w/ Board" label B7303 = "Xbox" label C7303 = "Aliens Versus Predator: Extinction" label D7303 = "RTS" label B7304 = "Xbox" label C7304 = "Star Wars Battlefront 2" label D7304 = "FPS" label A7305 = "01/01/2017" label B7305 = "Linux" label C7305 = "rofi-surfraw | bookmarks" label D7305 = "GUI/CLI" label A7306 = "01/01/2017" label B7306 = "Movie" label C7306 = "Planes Trains & Automoobiles 1987" label A7307 = "01/03/2016" label B7307 = "TVShow" label C7307 = "Quantico Season 2" label A7308 = "01/03/2016" label B7308 = "Wii" label C7308 = "Captain America Super Soldier" label A7309 = "01/05/2017" label B7309 = "Movie" label C7309 = "Mechanic Resurrection 2016" label A7310 = "01/06/2017" label B7310 = "Movie" label C7310 = "Goonies 1985" label A7311 = "11/22/2016" label B7311 = "Movie" label C7311 = "The Core 2003" label A7312 = "11/25/2016" label B7312 = "Music" label C7312 = "Mya" label A7313 = "11/28/2016" label B7313 = "Movie" label C7313 = "Suicide Squad Extended 2016" label A7314 = "12/01/2016" label B7314 = "Xbox" label C7314 = "NFL Street" label A7315 = "12/02/2016" label B7315 = "TVShow" label C7315 = "Mr. Robot S2 last 2 ep" label A7316 = "12/03/2016" label B7316 = "Android" label C7316 = "KingRoot - Root any Phone" label D7316 = "might have backdoors?" label A7317 = "12/03/2016" label B7317 = "Android" label C7317 = "Purify - block all apps that sucks battery life" label A7318 = "12/03/2016" label B7318 = "Android" label C7318 = "primative ftpd" label A7319 = "12/03/2016" label B7319 = "Audiobook" label C7319 = "001-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label D7319 = "30min" label A7320 = "12/03/2016" label B7320 = "Audiobook" label C7320 = "002-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label A7321 = "12/05/2016" label B7321 = "NES" label C7321 = "Ice Hockey" label A7322 = "12/06/2016" label B7322 = "MAME" label C7322 = "Ninja Baseball Bat Man" label A7323 = "12/06/2016" label B7323 = "NES" label C7323 = "Baseball Stars" label A7324 = "12/10/2016" label B7324 = "Linux" label C7324 = "vimwiki" label D7324 = "TUI" label A7325 = "12/12/2016" label B7325 = "Podcast" label C7325 = "PornDirectorPodcast" label F7325 = "http://www.porndirectorpodcast.com/main/" label A7326 = "12/12/2016" label B7326 = "Podcast" label C7326 = "The Cine-Files" label F7326 = "http://www.podbay.fm/show/1124549378" label A7327 = "12/15/2016" label B7327 = "PCGame" label C7327 = "Bionic Commando Rearmed" label A7328 = "12/17/2016" label B7328 = "Linux" label C7328 = "vbx function [Virtualbox CLI]" label D7328 = "RQBy: Schizo" label F7328 = "https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g" label A7329 = "12/22/2016" label B7329 = "Wii" label C7329 = "Rayman Origins" label A7330 = "12/23/2016" label B7330 = "Movie" label C7330 = "Top Gun 1986 Special Edition" label A7331 = "12/25/2016" label B7331 = "Linux" label C7331 = "rofi - dmenu launcher replacement" label D7331 = "GUI/CLI" label A7332 = "12/26/2016" label B7332 = "Movie" label C7332 = "Black Dynamite (2009)" label A7333 = "12/28/2016" label B7333 = "Movie" label C7333 = "Ben Hur 2016" label A7334 = "12/29/2016" label B7334 = "Movie" label C7334 = "Deepwater Horizon 2016" label A7335 = "12/29/2016" label B7335 = "Movie" label C7335 = "The Accountant 2016" label A7336 = "12/30/2016" label B7336 = "Movie" label C7336 = "The Magnificent Seven 2016" label B7337 = "Android" label C7337 = "IceCatMobile" label D7337 = "Web Browser" label F7337 = "https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat" label B7338 = "Audiobook" label C7338 = "003-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B7339 = "Audiobook" label C7339 = "004-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B7340 = "Audiobook" label C7340 = "Darth Plagueis" label B7341 = "Audiobook" label C7341 = "The Life-Changing Magic of Tidying Up" label B7342 = "Comic" label C7342 = "Saga" label B7343 = "Comic" label C7343 = "Walking Dead 157" label B7344 = "Comic" label C7344 = "X-Men Age of Apocalypse" label B7345 = "Comic" label C7345 = "Y The Last Man" label B7346 = "Linux" label C7346 = "Ampache: web based audio/video streaming" label D7346 = "WEBUI" label F7346 = "http://ampache.org/" label B7347 = "Linux" label C7347 = "Clonezilla" label B7348 = "Linux" label C7348 = "CopyQ - Clipboard manager" label D7348 = "GUI" label B7349 = "Linux" label C7349 = "EncFS - an Encrypted Filesystem" label B7350 = "Linux" label C7350 = "Firejail" label B7351 = "Linux" label C7351 = "LUKS encryption/ cryptsetup" label D7351 = "CLI" label B7352 = "Linux" label C7352 = "Piwigo is photo gallery software for the web" label D7352 = "WEBUI" label F7352 = "http://piwigo.org/" label B7353 = "Linux" label C7353 = "Samba" label D7353 = "CLI" label B7354 = "Linux" label C7354 = "SoundNode - opensource SoundCloud app" label D7354 = "GUI" label F7354 = "http://www.soundnodeapp.com/" label B7355 = "Linux" label C7355 = "Vocal - Podcast Client" label D7355 = "GUI" label F7355 = "http://vocalproject.net/" label B7356 = "Linux" label C7356 = "albumr - Imgur album downloader" label D7356 = "CLI" label F7356 = "https://pypi.python.org/pypi/albumr" label B7357 = "Linux" label C7357 = "alpine" label B7358 = "Linux" label C7358 = "anamnesis - clipboard manager" label D7358 = "GUI" label B7359 = "Linux" label C7359 = "asciiquarium" label D7359 = "TUI" label B7360 = "Linux" label C7360 = "bulk - bulk rename interactive" label D7360 = "Alex Leferry" label F7360 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B7361 = "Linux" label C7361 = "ccze - colorizer" label D7361 = "CLI" label B7362 = "Linux" label C7362 = "centerim5" label D7362 = "TUI" label B7363 = "Linux" label C7363 = "clipmenu - dmenu clipboard manager" label D7363 = "GUI" label B7364 = "Linux" label C7364 = "cvim" label B7365 = "Linux" label C7365 = "forecash - cashflow forecasting" label D7365 = "CLI" label F7365 = "https://github.com/fsareshwala/forecash" label B7366 = "Linux" label C7366 = "fzf-clipboard" label B7367 = "Linux" label C7367 = "kakoune - vim alternative" label D7367 = "Alex Leferry" label F7367 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B7368 = "Linux" label C7368 = "keynav" label B7369 = "Linux" label C7369 = "krill - rss filter feeds" label D7369 = "CLI" label F7369 = "https://github.com/p-e-w/krill" label B7370 = "Linux" label C7370 = "ledger - accounting system" label D7370 = "CLI" label F7370 = "http://www.ledger-cli.org/" label B7371 = "Linux" label C7371 = "megadl - mega.co.nz downloader" label D7371 = "CLI" label E7371 = "wait for 2.0 to have options to download single files from public folder" label B7372 = "Linux" label C7372 = "mpd + ncmpcpp" label D7372 = "CLI/TUI" label B7373 = "Linux" label C7373 = "newsbeuter macros" label D7373 = "CLI" label B7374 = "Linux" label C7374 = "nmtui" label D7374 = "wifi" label B7375 = "Linux" label C7375 = "nq - queue task" label D7375 = "CLI" label B7376 = "Linux" label C7376 = "open dvd producer - create DVD with menus" label D7376 = "GUI" label F7376 = "http://opendvdproducer.jonata.org/" label B7377 = "Linux" label C7377 = "redshift" label D7377 = "CLI" label B7378 = "Linux" label C7378 = "rofi-clipboard" label B7379 = "Linux" label C7379 = "rofi-locate" label B7380 = "Linux" label C7380 = "rofi-playonlinux" label B7381 = "Linux" label C7381 = "rofi-snippet" label B7382 = "Linux" label C7382 = "rss-bridge" label F7382 = "https://github.com/RSS-Bridge/rss-bridge" label B7383 = "Linux" label C7383 = "screenfetch" label D7383 = "CLI" label B7384 = "Linux" label C7384 = "setxkbmap" label B7385 = "Linux" label C7385 = "socli - Stack overflow command line client" label D7385 = "CLI" label F7385 = "https://github.com/gautamkrishnar/socli" label B7386 = "Linux" label C7386 = "sxhkd" label B7387 = "Linux" label C7387 = "systemd timers" label B7388 = "Linux" label C7388 = "taffy - A command-line audio tagging tool" label D7388 = "CLI" label F7388 = "https://github.com/jangler/taffy" label B7389 = "Linux" label C7389 = "task spooler multiple instances" label D7389 = "CLI" label B7390 = "Linux" label C7390 = "timertab - manage systemd timers" label F7390 = "https://github.com/amlamarra/timertab" label B7391 = "Linux" label C7391 = "tweeper - a Twitter to RSS web scraper" label D7391 = "CLI" label E7391 = "https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper" label F7391 = "https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/" label B7392 = "Linux" label C7392 = "veracrypt" label B7393 = "Linux" label C7393 = "wicd-curses" label D7393 = "wifi" label B7394 = "Linux" label C7394 = "wifi-menu" label D7394 = "wifi" label B7395 = "Linux" label C7395 = "wpa_supplicant " label D7395 = "wifi" label B7396 = "Linux" label C7396 = "wttr - weather info" label D7396 = "CLI" label B7397 = "Linux" label C7397 = "xbindkeys" label B7398 = "Linux" label C7398 = "xcape" label B7399 = "Linux" label C7399 = "xchainkeys" label B7400 = "Linux" label C7400 = "xdo" label B7401 = "Linux" label C7401 = "xfce4-screenshooter (selection area imgu'')" label D7401 = "GUI" label B7402 = "Linux" label C7402 = "xinput" label B7403 = "Linux" label C7403 = "xmodmap" label B7404 = "Linux" label C7404 = "xsendkey" label B7405 = "Linux" label C7405 = "xsetwacom " label B7406 = "Linux" label C7406 = "xvkbd" label B7407 = "MAME" label C7407 = "Baseball Stars 2" label B7408 = "Movie" label C7408 = "A Christmas Story 1983" label B7409 = "Movie" label C7409 = "Doctor Strange 2016" label B7410 = "Movie" label C7410 = "Eternal Sunshine of the Spotless Mind (2004)" label B7411 = "Movie" label C7411 = "Frozen" label B7412 = "Movie" label C7412 = "Harry Potter" label B7413 = "Movie" label C7413 = "Jaws (1975)" label B7414 = "Movie" label C7414 = "Moana 2016" label B7415 = "Movie" label C7415 = "Mud 2012" label B7416 = "Movie" label C7416 = "Pete's Dragon 2016" label B7417 = "Movie" label C7417 = "Pump Up The Volume 1990" label B7418 = "Movie" label C7418 = "Snakes on a Plane (2006)" label B7419 = "Movie" label C7419 = "Snowden 2016" label B7420 = "Movie" label C7420 = "Swiss Army Man (2016)" label B7421 = "Movie" label C7421 = "The Legend of Tarzan 2016" label B7422 = "Movie" label C7422 = "Trainwreck (2015)" label B7423 = "Movie" label C7423 = "True Romance (1993)" label B7424 = "Movie" label C7424 = "War Dogs 2016" label B7425 = "Music" label C7425 = "Ashanti" label B7426 = "Music" label C7426 = "BackStreet/Dre" label B7427 = "Music" label C7427 = "Bubba Sparxxx" label B7428 = "Music" label C7428 = "Ciara" label B7429 = "Music" label C7429 = "Dido" label B7430 = "Music" label C7430 = "Dr Dre Instramentals" label B7431 = "Music" label C7431 = "Gloria Estefan" label B7432 = "Music" label C7432 = "Juvenile" label B7433 = "Music" label C7433 = "Meghan Trainor" label B7434 = "Music" label C7434 = "Petey Pablo" label B7435 = "Music" label C7435 = "Puff Daddy" label B7436 = "Music" label C7436 = "Run DMC" label B7437 = "Music" label C7437 = "Street Fighter" label B7438 = "Music" label C7438 = "Super Mario World" label B7439 = "Music" label C7439 = "TLC" label B7440 = "Music" label C7440 = "Young Buck" label B7441 = "NES" label C7441 = "Bionic Commando" label B7442 = "NES" label C7442 = "Contra" label B7443 = "NES" label C7443 = "Mega Man 2" label B7444 = "NES" label C7444 = "Palamedes" label D7444 = "Puzzle" label B7445 = "NES" label C7445 = "Super Mario Bros 3" label B7446 = "PCGame" label C7446 = "Batman: Arkham Asylum" label B7447 = "PCGame" label C7447 = "Dead or Alive 5 With Nude Patch" label B7448 = "PCGame" label C7448 = "For Honor" label B7449 = "PCGame" label C7449 = "Killer Instinct" label B7450 = "PCGame" label C7450 = "Rise of the Tomb Raider" label B7451 = "PCGame" label C7451 = "Street Fighter 5" label B7452 = "PCGame" label C7452 = "The Division" label B7453 = "PSX" label C7453 = "ESPN Extreme Games" label B7454 = "PSX" label C7454 = "Street Fighter: The Movie" label B7455 = "SNES" label C7455 = "Punch Out" label B7456 = "TVShow" label C7456 = "3% Netflix" label B7457 = "TVShow" label C7457 = "Alone [History Channel]" label B7458 = "TVShow" label C7458 = "Black Mirror" label B7459 = "TVShow" label C7459 = "Roman Empire Reign of Blood" label B7460 = "TVShow" label C7460 = "Stranger Things" label B7461 = "TVShow" label C7461 = "The People v. O.J. Simpson: American Crime Story" label B7462 = "TVShow" label C7462 = "The Wire" label B7463 = "TVShow" label C7463 = "Westworld" label B7464 = "Wii" label C7464 = "Kirby Yarn" label B7465 = "Wii" label C7465 = "Mario Gaxaly" label B7466 = "Wii" label C7466 = "Punch Out w/ Balance Board" label B7467 = "Wii" label C7467 = "Resident Evil" label B7468 = "Wii" label C7468 = "Skate w/ Board" label B7469 = "Xbox" label C7469 = "Aliens Versus Predator: Extinction" label D7469 = "RTS" label B7470 = "Xbox" label C7470 = "Star Wars Battlefront 2" label D7470 = "FPS" label A7471 = "01/01/2017" label B7471 = "Linux" label C7471 = "rofi-surfraw | bookmarks" label D7471 = "GUI/CLI" label A7472 = "01/01/2017" label B7472 = "Movie" label C7472 = "Planes Trains & Automoobiles 1987" label A7473 = "01/03/2016" label B7473 = "TVShow" label C7473 = "Quantico Season 2" label A7474 = "01/03/2016" label B7474 = "Wii" label C7474 = "Captain America Super Soldier" label A7475 = "01/05/2017" label B7475 = "Movie" label C7475 = "Mechanic Resurrection 2016" label A7476 = "01/06/2017" label B7476 = "Movie" label C7476 = "Goonies 1985" label A7477 = "11/22/2016" label B7477 = "Movie" label C7477 = "The Core 2003" label A7478 = "11/25/2016" label B7478 = "Music" label C7478 = "Mya" label A7479 = "11/28/2016" label B7479 = "Movie" label C7479 = "Suicide Squad Extended 2016" label A7480 = "12/01/2016" label B7480 = "Xbox" label C7480 = "NFL Street" label A7481 = "12/02/2016" label B7481 = "TVShow" label C7481 = "Mr. Robot S2 last 2 ep" label A7482 = "12/03/2016" label B7482 = "Android" label C7482 = "KingRoot - Root any Phone" label D7482 = "might have backdoors?" label A7483 = "12/03/2016" label B7483 = "Android" label C7483 = "Purify - block all apps that sucks battery life" label A7484 = "12/03/2016" label B7484 = "Android" label C7484 = "primative ftpd" label A7485 = "12/03/2016" label B7485 = "Audiobook" label C7485 = "001-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label D7485 = "30min" label A7486 = "12/03/2016" label B7486 = "Audiobook" label C7486 = "002-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label A7487 = "12/05/2016" label B7487 = "NES" label C7487 = "Ice Hockey" label A7488 = "12/06/2016" label B7488 = "MAME" label C7488 = "Ninja Baseball Bat Man" label A7489 = "12/06/2016" label B7489 = "NES" label C7489 = "Baseball Stars" label A7490 = "12/10/2016" label B7490 = "Linux" label C7490 = "vimwiki" label D7490 = "TUI" label A7491 = "12/12/2016" label B7491 = "Podcast" label C7491 = "PornDirectorPodcast" label F7491 = "http://www.porndirectorpodcast.com/main/" label A7492 = "12/12/2016" label B7492 = "Podcast" label C7492 = "The Cine-Files" label F7492 = "http://www.podbay.fm/show/1124549378" label A7493 = "12/15/2016" label B7493 = "PCGame" label C7493 = "Bionic Commando Rearmed" label A7494 = "12/17/2016" label B7494 = "Linux" label C7494 = "vbx function [Virtualbox CLI]" label D7494 = "RQBy: Schizo" label F7494 = "https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g" label A7495 = "12/22/2016" label B7495 = "Wii" label C7495 = "Rayman Origins" label A7496 = "12/23/2016" label B7496 = "Movie" label C7496 = "Top Gun 1986 Special Edition" label A7497 = "12/25/2016" label B7497 = "Linux" label C7497 = "rofi - dmenu launcher replacement" label D7497 = "GUI/CLI" label A7498 = "12/26/2016" label B7498 = "Movie" label C7498 = "Black Dynamite (2009)" label A7499 = "12/28/2016" label B7499 = "Movie" label C7499 = "Ben Hur 2016" label A7500 = "12/29/2016" label B7500 = "Movie" label C7500 = "Deepwater Horizon 2016" label A7501 = "12/29/2016" label B7501 = "Movie" label C7501 = "The Accountant 2016" label A7502 = "12/30/2016" label B7502 = "Movie" label C7502 = "The Magnificent Seven 2016" label B7503 = "Android" label C7503 = "IceCatMobile" label D7503 = "Web Browser" label F7503 = "https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat" label B7504 = "Audiobook" label C7504 = "003-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B7505 = "Audiobook" label C7505 = "004-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B7506 = "Audiobook" label C7506 = "Darth Plagueis" label B7507 = "Audiobook" label C7507 = "The Life-Changing Magic of Tidying Up" label B7508 = "Comic" label C7508 = "Saga" label B7509 = "Comic" label C7509 = "Walking Dead 157" label B7510 = "Comic" label C7510 = "X-Men Age of Apocalypse" label B7511 = "Comic" label C7511 = "Y The Last Man" label B7512 = "Linux" label C7512 = "Ampache: web based audio/video streaming" label D7512 = "WEBUI" label F7512 = "http://ampache.org/" label B7513 = "Linux" label C7513 = "Clonezilla" label B7514 = "Linux" label C7514 = "CopyQ - Clipboard manager" label D7514 = "GUI" label B7515 = "Linux" label C7515 = "EncFS - an Encrypted Filesystem" label B7516 = "Linux" label C7516 = "Firejail" label B7517 = "Linux" label C7517 = "LUKS encryption/ cryptsetup" label D7517 = "CLI" label B7518 = "Linux" label C7518 = "Piwigo is photo gallery software for the web" label D7518 = "WEBUI" label F7518 = "http://piwigo.org/" label B7519 = "Linux" label C7519 = "Samba" label D7519 = "CLI" label B7520 = "Linux" label C7520 = "SoundNode - opensource SoundCloud app" label D7520 = "GUI" label F7520 = "http://www.soundnodeapp.com/" label B7521 = "Linux" label C7521 = "Vocal - Podcast Client" label D7521 = "GUI" label F7521 = "http://vocalproject.net/" label B7522 = "Linux" label C7522 = "albumr - Imgur album downloader" label D7522 = "CLI" label F7522 = "https://pypi.python.org/pypi/albumr" label B7523 = "Linux" label C7523 = "alpine" label B7524 = "Linux" label C7524 = "anamnesis - clipboard manager" label D7524 = "GUI" label B7525 = "Linux" label C7525 = "asciiquarium" label D7525 = "TUI" label B7526 = "Linux" label C7526 = "bulk - bulk rename interactive" label D7526 = "Alex Leferry" label F7526 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B7527 = "Linux" label C7527 = "ccze - colorizer" label D7527 = "CLI" label B7528 = "Linux" label C7528 = "centerim5" label D7528 = "TUI" label B7529 = "Linux" label C7529 = "clipmenu - dmenu clipboard manager" label D7529 = "GUI" label B7530 = "Linux" label C7530 = "cvim" label B7531 = "Linux" label C7531 = "forecash - cashflow forecasting" label D7531 = "CLI" label F7531 = "https://github.com/fsareshwala/forecash" label B7532 = "Linux" label C7532 = "fzf-clipboard" label B7533 = "Linux" label C7533 = "kakoune - vim alternative" label D7533 = "Alex Leferry" label F7533 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B7534 = "Linux" label C7534 = "keynav" label B7535 = "Linux" label C7535 = "krill - rss filter feeds" label D7535 = "CLI" label F7535 = "https://github.com/p-e-w/krill" label B7536 = "Linux" label C7536 = "ledger - accounting system" label D7536 = "CLI" label F7536 = "http://www.ledger-cli.org/" label B7537 = "Linux" label C7537 = "megadl - mega.co.nz downloader" label D7537 = "CLI" label E7537 = "wait for 2.0 to have options to download single files from public folder" label B7538 = "Linux" label C7538 = "mpd + ncmpcpp" label D7538 = "CLI/TUI" label B7539 = "Linux" label C7539 = "newsbeuter macros" label D7539 = "CLI" label B7540 = "Linux" label C7540 = "nmtui" label D7540 = "wifi" label B7541 = "Linux" label C7541 = "nq - queue task" label D7541 = "CLI" label B7542 = "Linux" label C7542 = "open dvd producer - create DVD with menus" label D7542 = "GUI" label F7542 = "http://opendvdproducer.jonata.org/" label B7543 = "Linux" label C7543 = "redshift" label D7543 = "CLI" label B7544 = "Linux" label C7544 = "rofi-clipboard" label B7545 = "Linux" label C7545 = "rofi-locate" label B7546 = "Linux" label C7546 = "rofi-playonlinux" label B7547 = "Linux" label C7547 = "rofi-snippet" label B7548 = "Linux" label C7548 = "rss-bridge" label F7548 = "https://github.com/RSS-Bridge/rss-bridge" label B7549 = "Linux" label C7549 = "screenfetch" label D7549 = "CLI" label B7550 = "Linux" label C7550 = "setxkbmap" label B7551 = "Linux" label C7551 = "socli - Stack overflow command line client" label D7551 = "CLI" label F7551 = "https://github.com/gautamkrishnar/socli" label B7552 = "Linux" label C7552 = "sxhkd" label B7553 = "Linux" label C7553 = "systemd timers" label B7554 = "Linux" label C7554 = "taffy - A command-line audio tagging tool" label D7554 = "CLI" label F7554 = "https://github.com/jangler/taffy" label B7555 = "Linux" label C7555 = "task spooler multiple instances" label D7555 = "CLI" label B7556 = "Linux" label C7556 = "timertab - manage systemd timers" label F7556 = "https://github.com/amlamarra/timertab" label B7557 = "Linux" label C7557 = "tweeper - a Twitter to RSS web scraper" label D7557 = "CLI" label E7557 = "https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper" label F7557 = "https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/" label B7558 = "Linux" label C7558 = "veracrypt" label B7559 = "Linux" label C7559 = "wicd-curses" label D7559 = "wifi" label B7560 = "Linux" label C7560 = "wifi-menu" label D7560 = "wifi" label B7561 = "Linux" label C7561 = "wpa_supplicant " label D7561 = "wifi" label B7562 = "Linux" label C7562 = "wttr - weather info" label D7562 = "CLI" label B7563 = "Linux" label C7563 = "xbindkeys" label B7564 = "Linux" label C7564 = "xcape" label B7565 = "Linux" label C7565 = "xchainkeys" label B7566 = "Linux" label C7566 = "xdo" label B7567 = "Linux" label C7567 = "xfce4-screenshooter (selection area imgu'')" label D7567 = "GUI" label B7568 = "Linux" label C7568 = "xinput" label B7569 = "Linux" label C7569 = "xmodmap" label B7570 = "Linux" label C7570 = "xsendkey" label B7571 = "Linux" label C7571 = "xsetwacom " label B7572 = "Linux" label C7572 = "xvkbd" label B7573 = "MAME" label C7573 = "Baseball Stars 2" label B7574 = "Movie" label C7574 = "A Christmas Story 1983" label B7575 = "Movie" label C7575 = "Doctor Strange 2016" label B7576 = "Movie" label C7576 = "Eternal Sunshine of the Spotless Mind (2004)" label B7577 = "Movie" label C7577 = "Frozen" label B7578 = "Movie" label C7578 = "Harry Potter" label B7579 = "Movie" label C7579 = "Jaws (1975)" label B7580 = "Movie" label C7580 = "Moana 2016" label B7581 = "Movie" label C7581 = "Mud 2012" label B7582 = "Movie" label C7582 = "Pete's Dragon 2016" label B7583 = "Movie" label C7583 = "Pump Up The Volume 1990" label B7584 = "Movie" label C7584 = "Snakes on a Plane (2006)" label B7585 = "Movie" label C7585 = "Snowden 2016" label B7586 = "Movie" label C7586 = "Swiss Army Man (2016)" label B7587 = "Movie" label C7587 = "The Legend of Tarzan 2016" label B7588 = "Movie" label C7588 = "Trainwreck (2015)" label B7589 = "Movie" label C7589 = "True Romance (1993)" label B7590 = "Movie" label C7590 = "War Dogs 2016" label B7591 = "Music" label C7591 = "Ashanti" label B7592 = "Music" label C7592 = "BackStreet/Dre" label B7593 = "Music" label C7593 = "Bubba Sparxxx" label B7594 = "Music" label C7594 = "Ciara" label B7595 = "Music" label C7595 = "Dido" label B7596 = "Music" label C7596 = "Dr Dre Instramentals" label B7597 = "Music" label C7597 = "Gloria Estefan" label B7598 = "Music" label C7598 = "Juvenile" label B7599 = "Music" label C7599 = "Meghan Trainor" label B7600 = "Music" label C7600 = "Petey Pablo" label B7601 = "Music" label C7601 = "Puff Daddy" label B7602 = "Music" label C7602 = "Run DMC" label B7603 = "Music" label C7603 = "Street Fighter" label B7604 = "Music" label C7604 = "Super Mario World" label B7605 = "Music" label C7605 = "TLC" label B7606 = "Music" label C7606 = "Young Buck" label B7607 = "NES" label C7607 = "Bionic Commando" label B7608 = "NES" label C7608 = "Contra" label B7609 = "NES" label C7609 = "Mega Man 2" label B7610 = "NES" label C7610 = "Palamedes" label D7610 = "Puzzle" label B7611 = "NES" label C7611 = "Super Mario Bros 3" label B7612 = "PCGame" label C7612 = "Batman: Arkham Asylum" label B7613 = "PCGame" label C7613 = "Dead or Alive 5 With Nude Patch" label B7614 = "PCGame" label C7614 = "For Honor" label B7615 = "PCGame" label C7615 = "Killer Instinct" label B7616 = "PCGame" label C7616 = "Rise of the Tomb Raider" label B7617 = "PCGame" label C7617 = "Street Fighter 5" label B7618 = "PCGame" label C7618 = "The Division" label B7619 = "PSX" label C7619 = "ESPN Extreme Games" label B7620 = "PSX" label C7620 = "Street Fighter: The Movie" label B7621 = "SNES" label C7621 = "Punch Out" label B7622 = "TVShow" label C7622 = "3% Netflix" label B7623 = "TVShow" label C7623 = "Alone [History Channel]" label B7624 = "TVShow" label C7624 = "Black Mirror" label B7625 = "TVShow" label C7625 = "Roman Empire Reign of Blood" label B7626 = "TVShow" label C7626 = "Stranger Things" label B7627 = "TVShow" label C7627 = "The People v. O.J. Simpson: American Crime Story" label B7628 = "TVShow" label C7628 = "The Wire" label B7629 = "TVShow" label C7629 = "Westworld" label B7630 = "Wii" label C7630 = "Kirby Yarn" label B7631 = "Wii" label C7631 = "Mario Gaxaly" label B7632 = "Wii" label C7632 = "Punch Out w/ Balance Board" label B7633 = "Wii" label C7633 = "Resident Evil" label B7634 = "Wii" label C7634 = "Skate w/ Board" label B7635 = "Xbox" label C7635 = "Aliens Versus Predator: Extinction" label D7635 = "RTS" label B7636 = "Xbox" label C7636 = "Star Wars Battlefront 2" label D7636 = "FPS" label A7637 = "01/01/2017" label B7637 = "Linux" label C7637 = "rofi-surfraw | bookmarks" label D7637 = "GUI/CLI" label A7638 = "01/01/2017" label B7638 = "Movie" label C7638 = "Planes Trains & Automoobiles 1987" label A7639 = "01/03/2016" label B7639 = "TVShow" label C7639 = "Quantico Season 2" label A7640 = "01/03/2016" label B7640 = "Wii" label C7640 = "Captain America Super Soldier" label A7641 = "01/05/2017" label B7641 = "Movie" label C7641 = "Mechanic Resurrection 2016" label A7642 = "01/06/2017" label B7642 = "Movie" label C7642 = "Goonies 1985" label A7643 = "11/22/2016" label B7643 = "Movie" label C7643 = "The Core 2003" label A7644 = "11/25/2016" label B7644 = "Music" label C7644 = "Mya" label A7645 = "11/28/2016" label B7645 = "Movie" label C7645 = "Suicide Squad Extended 2016" label A7646 = "12/01/2016" label B7646 = "Xbox" label C7646 = "NFL Street" label A7647 = "12/02/2016" label B7647 = "TVShow" label C7647 = "Mr. Robot S2 last 2 ep" label A7648 = "12/03/2016" label B7648 = "Android" label C7648 = "KingRoot - Root any Phone" label D7648 = "might have backdoors?" label A7649 = "12/03/2016" label B7649 = "Android" label C7649 = "Purify - block all apps that sucks battery life" label A7650 = "12/03/2016" label B7650 = "Android" label C7650 = "primative ftpd" label A7651 = "12/03/2016" label B7651 = "Audiobook" label C7651 = "001-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label D7651 = "30min" label A7652 = "12/03/2016" label B7652 = "Audiobook" label C7652 = "002-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label A7653 = "12/05/2016" label B7653 = "NES" label C7653 = "Ice Hockey" label A7654 = "12/06/2016" label B7654 = "MAME" label C7654 = "Ninja Baseball Bat Man" label A7655 = "12/06/2016" label B7655 = "NES" label C7655 = "Baseball Stars" label A7656 = "12/10/2016" label B7656 = "Linux" label C7656 = "vimwiki" label D7656 = "TUI" label A7657 = "12/12/2016" label B7657 = "Podcast" label C7657 = "PornDirectorPodcast" label F7657 = "http://www.porndirectorpodcast.com/main/" label A7658 = "12/12/2016" label B7658 = "Podcast" label C7658 = "The Cine-Files" label F7658 = "http://www.podbay.fm/show/1124549378" label A7659 = "12/15/2016" label B7659 = "PCGame" label C7659 = "Bionic Commando Rearmed" label A7660 = "12/17/2016" label B7660 = "Linux" label C7660 = "vbx function [Virtualbox CLI]" label D7660 = "RQBy: Schizo" label F7660 = "https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g" label A7661 = "12/22/2016" label B7661 = "Wii" label C7661 = "Rayman Origins" label A7662 = "12/23/2016" label B7662 = "Movie" label C7662 = "Top Gun 1986 Special Edition" label A7663 = "12/25/2016" label B7663 = "Linux" label C7663 = "rofi - dmenu launcher replacement" label D7663 = "GUI/CLI" label A7664 = "12/26/2016" label B7664 = "Movie" label C7664 = "Black Dynamite (2009)" label A7665 = "12/28/2016" label B7665 = "Movie" label C7665 = "Ben Hur 2016" label A7666 = "12/29/2016" label B7666 = "Movie" label C7666 = "Deepwater Horizon 2016" label A7667 = "12/29/2016" label B7667 = "Movie" label C7667 = "The Accountant 2016" label A7668 = "12/30/2016" label B7668 = "Movie" label C7668 = "The Magnificent Seven 2016" label B7669 = "Android" label C7669 = "IceCatMobile" label D7669 = "Web Browser" label F7669 = "https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat" label B7670 = "Audiobook" label C7670 = "003-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B7671 = "Audiobook" label C7671 = "004-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B7672 = "Audiobook" label C7672 = "Darth Plagueis" label B7673 = "Audiobook" label C7673 = "The Life-Changing Magic of Tidying Up" label B7674 = "Comic" label C7674 = "Saga" label B7675 = "Comic" label C7675 = "Walking Dead 157" label B7676 = "Comic" label C7676 = "X-Men Age of Apocalypse" label B7677 = "Comic" label C7677 = "Y The Last Man" label B7678 = "Linux" label C7678 = "Ampache: web based audio/video streaming" label D7678 = "WEBUI" label F7678 = "http://ampache.org/" label B7679 = "Linux" label C7679 = "Clonezilla" label B7680 = "Linux" label C7680 = "CopyQ - Clipboard manager" label D7680 = "GUI" label B7681 = "Linux" label C7681 = "EncFS - an Encrypted Filesystem" label B7682 = "Linux" label C7682 = "Firejail" label B7683 = "Linux" label C7683 = "LUKS encryption/ cryptsetup" label D7683 = "CLI" label B7684 = "Linux" label C7684 = "Piwigo is photo gallery software for the web" label D7684 = "WEBUI" label F7684 = "http://piwigo.org/" label B7685 = "Linux" label C7685 = "Samba" label D7685 = "CLI" label B7686 = "Linux" label C7686 = "SoundNode - opensource SoundCloud app" label D7686 = "GUI" label F7686 = "http://www.soundnodeapp.com/" label B7687 = "Linux" label C7687 = "Vocal - Podcast Client" label D7687 = "GUI" label F7687 = "http://vocalproject.net/" label B7688 = "Linux" label C7688 = "albumr - Imgur album downloader" label D7688 = "CLI" label F7688 = "https://pypi.python.org/pypi/albumr" label B7689 = "Linux" label C7689 = "alpine" label B7690 = "Linux" label C7690 = "anamnesis - clipboard manager" label D7690 = "GUI" label B7691 = "Linux" label C7691 = "asciiquarium" label D7691 = "TUI" label B7692 = "Linux" label C7692 = "bulk - bulk rename interactive" label D7692 = "Alex Leferry" label F7692 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B7693 = "Linux" label C7693 = "ccze - colorizer" label D7693 = "CLI" label B7694 = "Linux" label C7694 = "centerim5" label D7694 = "TUI" label B7695 = "Linux" label C7695 = "clipmenu - dmenu clipboard manager" label D7695 = "GUI" label B7696 = "Linux" label C7696 = "cvim" label B7697 = "Linux" label C7697 = "forecash - cashflow forecasting" label D7697 = "CLI" label F7697 = "https://github.com/fsareshwala/forecash" label B7698 = "Linux" label C7698 = "fzf-clipboard" label B7699 = "Linux" label C7699 = "kakoune - vim alternative" label D7699 = "Alex Leferry" label F7699 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B7700 = "Linux" label C7700 = "keynav" label B7701 = "Linux" label C7701 = "krill - rss filter feeds" label D7701 = "CLI" label F7701 = "https://github.com/p-e-w/krill" label B7702 = "Linux" label C7702 = "ledger - accounting system" label D7702 = "CLI" label F7702 = "http://www.ledger-cli.org/" label B7703 = "Linux" label C7703 = "megadl - mega.co.nz downloader" label D7703 = "CLI" label E7703 = "wait for 2.0 to have options to download single files from public folder" label B7704 = "Linux" label C7704 = "mpd + ncmpcpp" label D7704 = "CLI/TUI" label B7705 = "Linux" label C7705 = "newsbeuter macros" label D7705 = "CLI" label B7706 = "Linux" label C7706 = "nmtui" label D7706 = "wifi" label B7707 = "Linux" label C7707 = "nq - queue task" label D7707 = "CLI" label B7708 = "Linux" label C7708 = "open dvd producer - create DVD with menus" label D7708 = "GUI" label F7708 = "http://opendvdproducer.jonata.org/" label B7709 = "Linux" label C7709 = "redshift" label D7709 = "CLI" label B7710 = "Linux" label C7710 = "rofi-clipboard" label B7711 = "Linux" label C7711 = "rofi-locate" label B7712 = "Linux" label C7712 = "rofi-playonlinux" label B7713 = "Linux" label C7713 = "rofi-snippet" label B7714 = "Linux" label C7714 = "rss-bridge" label F7714 = "https://github.com/RSS-Bridge/rss-bridge" label B7715 = "Linux" label C7715 = "screenfetch" label D7715 = "CLI" label B7716 = "Linux" label C7716 = "setxkbmap" label B7717 = "Linux" label C7717 = "socli - Stack overflow command line client" label D7717 = "CLI" label F7717 = "https://github.com/gautamkrishnar/socli" label B7718 = "Linux" label C7718 = "sxhkd" label B7719 = "Linux" label C7719 = "systemd timers" label B7720 = "Linux" label C7720 = "taffy - A command-line audio tagging tool" label D7720 = "CLI" label F7720 = "https://github.com/jangler/taffy" label B7721 = "Linux" label C7721 = "task spooler multiple instances" label D7721 = "CLI" label B7722 = "Linux" label C7722 = "timertab - manage systemd timers" label F7722 = "https://github.com/amlamarra/timertab" label B7723 = "Linux" label C7723 = "tweeper - a Twitter to RSS web scraper" label D7723 = "CLI" label E7723 = "https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper" label F7723 = "https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/" label B7724 = "Linux" label C7724 = "veracrypt" label B7725 = "Linux" label C7725 = "wicd-curses" label D7725 = "wifi" label B7726 = "Linux" label C7726 = "wifi-menu" label D7726 = "wifi" label B7727 = "Linux" label C7727 = "wpa_supplicant " label D7727 = "wifi" label B7728 = "Linux" label C7728 = "wttr - weather info" label D7728 = "CLI" label B7729 = "Linux" label C7729 = "xbindkeys" label B7730 = "Linux" label C7730 = "xcape" label B7731 = "Linux" label C7731 = "xchainkeys" label B7732 = "Linux" label C7732 = "xdo" label B7733 = "Linux" label C7733 = "xfce4-screenshooter (selection area imgu'')" label D7733 = "GUI" label B7734 = "Linux" label C7734 = "xinput" label B7735 = "Linux" label C7735 = "xmodmap" label B7736 = "Linux" label C7736 = "xsendkey" label B7737 = "Linux" label C7737 = "xsetwacom " label B7738 = "Linux" label C7738 = "xvkbd" label B7739 = "MAME" label C7739 = "Baseball Stars 2" label B7740 = "Movie" label C7740 = "A Christmas Story 1983" label B7741 = "Movie" label C7741 = "Doctor Strange 2016" label B7742 = "Movie" label C7742 = "Eternal Sunshine of the Spotless Mind (2004)" label B7743 = "Movie" label C7743 = "Frozen" label B7744 = "Movie" label C7744 = "Harry Potter" label B7745 = "Movie" label C7745 = "Jaws (1975)" label B7746 = "Movie" label C7746 = "Moana 2016" label B7747 = "Movie" label C7747 = "Mud 2012" label B7748 = "Movie" label C7748 = "Pete's Dragon 2016" label B7749 = "Movie" label C7749 = "Pump Up The Volume 1990" label B7750 = "Movie" label C7750 = "Snakes on a Plane (2006)" label B7751 = "Movie" label C7751 = "Snowden 2016" label B7752 = "Movie" label C7752 = "Swiss Army Man (2016)" label B7753 = "Movie" label C7753 = "The Legend of Tarzan 2016" label B7754 = "Movie" label C7754 = "Trainwreck (2015)" label B7755 = "Movie" label C7755 = "True Romance (1993)" label B7756 = "Movie" label C7756 = "War Dogs 2016" label B7757 = "Music" label C7757 = "Ashanti" label B7758 = "Music" label C7758 = "BackStreet/Dre" label B7759 = "Music" label C7759 = "Bubba Sparxxx" label B7760 = "Music" label C7760 = "Ciara" label B7761 = "Music" label C7761 = "Dido" label B7762 = "Music" label C7762 = "Dr Dre Instramentals" label B7763 = "Music" label C7763 = "Gloria Estefan" label B7764 = "Music" label C7764 = "Juvenile" label B7765 = "Music" label C7765 = "Meghan Trainor" label B7766 = "Music" label C7766 = "Petey Pablo" label B7767 = "Music" label C7767 = "Puff Daddy" label B7768 = "Music" label C7768 = "Run DMC" label B7769 = "Music" label C7769 = "Street Fighter" label B7770 = "Music" label C7770 = "Super Mario World" label B7771 = "Music" label C7771 = "TLC" label B7772 = "Music" label C7772 = "Young Buck" label B7773 = "NES" label C7773 = "Bionic Commando" label B7774 = "NES" label C7774 = "Contra" label B7775 = "NES" label C7775 = "Mega Man 2" label B7776 = "NES" label C7776 = "Palamedes" label D7776 = "Puzzle" label B7777 = "NES" label C7777 = "Super Mario Bros 3" label B7778 = "PCGame" label C7778 = "Batman: Arkham Asylum" label B7779 = "PCGame" label C7779 = "Dead or Alive 5 With Nude Patch" label B7780 = "PCGame" label C7780 = "For Honor" label B7781 = "PCGame" label C7781 = "Killer Instinct" label B7782 = "PCGame" label C7782 = "Rise of the Tomb Raider" label B7783 = "PCGame" label C7783 = "Street Fighter 5" label B7784 = "PCGame" label C7784 = "The Division" label B7785 = "PSX" label C7785 = "ESPN Extreme Games" label B7786 = "PSX" label C7786 = "Street Fighter: The Movie" label B7787 = "SNES" label C7787 = "Punch Out" label B7788 = "TVShow" label C7788 = "3% Netflix" label B7789 = "TVShow" label C7789 = "Alone [History Channel]" label B7790 = "TVShow" label C7790 = "Black Mirror" label B7791 = "TVShow" label C7791 = "Roman Empire Reign of Blood" label B7792 = "TVShow" label C7792 = "Stranger Things" label B7793 = "TVShow" label C7793 = "The People v. O.J. Simpson: American Crime Story" label B7794 = "TVShow" label C7794 = "The Wire" label B7795 = "TVShow" label C7795 = "Westworld" label B7796 = "Wii" label C7796 = "Kirby Yarn" label B7797 = "Wii" label C7797 = "Mario Gaxaly" label B7798 = "Wii" label C7798 = "Punch Out w/ Balance Board" label B7799 = "Wii" label C7799 = "Resident Evil" label B7800 = "Wii" label C7800 = "Skate w/ Board" label B7801 = "Xbox" label C7801 = "Aliens Versus Predator: Extinction" label D7801 = "RTS" label B7802 = "Xbox" label C7802 = "Star Wars Battlefront 2" label D7802 = "FPS" label A7803 = "01/01/2017" label B7803 = "Linux" label C7803 = "rofi-surfraw | bookmarks" label D7803 = "GUI/CLI" label A7804 = "01/01/2017" label B7804 = "Movie" label C7804 = "Planes Trains & Automoobiles 1987" label A7805 = "01/03/2016" label B7805 = "TVShow" label C7805 = "Quantico Season 2" label A7806 = "01/03/2016" label B7806 = "Wii" label C7806 = "Captain America Super Soldier" label A7807 = "01/05/2017" label B7807 = "Movie" label C7807 = "Mechanic Resurrection 2016" label A7808 = "01/06/2017" label B7808 = "Movie" label C7808 = "Goonies 1985" label A7809 = "11/22/2016" label B7809 = "Movie" label C7809 = "The Core 2003" label A7810 = "11/25/2016" label B7810 = "Music" label C7810 = "Mya" label A7811 = "11/28/2016" label B7811 = "Movie" label C7811 = "Suicide Squad Extended 2016" label A7812 = "12/01/2016" label B7812 = "Xbox" label C7812 = "NFL Street" label A7813 = "12/02/2016" label B7813 = "TVShow" label C7813 = "Mr. Robot S2 last 2 ep" label A7814 = "12/03/2016" label B7814 = "Android" label C7814 = "KingRoot - Root any Phone" label D7814 = "might have backdoors?" label A7815 = "12/03/2016" label B7815 = "Android" label C7815 = "Purify - block all apps that sucks battery life" label A7816 = "12/03/2016" label B7816 = "Android" label C7816 = "primative ftpd" label A7817 = "12/03/2016" label B7817 = "Audiobook" label C7817 = "001-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label D7817 = "30min" label A7818 = "12/03/2016" label B7818 = "Audiobook" label C7818 = "002-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label A7819 = "12/05/2016" label B7819 = "NES" label C7819 = "Ice Hockey" label A7820 = "12/06/2016" label B7820 = "MAME" label C7820 = "Ninja Baseball Bat Man" label A7821 = "12/06/2016" label B7821 = "NES" label C7821 = "Baseball Stars" label A7822 = "12/10/2016" label B7822 = "Linux" label C7822 = "vimwiki" label D7822 = "TUI" label A7823 = "12/12/2016" label B7823 = "Podcast" label C7823 = "PornDirectorPodcast" label F7823 = "http://www.porndirectorpodcast.com/main/" label A7824 = "12/12/2016" label B7824 = "Podcast" label C7824 = "The Cine-Files" label F7824 = "http://www.podbay.fm/show/1124549378" label A7825 = "12/15/2016" label B7825 = "PCGame" label C7825 = "Bionic Commando Rearmed" label A7826 = "12/17/2016" label B7826 = "Linux" label C7826 = "vbx function [Virtualbox CLI]" label D7826 = "RQBy: Schizo" label F7826 = "https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g" label A7827 = "12/22/2016" label B7827 = "Wii" label C7827 = "Rayman Origins" label A7828 = "12/23/2016" label B7828 = "Movie" label C7828 = "Top Gun 1986 Special Edition" label A7829 = "12/25/2016" label B7829 = "Linux" label C7829 = "rofi - dmenu launcher replacement" label D7829 = "GUI/CLI" label A7830 = "12/26/2016" label B7830 = "Movie" label C7830 = "Black Dynamite (2009)" label A7831 = "12/28/2016" label B7831 = "Movie" label C7831 = "Ben Hur 2016" label A7832 = "12/29/2016" label B7832 = "Movie" label C7832 = "Deepwater Horizon 2016" label A7833 = "12/29/2016" label B7833 = "Movie" label C7833 = "The Accountant 2016" label A7834 = "12/30/2016" label B7834 = "Movie" label C7834 = "The Magnificent Seven 2016" label B7835 = "Android" label C7835 = "IceCatMobile" label D7835 = "Web Browser" label F7835 = "https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat" label B7836 = "Audiobook" label C7836 = "003-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B7837 = "Audiobook" label C7837 = "004-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B7838 = "Audiobook" label C7838 = "Darth Plagueis" label B7839 = "Audiobook" label C7839 = "The Life-Changing Magic of Tidying Up" label B7840 = "Comic" label C7840 = "Saga" label B7841 = "Comic" label C7841 = "Walking Dead 157" label B7842 = "Comic" label C7842 = "X-Men Age of Apocalypse" label B7843 = "Comic" label C7843 = "Y The Last Man" label B7844 = "Linux" label C7844 = "Ampache: web based audio/video streaming" label D7844 = "WEBUI" label F7844 = "http://ampache.org/" label B7845 = "Linux" label C7845 = "Clonezilla" label B7846 = "Linux" label C7846 = "CopyQ - Clipboard manager" label D7846 = "GUI" label B7847 = "Linux" label C7847 = "EncFS - an Encrypted Filesystem" label B7848 = "Linux" label C7848 = "Firejail" label B7849 = "Linux" label C7849 = "LUKS encryption/ cryptsetup" label D7849 = "CLI" label B7850 = "Linux" label C7850 = "Piwigo is photo gallery software for the web" label D7850 = "WEBUI" label F7850 = "http://piwigo.org/" label B7851 = "Linux" label C7851 = "Samba" label D7851 = "CLI" label B7852 = "Linux" label C7852 = "SoundNode - opensource SoundCloud app" label D7852 = "GUI" label F7852 = "http://www.soundnodeapp.com/" label B7853 = "Linux" label C7853 = "Vocal - Podcast Client" label D7853 = "GUI" label F7853 = "http://vocalproject.net/" label B7854 = "Linux" label C7854 = "albumr - Imgur album downloader" label D7854 = "CLI" label F7854 = "https://pypi.python.org/pypi/albumr" label B7855 = "Linux" label C7855 = "alpine" label B7856 = "Linux" label C7856 = "anamnesis - clipboard manager" label D7856 = "GUI" label B7857 = "Linux" label C7857 = "asciiquarium" label D7857 = "TUI" label B7858 = "Linux" label C7858 = "bulk - bulk rename interactive" label D7858 = "Alex Leferry" label F7858 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B7859 = "Linux" label C7859 = "ccze - colorizer" label D7859 = "CLI" label B7860 = "Linux" label C7860 = "centerim5" label D7860 = "TUI" label B7861 = "Linux" label C7861 = "clipmenu - dmenu clipboard manager" label D7861 = "GUI" label B7862 = "Linux" label C7862 = "cvim" label B7863 = "Linux" label C7863 = "forecash - cashflow forecasting" label D7863 = "CLI" label F7863 = "https://github.com/fsareshwala/forecash" label B7864 = "Linux" label C7864 = "fzf-clipboard" label B7865 = "Linux" label C7865 = "kakoune - vim alternative" label D7865 = "Alex Leferry" label F7865 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B7866 = "Linux" label C7866 = "keynav" label B7867 = "Linux" label C7867 = "krill - rss filter feeds" label D7867 = "CLI" label F7867 = "https://github.com/p-e-w/krill" label B7868 = "Linux" label C7868 = "ledger - accounting system" label D7868 = "CLI" label F7868 = "http://www.ledger-cli.org/" label B7869 = "Linux" label C7869 = "megadl - mega.co.nz downloader" label D7869 = "CLI" label E7869 = "wait for 2.0 to have options to download single files from public folder" label B7870 = "Linux" label C7870 = "mpd + ncmpcpp" label D7870 = "CLI/TUI" label B7871 = "Linux" label C7871 = "newsbeuter macros" label D7871 = "CLI" label B7872 = "Linux" label C7872 = "nmtui" label D7872 = "wifi" label B7873 = "Linux" label C7873 = "nq - queue task" label D7873 = "CLI" label B7874 = "Linux" label C7874 = "open dvd producer - create DVD with menus" label D7874 = "GUI" label F7874 = "http://opendvdproducer.jonata.org/" label B7875 = "Linux" label C7875 = "redshift" label D7875 = "CLI" label B7876 = "Linux" label C7876 = "rofi-clipboard" label B7877 = "Linux" label C7877 = "rofi-locate" label B7878 = "Linux" label C7878 = "rofi-playonlinux" label B7879 = "Linux" label C7879 = "rofi-snippet" label B7880 = "Linux" label C7880 = "rss-bridge" label F7880 = "https://github.com/RSS-Bridge/rss-bridge" label B7881 = "Linux" label C7881 = "screenfetch" label D7881 = "CLI" label B7882 = "Linux" label C7882 = "setxkbmap" label B7883 = "Linux" label C7883 = "socli - Stack overflow command line client" label D7883 = "CLI" label F7883 = "https://github.com/gautamkrishnar/socli" label B7884 = "Linux" label C7884 = "sxhkd" label B7885 = "Linux" label C7885 = "systemd timers" label B7886 = "Linux" label C7886 = "taffy - A command-line audio tagging tool" label D7886 = "CLI" label F7886 = "https://github.com/jangler/taffy" label B7887 = "Linux" label C7887 = "task spooler multiple instances" label D7887 = "CLI" label B7888 = "Linux" label C7888 = "timertab - manage systemd timers" label F7888 = "https://github.com/amlamarra/timertab" label B7889 = "Linux" label C7889 = "tweeper - a Twitter to RSS web scraper" label D7889 = "CLI" label E7889 = "https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper" label F7889 = "https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/" label B7890 = "Linux" label C7890 = "veracrypt" label B7891 = "Linux" label C7891 = "wicd-curses" label D7891 = "wifi" label B7892 = "Linux" label C7892 = "wifi-menu" label D7892 = "wifi" label B7893 = "Linux" label C7893 = "wpa_supplicant " label D7893 = "wifi" label B7894 = "Linux" label C7894 = "wttr - weather info" label D7894 = "CLI" label B7895 = "Linux" label C7895 = "xbindkeys" label B7896 = "Linux" label C7896 = "xcape" label B7897 = "Linux" label C7897 = "xchainkeys" label B7898 = "Linux" label C7898 = "xdo" label B7899 = "Linux" label C7899 = "xfce4-screenshooter (selection area imgu'')" label D7899 = "GUI" label B7900 = "Linux" label C7900 = "xinput" label B7901 = "Linux" label C7901 = "xmodmap" label B7902 = "Linux" label C7902 = "xsendkey" label B7903 = "Linux" label C7903 = "xsetwacom " label B7904 = "Linux" label C7904 = "xvkbd" label B7905 = "MAME" label C7905 = "Baseball Stars 2" label B7906 = "Movie" label C7906 = "A Christmas Story 1983" label B7907 = "Movie" label C7907 = "Doctor Strange 2016" label B7908 = "Movie" label C7908 = "Eternal Sunshine of the Spotless Mind (2004)" label B7909 = "Movie" label C7909 = "Frozen" label B7910 = "Movie" label C7910 = "Harry Potter" label B7911 = "Movie" label C7911 = "Jaws (1975)" label B7912 = "Movie" label C7912 = "Moana 2016" label B7913 = "Movie" label C7913 = "Mud 2012" label B7914 = "Movie" label C7914 = "Pete's Dragon 2016" label B7915 = "Movie" label C7915 = "Pump Up The Volume 1990" label B7916 = "Movie" label C7916 = "Snakes on a Plane (2006)" label B7917 = "Movie" label C7917 = "Snowden 2016" label B7918 = "Movie" label C7918 = "Swiss Army Man (2016)" label B7919 = "Movie" label C7919 = "The Legend of Tarzan 2016" label B7920 = "Movie" label C7920 = "Trainwreck (2015)" label B7921 = "Movie" label C7921 = "True Romance (1993)" label B7922 = "Movie" label C7922 = "War Dogs 2016" label B7923 = "Music" label C7923 = "Ashanti" label B7924 = "Music" label C7924 = "BackStreet/Dre" label B7925 = "Music" label C7925 = "Bubba Sparxxx" label B7926 = "Music" label C7926 = "Ciara" label B7927 = "Music" label C7927 = "Dido" label B7928 = "Music" label C7928 = "Dr Dre Instramentals" label B7929 = "Music" label C7929 = "Gloria Estefan" label B7930 = "Music" label C7930 = "Juvenile" label B7931 = "Music" label C7931 = "Meghan Trainor" label B7932 = "Music" label C7932 = "Petey Pablo" label B7933 = "Music" label C7933 = "Puff Daddy" label B7934 = "Music" label C7934 = "Run DMC" label B7935 = "Music" label C7935 = "Street Fighter" label B7936 = "Music" label C7936 = "Super Mario World" label B7937 = "Music" label C7937 = "TLC" label B7938 = "Music" label C7938 = "Young Buck" label B7939 = "NES" label C7939 = "Bionic Commando" label B7940 = "NES" label C7940 = "Contra" label B7941 = "NES" label C7941 = "Mega Man 2" label B7942 = "NES" label C7942 = "Palamedes" label D7942 = "Puzzle" label B7943 = "NES" label C7943 = "Super Mario Bros 3" label B7944 = "PCGame" label C7944 = "Batman: Arkham Asylum" label B7945 = "PCGame" label C7945 = "Dead or Alive 5 With Nude Patch" label B7946 = "PCGame" label C7946 = "For Honor" label B7947 = "PCGame" label C7947 = "Killer Instinct" label B7948 = "PCGame" label C7948 = "Rise of the Tomb Raider" label B7949 = "PCGame" label C7949 = "Street Fighter 5" label B7950 = "PCGame" label C7950 = "The Division" label B7951 = "PSX" label C7951 = "ESPN Extreme Games" label B7952 = "PSX" label C7952 = "Street Fighter: The Movie" label B7953 = "SNES" label C7953 = "Punch Out" label B7954 = "TVShow" label C7954 = "3% Netflix" label B7955 = "TVShow" label C7955 = "Alone [History Channel]" label B7956 = "TVShow" label C7956 = "Black Mirror" label B7957 = "TVShow" label C7957 = "Roman Empire Reign of Blood" label B7958 = "TVShow" label C7958 = "Stranger Things" label B7959 = "TVShow" label C7959 = "The People v. O.J. Simpson: American Crime Story" label B7960 = "TVShow" label C7960 = "The Wire" label B7961 = "TVShow" label C7961 = "Westworld" label B7962 = "Wii" label C7962 = "Kirby Yarn" label B7963 = "Wii" label C7963 = "Mario Gaxaly" label B7964 = "Wii" label C7964 = "Punch Out w/ Balance Board" label B7965 = "Wii" label C7965 = "Resident Evil" label B7966 = "Wii" label C7966 = "Skate w/ Board" label B7967 = "Xbox" label C7967 = "Aliens Versus Predator: Extinction" label D7967 = "RTS" label B7968 = "Xbox" label C7968 = "Star Wars Battlefront 2" label D7968 = "FPS" label A7969 = "01/01/2017" label B7969 = "Linux" label C7969 = "rofi-surfraw | bookmarks" label D7969 = "GUI/CLI" label A7970 = "01/01/2017" label B7970 = "Movie" label C7970 = "Planes Trains & Automoobiles 1987" label A7971 = "01/03/2016" label B7971 = "TVShow" label C7971 = "Quantico Season 2" label A7972 = "01/03/2016" label B7972 = "Wii" label C7972 = "Captain America Super Soldier" label A7973 = "01/05/2017" label B7973 = "Movie" label C7973 = "Mechanic Resurrection 2016" label A7974 = "01/06/2017" label B7974 = "Movie" label C7974 = "Goonies 1985" label A7975 = "11/22/2016" label B7975 = "Movie" label C7975 = "The Core 2003" label A7976 = "11/25/2016" label B7976 = "Music" label C7976 = "Mya" label A7977 = "11/28/2016" label B7977 = "Movie" label C7977 = "Suicide Squad Extended 2016" label A7978 = "12/01/2016" label B7978 = "Xbox" label C7978 = "NFL Street" label A7979 = "12/02/2016" label B7979 = "TVShow" label C7979 = "Mr. Robot S2 last 2 ep" label A7980 = "12/03/2016" label B7980 = "Android" label C7980 = "KingRoot - Root any Phone" label D7980 = "might have backdoors?" label A7981 = "12/03/2016" label B7981 = "Android" label C7981 = "Purify - block all apps that sucks battery life" label A7982 = "12/03/2016" label B7982 = "Android" label C7982 = "primative ftpd" label A7983 = "12/03/2016" label B7983 = "Audiobook" label C7983 = "001-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label D7983 = "30min" label A7984 = "12/03/2016" label B7984 = "Audiobook" label C7984 = "002-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label A7985 = "12/05/2016" label B7985 = "NES" label C7985 = "Ice Hockey" label A7986 = "12/06/2016" label B7986 = "MAME" label C7986 = "Ninja Baseball Bat Man" label A7987 = "12/06/2016" label B7987 = "NES" label C7987 = "Baseball Stars" label A7988 = "12/10/2016" label B7988 = "Linux" label C7988 = "vimwiki" label D7988 = "TUI" label A7989 = "12/12/2016" label B7989 = "Podcast" label C7989 = "PornDirectorPodcast" label F7989 = "http://www.porndirectorpodcast.com/main/" label A7990 = "12/12/2016" label B7990 = "Podcast" label C7990 = "The Cine-Files" label F7990 = "http://www.podbay.fm/show/1124549378" label A7991 = "12/15/2016" label B7991 = "PCGame" label C7991 = "Bionic Commando Rearmed" label A7992 = "12/17/2016" label B7992 = "Linux" label C7992 = "vbx function [Virtualbox CLI]" label D7992 = "RQBy: Schizo" label F7992 = "https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g" label A7993 = "12/22/2016" label B7993 = "Wii" label C7993 = "Rayman Origins" label A7994 = "12/23/2016" label B7994 = "Movie" label C7994 = "Top Gun 1986 Special Edition" label A7995 = "12/25/2016" label B7995 = "Linux" label C7995 = "rofi - dmenu launcher replacement" label D7995 = "GUI/CLI" label A7996 = "12/26/2016" label B7996 = "Movie" label C7996 = "Black Dynamite (2009)" label A7997 = "12/28/2016" label B7997 = "Movie" label C7997 = "Ben Hur 2016" label A7998 = "12/29/2016" label B7998 = "Movie" label C7998 = "Deepwater Horizon 2016" label A7999 = "12/29/2016" label B7999 = "Movie" label C7999 = "The Accountant 2016" label A8000 = "12/30/2016" label B8000 = "Movie" label C8000 = "The Magnificent Seven 2016" label B8001 = "Android" label C8001 = "IceCatMobile" label D8001 = "Web Browser" label F8001 = "https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat" label B8002 = "Audiobook" label C8002 = "003-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B8003 = "Audiobook" label C8003 = "004-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B8004 = "Audiobook" label C8004 = "Darth Plagueis" label B8005 = "Audiobook" label C8005 = "The Life-Changing Magic of Tidying Up" label B8006 = "Comic" label C8006 = "Saga" label B8007 = "Comic" label C8007 = "Walking Dead 157" label B8008 = "Comic" label C8008 = "X-Men Age of Apocalypse" label B8009 = "Comic" label C8009 = "Y The Last Man" label B8010 = "Linux" label C8010 = "Ampache: web based audio/video streaming" label D8010 = "WEBUI" label F8010 = "http://ampache.org/" label B8011 = "Linux" label C8011 = "Clonezilla" label B8012 = "Linux" label C8012 = "CopyQ - Clipboard manager" label D8012 = "GUI" label B8013 = "Linux" label C8013 = "EncFS - an Encrypted Filesystem" label B8014 = "Linux" label C8014 = "Firejail" label B8015 = "Linux" label C8015 = "LUKS encryption/ cryptsetup" label D8015 = "CLI" label B8016 = "Linux" label C8016 = "Piwigo is photo gallery software for the web" label D8016 = "WEBUI" label F8016 = "http://piwigo.org/" label B8017 = "Linux" label C8017 = "Samba" label D8017 = "CLI" label B8018 = "Linux" label C8018 = "SoundNode - opensource SoundCloud app" label D8018 = "GUI" label F8018 = "http://www.soundnodeapp.com/" label B8019 = "Linux" label C8019 = "Vocal - Podcast Client" label D8019 = "GUI" label F8019 = "http://vocalproject.net/" label B8020 = "Linux" label C8020 = "albumr - Imgur album downloader" label D8020 = "CLI" label F8020 = "https://pypi.python.org/pypi/albumr" label B8021 = "Linux" label C8021 = "alpine" label B8022 = "Linux" label C8022 = "anamnesis - clipboard manager" label D8022 = "GUI" label B8023 = "Linux" label C8023 = "asciiquarium" label D8023 = "TUI" label B8024 = "Linux" label C8024 = "bulk - bulk rename interactive" label D8024 = "Alex Leferry" label F8024 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B8025 = "Linux" label C8025 = "ccze - colorizer" label D8025 = "CLI" label B8026 = "Linux" label C8026 = "centerim5" label D8026 = "TUI" label B8027 = "Linux" label C8027 = "clipmenu - dmenu clipboard manager" label D8027 = "GUI" label B8028 = "Linux" label C8028 = "cvim" label B8029 = "Linux" label C8029 = "forecash - cashflow forecasting" label D8029 = "CLI" label F8029 = "https://github.com/fsareshwala/forecash" label B8030 = "Linux" label C8030 = "fzf-clipboard" label B8031 = "Linux" label C8031 = "kakoune - vim alternative" label D8031 = "Alex Leferry" label F8031 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B8032 = "Linux" label C8032 = "keynav" label B8033 = "Linux" label C8033 = "krill - rss filter feeds" label D8033 = "CLI" label F8033 = "https://github.com/p-e-w/krill" label B8034 = "Linux" label C8034 = "ledger - accounting system" label D8034 = "CLI" label F8034 = "http://www.ledger-cli.org/" label B8035 = "Linux" label C8035 = "megadl - mega.co.nz downloader" label D8035 = "CLI" label E8035 = "wait for 2.0 to have options to download single files from public folder" label B8036 = "Linux" label C8036 = "mpd + ncmpcpp" label D8036 = "CLI/TUI" label B8037 = "Linux" label C8037 = "newsbeuter macros" label D8037 = "CLI" label B8038 = "Linux" label C8038 = "nmtui" label D8038 = "wifi" label B8039 = "Linux" label C8039 = "nq - queue task" label D8039 = "CLI" label B8040 = "Linux" label C8040 = "open dvd producer - create DVD with menus" label D8040 = "GUI" label F8040 = "http://opendvdproducer.jonata.org/" label B8041 = "Linux" label C8041 = "redshift" label D8041 = "CLI" label B8042 = "Linux" label C8042 = "rofi-clipboard" label B8043 = "Linux" label C8043 = "rofi-locate" label B8044 = "Linux" label C8044 = "rofi-playonlinux" label B8045 = "Linux" label C8045 = "rofi-snippet" label B8046 = "Linux" label C8046 = "rss-bridge" label F8046 = "https://github.com/RSS-Bridge/rss-bridge" label B8047 = "Linux" label C8047 = "screenfetch" label D8047 = "CLI" label B8048 = "Linux" label C8048 = "setxkbmap" label B8049 = "Linux" label C8049 = "socli - Stack overflow command line client" label D8049 = "CLI" label F8049 = "https://github.com/gautamkrishnar/socli" label B8050 = "Linux" label C8050 = "sxhkd" label B8051 = "Linux" label C8051 = "systemd timers" label B8052 = "Linux" label C8052 = "taffy - A command-line audio tagging tool" label D8052 = "CLI" label F8052 = "https://github.com/jangler/taffy" label B8053 = "Linux" label C8053 = "task spooler multiple instances" label D8053 = "CLI" label B8054 = "Linux" label C8054 = "timertab - manage systemd timers" label F8054 = "https://github.com/amlamarra/timertab" label B8055 = "Linux" label C8055 = "tweeper - a Twitter to RSS web scraper" label D8055 = "CLI" label E8055 = "https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper" label F8055 = "https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/" label B8056 = "Linux" label C8056 = "veracrypt" label B8057 = "Linux" label C8057 = "wicd-curses" label D8057 = "wifi" label B8058 = "Linux" label C8058 = "wifi-menu" label D8058 = "wifi" label B8059 = "Linux" label C8059 = "wpa_supplicant " label D8059 = "wifi" label B8060 = "Linux" label C8060 = "wttr - weather info" label D8060 = "CLI" label B8061 = "Linux" label C8061 = "xbindkeys" label B8062 = "Linux" label C8062 = "xcape" label B8063 = "Linux" label C8063 = "xchainkeys" label B8064 = "Linux" label C8064 = "xdo" label B8065 = "Linux" label C8065 = "xfce4-screenshooter (selection area imgu'')" label D8065 = "GUI" label B8066 = "Linux" label C8066 = "xinput" label B8067 = "Linux" label C8067 = "xmodmap" label B8068 = "Linux" label C8068 = "xsendkey" label B8069 = "Linux" label C8069 = "xsetwacom " label B8070 = "Linux" label C8070 = "xvkbd" label B8071 = "MAME" label C8071 = "Baseball Stars 2" label B8072 = "Movie" label C8072 = "A Christmas Story 1983" label B8073 = "Movie" label C8073 = "Doctor Strange 2016" label B8074 = "Movie" label C8074 = "Eternal Sunshine of the Spotless Mind (2004)" label B8075 = "Movie" label C8075 = "Frozen" label B8076 = "Movie" label C8076 = "Harry Potter" label B8077 = "Movie" label C8077 = "Jaws (1975)" label B8078 = "Movie" label C8078 = "Moana 2016" label B8079 = "Movie" label C8079 = "Mud 2012" label B8080 = "Movie" label C8080 = "Pete's Dragon 2016" label B8081 = "Movie" label C8081 = "Pump Up The Volume 1990" label B8082 = "Movie" label C8082 = "Snakes on a Plane (2006)" label B8083 = "Movie" label C8083 = "Snowden 2016" label B8084 = "Movie" label C8084 = "Swiss Army Man (2016)" label B8085 = "Movie" label C8085 = "The Legend of Tarzan 2016" label B8086 = "Movie" label C8086 = "Trainwreck (2015)" label B8087 = "Movie" label C8087 = "True Romance (1993)" label B8088 = "Movie" label C8088 = "War Dogs 2016" label B8089 = "Music" label C8089 = "Ashanti" label B8090 = "Music" label C8090 = "BackStreet/Dre" label B8091 = "Music" label C8091 = "Bubba Sparxxx" label B8092 = "Music" label C8092 = "Ciara" label B8093 = "Music" label C8093 = "Dido" label B8094 = "Music" label C8094 = "Dr Dre Instramentals" label B8095 = "Music" label C8095 = "Gloria Estefan" label B8096 = "Music" label C8096 = "Juvenile" label B8097 = "Music" label C8097 = "Meghan Trainor" label B8098 = "Music" label C8098 = "Petey Pablo" label B8099 = "Music" label C8099 = "Puff Daddy" label B8100 = "Music" label C8100 = "Run DMC" label B8101 = "Music" label C8101 = "Street Fighter" label B8102 = "Music" label C8102 = "Super Mario World" label B8103 = "Music" label C8103 = "TLC" label B8104 = "Music" label C8104 = "Young Buck" label B8105 = "NES" label C8105 = "Bionic Commando" label B8106 = "NES" label C8106 = "Contra" label B8107 = "NES" label C8107 = "Mega Man 2" label B8108 = "NES" label C8108 = "Palamedes" label D8108 = "Puzzle" label B8109 = "NES" label C8109 = "Super Mario Bros 3" label B8110 = "PCGame" label C8110 = "Batman: Arkham Asylum" label B8111 = "PCGame" label C8111 = "Dead or Alive 5 With Nude Patch" label B8112 = "PCGame" label C8112 = "For Honor" label B8113 = "PCGame" label C8113 = "Killer Instinct" label B8114 = "PCGame" label C8114 = "Rise of the Tomb Raider" label B8115 = "PCGame" label C8115 = "Street Fighter 5" label B8116 = "PCGame" label C8116 = "The Division" label B8117 = "PSX" label C8117 = "ESPN Extreme Games" label B8118 = "PSX" label C8118 = "Street Fighter: The Movie" label B8119 = "SNES" label C8119 = "Punch Out" label B8120 = "TVShow" label C8120 = "3% Netflix" label B8121 = "TVShow" label C8121 = "Alone [History Channel]" label B8122 = "TVShow" label C8122 = "Black Mirror" label B8123 = "TVShow" label C8123 = "Roman Empire Reign of Blood" label B8124 = "TVShow" label C8124 = "Stranger Things" label B8125 = "TVShow" label C8125 = "The People v. O.J. Simpson: American Crime Story" label B8126 = "TVShow" label C8126 = "The Wire" label B8127 = "TVShow" label C8127 = "Westworld" label B8128 = "Wii" label C8128 = "Kirby Yarn" label B8129 = "Wii" label C8129 = "Mario Gaxaly" label B8130 = "Wii" label C8130 = "Punch Out w/ Balance Board" label B8131 = "Wii" label C8131 = "Resident Evil" label B8132 = "Wii" label C8132 = "Skate w/ Board" label B8133 = "Xbox" label C8133 = "Aliens Versus Predator: Extinction" label D8133 = "RTS" label B8134 = "Xbox" label C8134 = "Star Wars Battlefront 2" label D8134 = "FPS" label A8135 = "01/01/2017" label B8135 = "Linux" label C8135 = "rofi-surfraw | bookmarks" label D8135 = "GUI/CLI" label A8136 = "01/01/2017" label B8136 = "Movie" label C8136 = "Planes Trains & Automoobiles 1987" label A8137 = "01/03/2016" label B8137 = "TVShow" label C8137 = "Quantico Season 2" label A8138 = "01/03/2016" label B8138 = "Wii" label C8138 = "Captain America Super Soldier" label A8139 = "01/05/2017" label B8139 = "Movie" label C8139 = "Mechanic Resurrection 2016" label A8140 = "01/06/2017" label B8140 = "Movie" label C8140 = "Goonies 1985" label A8141 = "11/22/2016" label B8141 = "Movie" label C8141 = "The Core 2003" label A8142 = "11/25/2016" label B8142 = "Music" label C8142 = "Mya" label A8143 = "11/28/2016" label B8143 = "Movie" label C8143 = "Suicide Squad Extended 2016" label A8144 = "12/01/2016" label B8144 = "Xbox" label C8144 = "NFL Street" label A8145 = "12/02/2016" label B8145 = "TVShow" label C8145 = "Mr. Robot S2 last 2 ep" label A8146 = "12/03/2016" label B8146 = "Android" label C8146 = "KingRoot - Root any Phone" label D8146 = "might have backdoors?" label A8147 = "12/03/2016" label B8147 = "Android" label C8147 = "Purify - block all apps that sucks battery life" label A8148 = "12/03/2016" label B8148 = "Android" label C8148 = "primative ftpd" label A8149 = "12/03/2016" label B8149 = "Audiobook" label C8149 = "001-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label D8149 = "30min" label A8150 = "12/03/2016" label B8150 = "Audiobook" label C8150 = "002-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label A8151 = "12/05/2016" label B8151 = "NES" label C8151 = "Ice Hockey" label A8152 = "12/06/2016" label B8152 = "MAME" label C8152 = "Ninja Baseball Bat Man" label A8153 = "12/06/2016" label B8153 = "NES" label C8153 = "Baseball Stars" label A8154 = "12/10/2016" label B8154 = "Linux" label C8154 = "vimwiki" label D8154 = "TUI" label A8155 = "12/12/2016" label B8155 = "Podcast" label C8155 = "PornDirectorPodcast" label F8155 = "http://www.porndirectorpodcast.com/main/" label A8156 = "12/12/2016" label B8156 = "Podcast" label C8156 = "The Cine-Files" label F8156 = "http://www.podbay.fm/show/1124549378" label A8157 = "12/15/2016" label B8157 = "PCGame" label C8157 = "Bionic Commando Rearmed" label A8158 = "12/17/2016" label B8158 = "Linux" label C8158 = "vbx function [Virtualbox CLI]" label D8158 = "RQBy: Schizo" label F8158 = "https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g" label A8159 = "12/22/2016" label B8159 = "Wii" label C8159 = "Rayman Origins" label A8160 = "12/23/2016" label B8160 = "Movie" label C8160 = "Top Gun 1986 Special Edition" label A8161 = "12/25/2016" label B8161 = "Linux" label C8161 = "rofi - dmenu launcher replacement" label D8161 = "GUI/CLI" label A8162 = "12/26/2016" label B8162 = "Movie" label C8162 = "Black Dynamite (2009)" label A8163 = "12/28/2016" label B8163 = "Movie" label C8163 = "Ben Hur 2016" label A8164 = "12/29/2016" label B8164 = "Movie" label C8164 = "Deepwater Horizon 2016" label A8165 = "12/29/2016" label B8165 = "Movie" label C8165 = "The Accountant 2016" label A8166 = "12/30/2016" label B8166 = "Movie" label C8166 = "The Magnificent Seven 2016" label B8167 = "Android" label C8167 = "IceCatMobile" label D8167 = "Web Browser" label F8167 = "https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat" label B8168 = "Audiobook" label C8168 = "003-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B8169 = "Audiobook" label C8169 = "004-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B8170 = "Audiobook" label C8170 = "Darth Plagueis" label B8171 = "Audiobook" label C8171 = "The Life-Changing Magic of Tidying Up" label B8172 = "Comic" label C8172 = "Saga" label B8173 = "Comic" label C8173 = "Walking Dead 157" label B8174 = "Comic" label C8174 = "X-Men Age of Apocalypse" label B8175 = "Comic" label C8175 = "Y The Last Man" label B8176 = "Linux" label C8176 = "Ampache: web based audio/video streaming" label D8176 = "WEBUI" label F8176 = "http://ampache.org/" label B8177 = "Linux" label C8177 = "Clonezilla" label B8178 = "Linux" label C8178 = "CopyQ - Clipboard manager" label D8178 = "GUI" label B8179 = "Linux" label C8179 = "EncFS - an Encrypted Filesystem" label B8180 = "Linux" label C8180 = "Firejail" label B8181 = "Linux" label C8181 = "LUKS encryption/ cryptsetup" label D8181 = "CLI" label B8182 = "Linux" label C8182 = "Piwigo is photo gallery software for the web" label D8182 = "WEBUI" label F8182 = "http://piwigo.org/" label B8183 = "Linux" label C8183 = "Samba" label D8183 = "CLI" label B8184 = "Linux" label C8184 = "SoundNode - opensource SoundCloud app" label D8184 = "GUI" label F8184 = "http://www.soundnodeapp.com/" label B8185 = "Linux" label C8185 = "Vocal - Podcast Client" label D8185 = "GUI" label F8185 = "http://vocalproject.net/" label B8186 = "Linux" label C8186 = "albumr - Imgur album downloader" label D8186 = "CLI" label F8186 = "https://pypi.python.org/pypi/albumr" label B8187 = "Linux" label C8187 = "alpine" label B8188 = "Linux" label C8188 = "anamnesis - clipboard manager" label D8188 = "GUI" label B8189 = "Linux" label C8189 = "asciiquarium" label D8189 = "TUI" label B8190 = "Linux" label C8190 = "bulk - bulk rename interactive" label D8190 = "Alex Leferry" label F8190 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B8191 = "Linux" label C8191 = "ccze - colorizer" label D8191 = "CLI" label B8192 = "Linux" label C8192 = "centerim5" label D8192 = "TUI" label B8193 = "Linux" label C8193 = "clipmenu - dmenu clipboard manager" label D8193 = "GUI" label B8194 = "Linux" label C8194 = "cvim" label B8195 = "Linux" label C8195 = "forecash - cashflow forecasting" label D8195 = "CLI" label F8195 = "https://github.com/fsareshwala/forecash" label B8196 = "Linux" label C8196 = "fzf-clipboard" label B8197 = "Linux" label C8197 = "kakoune - vim alternative" label D8197 = "Alex Leferry" label F8197 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B8198 = "Linux" label C8198 = "keynav" label B8199 = "Linux" label C8199 = "krill - rss filter feeds" label D8199 = "CLI" label F8199 = "https://github.com/p-e-w/krill" label B8200 = "Linux" label C8200 = "ledger - accounting system" label D8200 = "CLI" label F8200 = "http://www.ledger-cli.org/" label B8201 = "Linux" label C8201 = "megadl - mega.co.nz downloader" label D8201 = "CLI" label E8201 = "wait for 2.0 to have options to download single files from public folder" label B8202 = "Linux" label C8202 = "mpd + ncmpcpp" label D8202 = "CLI/TUI" label B8203 = "Linux" label C8203 = "newsbeuter macros" label D8203 = "CLI" label B8204 = "Linux" label C8204 = "nmtui" label D8204 = "wifi" label B8205 = "Linux" label C8205 = "nq - queue task" label D8205 = "CLI" label B8206 = "Linux" label C8206 = "open dvd producer - create DVD with menus" label D8206 = "GUI" label F8206 = "http://opendvdproducer.jonata.org/" label B8207 = "Linux" label C8207 = "redshift" label D8207 = "CLI" label B8208 = "Linux" label C8208 = "rofi-clipboard" label B8209 = "Linux" label C8209 = "rofi-locate" label B8210 = "Linux" label C8210 = "rofi-playonlinux" label B8211 = "Linux" label C8211 = "rofi-snippet" label B8212 = "Linux" label C8212 = "rss-bridge" label F8212 = "https://github.com/RSS-Bridge/rss-bridge" label B8213 = "Linux" label C8213 = "screenfetch" label D8213 = "CLI" label B8214 = "Linux" label C8214 = "setxkbmap" label B8215 = "Linux" label C8215 = "socli - Stack overflow command line client" label D8215 = "CLI" label F8215 = "https://github.com/gautamkrishnar/socli" label B8216 = "Linux" label C8216 = "sxhkd" label B8217 = "Linux" label C8217 = "systemd timers" label B8218 = "Linux" label C8218 = "taffy - A command-line audio tagging tool" label D8218 = "CLI" label F8218 = "https://github.com/jangler/taffy" label B8219 = "Linux" label C8219 = "task spooler multiple instances" label D8219 = "CLI" label B8220 = "Linux" label C8220 = "timertab - manage systemd timers" label F8220 = "https://github.com/amlamarra/timertab" label B8221 = "Linux" label C8221 = "tweeper - a Twitter to RSS web scraper" label D8221 = "CLI" label E8221 = "https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper" label F8221 = "https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/" label B8222 = "Linux" label C8222 = "veracrypt" label B8223 = "Linux" label C8223 = "wicd-curses" label D8223 = "wifi" label B8224 = "Linux" label C8224 = "wifi-menu" label D8224 = "wifi" label B8225 = "Linux" label C8225 = "wpa_supplicant " label D8225 = "wifi" label B8226 = "Linux" label C8226 = "wttr - weather info" label D8226 = "CLI" label B8227 = "Linux" label C8227 = "xbindkeys" label B8228 = "Linux" label C8228 = "xcape" label B8229 = "Linux" label C8229 = "xchainkeys" label B8230 = "Linux" label C8230 = "xdo" label B8231 = "Linux" label C8231 = "xfce4-screenshooter (selection area imgu'')" label D8231 = "GUI" label B8232 = "Linux" label C8232 = "xinput" label B8233 = "Linux" label C8233 = "xmodmap" label B8234 = "Linux" label C8234 = "xsendkey" label B8235 = "Linux" label C8235 = "xsetwacom " label B8236 = "Linux" label C8236 = "xvkbd" label B8237 = "MAME" label C8237 = "Baseball Stars 2" label B8238 = "Movie" label C8238 = "A Christmas Story 1983" label B8239 = "Movie" label C8239 = "Doctor Strange 2016" label B8240 = "Movie" label C8240 = "Eternal Sunshine of the Spotless Mind (2004)" label B8241 = "Movie" label C8241 = "Frozen" label B8242 = "Movie" label C8242 = "Harry Potter" label B8243 = "Movie" label C8243 = "Jaws (1975)" label B8244 = "Movie" label C8244 = "Moana 2016" label B8245 = "Movie" label C8245 = "Mud 2012" label B8246 = "Movie" label C8246 = "Pete's Dragon 2016" label B8247 = "Movie" label C8247 = "Pump Up The Volume 1990" label B8248 = "Movie" label C8248 = "Snakes on a Plane (2006)" label B8249 = "Movie" label C8249 = "Snowden 2016" label B8250 = "Movie" label C8250 = "Swiss Army Man (2016)" label B8251 = "Movie" label C8251 = "The Legend of Tarzan 2016" label B8252 = "Movie" label C8252 = "Trainwreck (2015)" label B8253 = "Movie" label C8253 = "True Romance (1993)" label B8254 = "Movie" label C8254 = "War Dogs 2016" label B8255 = "Music" label C8255 = "Ashanti" label B8256 = "Music" label C8256 = "BackStreet/Dre" label B8257 = "Music" label C8257 = "Bubba Sparxxx" label B8258 = "Music" label C8258 = "Ciara" label B8259 = "Music" label C8259 = "Dido" label B8260 = "Music" label C8260 = "Dr Dre Instramentals" label B8261 = "Music" label C8261 = "Gloria Estefan" label B8262 = "Music" label C8262 = "Juvenile" label B8263 = "Music" label C8263 = "Meghan Trainor" label B8264 = "Music" label C8264 = "Petey Pablo" label B8265 = "Music" label C8265 = "Puff Daddy" label B8266 = "Music" label C8266 = "Run DMC" label B8267 = "Music" label C8267 = "Street Fighter" label B8268 = "Music" label C8268 = "Super Mario World" label B8269 = "Music" label C8269 = "TLC" label B8270 = "Music" label C8270 = "Young Buck" label B8271 = "NES" label C8271 = "Bionic Commando" label B8272 = "NES" label C8272 = "Contra" label B8273 = "NES" label C8273 = "Mega Man 2" label B8274 = "NES" label C8274 = "Palamedes" label D8274 = "Puzzle" label B8275 = "NES" label C8275 = "Super Mario Bros 3" label B8276 = "PCGame" label C8276 = "Batman: Arkham Asylum" label B8277 = "PCGame" label C8277 = "Dead or Alive 5 With Nude Patch" label B8278 = "PCGame" label C8278 = "For Honor" label B8279 = "PCGame" label C8279 = "Killer Instinct" label B8280 = "PCGame" label C8280 = "Rise of the Tomb Raider" label B8281 = "PCGame" label C8281 = "Street Fighter 5" label B8282 = "PCGame" label C8282 = "The Division" label B8283 = "PSX" label C8283 = "ESPN Extreme Games" label B8284 = "PSX" label C8284 = "Street Fighter: The Movie" label B8285 = "SNES" label C8285 = "Punch Out" label B8286 = "TVShow" label C8286 = "3% Netflix" label B8287 = "TVShow" label C8287 = "Alone [History Channel]" label B8288 = "TVShow" label C8288 = "Black Mirror" label B8289 = "TVShow" label C8289 = "Roman Empire Reign of Blood" label B8290 = "TVShow" label C8290 = "Stranger Things" label B8291 = "TVShow" label C8291 = "The People v. O.J. Simpson: American Crime Story" label B8292 = "TVShow" label C8292 = "The Wire" label B8293 = "TVShow" label C8293 = "Westworld" label B8294 = "Wii" label C8294 = "Kirby Yarn" label B8295 = "Wii" label C8295 = "Mario Gaxaly" label B8296 = "Wii" label C8296 = "Punch Out w/ Balance Board" label B8297 = "Wii" label C8297 = "Resident Evil" label B8298 = "Wii" label C8298 = "Skate w/ Board" label B8299 = "Xbox" label C8299 = "Aliens Versus Predator: Extinction" label D8299 = "RTS" label B8300 = "Xbox" label C8300 = "Star Wars Battlefront 2" label D8300 = "FPS" label A8301 = "01/01/2017" label B8301 = "Linux" label C8301 = "rofi-surfraw | bookmarks" label D8301 = "GUI/CLI" label A8302 = "01/01/2017" label B8302 = "Movie" label C8302 = "Planes Trains & Automoobiles 1987" label A8303 = "01/03/2016" label B8303 = "TVShow" label C8303 = "Quantico Season 2" label A8304 = "01/03/2016" label B8304 = "Wii" label C8304 = "Captain America Super Soldier" label A8305 = "01/05/2017" label B8305 = "Movie" label C8305 = "Mechanic Resurrection 2016" label A8306 = "01/06/2017" label B8306 = "Movie" label C8306 = "Goonies 1985" label A8307 = "11/22/2016" label B8307 = "Movie" label C8307 = "The Core 2003" label A8308 = "11/25/2016" label B8308 = "Music" label C8308 = "Mya" label A8309 = "11/28/2016" label B8309 = "Movie" label C8309 = "Suicide Squad Extended 2016" label A8310 = "12/01/2016" label B8310 = "Xbox" label C8310 = "NFL Street" label A8311 = "12/02/2016" label B8311 = "TVShow" label C8311 = "Mr. Robot S2 last 2 ep" label A8312 = "12/03/2016" label B8312 = "Android" label C8312 = "KingRoot - Root any Phone" label D8312 = "might have backdoors?" label A8313 = "12/03/2016" label B8313 = "Android" label C8313 = "Purify - block all apps that sucks battery life" label A8314 = "12/03/2016" label B8314 = "Android" label C8314 = "primative ftpd" label A8315 = "12/03/2016" label B8315 = "Audiobook" label C8315 = "001-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label D8315 = "30min" label A8316 = "12/03/2016" label B8316 = "Audiobook" label C8316 = "002-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label A8317 = "12/05/2016" label B8317 = "NES" label C8317 = "Ice Hockey" label A8318 = "12/06/2016" label B8318 = "MAME" label C8318 = "Ninja Baseball Bat Man" label A8319 = "12/06/2016" label B8319 = "NES" label C8319 = "Baseball Stars" label A8320 = "12/10/2016" label B8320 = "Linux" label C8320 = "vimwiki" label D8320 = "TUI" label A8321 = "12/12/2016" label B8321 = "Podcast" label C8321 = "PornDirectorPodcast" label F8321 = "http://www.porndirectorpodcast.com/main/" label A8322 = "12/12/2016" label B8322 = "Podcast" label C8322 = "The Cine-Files" label F8322 = "http://www.podbay.fm/show/1124549378" label A8323 = "12/15/2016" label B8323 = "PCGame" label C8323 = "Bionic Commando Rearmed" label A8324 = "12/17/2016" label B8324 = "Linux" label C8324 = "vbx function [Virtualbox CLI]" label D8324 = "RQBy: Schizo" label F8324 = "https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g" label A8325 = "12/22/2016" label B8325 = "Wii" label C8325 = "Rayman Origins" label A8326 = "12/23/2016" label B8326 = "Movie" label C8326 = "Top Gun 1986 Special Edition" label A8327 = "12/25/2016" label B8327 = "Linux" label C8327 = "rofi - dmenu launcher replacement" label D8327 = "GUI/CLI" label A8328 = "12/26/2016" label B8328 = "Movie" label C8328 = "Black Dynamite (2009)" label A8329 = "12/28/2016" label B8329 = "Movie" label C8329 = "Ben Hur 2016" label A8330 = "12/29/2016" label B8330 = "Movie" label C8330 = "Deepwater Horizon 2016" label A8331 = "12/29/2016" label B8331 = "Movie" label C8331 = "The Accountant 2016" label A8332 = "12/30/2016" label B8332 = "Movie" label C8332 = "The Magnificent Seven 2016" label B8333 = "Android" label C8333 = "IceCatMobile" label D8333 = "Web Browser" label F8333 = "https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat" label B8334 = "Audiobook" label C8334 = "003-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B8335 = "Audiobook" label C8335 = "004-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B8336 = "Audiobook" label C8336 = "Darth Plagueis" label B8337 = "Audiobook" label C8337 = "The Life-Changing Magic of Tidying Up" label B8338 = "Comic" label C8338 = "Saga" label B8339 = "Comic" label C8339 = "Walking Dead 157" label B8340 = "Comic" label C8340 = "X-Men Age of Apocalypse" label B8341 = "Comic" label C8341 = "Y The Last Man" label B8342 = "Linux" label C8342 = "Ampache: web based audio/video streaming" label D8342 = "WEBUI" label F8342 = "http://ampache.org/" label B8343 = "Linux" label C8343 = "Clonezilla" label B8344 = "Linux" label C8344 = "CopyQ - Clipboard manager" label D8344 = "GUI" label B8345 = "Linux" label C8345 = "EncFS - an Encrypted Filesystem" label B8346 = "Linux" label C8346 = "Firejail" label B8347 = "Linux" label C8347 = "LUKS encryption/ cryptsetup" label D8347 = "CLI" label B8348 = "Linux" label C8348 = "Piwigo is photo gallery software for the web" label D8348 = "WEBUI" label F8348 = "http://piwigo.org/" label B8349 = "Linux" label C8349 = "Samba" label D8349 = "CLI" label B8350 = "Linux" label C8350 = "SoundNode - opensource SoundCloud app" label D8350 = "GUI" label F8350 = "http://www.soundnodeapp.com/" label B8351 = "Linux" label C8351 = "Vocal - Podcast Client" label D8351 = "GUI" label F8351 = "http://vocalproject.net/" label B8352 = "Linux" label C8352 = "albumr - Imgur album downloader" label D8352 = "CLI" label F8352 = "https://pypi.python.org/pypi/albumr" label B8353 = "Linux" label C8353 = "alpine" label B8354 = "Linux" label C8354 = "anamnesis - clipboard manager" label D8354 = "GUI" label B8355 = "Linux" label C8355 = "asciiquarium" label D8355 = "TUI" label B8356 = "Linux" label C8356 = "bulk - bulk rename interactive" label D8356 = "Alex Leferry" label F8356 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B8357 = "Linux" label C8357 = "ccze - colorizer" label D8357 = "CLI" label B8358 = "Linux" label C8358 = "centerim5" label D8358 = "TUI" label B8359 = "Linux" label C8359 = "clipmenu - dmenu clipboard manager" label D8359 = "GUI" label B8360 = "Linux" label C8360 = "cvim" label B8361 = "Linux" label C8361 = "forecash - cashflow forecasting" label D8361 = "CLI" label F8361 = "https://github.com/fsareshwala/forecash" label B8362 = "Linux" label C8362 = "fzf-clipboard" label B8363 = "Linux" label C8363 = "kakoune - vim alternative" label D8363 = "Alex Leferry" label F8363 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B8364 = "Linux" label C8364 = "keynav" label B8365 = "Linux" label C8365 = "krill - rss filter feeds" label D8365 = "CLI" label F8365 = "https://github.com/p-e-w/krill" label B8366 = "Linux" label C8366 = "ledger - accounting system" label D8366 = "CLI" label F8366 = "http://www.ledger-cli.org/" label B8367 = "Linux" label C8367 = "megadl - mega.co.nz downloader" label D8367 = "CLI" label E8367 = "wait for 2.0 to have options to download single files from public folder" label B8368 = "Linux" label C8368 = "mpd + ncmpcpp" label D8368 = "CLI/TUI" label B8369 = "Linux" label C8369 = "newsbeuter macros" label D8369 = "CLI" label B8370 = "Linux" label C8370 = "nmtui" label D8370 = "wifi" label B8371 = "Linux" label C8371 = "nq - queue task" label D8371 = "CLI" label B8372 = "Linux" label C8372 = "open dvd producer - create DVD with menus" label D8372 = "GUI" label F8372 = "http://opendvdproducer.jonata.org/" label B8373 = "Linux" label C8373 = "redshift" label D8373 = "CLI" label B8374 = "Linux" label C8374 = "rofi-clipboard" label B8375 = "Linux" label C8375 = "rofi-locate" label B8376 = "Linux" label C8376 = "rofi-playonlinux" label B8377 = "Linux" label C8377 = "rofi-snippet" label B8378 = "Linux" label C8378 = "rss-bridge" label F8378 = "https://github.com/RSS-Bridge/rss-bridge" label B8379 = "Linux" label C8379 = "screenfetch" label D8379 = "CLI" label B8380 = "Linux" label C8380 = "setxkbmap" label B8381 = "Linux" label C8381 = "socli - Stack overflow command line client" label D8381 = "CLI" label F8381 = "https://github.com/gautamkrishnar/socli" label B8382 = "Linux" label C8382 = "sxhkd" label B8383 = "Linux" label C8383 = "systemd timers" label B8384 = "Linux" label C8384 = "taffy - A command-line audio tagging tool" label D8384 = "CLI" label F8384 = "https://github.com/jangler/taffy" label B8385 = "Linux" label C8385 = "task spooler multiple instances" label D8385 = "CLI" label B8386 = "Linux" label C8386 = "timertab - manage systemd timers" label F8386 = "https://github.com/amlamarra/timertab" label B8387 = "Linux" label C8387 = "tweeper - a Twitter to RSS web scraper" label D8387 = "CLI" label E8387 = "https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper" label F8387 = "https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/" label B8388 = "Linux" label C8388 = "veracrypt" label B8389 = "Linux" label C8389 = "wicd-curses" label D8389 = "wifi" label B8390 = "Linux" label C8390 = "wifi-menu" label D8390 = "wifi" label B8391 = "Linux" label C8391 = "wpa_supplicant " label D8391 = "wifi" label B8392 = "Linux" label C8392 = "wttr - weather info" label D8392 = "CLI" label B8393 = "Linux" label C8393 = "xbindkeys" label B8394 = "Linux" label C8394 = "xcape" label B8395 = "Linux" label C8395 = "xchainkeys" label B8396 = "Linux" label C8396 = "xdo" label B8397 = "Linux" label C8397 = "xfce4-screenshooter (selection area imgu'')" label D8397 = "GUI" label B8398 = "Linux" label C8398 = "xinput" label B8399 = "Linux" label C8399 = "xmodmap" label B8400 = "Linux" label C8400 = "xsendkey" label B8401 = "Linux" label C8401 = "xsetwacom " label B8402 = "Linux" label C8402 = "xvkbd" label B8403 = "MAME" label C8403 = "Baseball Stars 2" label B8404 = "Movie" label C8404 = "A Christmas Story 1983" label B8405 = "Movie" label C8405 = "Doctor Strange 2016" label B8406 = "Movie" label C8406 = "Eternal Sunshine of the Spotless Mind (2004)" label B8407 = "Movie" label C8407 = "Frozen" label B8408 = "Movie" label C8408 = "Harry Potter" label B8409 = "Movie" label C8409 = "Jaws (1975)" label B8410 = "Movie" label C8410 = "Moana 2016" label B8411 = "Movie" label C8411 = "Mud 2012" label B8412 = "Movie" label C8412 = "Pete's Dragon 2016" label B8413 = "Movie" label C8413 = "Pump Up The Volume 1990" label B8414 = "Movie" label C8414 = "Snakes on a Plane (2006)" label B8415 = "Movie" label C8415 = "Snowden 2016" label B8416 = "Movie" label C8416 = "Swiss Army Man (2016)" label B8417 = "Movie" label C8417 = "The Legend of Tarzan 2016" label B8418 = "Movie" label C8418 = "Trainwreck (2015)" label B8419 = "Movie" label C8419 = "True Romance (1993)" label B8420 = "Movie" label C8420 = "War Dogs 2016" label B8421 = "Music" label C8421 = "Ashanti" label B8422 = "Music" label C8422 = "BackStreet/Dre" label B8423 = "Music" label C8423 = "Bubba Sparxxx" label B8424 = "Music" label C8424 = "Ciara" label B8425 = "Music" label C8425 = "Dido" label B8426 = "Music" label C8426 = "Dr Dre Instramentals" label B8427 = "Music" label C8427 = "Gloria Estefan" label B8428 = "Music" label C8428 = "Juvenile" label B8429 = "Music" label C8429 = "Meghan Trainor" label B8430 = "Music" label C8430 = "Petey Pablo" label B8431 = "Music" label C8431 = "Puff Daddy" label B8432 = "Music" label C8432 = "Run DMC" label B8433 = "Music" label C8433 = "Street Fighter" label B8434 = "Music" label C8434 = "Super Mario World" label B8435 = "Music" label C8435 = "TLC" label B8436 = "Music" label C8436 = "Young Buck" label B8437 = "NES" label C8437 = "Bionic Commando" label B8438 = "NES" label C8438 = "Contra" label B8439 = "NES" label C8439 = "Mega Man 2" label B8440 = "NES" label C8440 = "Palamedes" label D8440 = "Puzzle" label B8441 = "NES" label C8441 = "Super Mario Bros 3" label B8442 = "PCGame" label C8442 = "Batman: Arkham Asylum" label B8443 = "PCGame" label C8443 = "Dead or Alive 5 With Nude Patch" label B8444 = "PCGame" label C8444 = "For Honor" label B8445 = "PCGame" label C8445 = "Killer Instinct" label B8446 = "PCGame" label C8446 = "Rise of the Tomb Raider" label B8447 = "PCGame" label C8447 = "Street Fighter 5" label B8448 = "PCGame" label C8448 = "The Division" label B8449 = "PSX" label C8449 = "ESPN Extreme Games" label B8450 = "PSX" label C8450 = "Street Fighter: The Movie" label B8451 = "SNES" label C8451 = "Punch Out" label B8452 = "TVShow" label C8452 = "3% Netflix" label B8453 = "TVShow" label C8453 = "Alone [History Channel]" label B8454 = "TVShow" label C8454 = "Black Mirror" label B8455 = "TVShow" label C8455 = "Roman Empire Reign of Blood" label B8456 = "TVShow" label C8456 = "Stranger Things" label B8457 = "TVShow" label C8457 = "The People v. O.J. Simpson: American Crime Story" label B8458 = "TVShow" label C8458 = "The Wire" label B8459 = "TVShow" label C8459 = "Westworld" label B8460 = "Wii" label C8460 = "Kirby Yarn" label B8461 = "Wii" label C8461 = "Mario Gaxaly" label B8462 = "Wii" label C8462 = "Punch Out w/ Balance Board" label B8463 = "Wii" label C8463 = "Resident Evil" label B8464 = "Wii" label C8464 = "Skate w/ Board" label B8465 = "Xbox" label C8465 = "Aliens Versus Predator: Extinction" label D8465 = "RTS" label B8466 = "Xbox" label C8466 = "Star Wars Battlefront 2" label D8466 = "FPS" label A8467 = "01/01/2017" label B8467 = "Linux" label C8467 = "rofi-surfraw | bookmarks" label D8467 = "GUI/CLI" label A8468 = "01/01/2017" label B8468 = "Movie" label C8468 = "Planes Trains & Automoobiles 1987" label A8469 = "01/03/2016" label B8469 = "TVShow" label C8469 = "Quantico Season 2" label A8470 = "01/03/2016" label B8470 = "Wii" label C8470 = "Captain America Super Soldier" label A8471 = "01/05/2017" label B8471 = "Movie" label C8471 = "Mechanic Resurrection 2016" label A8472 = "01/06/2017" label B8472 = "Movie" label C8472 = "Goonies 1985" label A8473 = "11/22/2016" label B8473 = "Movie" label C8473 = "The Core 2003" label A8474 = "11/25/2016" label B8474 = "Music" label C8474 = "Mya" label A8475 = "11/28/2016" label B8475 = "Movie" label C8475 = "Suicide Squad Extended 2016" label A8476 = "12/01/2016" label B8476 = "Xbox" label C8476 = "NFL Street" label A8477 = "12/02/2016" label B8477 = "TVShow" label C8477 = "Mr. Robot S2 last 2 ep" label A8478 = "12/03/2016" label B8478 = "Android" label C8478 = "KingRoot - Root any Phone" label D8478 = "might have backdoors?" label A8479 = "12/03/2016" label B8479 = "Android" label C8479 = "Purify - block all apps that sucks battery life" label A8480 = "12/03/2016" label B8480 = "Android" label C8480 = "primative ftpd" label A8481 = "12/03/2016" label B8481 = "Audiobook" label C8481 = "001-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label D8481 = "30min" label A8482 = "12/03/2016" label B8482 = "Audiobook" label C8482 = "002-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label A8483 = "12/05/2016" label B8483 = "NES" label C8483 = "Ice Hockey" label A8484 = "12/06/2016" label B8484 = "MAME" label C8484 = "Ninja Baseball Bat Man" label A8485 = "12/06/2016" label B8485 = "NES" label C8485 = "Baseball Stars" label A8486 = "12/10/2016" label B8486 = "Linux" label C8486 = "vimwiki" label D8486 = "TUI" label A8487 = "12/12/2016" label B8487 = "Podcast" label C8487 = "PornDirectorPodcast" label F8487 = "http://www.porndirectorpodcast.com/main/" label A8488 = "12/12/2016" label B8488 = "Podcast" label C8488 = "The Cine-Files" label F8488 = "http://www.podbay.fm/show/1124549378" label A8489 = "12/15/2016" label B8489 = "PCGame" label C8489 = "Bionic Commando Rearmed" label A8490 = "12/17/2016" label B8490 = "Linux" label C8490 = "vbx function [Virtualbox CLI]" label D8490 = "RQBy: Schizo" label F8490 = "https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g" label A8491 = "12/22/2016" label B8491 = "Wii" label C8491 = "Rayman Origins" label A8492 = "12/23/2016" label B8492 = "Movie" label C8492 = "Top Gun 1986 Special Edition" label A8493 = "12/25/2016" label B8493 = "Linux" label C8493 = "rofi - dmenu launcher replacement" label D8493 = "GUI/CLI" label A8494 = "12/26/2016" label B8494 = "Movie" label C8494 = "Black Dynamite (2009)" label A8495 = "12/28/2016" label B8495 = "Movie" label C8495 = "Ben Hur 2016" label A8496 = "12/29/2016" label B8496 = "Movie" label C8496 = "Deepwater Horizon 2016" label A8497 = "12/29/2016" label B8497 = "Movie" label C8497 = "The Accountant 2016" label A8498 = "12/30/2016" label B8498 = "Movie" label C8498 = "The Magnificent Seven 2016" label B8499 = "Android" label C8499 = "IceCatMobile" label D8499 = "Web Browser" label F8499 = "https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat" label B8500 = "Audiobook" label C8500 = "003-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B8501 = "Audiobook" label C8501 = "004-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B8502 = "Audiobook" label C8502 = "Darth Plagueis" label B8503 = "Audiobook" label C8503 = "The Life-Changing Magic of Tidying Up" label B8504 = "Comic" label C8504 = "Saga" label B8505 = "Comic" label C8505 = "Walking Dead 157" label B8506 = "Comic" label C8506 = "X-Men Age of Apocalypse" label B8507 = "Comic" label C8507 = "Y The Last Man" label B8508 = "Linux" label C8508 = "Ampache: web based audio/video streaming" label D8508 = "WEBUI" label F8508 = "http://ampache.org/" label B8509 = "Linux" label C8509 = "Clonezilla" label B8510 = "Linux" label C8510 = "CopyQ - Clipboard manager" label D8510 = "GUI" label B8511 = "Linux" label C8511 = "EncFS - an Encrypted Filesystem" label B8512 = "Linux" label C8512 = "Firejail" label B8513 = "Linux" label C8513 = "LUKS encryption/ cryptsetup" label D8513 = "CLI" label B8514 = "Linux" label C8514 = "Piwigo is photo gallery software for the web" label D8514 = "WEBUI" label F8514 = "http://piwigo.org/" label B8515 = "Linux" label C8515 = "Samba" label D8515 = "CLI" label B8516 = "Linux" label C8516 = "SoundNode - opensource SoundCloud app" label D8516 = "GUI" label F8516 = "http://www.soundnodeapp.com/" label B8517 = "Linux" label C8517 = "Vocal - Podcast Client" label D8517 = "GUI" label F8517 = "http://vocalproject.net/" label B8518 = "Linux" label C8518 = "albumr - Imgur album downloader" label D8518 = "CLI" label F8518 = "https://pypi.python.org/pypi/albumr" label B8519 = "Linux" label C8519 = "alpine" label B8520 = "Linux" label C8520 = "anamnesis - clipboard manager" label D8520 = "GUI" label B8521 = "Linux" label C8521 = "asciiquarium" label D8521 = "TUI" label B8522 = "Linux" label C8522 = "bulk - bulk rename interactive" label D8522 = "Alex Leferry" label F8522 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B8523 = "Linux" label C8523 = "ccze - colorizer" label D8523 = "CLI" label B8524 = "Linux" label C8524 = "centerim5" label D8524 = "TUI" label B8525 = "Linux" label C8525 = "clipmenu - dmenu clipboard manager" label D8525 = "GUI" label B8526 = "Linux" label C8526 = "cvim" label B8527 = "Linux" label C8527 = "forecash - cashflow forecasting" label D8527 = "CLI" label F8527 = "https://github.com/fsareshwala/forecash" label B8528 = "Linux" label C8528 = "fzf-clipboard" label B8529 = "Linux" label C8529 = "kakoune - vim alternative" label D8529 = "Alex Leferry" label F8529 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B8530 = "Linux" label C8530 = "keynav" label B8531 = "Linux" label C8531 = "krill - rss filter feeds" label D8531 = "CLI" label F8531 = "https://github.com/p-e-w/krill" label B8532 = "Linux" label C8532 = "ledger - accounting system" label D8532 = "CLI" label F8532 = "http://www.ledger-cli.org/" label B8533 = "Linux" label C8533 = "megadl - mega.co.nz downloader" label D8533 = "CLI" label E8533 = "wait for 2.0 to have options to download single files from public folder" label B8534 = "Linux" label C8534 = "mpd + ncmpcpp" label D8534 = "CLI/TUI" label B8535 = "Linux" label C8535 = "newsbeuter macros" label D8535 = "CLI" label B8536 = "Linux" label C8536 = "nmtui" label D8536 = "wifi" label B8537 = "Linux" label C8537 = "nq - queue task" label D8537 = "CLI" label B8538 = "Linux" label C8538 = "open dvd producer - create DVD with menus" label D8538 = "GUI" label F8538 = "http://opendvdproducer.jonata.org/" label B8539 = "Linux" label C8539 = "redshift" label D8539 = "CLI" label B8540 = "Linux" label C8540 = "rofi-clipboard" label B8541 = "Linux" label C8541 = "rofi-locate" label B8542 = "Linux" label C8542 = "rofi-playonlinux" label B8543 = "Linux" label C8543 = "rofi-snippet" label B8544 = "Linux" label C8544 = "rss-bridge" label F8544 = "https://github.com/RSS-Bridge/rss-bridge" label B8545 = "Linux" label C8545 = "screenfetch" label D8545 = "CLI" label B8546 = "Linux" label C8546 = "setxkbmap" label B8547 = "Linux" label C8547 = "socli - Stack overflow command line client" label D8547 = "CLI" label F8547 = "https://github.com/gautamkrishnar/socli" label B8548 = "Linux" label C8548 = "sxhkd" label B8549 = "Linux" label C8549 = "systemd timers" label B8550 = "Linux" label C8550 = "taffy - A command-line audio tagging tool" label D8550 = "CLI" label F8550 = "https://github.com/jangler/taffy" label B8551 = "Linux" label C8551 = "task spooler multiple instances" label D8551 = "CLI" label B8552 = "Linux" label C8552 = "timertab - manage systemd timers" label F8552 = "https://github.com/amlamarra/timertab" label B8553 = "Linux" label C8553 = "tweeper - a Twitter to RSS web scraper" label D8553 = "CLI" label E8553 = "https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper" label F8553 = "https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/" label B8554 = "Linux" label C8554 = "veracrypt" label B8555 = "Linux" label C8555 = "wicd-curses" label D8555 = "wifi" label B8556 = "Linux" label C8556 = "wifi-menu" label D8556 = "wifi" label B8557 = "Linux" label C8557 = "wpa_supplicant " label D8557 = "wifi" label B8558 = "Linux" label C8558 = "wttr - weather info" label D8558 = "CLI" label B8559 = "Linux" label C8559 = "xbindkeys" label B8560 = "Linux" label C8560 = "xcape" label B8561 = "Linux" label C8561 = "xchainkeys" label B8562 = "Linux" label C8562 = "xdo" label B8563 = "Linux" label C8563 = "xfce4-screenshooter (selection area imgu'')" label D8563 = "GUI" label B8564 = "Linux" label C8564 = "xinput" label B8565 = "Linux" label C8565 = "xmodmap" label B8566 = "Linux" label C8566 = "xsendkey" label B8567 = "Linux" label C8567 = "xsetwacom " label B8568 = "Linux" label C8568 = "xvkbd" label B8569 = "MAME" label C8569 = "Baseball Stars 2" label B8570 = "Movie" label C8570 = "A Christmas Story 1983" label B8571 = "Movie" label C8571 = "Doctor Strange 2016" label B8572 = "Movie" label C8572 = "Eternal Sunshine of the Spotless Mind (2004)" label B8573 = "Movie" label C8573 = "Frozen" label B8574 = "Movie" label C8574 = "Harry Potter" label B8575 = "Movie" label C8575 = "Jaws (1975)" label B8576 = "Movie" label C8576 = "Moana 2016" label B8577 = "Movie" label C8577 = "Mud 2012" label B8578 = "Movie" label C8578 = "Pete's Dragon 2016" label B8579 = "Movie" label C8579 = "Pump Up The Volume 1990" label B8580 = "Movie" label C8580 = "Snakes on a Plane (2006)" label B8581 = "Movie" label C8581 = "Snowden 2016" label B8582 = "Movie" label C8582 = "Swiss Army Man (2016)" label B8583 = "Movie" label C8583 = "The Legend of Tarzan 2016" label B8584 = "Movie" label C8584 = "Trainwreck (2015)" label B8585 = "Movie" label C8585 = "True Romance (1993)" label B8586 = "Movie" label C8586 = "War Dogs 2016" label B8587 = "Music" label C8587 = "Ashanti" label B8588 = "Music" label C8588 = "BackStreet/Dre" label B8589 = "Music" label C8589 = "Bubba Sparxxx" label B8590 = "Music" label C8590 = "Ciara" label B8591 = "Music" label C8591 = "Dido" label B8592 = "Music" label C8592 = "Dr Dre Instramentals" label B8593 = "Music" label C8593 = "Gloria Estefan" label B8594 = "Music" label C8594 = "Juvenile" label B8595 = "Music" label C8595 = "Meghan Trainor" label B8596 = "Music" label C8596 = "Petey Pablo" label B8597 = "Music" label C8597 = "Puff Daddy" label B8598 = "Music" label C8598 = "Run DMC" label B8599 = "Music" label C8599 = "Street Fighter" label B8600 = "Music" label C8600 = "Super Mario World" label B8601 = "Music" label C8601 = "TLC" label B8602 = "Music" label C8602 = "Young Buck" label B8603 = "NES" label C8603 = "Bionic Commando" label B8604 = "NES" label C8604 = "Contra" label B8605 = "NES" label C8605 = "Mega Man 2" label B8606 = "NES" label C8606 = "Palamedes" label D8606 = "Puzzle" label B8607 = "NES" label C8607 = "Super Mario Bros 3" label B8608 = "PCGame" label C8608 = "Batman: Arkham Asylum" label B8609 = "PCGame" label C8609 = "Dead or Alive 5 With Nude Patch" label B8610 = "PCGame" label C8610 = "For Honor" label B8611 = "PCGame" label C8611 = "Killer Instinct" label B8612 = "PCGame" label C8612 = "Rise of the Tomb Raider" label B8613 = "PCGame" label C8613 = "Street Fighter 5" label B8614 = "PCGame" label C8614 = "The Division" label B8615 = "PSX" label C8615 = "ESPN Extreme Games" label B8616 = "PSX" label C8616 = "Street Fighter: The Movie" label B8617 = "SNES" label C8617 = "Punch Out" label B8618 = "TVShow" label C8618 = "3% Netflix" label B8619 = "TVShow" label C8619 = "Alone [History Channel]" label B8620 = "TVShow" label C8620 = "Black Mirror" label B8621 = "TVShow" label C8621 = "Roman Empire Reign of Blood" label B8622 = "TVShow" label C8622 = "Stranger Things" label B8623 = "TVShow" label C8623 = "The People v. O.J. Simpson: American Crime Story" label B8624 = "TVShow" label C8624 = "The Wire" label B8625 = "TVShow" label C8625 = "Westworld" label B8626 = "Wii" label C8626 = "Kirby Yarn" label B8627 = "Wii" label C8627 = "Mario Gaxaly" label B8628 = "Wii" label C8628 = "Punch Out w/ Balance Board" label B8629 = "Wii" label C8629 = "Resident Evil" label B8630 = "Wii" label C8630 = "Skate w/ Board" label B8631 = "Xbox" label C8631 = "Aliens Versus Predator: Extinction" label D8631 = "RTS" label B8632 = "Xbox" label C8632 = "Star Wars Battlefront 2" label D8632 = "FPS" label A8633 = "01/01/2017" label B8633 = "Linux" label C8633 = "rofi-surfraw | bookmarks" label D8633 = "GUI/CLI" label A8634 = "01/01/2017" label B8634 = "Movie" label C8634 = "Planes Trains & Automoobiles 1987" label A8635 = "01/03/2016" label B8635 = "TVShow" label C8635 = "Quantico Season 2" label A8636 = "01/03/2016" label B8636 = "Wii" label C8636 = "Captain America Super Soldier" label A8637 = "01/05/2017" label B8637 = "Movie" label C8637 = "Mechanic Resurrection 2016" label A8638 = "01/06/2017" label B8638 = "Movie" label C8638 = "Goonies 1985" label A8639 = "11/22/2016" label B8639 = "Movie" label C8639 = "The Core 2003" label A8640 = "11/25/2016" label B8640 = "Music" label C8640 = "Mya" label A8641 = "11/28/2016" label B8641 = "Movie" label C8641 = "Suicide Squad Extended 2016" label A8642 = "12/01/2016" label B8642 = "Xbox" label C8642 = "NFL Street" label A8643 = "12/02/2016" label B8643 = "TVShow" label C8643 = "Mr. Robot S2 last 2 ep" label A8644 = "12/03/2016" label B8644 = "Android" label C8644 = "KingRoot - Root any Phone" label D8644 = "might have backdoors?" label A8645 = "12/03/2016" label B8645 = "Android" label C8645 = "Purify - block all apps that sucks battery life" label A8646 = "12/03/2016" label B8646 = "Android" label C8646 = "primative ftpd" label A8647 = "12/03/2016" label B8647 = "Audiobook" label C8647 = "001-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label D8647 = "30min" label A8648 = "12/03/2016" label B8648 = "Audiobook" label C8648 = "002-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label A8649 = "12/05/2016" label B8649 = "NES" label C8649 = "Ice Hockey" label A8650 = "12/06/2016" label B8650 = "MAME" label C8650 = "Ninja Baseball Bat Man" label A8651 = "12/06/2016" label B8651 = "NES" label C8651 = "Baseball Stars" label A8652 = "12/10/2016" label B8652 = "Linux" label C8652 = "vimwiki" label D8652 = "TUI" label A8653 = "12/12/2016" label B8653 = "Podcast" label C8653 = "PornDirectorPodcast" label F8653 = "http://www.porndirectorpodcast.com/main/" label A8654 = "12/12/2016" label B8654 = "Podcast" label C8654 = "The Cine-Files" label F8654 = "http://www.podbay.fm/show/1124549378" label A8655 = "12/15/2016" label B8655 = "PCGame" label C8655 = "Bionic Commando Rearmed" label A8656 = "12/17/2016" label B8656 = "Linux" label C8656 = "vbx function [Virtualbox CLI]" label D8656 = "RQBy: Schizo" label F8656 = "https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g" label A8657 = "12/22/2016" label B8657 = "Wii" label C8657 = "Rayman Origins" label A8658 = "12/23/2016" label B8658 = "Movie" label C8658 = "Top Gun 1986 Special Edition" label A8659 = "12/25/2016" label B8659 = "Linux" label C8659 = "rofi - dmenu launcher replacement" label D8659 = "GUI/CLI" label A8660 = "12/26/2016" label B8660 = "Movie" label C8660 = "Black Dynamite (2009)" label A8661 = "12/28/2016" label B8661 = "Movie" label C8661 = "Ben Hur 2016" label A8662 = "12/29/2016" label B8662 = "Movie" label C8662 = "Deepwater Horizon 2016" label A8663 = "12/29/2016" label B8663 = "Movie" label C8663 = "The Accountant 2016" label A8664 = "12/30/2016" label B8664 = "Movie" label C8664 = "The Magnificent Seven 2016" label B8665 = "Android" label C8665 = "IceCatMobile" label D8665 = "Web Browser" label F8665 = "https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat" label B8666 = "Audiobook" label C8666 = "003-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B8667 = "Audiobook" label C8667 = "004-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B8668 = "Audiobook" label C8668 = "Darth Plagueis" label B8669 = "Audiobook" label C8669 = "The Life-Changing Magic of Tidying Up" label B8670 = "Comic" label C8670 = "Saga" label B8671 = "Comic" label C8671 = "Walking Dead 157" label B8672 = "Comic" label C8672 = "X-Men Age of Apocalypse" label B8673 = "Comic" label C8673 = "Y The Last Man" label B8674 = "Linux" label C8674 = "Ampache: web based audio/video streaming" label D8674 = "WEBUI" label F8674 = "http://ampache.org/" label B8675 = "Linux" label C8675 = "Clonezilla" label B8676 = "Linux" label C8676 = "CopyQ - Clipboard manager" label D8676 = "GUI" label B8677 = "Linux" label C8677 = "EncFS - an Encrypted Filesystem" label B8678 = "Linux" label C8678 = "Firejail" label B8679 = "Linux" label C8679 = "LUKS encryption/ cryptsetup" label D8679 = "CLI" label B8680 = "Linux" label C8680 = "Piwigo is photo gallery software for the web" label D8680 = "WEBUI" label F8680 = "http://piwigo.org/" label B8681 = "Linux" label C8681 = "Samba" label D8681 = "CLI" label B8682 = "Linux" label C8682 = "SoundNode - opensource SoundCloud app" label D8682 = "GUI" label F8682 = "http://www.soundnodeapp.com/" label B8683 = "Linux" label C8683 = "Vocal - Podcast Client" label D8683 = "GUI" label F8683 = "http://vocalproject.net/" label B8684 = "Linux" label C8684 = "albumr - Imgur album downloader" label D8684 = "CLI" label F8684 = "https://pypi.python.org/pypi/albumr" label B8685 = "Linux" label C8685 = "alpine" label B8686 = "Linux" label C8686 = "anamnesis - clipboard manager" label D8686 = "GUI" label B8687 = "Linux" label C8687 = "asciiquarium" label D8687 = "TUI" label B8688 = "Linux" label C8688 = "bulk - bulk rename interactive" label D8688 = "Alex Leferry" label F8688 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B8689 = "Linux" label C8689 = "ccze - colorizer" label D8689 = "CLI" label B8690 = "Linux" label C8690 = "centerim5" label D8690 = "TUI" label B8691 = "Linux" label C8691 = "clipmenu - dmenu clipboard manager" label D8691 = "GUI" label B8692 = "Linux" label C8692 = "cvim" label B8693 = "Linux" label C8693 = "forecash - cashflow forecasting" label D8693 = "CLI" label F8693 = "https://github.com/fsareshwala/forecash" label B8694 = "Linux" label C8694 = "fzf-clipboard" label B8695 = "Linux" label C8695 = "kakoune - vim alternative" label D8695 = "Alex Leferry" label F8695 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B8696 = "Linux" label C8696 = "keynav" label B8697 = "Linux" label C8697 = "krill - rss filter feeds" label D8697 = "CLI" label F8697 = "https://github.com/p-e-w/krill" label B8698 = "Linux" label C8698 = "ledger - accounting system" label D8698 = "CLI" label F8698 = "http://www.ledger-cli.org/" label B8699 = "Linux" label C8699 = "megadl - mega.co.nz downloader" label D8699 = "CLI" label E8699 = "wait for 2.0 to have options to download single files from public folder" label B8700 = "Linux" label C8700 = "mpd + ncmpcpp" label D8700 = "CLI/TUI" label B8701 = "Linux" label C8701 = "newsbeuter macros" label D8701 = "CLI" label B8702 = "Linux" label C8702 = "nmtui" label D8702 = "wifi" label B8703 = "Linux" label C8703 = "nq - queue task" label D8703 = "CLI" label B8704 = "Linux" label C8704 = "open dvd producer - create DVD with menus" label D8704 = "GUI" label F8704 = "http://opendvdproducer.jonata.org/" label B8705 = "Linux" label C8705 = "redshift" label D8705 = "CLI" label B8706 = "Linux" label C8706 = "rofi-clipboard" label B8707 = "Linux" label C8707 = "rofi-locate" label B8708 = "Linux" label C8708 = "rofi-playonlinux" label B8709 = "Linux" label C8709 = "rofi-snippet" label B8710 = "Linux" label C8710 = "rss-bridge" label F8710 = "https://github.com/RSS-Bridge/rss-bridge" label B8711 = "Linux" label C8711 = "screenfetch" label D8711 = "CLI" label B8712 = "Linux" label C8712 = "setxkbmap" label B8713 = "Linux" label C8713 = "socli - Stack overflow command line client" label D8713 = "CLI" label F8713 = "https://github.com/gautamkrishnar/socli" label B8714 = "Linux" label C8714 = "sxhkd" label B8715 = "Linux" label C8715 = "systemd timers" label B8716 = "Linux" label C8716 = "taffy - A command-line audio tagging tool" label D8716 = "CLI" label F8716 = "https://github.com/jangler/taffy" label B8717 = "Linux" label C8717 = "task spooler multiple instances" label D8717 = "CLI" label B8718 = "Linux" label C8718 = "timertab - manage systemd timers" label F8718 = "https://github.com/amlamarra/timertab" label B8719 = "Linux" label C8719 = "tweeper - a Twitter to RSS web scraper" label D8719 = "CLI" label E8719 = "https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper" label F8719 = "https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/" label B8720 = "Linux" label C8720 = "veracrypt" label B8721 = "Linux" label C8721 = "wicd-curses" label D8721 = "wifi" label B8722 = "Linux" label C8722 = "wifi-menu" label D8722 = "wifi" label B8723 = "Linux" label C8723 = "wpa_supplicant " label D8723 = "wifi" label B8724 = "Linux" label C8724 = "wttr - weather info" label D8724 = "CLI" label B8725 = "Linux" label C8725 = "xbindkeys" label B8726 = "Linux" label C8726 = "xcape" label B8727 = "Linux" label C8727 = "xchainkeys" label B8728 = "Linux" label C8728 = "xdo" label B8729 = "Linux" label C8729 = "xfce4-screenshooter (selection area imgu'')" label D8729 = "GUI" label B8730 = "Linux" label C8730 = "xinput" label B8731 = "Linux" label C8731 = "xmodmap" label B8732 = "Linux" label C8732 = "xsendkey" label B8733 = "Linux" label C8733 = "xsetwacom " label B8734 = "Linux" label C8734 = "xvkbd" label B8735 = "MAME" label C8735 = "Baseball Stars 2" label B8736 = "Movie" label C8736 = "A Christmas Story 1983" label B8737 = "Movie" label C8737 = "Doctor Strange 2016" label B8738 = "Movie" label C8738 = "Eternal Sunshine of the Spotless Mind (2004)" label B8739 = "Movie" label C8739 = "Frozen" label B8740 = "Movie" label C8740 = "Harry Potter" label B8741 = "Movie" label C8741 = "Jaws (1975)" label B8742 = "Movie" label C8742 = "Moana 2016" label B8743 = "Movie" label C8743 = "Mud 2012" label B8744 = "Movie" label C8744 = "Pete's Dragon 2016" label B8745 = "Movie" label C8745 = "Pump Up The Volume 1990" label B8746 = "Movie" label C8746 = "Snakes on a Plane (2006)" label B8747 = "Movie" label C8747 = "Snowden 2016" label B8748 = "Movie" label C8748 = "Swiss Army Man (2016)" label B8749 = "Movie" label C8749 = "The Legend of Tarzan 2016" label B8750 = "Movie" label C8750 = "Trainwreck (2015)" label B8751 = "Movie" label C8751 = "True Romance (1993)" label B8752 = "Movie" label C8752 = "War Dogs 2016" label B8753 = "Music" label C8753 = "Ashanti" label B8754 = "Music" label C8754 = "BackStreet/Dre" label B8755 = "Music" label C8755 = "Bubba Sparxxx" label B8756 = "Music" label C8756 = "Ciara" label B8757 = "Music" label C8757 = "Dido" label B8758 = "Music" label C8758 = "Dr Dre Instramentals" label B8759 = "Music" label C8759 = "Gloria Estefan" label B8760 = "Music" label C8760 = "Juvenile" label B8761 = "Music" label C8761 = "Meghan Trainor" label B8762 = "Music" label C8762 = "Petey Pablo" label B8763 = "Music" label C8763 = "Puff Daddy" label B8764 = "Music" label C8764 = "Run DMC" label B8765 = "Music" label C8765 = "Street Fighter" label B8766 = "Music" label C8766 = "Super Mario World" label B8767 = "Music" label C8767 = "TLC" label B8768 = "Music" label C8768 = "Young Buck" label B8769 = "NES" label C8769 = "Bionic Commando" label B8770 = "NES" label C8770 = "Contra" label B8771 = "NES" label C8771 = "Mega Man 2" label B8772 = "NES" label C8772 = "Palamedes" label D8772 = "Puzzle" label B8773 = "NES" label C8773 = "Super Mario Bros 3" label B8774 = "PCGame" label C8774 = "Batman: Arkham Asylum" label B8775 = "PCGame" label C8775 = "Dead or Alive 5 With Nude Patch" label B8776 = "PCGame" label C8776 = "For Honor" label B8777 = "PCGame" label C8777 = "Killer Instinct" label B8778 = "PCGame" label C8778 = "Rise of the Tomb Raider" label B8779 = "PCGame" label C8779 = "Street Fighter 5" label B8780 = "PCGame" label C8780 = "The Division" label B8781 = "PSX" label C8781 = "ESPN Extreme Games" label B8782 = "PSX" label C8782 = "Street Fighter: The Movie" label B8783 = "SNES" label C8783 = "Punch Out" label B8784 = "TVShow" label C8784 = "3% Netflix" label B8785 = "TVShow" label C8785 = "Alone [History Channel]" label B8786 = "TVShow" label C8786 = "Black Mirror" label B8787 = "TVShow" label C8787 = "Roman Empire Reign of Blood" label B8788 = "TVShow" label C8788 = "Stranger Things" label B8789 = "TVShow" label C8789 = "The People v. O.J. Simpson: American Crime Story" label B8790 = "TVShow" label C8790 = "The Wire" label B8791 = "TVShow" label C8791 = "Westworld" label B8792 = "Wii" label C8792 = "Kirby Yarn" label B8793 = "Wii" label C8793 = "Mario Gaxaly" label B8794 = "Wii" label C8794 = "Punch Out w/ Balance Board" label B8795 = "Wii" label C8795 = "Resident Evil" label B8796 = "Wii" label C8796 = "Skate w/ Board" label B8797 = "Xbox" label C8797 = "Aliens Versus Predator: Extinction" label D8797 = "RTS" label B8798 = "Xbox" label C8798 = "Star Wars Battlefront 2" label D8798 = "FPS" label A8799 = "01/01/2017" label B8799 = "Linux" label C8799 = "rofi-surfraw | bookmarks" label D8799 = "GUI/CLI" label A8800 = "01/01/2017" label B8800 = "Movie" label C8800 = "Planes Trains & Automoobiles 1987" label A8801 = "01/03/2016" label B8801 = "TVShow" label C8801 = "Quantico Season 2" label A8802 = "01/03/2016" label B8802 = "Wii" label C8802 = "Captain America Super Soldier" label A8803 = "01/05/2017" label B8803 = "Movie" label C8803 = "Mechanic Resurrection 2016" label A8804 = "01/06/2017" label B8804 = "Movie" label C8804 = "Goonies 1985" label A8805 = "11/22/2016" label B8805 = "Movie" label C8805 = "The Core 2003" label A8806 = "11/25/2016" label B8806 = "Music" label C8806 = "Mya" label A8807 = "11/28/2016" label B8807 = "Movie" label C8807 = "Suicide Squad Extended 2016" label A8808 = "12/01/2016" label B8808 = "Xbox" label C8808 = "NFL Street" label A8809 = "12/02/2016" label B8809 = "TVShow" label C8809 = "Mr. Robot S2 last 2 ep" label A8810 = "12/03/2016" label B8810 = "Android" label C8810 = "KingRoot - Root any Phone" label D8810 = "might have backdoors?" label A8811 = "12/03/2016" label B8811 = "Android" label C8811 = "Purify - block all apps that sucks battery life" label A8812 = "12/03/2016" label B8812 = "Android" label C8812 = "primative ftpd" label A8813 = "12/03/2016" label B8813 = "Audiobook" label C8813 = "001-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label D8813 = "30min" label A8814 = "12/03/2016" label B8814 = "Audiobook" label C8814 = "002-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label A8815 = "12/05/2016" label B8815 = "NES" label C8815 = "Ice Hockey" label A8816 = "12/06/2016" label B8816 = "MAME" label C8816 = "Ninja Baseball Bat Man" label A8817 = "12/06/2016" label B8817 = "NES" label C8817 = "Baseball Stars" label A8818 = "12/10/2016" label B8818 = "Linux" label C8818 = "vimwiki" label D8818 = "TUI" label A8819 = "12/12/2016" label B8819 = "Podcast" label C8819 = "PornDirectorPodcast" label F8819 = "http://www.porndirectorpodcast.com/main/" label A8820 = "12/12/2016" label B8820 = "Podcast" label C8820 = "The Cine-Files" label F8820 = "http://www.podbay.fm/show/1124549378" label A8821 = "12/15/2016" label B8821 = "PCGame" label C8821 = "Bionic Commando Rearmed" label A8822 = "12/17/2016" label B8822 = "Linux" label C8822 = "vbx function [Virtualbox CLI]" label D8822 = "RQBy: Schizo" label F8822 = "https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g" label A8823 = "12/22/2016" label B8823 = "Wii" label C8823 = "Rayman Origins" label A8824 = "12/23/2016" label B8824 = "Movie" label C8824 = "Top Gun 1986 Special Edition" label A8825 = "12/25/2016" label B8825 = "Linux" label C8825 = "rofi - dmenu launcher replacement" label D8825 = "GUI/CLI" label A8826 = "12/26/2016" label B8826 = "Movie" label C8826 = "Black Dynamite (2009)" label A8827 = "12/28/2016" label B8827 = "Movie" label C8827 = "Ben Hur 2016" label A8828 = "12/29/2016" label B8828 = "Movie" label C8828 = "Deepwater Horizon 2016" label A8829 = "12/29/2016" label B8829 = "Movie" label C8829 = "The Accountant 2016" label A8830 = "12/30/2016" label B8830 = "Movie" label C8830 = "The Magnificent Seven 2016" label B8831 = "Android" label C8831 = "IceCatMobile" label D8831 = "Web Browser" label F8831 = "https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat" label B8832 = "Audiobook" label C8832 = "003-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B8833 = "Audiobook" label C8833 = "004-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B8834 = "Audiobook" label C8834 = "Darth Plagueis" label B8835 = "Audiobook" label C8835 = "The Life-Changing Magic of Tidying Up" label B8836 = "Comic" label C8836 = "Saga" label B8837 = "Comic" label C8837 = "Walking Dead 157" label B8838 = "Comic" label C8838 = "X-Men Age of Apocalypse" label B8839 = "Comic" label C8839 = "Y The Last Man" label B8840 = "Linux" label C8840 = "Ampache: web based audio/video streaming" label D8840 = "WEBUI" label F8840 = "http://ampache.org/" label B8841 = "Linux" label C8841 = "Clonezilla" label B8842 = "Linux" label C8842 = "CopyQ - Clipboard manager" label D8842 = "GUI" label B8843 = "Linux" label C8843 = "EncFS - an Encrypted Filesystem" label B8844 = "Linux" label C8844 = "Firejail" label B8845 = "Linux" label C8845 = "LUKS encryption/ cryptsetup" label D8845 = "CLI" label B8846 = "Linux" label C8846 = "Piwigo is photo gallery software for the web" label D8846 = "WEBUI" label F8846 = "http://piwigo.org/" label B8847 = "Linux" label C8847 = "Samba" label D8847 = "CLI" label B8848 = "Linux" label C8848 = "SoundNode - opensource SoundCloud app" label D8848 = "GUI" label F8848 = "http://www.soundnodeapp.com/" label B8849 = "Linux" label C8849 = "Vocal - Podcast Client" label D8849 = "GUI" label F8849 = "http://vocalproject.net/" label B8850 = "Linux" label C8850 = "albumr - Imgur album downloader" label D8850 = "CLI" label F8850 = "https://pypi.python.org/pypi/albumr" label B8851 = "Linux" label C8851 = "alpine" label B8852 = "Linux" label C8852 = "anamnesis - clipboard manager" label D8852 = "GUI" label B8853 = "Linux" label C8853 = "asciiquarium" label D8853 = "TUI" label B8854 = "Linux" label C8854 = "bulk - bulk rename interactive" label D8854 = "Alex Leferry" label F8854 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B8855 = "Linux" label C8855 = "ccze - colorizer" label D8855 = "CLI" label B8856 = "Linux" label C8856 = "centerim5" label D8856 = "TUI" label B8857 = "Linux" label C8857 = "clipmenu - dmenu clipboard manager" label D8857 = "GUI" label B8858 = "Linux" label C8858 = "cvim" label B8859 = "Linux" label C8859 = "forecash - cashflow forecasting" label D8859 = "CLI" label F8859 = "https://github.com/fsareshwala/forecash" label B8860 = "Linux" label C8860 = "fzf-clipboard" label B8861 = "Linux" label C8861 = "kakoune - vim alternative" label D8861 = "Alex Leferry" label F8861 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B8862 = "Linux" label C8862 = "keynav" label B8863 = "Linux" label C8863 = "krill - rss filter feeds" label D8863 = "CLI" label F8863 = "https://github.com/p-e-w/krill" label B8864 = "Linux" label C8864 = "ledger - accounting system" label D8864 = "CLI" label F8864 = "http://www.ledger-cli.org/" label B8865 = "Linux" label C8865 = "megadl - mega.co.nz downloader" label D8865 = "CLI" label E8865 = "wait for 2.0 to have options to download single files from public folder" label B8866 = "Linux" label C8866 = "mpd + ncmpcpp" label D8866 = "CLI/TUI" label B8867 = "Linux" label C8867 = "newsbeuter macros" label D8867 = "CLI" label B8868 = "Linux" label C8868 = "nmtui" label D8868 = "wifi" label B8869 = "Linux" label C8869 = "nq - queue task" label D8869 = "CLI" label B8870 = "Linux" label C8870 = "open dvd producer - create DVD with menus" label D8870 = "GUI" label F8870 = "http://opendvdproducer.jonata.org/" label B8871 = "Linux" label C8871 = "redshift" label D8871 = "CLI" label B8872 = "Linux" label C8872 = "rofi-clipboard" label B8873 = "Linux" label C8873 = "rofi-locate" label B8874 = "Linux" label C8874 = "rofi-playonlinux" label B8875 = "Linux" label C8875 = "rofi-snippet" label B8876 = "Linux" label C8876 = "rss-bridge" label F8876 = "https://github.com/RSS-Bridge/rss-bridge" label B8877 = "Linux" label C8877 = "screenfetch" label D8877 = "CLI" label B8878 = "Linux" label C8878 = "setxkbmap" label B8879 = "Linux" label C8879 = "socli - Stack overflow command line client" label D8879 = "CLI" label F8879 = "https://github.com/gautamkrishnar/socli" label B8880 = "Linux" label C8880 = "sxhkd" label B8881 = "Linux" label C8881 = "systemd timers" label B8882 = "Linux" label C8882 = "taffy - A command-line audio tagging tool" label D8882 = "CLI" label F8882 = "https://github.com/jangler/taffy" label B8883 = "Linux" label C8883 = "task spooler multiple instances" label D8883 = "CLI" label B8884 = "Linux" label C8884 = "timertab - manage systemd timers" label F8884 = "https://github.com/amlamarra/timertab" label B8885 = "Linux" label C8885 = "tweeper - a Twitter to RSS web scraper" label D8885 = "CLI" label E8885 = "https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper" label F8885 = "https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/" label B8886 = "Linux" label C8886 = "veracrypt" label B8887 = "Linux" label C8887 = "wicd-curses" label D8887 = "wifi" label B8888 = "Linux" label C8888 = "wifi-menu" label D8888 = "wifi" label B8889 = "Linux" label C8889 = "wpa_supplicant " label D8889 = "wifi" label B8890 = "Linux" label C8890 = "wttr - weather info" label D8890 = "CLI" label B8891 = "Linux" label C8891 = "xbindkeys" label B8892 = "Linux" label C8892 = "xcape" label B8893 = "Linux" label C8893 = "xchainkeys" label B8894 = "Linux" label C8894 = "xdo" label B8895 = "Linux" label C8895 = "xfce4-screenshooter (selection area imgu'')" label D8895 = "GUI" label B8896 = "Linux" label C8896 = "xinput" label B8897 = "Linux" label C8897 = "xmodmap" label B8898 = "Linux" label C8898 = "xsendkey" label B8899 = "Linux" label C8899 = "xsetwacom " label B8900 = "Linux" label C8900 = "xvkbd" label B8901 = "MAME" label C8901 = "Baseball Stars 2" label B8902 = "Movie" label C8902 = "A Christmas Story 1983" label B8903 = "Movie" label C8903 = "Doctor Strange 2016" label B8904 = "Movie" label C8904 = "Eternal Sunshine of the Spotless Mind (2004)" label B8905 = "Movie" label C8905 = "Frozen" label B8906 = "Movie" label C8906 = "Harry Potter" label B8907 = "Movie" label C8907 = "Jaws (1975)" label B8908 = "Movie" label C8908 = "Moana 2016" label B8909 = "Movie" label C8909 = "Mud 2012" label B8910 = "Movie" label C8910 = "Pete's Dragon 2016" label B8911 = "Movie" label C8911 = "Pump Up The Volume 1990" label B8912 = "Movie" label C8912 = "Snakes on a Plane (2006)" label B8913 = "Movie" label C8913 = "Snowden 2016" label B8914 = "Movie" label C8914 = "Swiss Army Man (2016)" label B8915 = "Movie" label C8915 = "The Legend of Tarzan 2016" label B8916 = "Movie" label C8916 = "Trainwreck (2015)" label B8917 = "Movie" label C8917 = "True Romance (1993)" label B8918 = "Movie" label C8918 = "War Dogs 2016" label B8919 = "Music" label C8919 = "Ashanti" label B8920 = "Music" label C8920 = "BackStreet/Dre" label B8921 = "Music" label C8921 = "Bubba Sparxxx" label B8922 = "Music" label C8922 = "Ciara" label B8923 = "Music" label C8923 = "Dido" label B8924 = "Music" label C8924 = "Dr Dre Instramentals" label B8925 = "Music" label C8925 = "Gloria Estefan" label B8926 = "Music" label C8926 = "Juvenile" label B8927 = "Music" label C8927 = "Meghan Trainor" label B8928 = "Music" label C8928 = "Petey Pablo" label B8929 = "Music" label C8929 = "Puff Daddy" label B8930 = "Music" label C8930 = "Run DMC" label B8931 = "Music" label C8931 = "Street Fighter" label B8932 = "Music" label C8932 = "Super Mario World" label B8933 = "Music" label C8933 = "TLC" label B8934 = "Music" label C8934 = "Young Buck" label B8935 = "NES" label C8935 = "Bionic Commando" label B8936 = "NES" label C8936 = "Contra" label B8937 = "NES" label C8937 = "Mega Man 2" label B8938 = "NES" label C8938 = "Palamedes" label D8938 = "Puzzle" label B8939 = "NES" label C8939 = "Super Mario Bros 3" label B8940 = "PCGame" label C8940 = "Batman: Arkham Asylum" label B8941 = "PCGame" label C8941 = "Dead or Alive 5 With Nude Patch" label B8942 = "PCGame" label C8942 = "For Honor" label B8943 = "PCGame" label C8943 = "Killer Instinct" label B8944 = "PCGame" label C8944 = "Rise of the Tomb Raider" label B8945 = "PCGame" label C8945 = "Street Fighter 5" label B8946 = "PCGame" label C8946 = "The Division" label B8947 = "PSX" label C8947 = "ESPN Extreme Games" label B8948 = "PSX" label C8948 = "Street Fighter: The Movie" label B8949 = "SNES" label C8949 = "Punch Out" label B8950 = "TVShow" label C8950 = "3% Netflix" label B8951 = "TVShow" label C8951 = "Alone [History Channel]" label B8952 = "TVShow" label C8952 = "Black Mirror" label B8953 = "TVShow" label C8953 = "Roman Empire Reign of Blood" label B8954 = "TVShow" label C8954 = "Stranger Things" label B8955 = "TVShow" label C8955 = "The People v. O.J. Simpson: American Crime Story" label B8956 = "TVShow" label C8956 = "The Wire" label B8957 = "TVShow" label C8957 = "Westworld" label B8958 = "Wii" label C8958 = "Kirby Yarn" label B8959 = "Wii" label C8959 = "Mario Gaxaly" label B8960 = "Wii" label C8960 = "Punch Out w/ Balance Board" label B8961 = "Wii" label C8961 = "Resident Evil" label B8962 = "Wii" label C8962 = "Skate w/ Board" label B8963 = "Xbox" label C8963 = "Aliens Versus Predator: Extinction" label D8963 = "RTS" label B8964 = "Xbox" label C8964 = "Star Wars Battlefront 2" label D8964 = "FPS" label A8965 = "01/01/2017" label B8965 = "Linux" label C8965 = "rofi-surfraw | bookmarks" label D8965 = "GUI/CLI" label A8966 = "01/01/2017" label B8966 = "Movie" label C8966 = "Planes Trains & Automoobiles 1987" label A8967 = "01/03/2016" label B8967 = "TVShow" label C8967 = "Quantico Season 2" label A8968 = "01/03/2016" label B8968 = "Wii" label C8968 = "Captain America Super Soldier" label A8969 = "01/05/2017" label B8969 = "Movie" label C8969 = "Mechanic Resurrection 2016" label A8970 = "01/06/2017" label B8970 = "Movie" label C8970 = "Goonies 1985" label A8971 = "11/22/2016" label B8971 = "Movie" label C8971 = "The Core 2003" label A8972 = "11/25/2016" label B8972 = "Music" label C8972 = "Mya" label A8973 = "11/28/2016" label B8973 = "Movie" label C8973 = "Suicide Squad Extended 2016" label A8974 = "12/01/2016" label B8974 = "Xbox" label C8974 = "NFL Street" label A8975 = "12/02/2016" label B8975 = "TVShow" label C8975 = "Mr. Robot S2 last 2 ep" label A8976 = "12/03/2016" label B8976 = "Android" label C8976 = "KingRoot - Root any Phone" label D8976 = "might have backdoors?" label A8977 = "12/03/2016" label B8977 = "Android" label C8977 = "Purify - block all apps that sucks battery life" label A8978 = "12/03/2016" label B8978 = "Android" label C8978 = "primative ftpd" label A8979 = "12/03/2016" label B8979 = "Audiobook" label C8979 = "001-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label D8979 = "30min" label A8980 = "12/03/2016" label B8980 = "Audiobook" label C8980 = "002-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label A8981 = "12/05/2016" label B8981 = "NES" label C8981 = "Ice Hockey" label A8982 = "12/06/2016" label B8982 = "MAME" label C8982 = "Ninja Baseball Bat Man" label A8983 = "12/06/2016" label B8983 = "NES" label C8983 = "Baseball Stars" label A8984 = "12/10/2016" label B8984 = "Linux" label C8984 = "vimwiki" label D8984 = "TUI" label A8985 = "12/12/2016" label B8985 = "Podcast" label C8985 = "PornDirectorPodcast" label F8985 = "http://www.porndirectorpodcast.com/main/" label A8986 = "12/12/2016" label B8986 = "Podcast" label C8986 = "The Cine-Files" label F8986 = "http://www.podbay.fm/show/1124549378" label A8987 = "12/15/2016" label B8987 = "PCGame" label C8987 = "Bionic Commando Rearmed" label A8988 = "12/17/2016" label B8988 = "Linux" label C8988 = "vbx function [Virtualbox CLI]" label D8988 = "RQBy: Schizo" label F8988 = "https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g" label A8989 = "12/22/2016" label B8989 = "Wii" label C8989 = "Rayman Origins" label A8990 = "12/23/2016" label B8990 = "Movie" label C8990 = "Top Gun 1986 Special Edition" label A8991 = "12/25/2016" label B8991 = "Linux" label C8991 = "rofi - dmenu launcher replacement" label D8991 = "GUI/CLI" label A8992 = "12/26/2016" label B8992 = "Movie" label C8992 = "Black Dynamite (2009)" label A8993 = "12/28/2016" label B8993 = "Movie" label C8993 = "Ben Hur 2016" label A8994 = "12/29/2016" label B8994 = "Movie" label C8994 = "Deepwater Horizon 2016" label A8995 = "12/29/2016" label B8995 = "Movie" label C8995 = "The Accountant 2016" label A8996 = "12/30/2016" label B8996 = "Movie" label C8996 = "The Magnificent Seven 2016" label B8997 = "Android" label C8997 = "IceCatMobile" label D8997 = "Web Browser" label F8997 = "https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat" label B8998 = "Audiobook" label C8998 = "003-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B8999 = "Audiobook" label C8999 = "004-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B9000 = "Audiobook" label C9000 = "Darth Plagueis" label B9001 = "Audiobook" label C9001 = "The Life-Changing Magic of Tidying Up" label B9002 = "Comic" label C9002 = "Saga" label B9003 = "Comic" label C9003 = "Walking Dead 157" label B9004 = "Comic" label C9004 = "X-Men Age of Apocalypse" label B9005 = "Comic" label C9005 = "Y The Last Man" label B9006 = "Linux" label C9006 = "Ampache: web based audio/video streaming" label D9006 = "WEBUI" label F9006 = "http://ampache.org/" label B9007 = "Linux" label C9007 = "Clonezilla" label B9008 = "Linux" label C9008 = "CopyQ - Clipboard manager" label D9008 = "GUI" label B9009 = "Linux" label C9009 = "EncFS - an Encrypted Filesystem" label B9010 = "Linux" label C9010 = "Firejail" label B9011 = "Linux" label C9011 = "LUKS encryption/ cryptsetup" label D9011 = "CLI" label B9012 = "Linux" label C9012 = "Piwigo is photo gallery software for the web" label D9012 = "WEBUI" label F9012 = "http://piwigo.org/" label B9013 = "Linux" label C9013 = "Samba" label D9013 = "CLI" label B9014 = "Linux" label C9014 = "SoundNode - opensource SoundCloud app" label D9014 = "GUI" label F9014 = "http://www.soundnodeapp.com/" label B9015 = "Linux" label C9015 = "Vocal - Podcast Client" label D9015 = "GUI" label F9015 = "http://vocalproject.net/" label B9016 = "Linux" label C9016 = "albumr - Imgur album downloader" label D9016 = "CLI" label F9016 = "https://pypi.python.org/pypi/albumr" label B9017 = "Linux" label C9017 = "alpine" label B9018 = "Linux" label C9018 = "anamnesis - clipboard manager" label D9018 = "GUI" label B9019 = "Linux" label C9019 = "asciiquarium" label D9019 = "TUI" label B9020 = "Linux" label C9020 = "bulk - bulk rename interactive" label D9020 = "Alex Leferry" label F9020 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B9021 = "Linux" label C9021 = "ccze - colorizer" label D9021 = "CLI" label B9022 = "Linux" label C9022 = "centerim5" label D9022 = "TUI" label B9023 = "Linux" label C9023 = "clipmenu - dmenu clipboard manager" label D9023 = "GUI" label B9024 = "Linux" label C9024 = "cvim" label B9025 = "Linux" label C9025 = "forecash - cashflow forecasting" label D9025 = "CLI" label F9025 = "https://github.com/fsareshwala/forecash" label B9026 = "Linux" label C9026 = "fzf-clipboard" label B9027 = "Linux" label C9027 = "kakoune - vim alternative" label D9027 = "Alex Leferry" label F9027 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B9028 = "Linux" label C9028 = "keynav" label B9029 = "Linux" label C9029 = "krill - rss filter feeds" label D9029 = "CLI" label F9029 = "https://github.com/p-e-w/krill" label B9030 = "Linux" label C9030 = "ledger - accounting system" label D9030 = "CLI" label F9030 = "http://www.ledger-cli.org/" label B9031 = "Linux" label C9031 = "megadl - mega.co.nz downloader" label D9031 = "CLI" label E9031 = "wait for 2.0 to have options to download single files from public folder" label B9032 = "Linux" label C9032 = "mpd + ncmpcpp" label D9032 = "CLI/TUI" label B9033 = "Linux" label C9033 = "newsbeuter macros" label D9033 = "CLI" label B9034 = "Linux" label C9034 = "nmtui" label D9034 = "wifi" label B9035 = "Linux" label C9035 = "nq - queue task" label D9035 = "CLI" label B9036 = "Linux" label C9036 = "open dvd producer - create DVD with menus" label D9036 = "GUI" label F9036 = "http://opendvdproducer.jonata.org/" label B9037 = "Linux" label C9037 = "redshift" label D9037 = "CLI" label B9038 = "Linux" label C9038 = "rofi-clipboard" label B9039 = "Linux" label C9039 = "rofi-locate" label B9040 = "Linux" label C9040 = "rofi-playonlinux" label B9041 = "Linux" label C9041 = "rofi-snippet" label B9042 = "Linux" label C9042 = "rss-bridge" label F9042 = "https://github.com/RSS-Bridge/rss-bridge" label B9043 = "Linux" label C9043 = "screenfetch" label D9043 = "CLI" label B9044 = "Linux" label C9044 = "setxkbmap" label B9045 = "Linux" label C9045 = "socli - Stack overflow command line client" label D9045 = "CLI" label F9045 = "https://github.com/gautamkrishnar/socli" label B9046 = "Linux" label C9046 = "sxhkd" label B9047 = "Linux" label C9047 = "systemd timers" label B9048 = "Linux" label C9048 = "taffy - A command-line audio tagging tool" label D9048 = "CLI" label F9048 = "https://github.com/jangler/taffy" label B9049 = "Linux" label C9049 = "task spooler multiple instances" label D9049 = "CLI" label B9050 = "Linux" label C9050 = "timertab - manage systemd timers" label F9050 = "https://github.com/amlamarra/timertab" label B9051 = "Linux" label C9051 = "tweeper - a Twitter to RSS web scraper" label D9051 = "CLI" label E9051 = "https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper" label F9051 = "https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/" label B9052 = "Linux" label C9052 = "veracrypt" label B9053 = "Linux" label C9053 = "wicd-curses" label D9053 = "wifi" label B9054 = "Linux" label C9054 = "wifi-menu" label D9054 = "wifi" label B9055 = "Linux" label C9055 = "wpa_supplicant " label D9055 = "wifi" label B9056 = "Linux" label C9056 = "wttr - weather info" label D9056 = "CLI" label B9057 = "Linux" label C9057 = "xbindkeys" label B9058 = "Linux" label C9058 = "xcape" label B9059 = "Linux" label C9059 = "xchainkeys" label B9060 = "Linux" label C9060 = "xdo" label B9061 = "Linux" label C9061 = "xfce4-screenshooter (selection area imgu'')" label D9061 = "GUI" label B9062 = "Linux" label C9062 = "xinput" label B9063 = "Linux" label C9063 = "xmodmap" label B9064 = "Linux" label C9064 = "xsendkey" label B9065 = "Linux" label C9065 = "xsetwacom " label B9066 = "Linux" label C9066 = "xvkbd" label B9067 = "MAME" label C9067 = "Baseball Stars 2" label B9068 = "Movie" label C9068 = "A Christmas Story 1983" label B9069 = "Movie" label C9069 = "Doctor Strange 2016" label B9070 = "Movie" label C9070 = "Eternal Sunshine of the Spotless Mind (2004)" label B9071 = "Movie" label C9071 = "Frozen" label B9072 = "Movie" label C9072 = "Harry Potter" label B9073 = "Movie" label C9073 = "Jaws (1975)" label B9074 = "Movie" label C9074 = "Moana 2016" label B9075 = "Movie" label C9075 = "Mud 2012" label B9076 = "Movie" label C9076 = "Pete's Dragon 2016" label B9077 = "Movie" label C9077 = "Pump Up The Volume 1990" label B9078 = "Movie" label C9078 = "Snakes on a Plane (2006)" label B9079 = "Movie" label C9079 = "Snowden 2016" label B9080 = "Movie" label C9080 = "Swiss Army Man (2016)" label B9081 = "Movie" label C9081 = "The Legend of Tarzan 2016" label B9082 = "Movie" label C9082 = "Trainwreck (2015)" label B9083 = "Movie" label C9083 = "True Romance (1993)" label B9084 = "Movie" label C9084 = "War Dogs 2016" label B9085 = "Music" label C9085 = "Ashanti" label B9086 = "Music" label C9086 = "BackStreet/Dre" label B9087 = "Music" label C9087 = "Bubba Sparxxx" label B9088 = "Music" label C9088 = "Ciara" label B9089 = "Music" label C9089 = "Dido" label B9090 = "Music" label C9090 = "Dr Dre Instramentals" label B9091 = "Music" label C9091 = "Gloria Estefan" label B9092 = "Music" label C9092 = "Juvenile" label B9093 = "Music" label C9093 = "Meghan Trainor" label B9094 = "Music" label C9094 = "Petey Pablo" label B9095 = "Music" label C9095 = "Puff Daddy" label B9096 = "Music" label C9096 = "Run DMC" label B9097 = "Music" label C9097 = "Street Fighter" label B9098 = "Music" label C9098 = "Super Mario World" label B9099 = "Music" label C9099 = "TLC" label B9100 = "Music" label C9100 = "Young Buck" label B9101 = "NES" label C9101 = "Bionic Commando" label B9102 = "NES" label C9102 = "Contra" label B9103 = "NES" label C9103 = "Mega Man 2" label B9104 = "NES" label C9104 = "Palamedes" label D9104 = "Puzzle" label B9105 = "NES" label C9105 = "Super Mario Bros 3" label B9106 = "PCGame" label C9106 = "Batman: Arkham Asylum" label B9107 = "PCGame" label C9107 = "Dead or Alive 5 With Nude Patch" label B9108 = "PCGame" label C9108 = "For Honor" label B9109 = "PCGame" label C9109 = "Killer Instinct" label B9110 = "PCGame" label C9110 = "Rise of the Tomb Raider" label B9111 = "PCGame" label C9111 = "Street Fighter 5" label B9112 = "PCGame" label C9112 = "The Division" label B9113 = "PSX" label C9113 = "ESPN Extreme Games" label B9114 = "PSX" label C9114 = "Street Fighter: The Movie" label B9115 = "SNES" label C9115 = "Punch Out" label B9116 = "TVShow" label C9116 = "3% Netflix" label B9117 = "TVShow" label C9117 = "Alone [History Channel]" label B9118 = "TVShow" label C9118 = "Black Mirror" label B9119 = "TVShow" label C9119 = "Roman Empire Reign of Blood" label B9120 = "TVShow" label C9120 = "Stranger Things" label B9121 = "TVShow" label C9121 = "The People v. O.J. Simpson: American Crime Story" label B9122 = "TVShow" label C9122 = "The Wire" label B9123 = "TVShow" label C9123 = "Westworld" label B9124 = "Wii" label C9124 = "Kirby Yarn" label B9125 = "Wii" label C9125 = "Mario Gaxaly" label B9126 = "Wii" label C9126 = "Punch Out w/ Balance Board" label B9127 = "Wii" label C9127 = "Resident Evil" label B9128 = "Wii" label C9128 = "Skate w/ Board" label B9129 = "Xbox" label C9129 = "Aliens Versus Predator: Extinction" label D9129 = "RTS" label B9130 = "Xbox" label C9130 = "Star Wars Battlefront 2" label D9130 = "FPS" label A9131 = "01/01/2017" label B9131 = "Linux" label C9131 = "rofi-surfraw | bookmarks" label D9131 = "GUI/CLI" label A9132 = "01/01/2017" label B9132 = "Movie" label C9132 = "Planes Trains & Automoobiles 1987" label A9133 = "01/03/2016" label B9133 = "TVShow" label C9133 = "Quantico Season 2" label A9134 = "01/03/2016" label B9134 = "Wii" label C9134 = "Captain America Super Soldier" label A9135 = "01/05/2017" label B9135 = "Movie" label C9135 = "Mechanic Resurrection 2016" label A9136 = "01/06/2017" label B9136 = "Movie" label C9136 = "Goonies 1985" label A9137 = "11/22/2016" label B9137 = "Movie" label C9137 = "The Core 2003" label A9138 = "11/25/2016" label B9138 = "Music" label C9138 = "Mya" label A9139 = "11/28/2016" label B9139 = "Movie" label C9139 = "Suicide Squad Extended 2016" label A9140 = "12/01/2016" label B9140 = "Xbox" label C9140 = "NFL Street" label A9141 = "12/02/2016" label B9141 = "TVShow" label C9141 = "Mr. Robot S2 last 2 ep" label A9142 = "12/03/2016" label B9142 = "Android" label C9142 = "KingRoot - Root any Phone" label D9142 = "might have backdoors?" label A9143 = "12/03/2016" label B9143 = "Android" label C9143 = "Purify - block all apps that sucks battery life" label A9144 = "12/03/2016" label B9144 = "Android" label C9144 = "primative ftpd" label A9145 = "12/03/2016" label B9145 = "Audiobook" label C9145 = "001-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label D9145 = "30min" label A9146 = "12/03/2016" label B9146 = "Audiobook" label C9146 = "002-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label A9147 = "12/05/2016" label B9147 = "NES" label C9147 = "Ice Hockey" label A9148 = "12/06/2016" label B9148 = "MAME" label C9148 = "Ninja Baseball Bat Man" label A9149 = "12/06/2016" label B9149 = "NES" label C9149 = "Baseball Stars" label A9150 = "12/10/2016" label B9150 = "Linux" label C9150 = "vimwiki" label D9150 = "TUI" label A9151 = "12/12/2016" label B9151 = "Podcast" label C9151 = "PornDirectorPodcast" label F9151 = "http://www.porndirectorpodcast.com/main/" label A9152 = "12/12/2016" label B9152 = "Podcast" label C9152 = "The Cine-Files" label F9152 = "http://www.podbay.fm/show/1124549378" label A9153 = "12/15/2016" label B9153 = "PCGame" label C9153 = "Bionic Commando Rearmed" label A9154 = "12/17/2016" label B9154 = "Linux" label C9154 = "vbx function [Virtualbox CLI]" label D9154 = "RQBy: Schizo" label F9154 = "https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g" label A9155 = "12/22/2016" label B9155 = "Wii" label C9155 = "Rayman Origins" label A9156 = "12/23/2016" label B9156 = "Movie" label C9156 = "Top Gun 1986 Special Edition" label A9157 = "12/25/2016" label B9157 = "Linux" label C9157 = "rofi - dmenu launcher replacement" label D9157 = "GUI/CLI" label A9158 = "12/26/2016" label B9158 = "Movie" label C9158 = "Black Dynamite (2009)" label A9159 = "12/28/2016" label B9159 = "Movie" label C9159 = "Ben Hur 2016" label A9160 = "12/29/2016" label B9160 = "Movie" label C9160 = "Deepwater Horizon 2016" label A9161 = "12/29/2016" label B9161 = "Movie" label C9161 = "The Accountant 2016" label A9162 = "12/30/2016" label B9162 = "Movie" label C9162 = "The Magnificent Seven 2016" label B9163 = "Android" label C9163 = "IceCatMobile" label D9163 = "Web Browser" label F9163 = "https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat" label B9164 = "Audiobook" label C9164 = "003-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B9165 = "Audiobook" label C9165 = "004-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B9166 = "Audiobook" label C9166 = "Darth Plagueis" label B9167 = "Audiobook" label C9167 = "The Life-Changing Magic of Tidying Up" label B9168 = "Comic" label C9168 = "Saga" label B9169 = "Comic" label C9169 = "Walking Dead 157" label B9170 = "Comic" label C9170 = "X-Men Age of Apocalypse" label B9171 = "Comic" label C9171 = "Y The Last Man" label B9172 = "Linux" label C9172 = "Ampache: web based audio/video streaming" label D9172 = "WEBUI" label F9172 = "http://ampache.org/" label B9173 = "Linux" label C9173 = "Clonezilla" label B9174 = "Linux" label C9174 = "CopyQ - Clipboard manager" label D9174 = "GUI" label B9175 = "Linux" label C9175 = "EncFS - an Encrypted Filesystem" label B9176 = "Linux" label C9176 = "Firejail" label B9177 = "Linux" label C9177 = "LUKS encryption/ cryptsetup" label D9177 = "CLI" label B9178 = "Linux" label C9178 = "Piwigo is photo gallery software for the web" label D9178 = "WEBUI" label F9178 = "http://piwigo.org/" label B9179 = "Linux" label C9179 = "Samba" label D9179 = "CLI" label B9180 = "Linux" label C9180 = "SoundNode - opensource SoundCloud app" label D9180 = "GUI" label F9180 = "http://www.soundnodeapp.com/" label B9181 = "Linux" label C9181 = "Vocal - Podcast Client" label D9181 = "GUI" label F9181 = "http://vocalproject.net/" label B9182 = "Linux" label C9182 = "albumr - Imgur album downloader" label D9182 = "CLI" label F9182 = "https://pypi.python.org/pypi/albumr" label B9183 = "Linux" label C9183 = "alpine" label B9184 = "Linux" label C9184 = "anamnesis - clipboard manager" label D9184 = "GUI" label B9185 = "Linux" label C9185 = "asciiquarium" label D9185 = "TUI" label B9186 = "Linux" label C9186 = "bulk - bulk rename interactive" label D9186 = "Alex Leferry" label F9186 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B9187 = "Linux" label C9187 = "ccze - colorizer" label D9187 = "CLI" label B9188 = "Linux" label C9188 = "centerim5" label D9188 = "TUI" label B9189 = "Linux" label C9189 = "clipmenu - dmenu clipboard manager" label D9189 = "GUI" label B9190 = "Linux" label C9190 = "cvim" label B9191 = "Linux" label C9191 = "forecash - cashflow forecasting" label D9191 = "CLI" label F9191 = "https://github.com/fsareshwala/forecash" label B9192 = "Linux" label C9192 = "fzf-clipboard" label B9193 = "Linux" label C9193 = "kakoune - vim alternative" label D9193 = "Alex Leferry" label F9193 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B9194 = "Linux" label C9194 = "keynav" label B9195 = "Linux" label C9195 = "krill - rss filter feeds" label D9195 = "CLI" label F9195 = "https://github.com/p-e-w/krill" label B9196 = "Linux" label C9196 = "ledger - accounting system" label D9196 = "CLI" label F9196 = "http://www.ledger-cli.org/" label B9197 = "Linux" label C9197 = "megadl - mega.co.nz downloader" label D9197 = "CLI" label E9197 = "wait for 2.0 to have options to download single files from public folder" label B9198 = "Linux" label C9198 = "mpd + ncmpcpp" label D9198 = "CLI/TUI" label B9199 = "Linux" label C9199 = "newsbeuter macros" label D9199 = "CLI" label B9200 = "Linux" label C9200 = "nmtui" label D9200 = "wifi" label B9201 = "Linux" label C9201 = "nq - queue task" label D9201 = "CLI" label B9202 = "Linux" label C9202 = "open dvd producer - create DVD with menus" label D9202 = "GUI" label F9202 = "http://opendvdproducer.jonata.org/" label B9203 = "Linux" label C9203 = "redshift" label D9203 = "CLI" label B9204 = "Linux" label C9204 = "rofi-clipboard" label B9205 = "Linux" label C9205 = "rofi-locate" label B9206 = "Linux" label C9206 = "rofi-playonlinux" label B9207 = "Linux" label C9207 = "rofi-snippet" label B9208 = "Linux" label C9208 = "rss-bridge" label F9208 = "https://github.com/RSS-Bridge/rss-bridge" label B9209 = "Linux" label C9209 = "screenfetch" label D9209 = "CLI" label B9210 = "Linux" label C9210 = "setxkbmap" label B9211 = "Linux" label C9211 = "socli - Stack overflow command line client" label D9211 = "CLI" label F9211 = "https://github.com/gautamkrishnar/socli" label B9212 = "Linux" label C9212 = "sxhkd" label B9213 = "Linux" label C9213 = "systemd timers" label B9214 = "Linux" label C9214 = "taffy - A command-line audio tagging tool" label D9214 = "CLI" label F9214 = "https://github.com/jangler/taffy" label B9215 = "Linux" label C9215 = "task spooler multiple instances" label D9215 = "CLI" label B9216 = "Linux" label C9216 = "timertab - manage systemd timers" label F9216 = "https://github.com/amlamarra/timertab" label B9217 = "Linux" label C9217 = "tweeper - a Twitter to RSS web scraper" label D9217 = "CLI" label E9217 = "https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper" label F9217 = "https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/" label B9218 = "Linux" label C9218 = "veracrypt" label B9219 = "Linux" label C9219 = "wicd-curses" label D9219 = "wifi" label B9220 = "Linux" label C9220 = "wifi-menu" label D9220 = "wifi" label B9221 = "Linux" label C9221 = "wpa_supplicant " label D9221 = "wifi" label B9222 = "Linux" label C9222 = "wttr - weather info" label D9222 = "CLI" label B9223 = "Linux" label C9223 = "xbindkeys" label B9224 = "Linux" label C9224 = "xcape" label B9225 = "Linux" label C9225 = "xchainkeys" label B9226 = "Linux" label C9226 = "xdo" label B9227 = "Linux" label C9227 = "xfce4-screenshooter (selection area imgu'')" label D9227 = "GUI" label B9228 = "Linux" label C9228 = "xinput" label B9229 = "Linux" label C9229 = "xmodmap" label B9230 = "Linux" label C9230 = "xsendkey" label B9231 = "Linux" label C9231 = "xsetwacom " label B9232 = "Linux" label C9232 = "xvkbd" label B9233 = "MAME" label C9233 = "Baseball Stars 2" label B9234 = "Movie" label C9234 = "A Christmas Story 1983" label B9235 = "Movie" label C9235 = "Doctor Strange 2016" label B9236 = "Movie" label C9236 = "Eternal Sunshine of the Spotless Mind (2004)" label B9237 = "Movie" label C9237 = "Frozen" label B9238 = "Movie" label C9238 = "Harry Potter" label B9239 = "Movie" label C9239 = "Jaws (1975)" label B9240 = "Movie" label C9240 = "Moana 2016" label B9241 = "Movie" label C9241 = "Mud 2012" label B9242 = "Movie" label C9242 = "Pete's Dragon 2016" label B9243 = "Movie" label C9243 = "Pump Up The Volume 1990" label B9244 = "Movie" label C9244 = "Snakes on a Plane (2006)" label B9245 = "Movie" label C9245 = "Snowden 2016" label B9246 = "Movie" label C9246 = "Swiss Army Man (2016)" label B9247 = "Movie" label C9247 = "The Legend of Tarzan 2016" label B9248 = "Movie" label C9248 = "Trainwreck (2015)" label B9249 = "Movie" label C9249 = "True Romance (1993)" label B9250 = "Movie" label C9250 = "War Dogs 2016" label B9251 = "Music" label C9251 = "Ashanti" label B9252 = "Music" label C9252 = "BackStreet/Dre" label B9253 = "Music" label C9253 = "Bubba Sparxxx" label B9254 = "Music" label C9254 = "Ciara" label B9255 = "Music" label C9255 = "Dido" label B9256 = "Music" label C9256 = "Dr Dre Instramentals" label B9257 = "Music" label C9257 = "Gloria Estefan" label B9258 = "Music" label C9258 = "Juvenile" label B9259 = "Music" label C9259 = "Meghan Trainor" label B9260 = "Music" label C9260 = "Petey Pablo" label B9261 = "Music" label C9261 = "Puff Daddy" label B9262 = "Music" label C9262 = "Run DMC" label B9263 = "Music" label C9263 = "Street Fighter" label B9264 = "Music" label C9264 = "Super Mario World" label B9265 = "Music" label C9265 = "TLC" label B9266 = "Music" label C9266 = "Young Buck" label B9267 = "NES" label C9267 = "Bionic Commando" label B9268 = "NES" label C9268 = "Contra" label B9269 = "NES" label C9269 = "Mega Man 2" label B9270 = "NES" label C9270 = "Palamedes" label D9270 = "Puzzle" label B9271 = "NES" label C9271 = "Super Mario Bros 3" label B9272 = "PCGame" label C9272 = "Batman: Arkham Asylum" label B9273 = "PCGame" label C9273 = "Dead or Alive 5 With Nude Patch" label B9274 = "PCGame" label C9274 = "For Honor" label B9275 = "PCGame" label C9275 = "Killer Instinct" label B9276 = "PCGame" label C9276 = "Rise of the Tomb Raider" label B9277 = "PCGame" label C9277 = "Street Fighter 5" label B9278 = "PCGame" label C9278 = "The Division" label B9279 = "PSX" label C9279 = "ESPN Extreme Games" label B9280 = "PSX" label C9280 = "Street Fighter: The Movie" label B9281 = "SNES" label C9281 = "Punch Out" label B9282 = "TVShow" label C9282 = "3% Netflix" label B9283 = "TVShow" label C9283 = "Alone [History Channel]" label B9284 = "TVShow" label C9284 = "Black Mirror" label B9285 = "TVShow" label C9285 = "Roman Empire Reign of Blood" label B9286 = "TVShow" label C9286 = "Stranger Things" label B9287 = "TVShow" label C9287 = "The People v. O.J. Simpson: American Crime Story" label B9288 = "TVShow" label C9288 = "The Wire" label B9289 = "TVShow" label C9289 = "Westworld" label B9290 = "Wii" label C9290 = "Kirby Yarn" label B9291 = "Wii" label C9291 = "Mario Gaxaly" label B9292 = "Wii" label C9292 = "Punch Out w/ Balance Board" label B9293 = "Wii" label C9293 = "Resident Evil" label B9294 = "Wii" label C9294 = "Skate w/ Board" label B9295 = "Xbox" label C9295 = "Aliens Versus Predator: Extinction" label D9295 = "RTS" label B9296 = "Xbox" label C9296 = "Star Wars Battlefront 2" label D9296 = "FPS" label A9297 = "01/01/2017" label B9297 = "Linux" label C9297 = "rofi-surfraw | bookmarks" label D9297 = "GUI/CLI" label A9298 = "01/01/2017" label B9298 = "Movie" label C9298 = "Planes Trains & Automoobiles 1987" label A9299 = "01/03/2016" label B9299 = "TVShow" label C9299 = "Quantico Season 2" label A9300 = "01/03/2016" label B9300 = "Wii" label C9300 = "Captain America Super Soldier" label A9301 = "01/05/2017" label B9301 = "Movie" label C9301 = "Mechanic Resurrection 2016" label A9302 = "01/06/2017" label B9302 = "Movie" label C9302 = "Goonies 1985" label A9303 = "11/22/2016" label B9303 = "Movie" label C9303 = "The Core 2003" label A9304 = "11/25/2016" label B9304 = "Music" label C9304 = "Mya" label A9305 = "11/28/2016" label B9305 = "Movie" label C9305 = "Suicide Squad Extended 2016" label A9306 = "12/01/2016" label B9306 = "Xbox" label C9306 = "NFL Street" label A9307 = "12/02/2016" label B9307 = "TVShow" label C9307 = "Mr. Robot S2 last 2 ep" label A9308 = "12/03/2016" label B9308 = "Android" label C9308 = "KingRoot - Root any Phone" label D9308 = "might have backdoors?" label A9309 = "12/03/2016" label B9309 = "Android" label C9309 = "Purify - block all apps that sucks battery life" label A9310 = "12/03/2016" label B9310 = "Android" label C9310 = "primative ftpd" label A9311 = "12/03/2016" label B9311 = "Audiobook" label C9311 = "001-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label D9311 = "30min" label A9312 = "12/03/2016" label B9312 = "Audiobook" label C9312 = "002-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label A9313 = "12/05/2016" label B9313 = "NES" label C9313 = "Ice Hockey" label A9314 = "12/06/2016" label B9314 = "MAME" label C9314 = "Ninja Baseball Bat Man" label A9315 = "12/06/2016" label B9315 = "NES" label C9315 = "Baseball Stars" label A9316 = "12/10/2016" label B9316 = "Linux" label C9316 = "vimwiki" label D9316 = "TUI" label A9317 = "12/12/2016" label B9317 = "Podcast" label C9317 = "PornDirectorPodcast" label F9317 = "http://www.porndirectorpodcast.com/main/" label A9318 = "12/12/2016" label B9318 = "Podcast" label C9318 = "The Cine-Files" label F9318 = "http://www.podbay.fm/show/1124549378" label A9319 = "12/15/2016" label B9319 = "PCGame" label C9319 = "Bionic Commando Rearmed" label A9320 = "12/17/2016" label B9320 = "Linux" label C9320 = "vbx function [Virtualbox CLI]" label D9320 = "RQBy: Schizo" label F9320 = "https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g" label A9321 = "12/22/2016" label B9321 = "Wii" label C9321 = "Rayman Origins" label A9322 = "12/23/2016" label B9322 = "Movie" label C9322 = "Top Gun 1986 Special Edition" label A9323 = "12/25/2016" label B9323 = "Linux" label C9323 = "rofi - dmenu launcher replacement" label D9323 = "GUI/CLI" label A9324 = "12/26/2016" label B9324 = "Movie" label C9324 = "Black Dynamite (2009)" label A9325 = "12/28/2016" label B9325 = "Movie" label C9325 = "Ben Hur 2016" label A9326 = "12/29/2016" label B9326 = "Movie" label C9326 = "Deepwater Horizon 2016" label A9327 = "12/29/2016" label B9327 = "Movie" label C9327 = "The Accountant 2016" label A9328 = "12/30/2016" label B9328 = "Movie" label C9328 = "The Magnificent Seven 2016" label B9329 = "Android" label C9329 = "IceCatMobile" label D9329 = "Web Browser" label F9329 = "https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat" label B9330 = "Audiobook" label C9330 = "003-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B9331 = "Audiobook" label C9331 = "004-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B9332 = "Audiobook" label C9332 = "Darth Plagueis" label B9333 = "Audiobook" label C9333 = "The Life-Changing Magic of Tidying Up" label B9334 = "Comic" label C9334 = "Saga" label B9335 = "Comic" label C9335 = "Walking Dead 157" label B9336 = "Comic" label C9336 = "X-Men Age of Apocalypse" label B9337 = "Comic" label C9337 = "Y The Last Man" label B9338 = "Linux" label C9338 = "Ampache: web based audio/video streaming" label D9338 = "WEBUI" label F9338 = "http://ampache.org/" label B9339 = "Linux" label C9339 = "Clonezilla" label B9340 = "Linux" label C9340 = "CopyQ - Clipboard manager" label D9340 = "GUI" label B9341 = "Linux" label C9341 = "EncFS - an Encrypted Filesystem" label B9342 = "Linux" label C9342 = "Firejail" label B9343 = "Linux" label C9343 = "LUKS encryption/ cryptsetup" label D9343 = "CLI" label B9344 = "Linux" label C9344 = "Piwigo is photo gallery software for the web" label D9344 = "WEBUI" label F9344 = "http://piwigo.org/" label B9345 = "Linux" label C9345 = "Samba" label D9345 = "CLI" label B9346 = "Linux" label C9346 = "SoundNode - opensource SoundCloud app" label D9346 = "GUI" label F9346 = "http://www.soundnodeapp.com/" label B9347 = "Linux" label C9347 = "Vocal - Podcast Client" label D9347 = "GUI" label F9347 = "http://vocalproject.net/" label B9348 = "Linux" label C9348 = "albumr - Imgur album downloader" label D9348 = "CLI" label F9348 = "https://pypi.python.org/pypi/albumr" label B9349 = "Linux" label C9349 = "alpine" label B9350 = "Linux" label C9350 = "anamnesis - clipboard manager" label D9350 = "GUI" label B9351 = "Linux" label C9351 = "asciiquarium" label D9351 = "TUI" label B9352 = "Linux" label C9352 = "bulk - bulk rename interactive" label D9352 = "Alex Leferry" label F9352 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B9353 = "Linux" label C9353 = "ccze - colorizer" label D9353 = "CLI" label B9354 = "Linux" label C9354 = "centerim5" label D9354 = "TUI" label B9355 = "Linux" label C9355 = "clipmenu - dmenu clipboard manager" label D9355 = "GUI" label B9356 = "Linux" label C9356 = "cvim" label B9357 = "Linux" label C9357 = "forecash - cashflow forecasting" label D9357 = "CLI" label F9357 = "https://github.com/fsareshwala/forecash" label B9358 = "Linux" label C9358 = "fzf-clipboard" label B9359 = "Linux" label C9359 = "kakoune - vim alternative" label D9359 = "Alex Leferry" label F9359 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B9360 = "Linux" label C9360 = "keynav" label B9361 = "Linux" label C9361 = "krill - rss filter feeds" label D9361 = "CLI" label F9361 = "https://github.com/p-e-w/krill" label B9362 = "Linux" label C9362 = "ledger - accounting system" label D9362 = "CLI" label F9362 = "http://www.ledger-cli.org/" label B9363 = "Linux" label C9363 = "megadl - mega.co.nz downloader" label D9363 = "CLI" label E9363 = "wait for 2.0 to have options to download single files from public folder" label B9364 = "Linux" label C9364 = "mpd + ncmpcpp" label D9364 = "CLI/TUI" label B9365 = "Linux" label C9365 = "newsbeuter macros" label D9365 = "CLI" label B9366 = "Linux" label C9366 = "nmtui" label D9366 = "wifi" label B9367 = "Linux" label C9367 = "nq - queue task" label D9367 = "CLI" label B9368 = "Linux" label C9368 = "open dvd producer - create DVD with menus" label D9368 = "GUI" label F9368 = "http://opendvdproducer.jonata.org/" label B9369 = "Linux" label C9369 = "redshift" label D9369 = "CLI" label B9370 = "Linux" label C9370 = "rofi-clipboard" label B9371 = "Linux" label C9371 = "rofi-locate" label B9372 = "Linux" label C9372 = "rofi-playonlinux" label B9373 = "Linux" label C9373 = "rofi-snippet" label B9374 = "Linux" label C9374 = "rss-bridge" label F9374 = "https://github.com/RSS-Bridge/rss-bridge" label B9375 = "Linux" label C9375 = "screenfetch" label D9375 = "CLI" label B9376 = "Linux" label C9376 = "setxkbmap" label B9377 = "Linux" label C9377 = "socli - Stack overflow command line client" label D9377 = "CLI" label F9377 = "https://github.com/gautamkrishnar/socli" label B9378 = "Linux" label C9378 = "sxhkd" label B9379 = "Linux" label C9379 = "systemd timers" label B9380 = "Linux" label C9380 = "taffy - A command-line audio tagging tool" label D9380 = "CLI" label F9380 = "https://github.com/jangler/taffy" label B9381 = "Linux" label C9381 = "task spooler multiple instances" label D9381 = "CLI" label B9382 = "Linux" label C9382 = "timertab - manage systemd timers" label F9382 = "https://github.com/amlamarra/timertab" label B9383 = "Linux" label C9383 = "tweeper - a Twitter to RSS web scraper" label D9383 = "CLI" label E9383 = "https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper" label F9383 = "https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/" label B9384 = "Linux" label C9384 = "veracrypt" label B9385 = "Linux" label C9385 = "wicd-curses" label D9385 = "wifi" label B9386 = "Linux" label C9386 = "wifi-menu" label D9386 = "wifi" label B9387 = "Linux" label C9387 = "wpa_supplicant " label D9387 = "wifi" label B9388 = "Linux" label C9388 = "wttr - weather info" label D9388 = "CLI" label B9389 = "Linux" label C9389 = "xbindkeys" label B9390 = "Linux" label C9390 = "xcape" label B9391 = "Linux" label C9391 = "xchainkeys" label B9392 = "Linux" label C9392 = "xdo" label B9393 = "Linux" label C9393 = "xfce4-screenshooter (selection area imgu'')" label D9393 = "GUI" label B9394 = "Linux" label C9394 = "xinput" label B9395 = "Linux" label C9395 = "xmodmap" label B9396 = "Linux" label C9396 = "xsendkey" label B9397 = "Linux" label C9397 = "xsetwacom " label B9398 = "Linux" label C9398 = "xvkbd" label B9399 = "MAME" label C9399 = "Baseball Stars 2" label B9400 = "Movie" label C9400 = "A Christmas Story 1983" label B9401 = "Movie" label C9401 = "Doctor Strange 2016" label B9402 = "Movie" label C9402 = "Eternal Sunshine of the Spotless Mind (2004)" label B9403 = "Movie" label C9403 = "Frozen" label B9404 = "Movie" label C9404 = "Harry Potter" label B9405 = "Movie" label C9405 = "Jaws (1975)" label B9406 = "Movie" label C9406 = "Moana 2016" label B9407 = "Movie" label C9407 = "Mud 2012" label B9408 = "Movie" label C9408 = "Pete's Dragon 2016" label B9409 = "Movie" label C9409 = "Pump Up The Volume 1990" label B9410 = "Movie" label C9410 = "Snakes on a Plane (2006)" label B9411 = "Movie" label C9411 = "Snowden 2016" label B9412 = "Movie" label C9412 = "Swiss Army Man (2016)" label B9413 = "Movie" label C9413 = "The Legend of Tarzan 2016" label B9414 = "Movie" label C9414 = "Trainwreck (2015)" label B9415 = "Movie" label C9415 = "True Romance (1993)" label B9416 = "Movie" label C9416 = "War Dogs 2016" label B9417 = "Music" label C9417 = "Ashanti" label B9418 = "Music" label C9418 = "BackStreet/Dre" label B9419 = "Music" label C9419 = "Bubba Sparxxx" label B9420 = "Music" label C9420 = "Ciara" label B9421 = "Music" label C9421 = "Dido" label B9422 = "Music" label C9422 = "Dr Dre Instramentals" label B9423 = "Music" label C9423 = "Gloria Estefan" label B9424 = "Music" label C9424 = "Juvenile" label B9425 = "Music" label C9425 = "Meghan Trainor" label B9426 = "Music" label C9426 = "Petey Pablo" label B9427 = "Music" label C9427 = "Puff Daddy" label B9428 = "Music" label C9428 = "Run DMC" label B9429 = "Music" label C9429 = "Street Fighter" label B9430 = "Music" label C9430 = "Super Mario World" label B9431 = "Music" label C9431 = "TLC" label B9432 = "Music" label C9432 = "Young Buck" label B9433 = "NES" label C9433 = "Bionic Commando" label B9434 = "NES" label C9434 = "Contra" label B9435 = "NES" label C9435 = "Mega Man 2" label B9436 = "NES" label C9436 = "Palamedes" label D9436 = "Puzzle" label B9437 = "NES" label C9437 = "Super Mario Bros 3" label B9438 = "PCGame" label C9438 = "Batman: Arkham Asylum" label B9439 = "PCGame" label C9439 = "Dead or Alive 5 With Nude Patch" label B9440 = "PCGame" label C9440 = "For Honor" label B9441 = "PCGame" label C9441 = "Killer Instinct" label B9442 = "PCGame" label C9442 = "Rise of the Tomb Raider" label B9443 = "PCGame" label C9443 = "Street Fighter 5" label B9444 = "PCGame" label C9444 = "The Division" label B9445 = "PSX" label C9445 = "ESPN Extreme Games" label B9446 = "PSX" label C9446 = "Street Fighter: The Movie" label B9447 = "SNES" label C9447 = "Punch Out" label B9448 = "TVShow" label C9448 = "3% Netflix" label B9449 = "TVShow" label C9449 = "Alone [History Channel]" label B9450 = "TVShow" label C9450 = "Black Mirror" label B9451 = "TVShow" label C9451 = "Roman Empire Reign of Blood" label B9452 = "TVShow" label C9452 = "Stranger Things" label B9453 = "TVShow" label C9453 = "The People v. O.J. Simpson: American Crime Story" label B9454 = "TVShow" label C9454 = "The Wire" label B9455 = "TVShow" label C9455 = "Westworld" label B9456 = "Wii" label C9456 = "Kirby Yarn" label B9457 = "Wii" label C9457 = "Mario Gaxaly" label B9458 = "Wii" label C9458 = "Punch Out w/ Balance Board" label B9459 = "Wii" label C9459 = "Resident Evil" label B9460 = "Wii" label C9460 = "Skate w/ Board" label B9461 = "Xbox" label C9461 = "Aliens Versus Predator: Extinction" label D9461 = "RTS" label B9462 = "Xbox" label C9462 = "Star Wars Battlefront 2" label D9462 = "FPS" label A9463 = "01/01/2017" label B9463 = "Linux" label C9463 = "rofi-surfraw | bookmarks" label D9463 = "GUI/CLI" label A9464 = "01/01/2017" label B9464 = "Movie" label C9464 = "Planes Trains & Automoobiles 1987" label A9465 = "01/03/2016" label B9465 = "TVShow" label C9465 = "Quantico Season 2" label A9466 = "01/03/2016" label B9466 = "Wii" label C9466 = "Captain America Super Soldier" label A9467 = "01/05/2017" label B9467 = "Movie" label C9467 = "Mechanic Resurrection 2016" label A9468 = "01/06/2017" label B9468 = "Movie" label C9468 = "Goonies 1985" label A9469 = "11/22/2016" label B9469 = "Movie" label C9469 = "The Core 2003" label A9470 = "11/25/2016" label B9470 = "Music" label C9470 = "Mya" label A9471 = "11/28/2016" label B9471 = "Movie" label C9471 = "Suicide Squad Extended 2016" label A9472 = "12/01/2016" label B9472 = "Xbox" label C9472 = "NFL Street" label A9473 = "12/02/2016" label B9473 = "TVShow" label C9473 = "Mr. Robot S2 last 2 ep" label A9474 = "12/03/2016" label B9474 = "Android" label C9474 = "KingRoot - Root any Phone" label D9474 = "might have backdoors?" label A9475 = "12/03/2016" label B9475 = "Android" label C9475 = "Purify - block all apps that sucks battery life" label A9476 = "12/03/2016" label B9476 = "Android" label C9476 = "primative ftpd" label A9477 = "12/03/2016" label B9477 = "Audiobook" label C9477 = "001-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label D9477 = "30min" label A9478 = "12/03/2016" label B9478 = "Audiobook" label C9478 = "002-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label A9479 = "12/05/2016" label B9479 = "NES" label C9479 = "Ice Hockey" label A9480 = "12/06/2016" label B9480 = "MAME" label C9480 = "Ninja Baseball Bat Man" label A9481 = "12/06/2016" label B9481 = "NES" label C9481 = "Baseball Stars" label A9482 = "12/10/2016" label B9482 = "Linux" label C9482 = "vimwiki" label D9482 = "TUI" label A9483 = "12/12/2016" label B9483 = "Podcast" label C9483 = "PornDirectorPodcast" label F9483 = "http://www.porndirectorpodcast.com/main/" label A9484 = "12/12/2016" label B9484 = "Podcast" label C9484 = "The Cine-Files" label F9484 = "http://www.podbay.fm/show/1124549378" label A9485 = "12/15/2016" label B9485 = "PCGame" label C9485 = "Bionic Commando Rearmed" label A9486 = "12/17/2016" label B9486 = "Linux" label C9486 = "vbx function [Virtualbox CLI]" label D9486 = "RQBy: Schizo" label F9486 = "https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g" label A9487 = "12/22/2016" label B9487 = "Wii" label C9487 = "Rayman Origins" label A9488 = "12/23/2016" label B9488 = "Movie" label C9488 = "Top Gun 1986 Special Edition" label A9489 = "12/25/2016" label B9489 = "Linux" label C9489 = "rofi - dmenu launcher replacement" label D9489 = "GUI/CLI" label A9490 = "12/26/2016" label B9490 = "Movie" label C9490 = "Black Dynamite (2009)" label A9491 = "12/28/2016" label B9491 = "Movie" label C9491 = "Ben Hur 2016" label A9492 = "12/29/2016" label B9492 = "Movie" label C9492 = "Deepwater Horizon 2016" label A9493 = "12/29/2016" label B9493 = "Movie" label C9493 = "The Accountant 2016" label A9494 = "12/30/2016" label B9494 = "Movie" label C9494 = "The Magnificent Seven 2016" label B9495 = "Android" label C9495 = "IceCatMobile" label D9495 = "Web Browser" label F9495 = "https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat" label B9496 = "Audiobook" label C9496 = "003-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B9497 = "Audiobook" label C9497 = "004-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B9498 = "Audiobook" label C9498 = "Darth Plagueis" label B9499 = "Audiobook" label C9499 = "The Life-Changing Magic of Tidying Up" label B9500 = "Comic" label C9500 = "Saga" label B9501 = "Comic" label C9501 = "Walking Dead 157" label B9502 = "Comic" label C9502 = "X-Men Age of Apocalypse" label B9503 = "Comic" label C9503 = "Y The Last Man" label B9504 = "Linux" label C9504 = "Ampache: web based audio/video streaming" label D9504 = "WEBUI" label F9504 = "http://ampache.org/" label B9505 = "Linux" label C9505 = "Clonezilla" label B9506 = "Linux" label C9506 = "CopyQ - Clipboard manager" label D9506 = "GUI" label B9507 = "Linux" label C9507 = "EncFS - an Encrypted Filesystem" label B9508 = "Linux" label C9508 = "Firejail" label B9509 = "Linux" label C9509 = "LUKS encryption/ cryptsetup" label D9509 = "CLI" label B9510 = "Linux" label C9510 = "Piwigo is photo gallery software for the web" label D9510 = "WEBUI" label F9510 = "http://piwigo.org/" label B9511 = "Linux" label C9511 = "Samba" label D9511 = "CLI" label B9512 = "Linux" label C9512 = "SoundNode - opensource SoundCloud app" label D9512 = "GUI" label F9512 = "http://www.soundnodeapp.com/" label B9513 = "Linux" label C9513 = "Vocal - Podcast Client" label D9513 = "GUI" label F9513 = "http://vocalproject.net/" label B9514 = "Linux" label C9514 = "albumr - Imgur album downloader" label D9514 = "CLI" label F9514 = "https://pypi.python.org/pypi/albumr" label B9515 = "Linux" label C9515 = "alpine" label B9516 = "Linux" label C9516 = "anamnesis - clipboard manager" label D9516 = "GUI" label B9517 = "Linux" label C9517 = "asciiquarium" label D9517 = "TUI" label B9518 = "Linux" label C9518 = "bulk - bulk rename interactive" label D9518 = "Alex Leferry" label F9518 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B9519 = "Linux" label C9519 = "ccze - colorizer" label D9519 = "CLI" label B9520 = "Linux" label C9520 = "centerim5" label D9520 = "TUI" label B9521 = "Linux" label C9521 = "clipmenu - dmenu clipboard manager" label D9521 = "GUI" label B9522 = "Linux" label C9522 = "cvim" label B9523 = "Linux" label C9523 = "forecash - cashflow forecasting" label D9523 = "CLI" label F9523 = "https://github.com/fsareshwala/forecash" label B9524 = "Linux" label C9524 = "fzf-clipboard" label B9525 = "Linux" label C9525 = "kakoune - vim alternative" label D9525 = "Alex Leferry" label F9525 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B9526 = "Linux" label C9526 = "keynav" label B9527 = "Linux" label C9527 = "krill - rss filter feeds" label D9527 = "CLI" label F9527 = "https://github.com/p-e-w/krill" label B9528 = "Linux" label C9528 = "ledger - accounting system" label D9528 = "CLI" label F9528 = "http://www.ledger-cli.org/" label B9529 = "Linux" label C9529 = "megadl - mega.co.nz downloader" label D9529 = "CLI" label E9529 = "wait for 2.0 to have options to download single files from public folder" label B9530 = "Linux" label C9530 = "mpd + ncmpcpp" label D9530 = "CLI/TUI" label B9531 = "Linux" label C9531 = "newsbeuter macros" label D9531 = "CLI" label B9532 = "Linux" label C9532 = "nmtui" label D9532 = "wifi" label B9533 = "Linux" label C9533 = "nq - queue task" label D9533 = "CLI" label B9534 = "Linux" label C9534 = "open dvd producer - create DVD with menus" label D9534 = "GUI" label F9534 = "http://opendvdproducer.jonata.org/" label B9535 = "Linux" label C9535 = "redshift" label D9535 = "CLI" label B9536 = "Linux" label C9536 = "rofi-clipboard" label B9537 = "Linux" label C9537 = "rofi-locate" label B9538 = "Linux" label C9538 = "rofi-playonlinux" label B9539 = "Linux" label C9539 = "rofi-snippet" label B9540 = "Linux" label C9540 = "rss-bridge" label F9540 = "https://github.com/RSS-Bridge/rss-bridge" label B9541 = "Linux" label C9541 = "screenfetch" label D9541 = "CLI" label B9542 = "Linux" label C9542 = "setxkbmap" label B9543 = "Linux" label C9543 = "socli - Stack overflow command line client" label D9543 = "CLI" label F9543 = "https://github.com/gautamkrishnar/socli" label B9544 = "Linux" label C9544 = "sxhkd" label B9545 = "Linux" label C9545 = "systemd timers" label B9546 = "Linux" label C9546 = "taffy - A command-line audio tagging tool" label D9546 = "CLI" label F9546 = "https://github.com/jangler/taffy" label B9547 = "Linux" label C9547 = "task spooler multiple instances" label D9547 = "CLI" label B9548 = "Linux" label C9548 = "timertab - manage systemd timers" label F9548 = "https://github.com/amlamarra/timertab" label B9549 = "Linux" label C9549 = "tweeper - a Twitter to RSS web scraper" label D9549 = "CLI" label E9549 = "https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper" label F9549 = "https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/" label B9550 = "Linux" label C9550 = "veracrypt" label B9551 = "Linux" label C9551 = "wicd-curses" label D9551 = "wifi" label B9552 = "Linux" label C9552 = "wifi-menu" label D9552 = "wifi" label B9553 = "Linux" label C9553 = "wpa_supplicant " label D9553 = "wifi" label B9554 = "Linux" label C9554 = "wttr - weather info" label D9554 = "CLI" label B9555 = "Linux" label C9555 = "xbindkeys" label B9556 = "Linux" label C9556 = "xcape" label B9557 = "Linux" label C9557 = "xchainkeys" label B9558 = "Linux" label C9558 = "xdo" label B9559 = "Linux" label C9559 = "xfce4-screenshooter (selection area imgu'')" label D9559 = "GUI" label B9560 = "Linux" label C9560 = "xinput" label B9561 = "Linux" label C9561 = "xmodmap" label B9562 = "Linux" label C9562 = "xsendkey" label B9563 = "Linux" label C9563 = "xsetwacom " label B9564 = "Linux" label C9564 = "xvkbd" label B9565 = "MAME" label C9565 = "Baseball Stars 2" label B9566 = "Movie" label C9566 = "A Christmas Story 1983" label B9567 = "Movie" label C9567 = "Doctor Strange 2016" label B9568 = "Movie" label C9568 = "Eternal Sunshine of the Spotless Mind (2004)" label B9569 = "Movie" label C9569 = "Frozen" label B9570 = "Movie" label C9570 = "Harry Potter" label B9571 = "Movie" label C9571 = "Jaws (1975)" label B9572 = "Movie" label C9572 = "Moana 2016" label B9573 = "Movie" label C9573 = "Mud 2012" label B9574 = "Movie" label C9574 = "Pete's Dragon 2016" label B9575 = "Movie" label C9575 = "Pump Up The Volume 1990" label B9576 = "Movie" label C9576 = "Snakes on a Plane (2006)" label B9577 = "Movie" label C9577 = "Snowden 2016" label B9578 = "Movie" label C9578 = "Swiss Army Man (2016)" label B9579 = "Movie" label C9579 = "The Legend of Tarzan 2016" label B9580 = "Movie" label C9580 = "Trainwreck (2015)" label B9581 = "Movie" label C9581 = "True Romance (1993)" label B9582 = "Movie" label C9582 = "War Dogs 2016" label B9583 = "Music" label C9583 = "Ashanti" label B9584 = "Music" label C9584 = "BackStreet/Dre" label B9585 = "Music" label C9585 = "Bubba Sparxxx" label B9586 = "Music" label C9586 = "Ciara" label B9587 = "Music" label C9587 = "Dido" label B9588 = "Music" label C9588 = "Dr Dre Instramentals" label B9589 = "Music" label C9589 = "Gloria Estefan" label B9590 = "Music" label C9590 = "Juvenile" label B9591 = "Music" label C9591 = "Meghan Trainor" label B9592 = "Music" label C9592 = "Petey Pablo" label B9593 = "Music" label C9593 = "Puff Daddy" label B9594 = "Music" label C9594 = "Run DMC" label B9595 = "Music" label C9595 = "Street Fighter" label B9596 = "Music" label C9596 = "Super Mario World" label B9597 = "Music" label C9597 = "TLC" label B9598 = "Music" label C9598 = "Young Buck" label B9599 = "NES" label C9599 = "Bionic Commando" label B9600 = "NES" label C9600 = "Contra" label B9601 = "NES" label C9601 = "Mega Man 2" label B9602 = "NES" label C9602 = "Palamedes" label D9602 = "Puzzle" label B9603 = "NES" label C9603 = "Super Mario Bros 3" label B9604 = "PCGame" label C9604 = "Batman: Arkham Asylum" label B9605 = "PCGame" label C9605 = "Dead or Alive 5 With Nude Patch" label B9606 = "PCGame" label C9606 = "For Honor" label B9607 = "PCGame" label C9607 = "Killer Instinct" label B9608 = "PCGame" label C9608 = "Rise of the Tomb Raider" label B9609 = "PCGame" label C9609 = "Street Fighter 5" label B9610 = "PCGame" label C9610 = "The Division" label B9611 = "PSX" label C9611 = "ESPN Extreme Games" label B9612 = "PSX" label C9612 = "Street Fighter: The Movie" label B9613 = "SNES" label C9613 = "Punch Out" label B9614 = "TVShow" label C9614 = "3% Netflix" label B9615 = "TVShow" label C9615 = "Alone [History Channel]" label B9616 = "TVShow" label C9616 = "Black Mirror" label B9617 = "TVShow" label C9617 = "Roman Empire Reign of Blood" label B9618 = "TVShow" label C9618 = "Stranger Things" label B9619 = "TVShow" label C9619 = "The People v. O.J. Simpson: American Crime Story" label B9620 = "TVShow" label C9620 = "The Wire" label B9621 = "TVShow" label C9621 = "Westworld" label B9622 = "Wii" label C9622 = "Kirby Yarn" label B9623 = "Wii" label C9623 = "Mario Gaxaly" label B9624 = "Wii" label C9624 = "Punch Out w/ Balance Board" label B9625 = "Wii" label C9625 = "Resident Evil" label B9626 = "Wii" label C9626 = "Skate w/ Board" label B9627 = "Xbox" label C9627 = "Aliens Versus Predator: Extinction" label D9627 = "RTS" label B9628 = "Xbox" label C9628 = "Star Wars Battlefront 2" label D9628 = "FPS" label A9629 = "01/01/2017" label B9629 = "Linux" label C9629 = "rofi-surfraw | bookmarks" label D9629 = "GUI/CLI" label A9630 = "01/01/2017" label B9630 = "Movie" label C9630 = "Planes Trains & Automoobiles 1987" label A9631 = "01/03/2016" label B9631 = "TVShow" label C9631 = "Quantico Season 2" label A9632 = "01/03/2016" label B9632 = "Wii" label C9632 = "Captain America Super Soldier" label A9633 = "01/05/2017" label B9633 = "Movie" label C9633 = "Mechanic Resurrection 2016" label A9634 = "01/06/2017" label B9634 = "Movie" label C9634 = "Goonies 1985" label A9635 = "11/22/2016" label B9635 = "Movie" label C9635 = "The Core 2003" label A9636 = "11/25/2016" label B9636 = "Music" label C9636 = "Mya" label A9637 = "11/28/2016" label B9637 = "Movie" label C9637 = "Suicide Squad Extended 2016" label A9638 = "12/01/2016" label B9638 = "Xbox" label C9638 = "NFL Street" label A9639 = "12/02/2016" label B9639 = "TVShow" label C9639 = "Mr. Robot S2 last 2 ep" label A9640 = "12/03/2016" label B9640 = "Android" label C9640 = "KingRoot - Root any Phone" label D9640 = "might have backdoors?" label A9641 = "12/03/2016" label B9641 = "Android" label C9641 = "Purify - block all apps that sucks battery life" label A9642 = "12/03/2016" label B9642 = "Android" label C9642 = "primative ftpd" label A9643 = "12/03/2016" label B9643 = "Audiobook" label C9643 = "001-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label D9643 = "30min" label A9644 = "12/03/2016" label B9644 = "Audiobook" label C9644 = "002-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label A9645 = "12/05/2016" label B9645 = "NES" label C9645 = "Ice Hockey" label A9646 = "12/06/2016" label B9646 = "MAME" label C9646 = "Ninja Baseball Bat Man" label A9647 = "12/06/2016" label B9647 = "NES" label C9647 = "Baseball Stars" label A9648 = "12/10/2016" label B9648 = "Linux" label C9648 = "vimwiki" label D9648 = "TUI" label A9649 = "12/12/2016" label B9649 = "Podcast" label C9649 = "PornDirectorPodcast" label F9649 = "http://www.porndirectorpodcast.com/main/" label A9650 = "12/12/2016" label B9650 = "Podcast" label C9650 = "The Cine-Files" label F9650 = "http://www.podbay.fm/show/1124549378" label A9651 = "12/15/2016" label B9651 = "PCGame" label C9651 = "Bionic Commando Rearmed" label A9652 = "12/17/2016" label B9652 = "Linux" label C9652 = "vbx function [Virtualbox CLI]" label D9652 = "RQBy: Schizo" label F9652 = "https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g" label A9653 = "12/22/2016" label B9653 = "Wii" label C9653 = "Rayman Origins" label A9654 = "12/23/2016" label B9654 = "Movie" label C9654 = "Top Gun 1986 Special Edition" label A9655 = "12/25/2016" label B9655 = "Linux" label C9655 = "rofi - dmenu launcher replacement" label D9655 = "GUI/CLI" label A9656 = "12/26/2016" label B9656 = "Movie" label C9656 = "Black Dynamite (2009)" label A9657 = "12/28/2016" label B9657 = "Movie" label C9657 = "Ben Hur 2016" label A9658 = "12/29/2016" label B9658 = "Movie" label C9658 = "Deepwater Horizon 2016" label A9659 = "12/29/2016" label B9659 = "Movie" label C9659 = "The Accountant 2016" label A9660 = "12/30/2016" label B9660 = "Movie" label C9660 = "The Magnificent Seven 2016" label B9661 = "Android" label C9661 = "IceCatMobile" label D9661 = "Web Browser" label F9661 = "https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat" label B9662 = "Audiobook" label C9662 = "003-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B9663 = "Audiobook" label C9663 = "004-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B9664 = "Audiobook" label C9664 = "Darth Plagueis" label B9665 = "Audiobook" label C9665 = "The Life-Changing Magic of Tidying Up" label B9666 = "Comic" label C9666 = "Saga" label B9667 = "Comic" label C9667 = "Walking Dead 157" label B9668 = "Comic" label C9668 = "X-Men Age of Apocalypse" label B9669 = "Comic" label C9669 = "Y The Last Man" label B9670 = "Linux" label C9670 = "Ampache: web based audio/video streaming" label D9670 = "WEBUI" label F9670 = "http://ampache.org/" label B9671 = "Linux" label C9671 = "Clonezilla" label B9672 = "Linux" label C9672 = "CopyQ - Clipboard manager" label D9672 = "GUI" label B9673 = "Linux" label C9673 = "EncFS - an Encrypted Filesystem" label B9674 = "Linux" label C9674 = "Firejail" label B9675 = "Linux" label C9675 = "LUKS encryption/ cryptsetup" label D9675 = "CLI" label B9676 = "Linux" label C9676 = "Piwigo is photo gallery software for the web" label D9676 = "WEBUI" label F9676 = "http://piwigo.org/" label B9677 = "Linux" label C9677 = "Samba" label D9677 = "CLI" label B9678 = "Linux" label C9678 = "SoundNode - opensource SoundCloud app" label D9678 = "GUI" label F9678 = "http://www.soundnodeapp.com/" label B9679 = "Linux" label C9679 = "Vocal - Podcast Client" label D9679 = "GUI" label F9679 = "http://vocalproject.net/" label B9680 = "Linux" label C9680 = "albumr - Imgur album downloader" label D9680 = "CLI" label F9680 = "https://pypi.python.org/pypi/albumr" label B9681 = "Linux" label C9681 = "alpine" label B9682 = "Linux" label C9682 = "anamnesis - clipboard manager" label D9682 = "GUI" label B9683 = "Linux" label C9683 = "asciiquarium" label D9683 = "TUI" label B9684 = "Linux" label C9684 = "bulk - bulk rename interactive" label D9684 = "Alex Leferry" label F9684 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B9685 = "Linux" label C9685 = "ccze - colorizer" label D9685 = "CLI" label B9686 = "Linux" label C9686 = "centerim5" label D9686 = "TUI" label B9687 = "Linux" label C9687 = "clipmenu - dmenu clipboard manager" label D9687 = "GUI" label B9688 = "Linux" label C9688 = "cvim" label B9689 = "Linux" label C9689 = "forecash - cashflow forecasting" label D9689 = "CLI" label F9689 = "https://github.com/fsareshwala/forecash" label B9690 = "Linux" label C9690 = "fzf-clipboard" label B9691 = "Linux" label C9691 = "kakoune - vim alternative" label D9691 = "Alex Leferry" label F9691 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B9692 = "Linux" label C9692 = "keynav" label B9693 = "Linux" label C9693 = "krill - rss filter feeds" label D9693 = "CLI" label F9693 = "https://github.com/p-e-w/krill" label B9694 = "Linux" label C9694 = "ledger - accounting system" label D9694 = "CLI" label F9694 = "http://www.ledger-cli.org/" label B9695 = "Linux" label C9695 = "megadl - mega.co.nz downloader" label D9695 = "CLI" label E9695 = "wait for 2.0 to have options to download single files from public folder" label B9696 = "Linux" label C9696 = "mpd + ncmpcpp" label D9696 = "CLI/TUI" label B9697 = "Linux" label C9697 = "newsbeuter macros" label D9697 = "CLI" label B9698 = "Linux" label C9698 = "nmtui" label D9698 = "wifi" label B9699 = "Linux" label C9699 = "nq - queue task" label D9699 = "CLI" label B9700 = "Linux" label C9700 = "open dvd producer - create DVD with menus" label D9700 = "GUI" label F9700 = "http://opendvdproducer.jonata.org/" label B9701 = "Linux" label C9701 = "redshift" label D9701 = "CLI" label B9702 = "Linux" label C9702 = "rofi-clipboard" label B9703 = "Linux" label C9703 = "rofi-locate" label B9704 = "Linux" label C9704 = "rofi-playonlinux" label B9705 = "Linux" label C9705 = "rofi-snippet" label B9706 = "Linux" label C9706 = "rss-bridge" label F9706 = "https://github.com/RSS-Bridge/rss-bridge" label B9707 = "Linux" label C9707 = "screenfetch" label D9707 = "CLI" label B9708 = "Linux" label C9708 = "setxkbmap" label B9709 = "Linux" label C9709 = "socli - Stack overflow command line client" label D9709 = "CLI" label F9709 = "https://github.com/gautamkrishnar/socli" label B9710 = "Linux" label C9710 = "sxhkd" label B9711 = "Linux" label C9711 = "systemd timers" label B9712 = "Linux" label C9712 = "taffy - A command-line audio tagging tool" label D9712 = "CLI" label F9712 = "https://github.com/jangler/taffy" label B9713 = "Linux" label C9713 = "task spooler multiple instances" label D9713 = "CLI" label B9714 = "Linux" label C9714 = "timertab - manage systemd timers" label F9714 = "https://github.com/amlamarra/timertab" label B9715 = "Linux" label C9715 = "tweeper - a Twitter to RSS web scraper" label D9715 = "CLI" label E9715 = "https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper" label F9715 = "https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/" label B9716 = "Linux" label C9716 = "veracrypt" label B9717 = "Linux" label C9717 = "wicd-curses" label D9717 = "wifi" label B9718 = "Linux" label C9718 = "wifi-menu" label D9718 = "wifi" label B9719 = "Linux" label C9719 = "wpa_supplicant " label D9719 = "wifi" label B9720 = "Linux" label C9720 = "wttr - weather info" label D9720 = "CLI" label B9721 = "Linux" label C9721 = "xbindkeys" label B9722 = "Linux" label C9722 = "xcape" label B9723 = "Linux" label C9723 = "xchainkeys" label B9724 = "Linux" label C9724 = "xdo" label B9725 = "Linux" label C9725 = "xfce4-screenshooter (selection area imgu'')" label D9725 = "GUI" label B9726 = "Linux" label C9726 = "xinput" label B9727 = "Linux" label C9727 = "xmodmap" label B9728 = "Linux" label C9728 = "xsendkey" label B9729 = "Linux" label C9729 = "xsetwacom " label B9730 = "Linux" label C9730 = "xvkbd" label B9731 = "MAME" label C9731 = "Baseball Stars 2" label B9732 = "Movie" label C9732 = "A Christmas Story 1983" label B9733 = "Movie" label C9733 = "Doctor Strange 2016" label B9734 = "Movie" label C9734 = "Eternal Sunshine of the Spotless Mind (2004)" label B9735 = "Movie" label C9735 = "Frozen" label B9736 = "Movie" label C9736 = "Harry Potter" label B9737 = "Movie" label C9737 = "Jaws (1975)" label B9738 = "Movie" label C9738 = "Moana 2016" label B9739 = "Movie" label C9739 = "Mud 2012" label B9740 = "Movie" label C9740 = "Pete's Dragon 2016" label B9741 = "Movie" label C9741 = "Pump Up The Volume 1990" label B9742 = "Movie" label C9742 = "Snakes on a Plane (2006)" label B9743 = "Movie" label C9743 = "Snowden 2016" label B9744 = "Movie" label C9744 = "Swiss Army Man (2016)" label B9745 = "Movie" label C9745 = "The Legend of Tarzan 2016" label B9746 = "Movie" label C9746 = "Trainwreck (2015)" label B9747 = "Movie" label C9747 = "True Romance (1993)" label B9748 = "Movie" label C9748 = "War Dogs 2016" label B9749 = "Music" label C9749 = "Ashanti" label B9750 = "Music" label C9750 = "BackStreet/Dre" label B9751 = "Music" label C9751 = "Bubba Sparxxx" label B9752 = "Music" label C9752 = "Ciara" label B9753 = "Music" label C9753 = "Dido" label B9754 = "Music" label C9754 = "Dr Dre Instramentals" label B9755 = "Music" label C9755 = "Gloria Estefan" label B9756 = "Music" label C9756 = "Juvenile" label B9757 = "Music" label C9757 = "Meghan Trainor" label B9758 = "Music" label C9758 = "Petey Pablo" label B9759 = "Music" label C9759 = "Puff Daddy" label B9760 = "Music" label C9760 = "Run DMC" label B9761 = "Music" label C9761 = "Street Fighter" label B9762 = "Music" label C9762 = "Super Mario World" label B9763 = "Music" label C9763 = "TLC" label B9764 = "Music" label C9764 = "Young Buck" label B9765 = "NES" label C9765 = "Bionic Commando" label B9766 = "NES" label C9766 = "Contra" label B9767 = "NES" label C9767 = "Mega Man 2" label B9768 = "NES" label C9768 = "Palamedes" label D9768 = "Puzzle" label B9769 = "NES" label C9769 = "Super Mario Bros 3" label B9770 = "PCGame" label C9770 = "Batman: Arkham Asylum" label B9771 = "PCGame" label C9771 = "Dead or Alive 5 With Nude Patch" label B9772 = "PCGame" label C9772 = "For Honor" label B9773 = "PCGame" label C9773 = "Killer Instinct" label B9774 = "PCGame" label C9774 = "Rise of the Tomb Raider" label B9775 = "PCGame" label C9775 = "Street Fighter 5" label B9776 = "PCGame" label C9776 = "The Division" label B9777 = "PSX" label C9777 = "ESPN Extreme Games" label B9778 = "PSX" label C9778 = "Street Fighter: The Movie" label B9779 = "SNES" label C9779 = "Punch Out" label B9780 = "TVShow" label C9780 = "3% Netflix" label B9781 = "TVShow" label C9781 = "Alone [History Channel]" label B9782 = "TVShow" label C9782 = "Black Mirror" label B9783 = "TVShow" label C9783 = "Roman Empire Reign of Blood" label B9784 = "TVShow" label C9784 = "Stranger Things" label B9785 = "TVShow" label C9785 = "The People v. O.J. Simpson: American Crime Story" label B9786 = "TVShow" label C9786 = "The Wire" label B9787 = "TVShow" label C9787 = "Westworld" label B9788 = "Wii" label C9788 = "Kirby Yarn" label B9789 = "Wii" label C9789 = "Mario Gaxaly" label B9790 = "Wii" label C9790 = "Punch Out w/ Balance Board" label B9791 = "Wii" label C9791 = "Resident Evil" label B9792 = "Wii" label C9792 = "Skate w/ Board" label B9793 = "Xbox" label C9793 = "Aliens Versus Predator: Extinction" label D9793 = "RTS" label B9794 = "Xbox" label C9794 = "Star Wars Battlefront 2" label D9794 = "FPS" label A9795 = "01/01/2017" label B9795 = "Linux" label C9795 = "rofi-surfraw | bookmarks" label D9795 = "GUI/CLI" label A9796 = "01/01/2017" label B9796 = "Movie" label C9796 = "Planes Trains & Automoobiles 1987" label A9797 = "01/03/2016" label B9797 = "TVShow" label C9797 = "Quantico Season 2" label A9798 = "01/03/2016" label B9798 = "Wii" label C9798 = "Captain America Super Soldier" label A9799 = "01/05/2017" label B9799 = "Movie" label C9799 = "Mechanic Resurrection 2016" label A9800 = "01/06/2017" label B9800 = "Movie" label C9800 = "Goonies 1985" label A9801 = "11/22/2016" label B9801 = "Movie" label C9801 = "The Core 2003" label A9802 = "11/25/2016" label B9802 = "Music" label C9802 = "Mya" label A9803 = "11/28/2016" label B9803 = "Movie" label C9803 = "Suicide Squad Extended 2016" label A9804 = "12/01/2016" label B9804 = "Xbox" label C9804 = "NFL Street" label A9805 = "12/02/2016" label B9805 = "TVShow" label C9805 = "Mr. Robot S2 last 2 ep" label A9806 = "12/03/2016" label B9806 = "Android" label C9806 = "KingRoot - Root any Phone" label D9806 = "might have backdoors?" label A9807 = "12/03/2016" label B9807 = "Android" label C9807 = "Purify - block all apps that sucks battery life" label A9808 = "12/03/2016" label B9808 = "Android" label C9808 = "primative ftpd" label A9809 = "12/03/2016" label B9809 = "Audiobook" label C9809 = "001-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label D9809 = "30min" label A9810 = "12/03/2016" label B9810 = "Audiobook" label C9810 = "002-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label A9811 = "12/05/2016" label B9811 = "NES" label C9811 = "Ice Hockey" label A9812 = "12/06/2016" label B9812 = "MAME" label C9812 = "Ninja Baseball Bat Man" label A9813 = "12/06/2016" label B9813 = "NES" label C9813 = "Baseball Stars" label A9814 = "12/10/2016" label B9814 = "Linux" label C9814 = "vimwiki" label D9814 = "TUI" label A9815 = "12/12/2016" label B9815 = "Podcast" label C9815 = "PornDirectorPodcast" label F9815 = "http://www.porndirectorpodcast.com/main/" label A9816 = "12/12/2016" label B9816 = "Podcast" label C9816 = "The Cine-Files" label F9816 = "http://www.podbay.fm/show/1124549378" label A9817 = "12/15/2016" label B9817 = "PCGame" label C9817 = "Bionic Commando Rearmed" label A9818 = "12/17/2016" label B9818 = "Linux" label C9818 = "vbx function [Virtualbox CLI]" label D9818 = "RQBy: Schizo" label F9818 = "https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g" label A9819 = "12/22/2016" label B9819 = "Wii" label C9819 = "Rayman Origins" label A9820 = "12/23/2016" label B9820 = "Movie" label C9820 = "Top Gun 1986 Special Edition" label A9821 = "12/25/2016" label B9821 = "Linux" label C9821 = "rofi - dmenu launcher replacement" label D9821 = "GUI/CLI" label A9822 = "12/26/2016" label B9822 = "Movie" label C9822 = "Black Dynamite (2009)" label A9823 = "12/28/2016" label B9823 = "Movie" label C9823 = "Ben Hur 2016" label A9824 = "12/29/2016" label B9824 = "Movie" label C9824 = "Deepwater Horizon 2016" label A9825 = "12/29/2016" label B9825 = "Movie" label C9825 = "The Accountant 2016" label A9826 = "12/30/2016" label B9826 = "Movie" label C9826 = "The Magnificent Seven 2016" label B9827 = "Android" label C9827 = "IceCatMobile" label D9827 = "Web Browser" label F9827 = "https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat" label B9828 = "Audiobook" label C9828 = "003-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B9829 = "Audiobook" label C9829 = "004-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B9830 = "Audiobook" label C9830 = "Darth Plagueis" label B9831 = "Audiobook" label C9831 = "The Life-Changing Magic of Tidying Up" label B9832 = "Comic" label C9832 = "Saga" label B9833 = "Comic" label C9833 = "Walking Dead 157" label B9834 = "Comic" label C9834 = "X-Men Age of Apocalypse" label B9835 = "Comic" label C9835 = "Y The Last Man" label B9836 = "Linux" label C9836 = "Ampache: web based audio/video streaming" label D9836 = "WEBUI" label F9836 = "http://ampache.org/" label B9837 = "Linux" label C9837 = "Clonezilla" label B9838 = "Linux" label C9838 = "CopyQ - Clipboard manager" label D9838 = "GUI" label B9839 = "Linux" label C9839 = "EncFS - an Encrypted Filesystem" label B9840 = "Linux" label C9840 = "Firejail" label B9841 = "Linux" label C9841 = "LUKS encryption/ cryptsetup" label D9841 = "CLI" label B9842 = "Linux" label C9842 = "Piwigo is photo gallery software for the web" label D9842 = "WEBUI" label F9842 = "http://piwigo.org/" label B9843 = "Linux" label C9843 = "Samba" label D9843 = "CLI" label B9844 = "Linux" label C9844 = "SoundNode - opensource SoundCloud app" label D9844 = "GUI" label F9844 = "http://www.soundnodeapp.com/" label B9845 = "Linux" label C9845 = "Vocal - Podcast Client" label D9845 = "GUI" label F9845 = "http://vocalproject.net/" label B9846 = "Linux" label C9846 = "albumr - Imgur album downloader" label D9846 = "CLI" label F9846 = "https://pypi.python.org/pypi/albumr" label B9847 = "Linux" label C9847 = "alpine" label B9848 = "Linux" label C9848 = "anamnesis - clipboard manager" label D9848 = "GUI" label B9849 = "Linux" label C9849 = "asciiquarium" label D9849 = "TUI" label B9850 = "Linux" label C9850 = "bulk - bulk rename interactive" label D9850 = "Alex Leferry" label F9850 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B9851 = "Linux" label C9851 = "ccze - colorizer" label D9851 = "CLI" label B9852 = "Linux" label C9852 = "centerim5" label D9852 = "TUI" label B9853 = "Linux" label C9853 = "clipmenu - dmenu clipboard manager" label D9853 = "GUI" label B9854 = "Linux" label C9854 = "cvim" label B9855 = "Linux" label C9855 = "forecash - cashflow forecasting" label D9855 = "CLI" label F9855 = "https://github.com/fsareshwala/forecash" label B9856 = "Linux" label C9856 = "fzf-clipboard" label B9857 = "Linux" label C9857 = "kakoune - vim alternative" label D9857 = "Alex Leferry" label F9857 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B9858 = "Linux" label C9858 = "keynav" label B9859 = "Linux" label C9859 = "krill - rss filter feeds" label D9859 = "CLI" label F9859 = "https://github.com/p-e-w/krill" label B9860 = "Linux" label C9860 = "ledger - accounting system" label D9860 = "CLI" label F9860 = "http://www.ledger-cli.org/" label B9861 = "Linux" label C9861 = "megadl - mega.co.nz downloader" label D9861 = "CLI" label E9861 = "wait for 2.0 to have options to download single files from public folder" label B9862 = "Linux" label C9862 = "mpd + ncmpcpp" label D9862 = "CLI/TUI" label B9863 = "Linux" label C9863 = "newsbeuter macros" label D9863 = "CLI" label B9864 = "Linux" label C9864 = "nmtui" label D9864 = "wifi" label B9865 = "Linux" label C9865 = "nq - queue task" label D9865 = "CLI" label B9866 = "Linux" label C9866 = "open dvd producer - create DVD with menus" label D9866 = "GUI" label F9866 = "http://opendvdproducer.jonata.org/" label B9867 = "Linux" label C9867 = "redshift" label D9867 = "CLI" label B9868 = "Linux" label C9868 = "rofi-clipboard" label B9869 = "Linux" label C9869 = "rofi-locate" label B9870 = "Linux" label C9870 = "rofi-playonlinux" label B9871 = "Linux" label C9871 = "rofi-snippet" label B9872 = "Linux" label C9872 = "rss-bridge" label F9872 = "https://github.com/RSS-Bridge/rss-bridge" label B9873 = "Linux" label C9873 = "screenfetch" label D9873 = "CLI" label B9874 = "Linux" label C9874 = "setxkbmap" label B9875 = "Linux" label C9875 = "socli - Stack overflow command line client" label D9875 = "CLI" label F9875 = "https://github.com/gautamkrishnar/socli" label B9876 = "Linux" label C9876 = "sxhkd" label B9877 = "Linux" label C9877 = "systemd timers" label B9878 = "Linux" label C9878 = "taffy - A command-line audio tagging tool" label D9878 = "CLI" label F9878 = "https://github.com/jangler/taffy" label B9879 = "Linux" label C9879 = "task spooler multiple instances" label D9879 = "CLI" label B9880 = "Linux" label C9880 = "timertab - manage systemd timers" label F9880 = "https://github.com/amlamarra/timertab" label B9881 = "Linux" label C9881 = "tweeper - a Twitter to RSS web scraper" label D9881 = "CLI" label E9881 = "https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper" label F9881 = "https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/" label B9882 = "Linux" label C9882 = "veracrypt" label B9883 = "Linux" label C9883 = "wicd-curses" label D9883 = "wifi" label B9884 = "Linux" label C9884 = "wifi-menu" label D9884 = "wifi" label B9885 = "Linux" label C9885 = "wpa_supplicant " label D9885 = "wifi" label B9886 = "Linux" label C9886 = "wttr - weather info" label D9886 = "CLI" label B9887 = "Linux" label C9887 = "xbindkeys" label B9888 = "Linux" label C9888 = "xcape" label B9889 = "Linux" label C9889 = "xchainkeys" label B9890 = "Linux" label C9890 = "xdo" label B9891 = "Linux" label C9891 = "xfce4-screenshooter (selection area imgu'')" label D9891 = "GUI" label B9892 = "Linux" label C9892 = "xinput" label B9893 = "Linux" label C9893 = "xmodmap" label B9894 = "Linux" label C9894 = "xsendkey" label B9895 = "Linux" label C9895 = "xsetwacom " label B9896 = "Linux" label C9896 = "xvkbd" label B9897 = "MAME" label C9897 = "Baseball Stars 2" label B9898 = "Movie" label C9898 = "A Christmas Story 1983" label B9899 = "Movie" label C9899 = "Doctor Strange 2016" label B9900 = "Movie" label C9900 = "Eternal Sunshine of the Spotless Mind (2004)" label B9901 = "Movie" label C9901 = "Frozen" label B9902 = "Movie" label C9902 = "Harry Potter" label B9903 = "Movie" label C9903 = "Jaws (1975)" label B9904 = "Movie" label C9904 = "Moana 2016" label B9905 = "Movie" label C9905 = "Mud 2012" label B9906 = "Movie" label C9906 = "Pete's Dragon 2016" label B9907 = "Movie" label C9907 = "Pump Up The Volume 1990" label B9908 = "Movie" label C9908 = "Snakes on a Plane (2006)" label B9909 = "Movie" label C9909 = "Snowden 2016" label B9910 = "Movie" label C9910 = "Swiss Army Man (2016)" label B9911 = "Movie" label C9911 = "The Legend of Tarzan 2016" label B9912 = "Movie" label C9912 = "Trainwreck (2015)" label B9913 = "Movie" label C9913 = "True Romance (1993)" label B9914 = "Movie" label C9914 = "War Dogs 2016" label B9915 = "Music" label C9915 = "Ashanti" label B9916 = "Music" label C9916 = "BackStreet/Dre" label B9917 = "Music" label C9917 = "Bubba Sparxxx" label B9918 = "Music" label C9918 = "Ciara" label B9919 = "Music" label C9919 = "Dido" label B9920 = "Music" label C9920 = "Dr Dre Instramentals" label B9921 = "Music" label C9921 = "Gloria Estefan" label B9922 = "Music" label C9922 = "Juvenile" label B9923 = "Music" label C9923 = "Meghan Trainor" label B9924 = "Music" label C9924 = "Petey Pablo" label B9925 = "Music" label C9925 = "Puff Daddy" label B9926 = "Music" label C9926 = "Run DMC" label B9927 = "Music" label C9927 = "Street Fighter" label B9928 = "Music" label C9928 = "Super Mario World" label B9929 = "Music" label C9929 = "TLC" label B9930 = "Music" label C9930 = "Young Buck" label B9931 = "NES" label C9931 = "Bionic Commando" label B9932 = "NES" label C9932 = "Contra" label B9933 = "NES" label C9933 = "Mega Man 2" label B9934 = "NES" label C9934 = "Palamedes" label D9934 = "Puzzle" label B9935 = "NES" label C9935 = "Super Mario Bros 3" label B9936 = "PCGame" label C9936 = "Batman: Arkham Asylum" label B9937 = "PCGame" label C9937 = "Dead or Alive 5 With Nude Patch" label B9938 = "PCGame" label C9938 = "For Honor" label B9939 = "PCGame" label C9939 = "Killer Instinct" label B9940 = "PCGame" label C9940 = "Rise of the Tomb Raider" label B9941 = "PCGame" label C9941 = "Street Fighter 5" label B9942 = "PCGame" label C9942 = "The Division" label B9943 = "PSX" label C9943 = "ESPN Extreme Games" label B9944 = "PSX" label C9944 = "Street Fighter: The Movie" label B9945 = "SNES" label C9945 = "Punch Out" label B9946 = "TVShow" label C9946 = "3% Netflix" label B9947 = "TVShow" label C9947 = "Alone [History Channel]" label B9948 = "TVShow" label C9948 = "Black Mirror" label B9949 = "TVShow" label C9949 = "Roman Empire Reign of Blood" label B9950 = "TVShow" label C9950 = "Stranger Things" label B9951 = "TVShow" label C9951 = "The People v. O.J. Simpson: American Crime Story" label B9952 = "TVShow" label C9952 = "The Wire" label B9953 = "TVShow" label C9953 = "Westworld" label B9954 = "Wii" label C9954 = "Kirby Yarn" label B9955 = "Wii" label C9955 = "Mario Gaxaly" label B9956 = "Wii" label C9956 = "Punch Out w/ Balance Board" label B9957 = "Wii" label C9957 = "Resident Evil" label B9958 = "Wii" label C9958 = "Skate w/ Board" label B9959 = "Xbox" label C9959 = "Aliens Versus Predator: Extinction" label D9959 = "RTS" label B9960 = "Xbox" label C9960 = "Star Wars Battlefront 2" label D9960 = "FPS" label A9961 = "01/01/2017" label B9961 = "Linux" label C9961 = "rofi-surfraw | bookmarks" label D9961 = "GUI/CLI" label A9962 = "01/01/2017" label B9962 = "Movie" label C9962 = "Planes Trains & Automoobiles 1987" label A9963 = "01/03/2016" label B9963 = "TVShow" label C9963 = "Quantico Season 2" label A9964 = "01/03/2016" label B9964 = "Wii" label C9964 = "Captain America Super Soldier" label A9965 = "01/05/2017" label B9965 = "Movie" label C9965 = "Mechanic Resurrection 2016" label A9966 = "01/06/2017" label B9966 = "Movie" label C9966 = "Goonies 1985" label A9967 = "11/22/2016" label B9967 = "Movie" label C9967 = "The Core 2003" label A9968 = "11/25/2016" label B9968 = "Music" label C9968 = "Mya" label A9969 = "11/28/2016" label B9969 = "Movie" label C9969 = "Suicide Squad Extended 2016" label A9970 = "12/01/2016" label B9970 = "Xbox" label C9970 = "NFL Street" label A9971 = "12/02/2016" label B9971 = "TVShow" label C9971 = "Mr. Robot S2 last 2 ep" label A9972 = "12/03/2016" label B9972 = "Android" label C9972 = "KingRoot - Root any Phone" label D9972 = "might have backdoors?" label A9973 = "12/03/2016" label B9973 = "Android" label C9973 = "Purify - block all apps that sucks battery life" label A9974 = "12/03/2016" label B9974 = "Android" label C9974 = "primative ftpd" label A9975 = "12/03/2016" label B9975 = "Audiobook" label C9975 = "001-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label D9975 = "30min" label A9976 = "12/03/2016" label B9976 = "Audiobook" label C9976 = "002-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label A9977 = "12/05/2016" label B9977 = "NES" label C9977 = "Ice Hockey" label A9978 = "12/06/2016" label B9978 = "MAME" label C9978 = "Ninja Baseball Bat Man" label A9979 = "12/06/2016" label B9979 = "NES" label C9979 = "Baseball Stars" label A9980 = "12/10/2016" label B9980 = "Linux" label C9980 = "vimwiki" label D9980 = "TUI" label A9981 = "12/12/2016" label B9981 = "Podcast" label C9981 = "PornDirectorPodcast" label F9981 = "http://www.porndirectorpodcast.com/main/" label A9982 = "12/12/2016" label B9982 = "Podcast" label C9982 = "The Cine-Files" label F9982 = "http://www.podbay.fm/show/1124549378" label A9983 = "12/15/2016" label B9983 = "PCGame" label C9983 = "Bionic Commando Rearmed" label A9984 = "12/17/2016" label B9984 = "Linux" label C9984 = "vbx function [Virtualbox CLI]" label D9984 = "RQBy: Schizo" label F9984 = "https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g" label A9985 = "12/22/2016" label B9985 = "Wii" label C9985 = "Rayman Origins" label A9986 = "12/23/2016" label B9986 = "Movie" label C9986 = "Top Gun 1986 Special Edition" label A9987 = "12/25/2016" label B9987 = "Linux" label C9987 = "rofi - dmenu launcher replacement" label D9987 = "GUI/CLI" label A9988 = "12/26/2016" label B9988 = "Movie" label C9988 = "Black Dynamite (2009)" label A9989 = "12/28/2016" label B9989 = "Movie" label C9989 = "Ben Hur 2016" label A9990 = "12/29/2016" label B9990 = "Movie" label C9990 = "Deepwater Horizon 2016" label A9991 = "12/29/2016" label B9991 = "Movie" label C9991 = "The Accountant 2016" label A9992 = "12/30/2016" label B9992 = "Movie" label C9992 = "The Magnificent Seven 2016" label B9993 = "Android" label C9993 = "IceCatMobile" label D9993 = "Web Browser" label F9993 = "https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat" label B9994 = "Audiobook" label C9994 = "003-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B9995 = "Audiobook" label C9995 = "004-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B9996 = "Audiobook" label C9996 = "Darth Plagueis" label B9997 = "Audiobook" label C9997 = "The Life-Changing Magic of Tidying Up" label B9998 = "Comic" label C9998 = "Saga" label B9999 = "Comic" label C9999 = "Walking Dead 157" label B10000 = "Comic" label C10000 = "X-Men Age of Apocalypse" label B10001 = "Comic" label C10001 = "Y The Last Man" label B10002 = "Linux" label C10002 = "Ampache: web based audio/video streaming" label D10002 = "WEBUI" label F10002 = "http://ampache.org/" label B10003 = "Linux" label C10003 = "Clonezilla" label B10004 = "Linux" label C10004 = "CopyQ - Clipboard manager" label D10004 = "GUI" label B10005 = "Linux" label C10005 = "EncFS - an Encrypted Filesystem" label B10006 = "Linux" label C10006 = "Firejail" label B10007 = "Linux" label C10007 = "LUKS encryption/ cryptsetup" label D10007 = "CLI" label B10008 = "Linux" label C10008 = "Piwigo is photo gallery software for the web" label D10008 = "WEBUI" label F10008 = "http://piwigo.org/" label B10009 = "Linux" label C10009 = "Samba" label D10009 = "CLI" label B10010 = "Linux" label C10010 = "SoundNode - opensource SoundCloud app" label D10010 = "GUI" label F10010 = "http://www.soundnodeapp.com/" label B10011 = "Linux" label C10011 = "Vocal - Podcast Client" label D10011 = "GUI" label F10011 = "http://vocalproject.net/" label B10012 = "Linux" label C10012 = "albumr - Imgur album downloader" label D10012 = "CLI" label F10012 = "https://pypi.python.org/pypi/albumr" label B10013 = "Linux" label C10013 = "alpine" label B10014 = "Linux" label C10014 = "anamnesis - clipboard manager" label D10014 = "GUI" label B10015 = "Linux" label C10015 = "asciiquarium" label D10015 = "TUI" label B10016 = "Linux" label C10016 = "bulk - bulk rename interactive" label D10016 = "Alex Leferry" label F10016 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B10017 = "Linux" label C10017 = "ccze - colorizer" label D10017 = "CLI" label B10018 = "Linux" label C10018 = "centerim5" label D10018 = "TUI" label B10019 = "Linux" label C10019 = "clipmenu - dmenu clipboard manager" label D10019 = "GUI" label B10020 = "Linux" label C10020 = "cvim" label B10021 = "Linux" label C10021 = "forecash - cashflow forecasting" label D10021 = "CLI" label F10021 = "https://github.com/fsareshwala/forecash" label B10022 = "Linux" label C10022 = "fzf-clipboard" label B10023 = "Linux" label C10023 = "kakoune - vim alternative" label D10023 = "Alex Leferry" label F10023 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B10024 = "Linux" label C10024 = "keynav" label B10025 = "Linux" label C10025 = "krill - rss filter feeds" label D10025 = "CLI" label F10025 = "https://github.com/p-e-w/krill" label B10026 = "Linux" label C10026 = "ledger - accounting system" label D10026 = "CLI" label F10026 = "http://www.ledger-cli.org/" label B10027 = "Linux" label C10027 = "megadl - mega.co.nz downloader" label D10027 = "CLI" label E10027 = "wait for 2.0 to have options to download single files from public folder" label B10028 = "Linux" label C10028 = "mpd + ncmpcpp" label D10028 = "CLI/TUI" label B10029 = "Linux" label C10029 = "newsbeuter macros" label D10029 = "CLI" label B10030 = "Linux" label C10030 = "nmtui" label D10030 = "wifi" label B10031 = "Linux" label C10031 = "nq - queue task" label D10031 = "CLI" label B10032 = "Linux" label C10032 = "open dvd producer - create DVD with menus" label D10032 = "GUI" label F10032 = "http://opendvdproducer.jonata.org/" label B10033 = "Linux" label C10033 = "redshift" label D10033 = "CLI" label B10034 = "Linux" label C10034 = "rofi-clipboard" label B10035 = "Linux" label C10035 = "rofi-locate" label B10036 = "Linux" label C10036 = "rofi-playonlinux" label B10037 = "Linux" label C10037 = "rofi-snippet" label B10038 = "Linux" label C10038 = "rss-bridge" label F10038 = "https://github.com/RSS-Bridge/rss-bridge" label B10039 = "Linux" label C10039 = "screenfetch" label D10039 = "CLI" label B10040 = "Linux" label C10040 = "setxkbmap" label B10041 = "Linux" label C10041 = "socli - Stack overflow command line client" label D10041 = "CLI" label F10041 = "https://github.com/gautamkrishnar/socli" label B10042 = "Linux" label C10042 = "sxhkd" label B10043 = "Linux" label C10043 = "systemd timers" label B10044 = "Linux" label C10044 = "taffy - A command-line audio tagging tool" label D10044 = "CLI" label F10044 = "https://github.com/jangler/taffy" label B10045 = "Linux" label C10045 = "task spooler multiple instances" label D10045 = "CLI" label B10046 = "Linux" label C10046 = "timertab - manage systemd timers" label F10046 = "https://github.com/amlamarra/timertab" label B10047 = "Linux" label C10047 = "tweeper - a Twitter to RSS web scraper" label D10047 = "CLI" label E10047 = "https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper" label F10047 = "https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/" label B10048 = "Linux" label C10048 = "veracrypt" label B10049 = "Linux" label C10049 = "wicd-curses" label D10049 = "wifi" label B10050 = "Linux" label C10050 = "wifi-menu" label D10050 = "wifi" label B10051 = "Linux" label C10051 = "wpa_supplicant " label D10051 = "wifi" label B10052 = "Linux" label C10052 = "wttr - weather info" label D10052 = "CLI" label B10053 = "Linux" label C10053 = "xbindkeys" label B10054 = "Linux" label C10054 = "xcape" label B10055 = "Linux" label C10055 = "xchainkeys" label B10056 = "Linux" label C10056 = "xdo" label B10057 = "Linux" label C10057 = "xfce4-screenshooter (selection area imgu'')" label D10057 = "GUI" label B10058 = "Linux" label C10058 = "xinput" label B10059 = "Linux" label C10059 = "xmodmap" label B10060 = "Linux" label C10060 = "xsendkey" label B10061 = "Linux" label C10061 = "xsetwacom " label B10062 = "Linux" label C10062 = "xvkbd" label B10063 = "MAME" label C10063 = "Baseball Stars 2" label B10064 = "Movie" label C10064 = "A Christmas Story 1983" label B10065 = "Movie" label C10065 = "Doctor Strange 2016" label B10066 = "Movie" label C10066 = "Eternal Sunshine of the Spotless Mind (2004)" label B10067 = "Movie" label C10067 = "Frozen" label B10068 = "Movie" label C10068 = "Harry Potter" label B10069 = "Movie" label C10069 = "Jaws (1975)" label B10070 = "Movie" label C10070 = "Moana 2016" label B10071 = "Movie" label C10071 = "Mud 2012" label B10072 = "Movie" label C10072 = "Pete's Dragon 2016" label B10073 = "Movie" label C10073 = "Pump Up The Volume 1990" label B10074 = "Movie" label C10074 = "Snakes on a Plane (2006)" label B10075 = "Movie" label C10075 = "Snowden 2016" label B10076 = "Movie" label C10076 = "Swiss Army Man (2016)" label B10077 = "Movie" label C10077 = "The Legend of Tarzan 2016" label B10078 = "Movie" label C10078 = "Trainwreck (2015)" label B10079 = "Movie" label C10079 = "True Romance (1993)" label B10080 = "Movie" label C10080 = "War Dogs 2016" label B10081 = "Music" label C10081 = "Ashanti" label B10082 = "Music" label C10082 = "BackStreet/Dre" label B10083 = "Music" label C10083 = "Bubba Sparxxx" label B10084 = "Music" label C10084 = "Ciara" label B10085 = "Music" label C10085 = "Dido" label B10086 = "Music" label C10086 = "Dr Dre Instramentals" label B10087 = "Music" label C10087 = "Gloria Estefan" label B10088 = "Music" label C10088 = "Juvenile" label B10089 = "Music" label C10089 = "Meghan Trainor" label B10090 = "Music" label C10090 = "Petey Pablo" label B10091 = "Music" label C10091 = "Puff Daddy" label B10092 = "Music" label C10092 = "Run DMC" label B10093 = "Music" label C10093 = "Street Fighter" label B10094 = "Music" label C10094 = "Super Mario World" label B10095 = "Music" label C10095 = "TLC" label B10096 = "Music" label C10096 = "Young Buck" label B10097 = "NES" label C10097 = "Bionic Commando" label B10098 = "NES" label C10098 = "Contra" label B10099 = "NES" label C10099 = "Mega Man 2" label B10100 = "NES" label C10100 = "Palamedes" label D10100 = "Puzzle" label B10101 = "NES" label C10101 = "Super Mario Bros 3" label B10102 = "PCGame" label C10102 = "Batman: Arkham Asylum" label B10103 = "PCGame" label C10103 = "Dead or Alive 5 With Nude Patch" label B10104 = "PCGame" label C10104 = "For Honor" label B10105 = "PCGame" label C10105 = "Killer Instinct" label B10106 = "PCGame" label C10106 = "Rise of the Tomb Raider" label B10107 = "PCGame" label C10107 = "Street Fighter 5" label B10108 = "PCGame" label C10108 = "The Division" label B10109 = "PSX" label C10109 = "ESPN Extreme Games" label B10110 = "PSX" label C10110 = "Street Fighter: The Movie" label B10111 = "SNES" label C10111 = "Punch Out" label B10112 = "TVShow" label C10112 = "3% Netflix" label B10113 = "TVShow" label C10113 = "Alone [History Channel]" label B10114 = "TVShow" label C10114 = "Black Mirror" label B10115 = "TVShow" label C10115 = "Roman Empire Reign of Blood" label B10116 = "TVShow" label C10116 = "Stranger Things" label B10117 = "TVShow" label C10117 = "The People v. O.J. Simpson: American Crime Story" label B10118 = "TVShow" label C10118 = "The Wire" label B10119 = "TVShow" label C10119 = "Westworld" label B10120 = "Wii" label C10120 = "Kirby Yarn" label B10121 = "Wii" label C10121 = "Mario Gaxaly" label B10122 = "Wii" label C10122 = "Punch Out w/ Balance Board" label B10123 = "Wii" label C10123 = "Resident Evil" label B10124 = "Wii" label C10124 = "Skate w/ Board" label B10125 = "Xbox" label C10125 = "Aliens Versus Predator: Extinction" label D10125 = "RTS" label B10126 = "Xbox" label C10126 = "Star Wars Battlefront 2" label D10126 = "FPS" label A10127 = "01/01/2017" label B10127 = "Linux" label C10127 = "rofi-surfraw | bookmarks" label D10127 = "GUI/CLI" label A10128 = "01/01/2017" label B10128 = "Movie" label C10128 = "Planes Trains & Automoobiles 1987" label A10129 = "01/03/2016" label B10129 = "TVShow" label C10129 = "Quantico Season 2" label A10130 = "01/03/2016" label B10130 = "Wii" label C10130 = "Captain America Super Soldier" label A10131 = "01/05/2017" label B10131 = "Movie" label C10131 = "Mechanic Resurrection 2016" label A10132 = "01/06/2017" label B10132 = "Movie" label C10132 = "Goonies 1985" label A10133 = "11/22/2016" label B10133 = "Movie" label C10133 = "The Core 2003" label A10134 = "11/25/2016" label B10134 = "Music" label C10134 = "Mya" label A10135 = "11/28/2016" label B10135 = "Movie" label C10135 = "Suicide Squad Extended 2016" label A10136 = "12/01/2016" label B10136 = "Xbox" label C10136 = "NFL Street" label A10137 = "12/02/2016" label B10137 = "TVShow" label C10137 = "Mr. Robot S2 last 2 ep" label A10138 = "12/03/2016" label B10138 = "Android" label C10138 = "KingRoot - Root any Phone" label D10138 = "might have backdoors?" label A10139 = "12/03/2016" label B10139 = "Android" label C10139 = "Purify - block all apps that sucks battery life" label A10140 = "12/03/2016" label B10140 = "Android" label C10140 = "primative ftpd" label A10141 = "12/03/2016" label B10141 = "Audiobook" label C10141 = "001-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label D10141 = "30min" label A10142 = "12/03/2016" label B10142 = "Audiobook" label C10142 = "002-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label A10143 = "12/05/2016" label B10143 = "NES" label C10143 = "Ice Hockey" label A10144 = "12/06/2016" label B10144 = "MAME" label C10144 = "Ninja Baseball Bat Man" label A10145 = "12/06/2016" label B10145 = "NES" label C10145 = "Baseball Stars" label A10146 = "12/10/2016" label B10146 = "Linux" label C10146 = "vimwiki" label D10146 = "TUI" label A10147 = "12/12/2016" label B10147 = "Podcast" label C10147 = "PornDirectorPodcast" label F10147 = "http://www.porndirectorpodcast.com/main/" label A10148 = "12/12/2016" label B10148 = "Podcast" label C10148 = "The Cine-Files" label F10148 = "http://www.podbay.fm/show/1124549378" label A10149 = "12/15/2016" label B10149 = "PCGame" label C10149 = "Bionic Commando Rearmed" label A10150 = "12/17/2016" label B10150 = "Linux" label C10150 = "vbx function [Virtualbox CLI]" label D10150 = "RQBy: Schizo" label F10150 = "https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g" label A10151 = "12/22/2016" label B10151 = "Wii" label C10151 = "Rayman Origins" label A10152 = "12/23/2016" label B10152 = "Movie" label C10152 = "Top Gun 1986 Special Edition" label A10153 = "12/25/2016" label B10153 = "Linux" label C10153 = "rofi - dmenu launcher replacement" label D10153 = "GUI/CLI" label A10154 = "12/26/2016" label B10154 = "Movie" label C10154 = "Black Dynamite (2009)" label A10155 = "12/28/2016" label B10155 = "Movie" label C10155 = "Ben Hur 2016" label A10156 = "12/29/2016" label B10156 = "Movie" label C10156 = "Deepwater Horizon 2016" label A10157 = "12/29/2016" label B10157 = "Movie" label C10157 = "The Accountant 2016" label A10158 = "12/30/2016" label B10158 = "Movie" label C10158 = "The Magnificent Seven 2016" label B10159 = "Android" label C10159 = "IceCatMobile" label D10159 = "Web Browser" label F10159 = "https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat" label B10160 = "Audiobook" label C10160 = "003-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B10161 = "Audiobook" label C10161 = "004-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B10162 = "Audiobook" label C10162 = "Darth Plagueis" label B10163 = "Audiobook" label C10163 = "The Life-Changing Magic of Tidying Up" label B10164 = "Comic" label C10164 = "Saga" label B10165 = "Comic" label C10165 = "Walking Dead 157" label B10166 = "Comic" label C10166 = "X-Men Age of Apocalypse" label B10167 = "Comic" label C10167 = "Y The Last Man" label B10168 = "Linux" label C10168 = "Ampache: web based audio/video streaming" label D10168 = "WEBUI" label F10168 = "http://ampache.org/" label B10169 = "Linux" label C10169 = "Clonezilla" label B10170 = "Linux" label C10170 = "CopyQ - Clipboard manager" label D10170 = "GUI" label B10171 = "Linux" label C10171 = "EncFS - an Encrypted Filesystem" label B10172 = "Linux" label C10172 = "Firejail" label B10173 = "Linux" label C10173 = "LUKS encryption/ cryptsetup" label D10173 = "CLI" label B10174 = "Linux" label C10174 = "Piwigo is photo gallery software for the web" label D10174 = "WEBUI" label F10174 = "http://piwigo.org/" label B10175 = "Linux" label C10175 = "Samba" label D10175 = "CLI" label B10176 = "Linux" label C10176 = "SoundNode - opensource SoundCloud app" label D10176 = "GUI" label F10176 = "http://www.soundnodeapp.com/" label B10177 = "Linux" label C10177 = "Vocal - Podcast Client" label D10177 = "GUI" label F10177 = "http://vocalproject.net/" label B10178 = "Linux" label C10178 = "albumr - Imgur album downloader" label D10178 = "CLI" label F10178 = "https://pypi.python.org/pypi/albumr" label B10179 = "Linux" label C10179 = "alpine" label B10180 = "Linux" label C10180 = "anamnesis - clipboard manager" label D10180 = "GUI" label B10181 = "Linux" label C10181 = "asciiquarium" label D10181 = "TUI" label B10182 = "Linux" label C10182 = "bulk - bulk rename interactive" label D10182 = "Alex Leferry" label F10182 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B10183 = "Linux" label C10183 = "ccze - colorizer" label D10183 = "CLI" label B10184 = "Linux" label C10184 = "centerim5" label D10184 = "TUI" label B10185 = "Linux" label C10185 = "clipmenu - dmenu clipboard manager" label D10185 = "GUI" label B10186 = "Linux" label C10186 = "cvim" label B10187 = "Linux" label C10187 = "forecash - cashflow forecasting" label D10187 = "CLI" label F10187 = "https://github.com/fsareshwala/forecash" label B10188 = "Linux" label C10188 = "fzf-clipboard" label B10189 = "Linux" label C10189 = "kakoune - vim alternative" label D10189 = "Alex Leferry" label F10189 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B10190 = "Linux" label C10190 = "keynav" label B10191 = "Linux" label C10191 = "krill - rss filter feeds" label D10191 = "CLI" label F10191 = "https://github.com/p-e-w/krill" label B10192 = "Linux" label C10192 = "ledger - accounting system" label D10192 = "CLI" label F10192 = "http://www.ledger-cli.org/" label B10193 = "Linux" label C10193 = "megadl - mega.co.nz downloader" label D10193 = "CLI" label E10193 = "wait for 2.0 to have options to download single files from public folder" label B10194 = "Linux" label C10194 = "mpd + ncmpcpp" label D10194 = "CLI/TUI" label B10195 = "Linux" label C10195 = "newsbeuter macros" label D10195 = "CLI" label B10196 = "Linux" label C10196 = "nmtui" label D10196 = "wifi" label B10197 = "Linux" label C10197 = "nq - queue task" label D10197 = "CLI" label B10198 = "Linux" label C10198 = "open dvd producer - create DVD with menus" label D10198 = "GUI" label F10198 = "http://opendvdproducer.jonata.org/" label B10199 = "Linux" label C10199 = "redshift" label D10199 = "CLI" label B10200 = "Linux" label C10200 = "rofi-clipboard" label B10201 = "Linux" label C10201 = "rofi-locate" label B10202 = "Linux" label C10202 = "rofi-playonlinux" label B10203 = "Linux" label C10203 = "rofi-snippet" label B10204 = "Linux" label C10204 = "rss-bridge" label F10204 = "https://github.com/RSS-Bridge/rss-bridge" label B10205 = "Linux" label C10205 = "screenfetch" label D10205 = "CLI" label B10206 = "Linux" label C10206 = "setxkbmap" label B10207 = "Linux" label C10207 = "socli - Stack overflow command line client" label D10207 = "CLI" label F10207 = "https://github.com/gautamkrishnar/socli" label B10208 = "Linux" label C10208 = "sxhkd" label B10209 = "Linux" label C10209 = "systemd timers" label B10210 = "Linux" label C10210 = "taffy - A command-line audio tagging tool" label D10210 = "CLI" label F10210 = "https://github.com/jangler/taffy" label B10211 = "Linux" label C10211 = "task spooler multiple instances" label D10211 = "CLI" label B10212 = "Linux" label C10212 = "timertab - manage systemd timers" label F10212 = "https://github.com/amlamarra/timertab" label B10213 = "Linux" label C10213 = "tweeper - a Twitter to RSS web scraper" label D10213 = "CLI" label E10213 = "https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper" label F10213 = "https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/" label B10214 = "Linux" label C10214 = "veracrypt" label B10215 = "Linux" label C10215 = "wicd-curses" label D10215 = "wifi" label B10216 = "Linux" label C10216 = "wifi-menu" label D10216 = "wifi" label B10217 = "Linux" label C10217 = "wpa_supplicant " label D10217 = "wifi" label B10218 = "Linux" label C10218 = "wttr - weather info" label D10218 = "CLI" label B10219 = "Linux" label C10219 = "xbindkeys" label B10220 = "Linux" label C10220 = "xcape" label B10221 = "Linux" label C10221 = "xchainkeys" label B10222 = "Linux" label C10222 = "xdo" label B10223 = "Linux" label C10223 = "xfce4-screenshooter (selection area imgu'')" label D10223 = "GUI" label B10224 = "Linux" label C10224 = "xinput" label B10225 = "Linux" label C10225 = "xmodmap" label B10226 = "Linux" label C10226 = "xsendkey" label B10227 = "Linux" label C10227 = "xsetwacom " label B10228 = "Linux" label C10228 = "xvkbd" label B10229 = "MAME" label C10229 = "Baseball Stars 2" label B10230 = "Movie" label C10230 = "A Christmas Story 1983" label B10231 = "Movie" label C10231 = "Doctor Strange 2016" label B10232 = "Movie" label C10232 = "Eternal Sunshine of the Spotless Mind (2004)" label B10233 = "Movie" label C10233 = "Frozen" label B10234 = "Movie" label C10234 = "Harry Potter" label B10235 = "Movie" label C10235 = "Jaws (1975)" label B10236 = "Movie" label C10236 = "Moana 2016" label B10237 = "Movie" label C10237 = "Mud 2012" label B10238 = "Movie" label C10238 = "Pete's Dragon 2016" label B10239 = "Movie" label C10239 = "Pump Up The Volume 1990" label B10240 = "Movie" label C10240 = "Snakes on a Plane (2006)" label B10241 = "Movie" label C10241 = "Snowden 2016" label B10242 = "Movie" label C10242 = "Swiss Army Man (2016)" label B10243 = "Movie" label C10243 = "The Legend of Tarzan 2016" label B10244 = "Movie" label C10244 = "Trainwreck (2015)" label B10245 = "Movie" label C10245 = "True Romance (1993)" label B10246 = "Movie" label C10246 = "War Dogs 2016" label B10247 = "Music" label C10247 = "Ashanti" label B10248 = "Music" label C10248 = "BackStreet/Dre" label B10249 = "Music" label C10249 = "Bubba Sparxxx" label B10250 = "Music" label C10250 = "Ciara" label B10251 = "Music" label C10251 = "Dido" label B10252 = "Music" label C10252 = "Dr Dre Instramentals" label B10253 = "Music" label C10253 = "Gloria Estefan" label B10254 = "Music" label C10254 = "Juvenile" label B10255 = "Music" label C10255 = "Meghan Trainor" label B10256 = "Music" label C10256 = "Petey Pablo" label B10257 = "Music" label C10257 = "Puff Daddy" label B10258 = "Music" label C10258 = "Run DMC" label B10259 = "Music" label C10259 = "Street Fighter" label B10260 = "Music" label C10260 = "Super Mario World" label B10261 = "Music" label C10261 = "TLC" label B10262 = "Music" label C10262 = "Young Buck" label B10263 = "NES" label C10263 = "Bionic Commando" label B10264 = "NES" label C10264 = "Contra" label B10265 = "NES" label C10265 = "Mega Man 2" label B10266 = "NES" label C10266 = "Palamedes" label D10266 = "Puzzle" label B10267 = "NES" label C10267 = "Super Mario Bros 3" label B10268 = "PCGame" label C10268 = "Batman: Arkham Asylum" label B10269 = "PCGame" label C10269 = "Dead or Alive 5 With Nude Patch" label B10270 = "PCGame" label C10270 = "For Honor" label B10271 = "PCGame" label C10271 = "Killer Instinct" label B10272 = "PCGame" label C10272 = "Rise of the Tomb Raider" label B10273 = "PCGame" label C10273 = "Street Fighter 5" label B10274 = "PCGame" label C10274 = "The Division" label B10275 = "PSX" label C10275 = "ESPN Extreme Games" label B10276 = "PSX" label C10276 = "Street Fighter: The Movie" label B10277 = "SNES" label C10277 = "Punch Out" label B10278 = "TVShow" label C10278 = "3% Netflix" label B10279 = "TVShow" label C10279 = "Alone [History Channel]" label B10280 = "TVShow" label C10280 = "Black Mirror" label B10281 = "TVShow" label C10281 = "Roman Empire Reign of Blood" label B10282 = "TVShow" label C10282 = "Stranger Things" label B10283 = "TVShow" label C10283 = "The People v. O.J. Simpson: American Crime Story" label B10284 = "TVShow" label C10284 = "The Wire" label B10285 = "TVShow" label C10285 = "Westworld" label B10286 = "Wii" label C10286 = "Kirby Yarn" label B10287 = "Wii" label C10287 = "Mario Gaxaly" label B10288 = "Wii" label C10288 = "Punch Out w/ Balance Board" label B10289 = "Wii" label C10289 = "Resident Evil" label B10290 = "Wii" label C10290 = "Skate w/ Board" label B10291 = "Xbox" label C10291 = "Aliens Versus Predator: Extinction" label D10291 = "RTS" label B10292 = "Xbox" label C10292 = "Star Wars Battlefront 2" label D10292 = "FPS" label A10293 = "01/01/2017" label B10293 = "Linux" label C10293 = "rofi-surfraw | bookmarks" label D10293 = "GUI/CLI" label A10294 = "01/01/2017" label B10294 = "Movie" label C10294 = "Planes Trains & Automoobiles 1987" label A10295 = "01/03/2016" label B10295 = "TVShow" label C10295 = "Quantico Season 2" label A10296 = "01/03/2016" label B10296 = "Wii" label C10296 = "Captain America Super Soldier" label A10297 = "01/05/2017" label B10297 = "Movie" label C10297 = "Mechanic Resurrection 2016" label A10298 = "01/06/2017" label B10298 = "Movie" label C10298 = "Goonies 1985" label A10299 = "11/22/2016" label B10299 = "Movie" label C10299 = "The Core 2003" label A10300 = "11/25/2016" label B10300 = "Music" label C10300 = "Mya" label A10301 = "11/28/2016" label B10301 = "Movie" label C10301 = "Suicide Squad Extended 2016" label A10302 = "12/01/2016" label B10302 = "Xbox" label C10302 = "NFL Street" label A10303 = "12/02/2016" label B10303 = "TVShow" label C10303 = "Mr. Robot S2 last 2 ep" label A10304 = "12/03/2016" label B10304 = "Android" label C10304 = "KingRoot - Root any Phone" label D10304 = "might have backdoors?" label A10305 = "12/03/2016" label B10305 = "Android" label C10305 = "Purify - block all apps that sucks battery life" label A10306 = "12/03/2016" label B10306 = "Android" label C10306 = "primative ftpd" label A10307 = "12/03/2016" label B10307 = "Audiobook" label C10307 = "001-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label D10307 = "30min" label A10308 = "12/03/2016" label B10308 = "Audiobook" label C10308 = "002-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label A10309 = "12/05/2016" label B10309 = "NES" label C10309 = "Ice Hockey" label A10310 = "12/06/2016" label B10310 = "MAME" label C10310 = "Ninja Baseball Bat Man" label A10311 = "12/06/2016" label B10311 = "NES" label C10311 = "Baseball Stars" label A10312 = "12/10/2016" label B10312 = "Linux" label C10312 = "vimwiki" label D10312 = "TUI" label A10313 = "12/12/2016" label B10313 = "Podcast" label C10313 = "PornDirectorPodcast" label F10313 = "http://www.porndirectorpodcast.com/main/" label A10314 = "12/12/2016" label B10314 = "Podcast" label C10314 = "The Cine-Files" label F10314 = "http://www.podbay.fm/show/1124549378" label A10315 = "12/15/2016" label B10315 = "PCGame" label C10315 = "Bionic Commando Rearmed" label A10316 = "12/17/2016" label B10316 = "Linux" label C10316 = "vbx function [Virtualbox CLI]" label D10316 = "RQBy: Schizo" label F10316 = "https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g" label A10317 = "12/22/2016" label B10317 = "Wii" label C10317 = "Rayman Origins" label A10318 = "12/23/2016" label B10318 = "Movie" label C10318 = "Top Gun 1986 Special Edition" label A10319 = "12/25/2016" label B10319 = "Linux" label C10319 = "rofi - dmenu launcher replacement" label D10319 = "GUI/CLI" label A10320 = "12/26/2016" label B10320 = "Movie" label C10320 = "Black Dynamite (2009)" label A10321 = "12/28/2016" label B10321 = "Movie" label C10321 = "Ben Hur 2016" label A10322 = "12/29/2016" label B10322 = "Movie" label C10322 = "Deepwater Horizon 2016" label A10323 = "12/29/2016" label B10323 = "Movie" label C10323 = "The Accountant 2016" label A10324 = "12/30/2016" label B10324 = "Movie" label C10324 = "The Magnificent Seven 2016" label B10325 = "Android" label C10325 = "IceCatMobile" label D10325 = "Web Browser" label F10325 = "https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat" label B10326 = "Audiobook" label C10326 = "003-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B10327 = "Audiobook" label C10327 = "004-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B10328 = "Audiobook" label C10328 = "Darth Plagueis" label B10329 = "Audiobook" label C10329 = "The Life-Changing Magic of Tidying Up" label B10330 = "Comic" label C10330 = "Saga" label B10331 = "Comic" label C10331 = "Walking Dead 157" label B10332 = "Comic" label C10332 = "X-Men Age of Apocalypse" label B10333 = "Comic" label C10333 = "Y The Last Man" label B10334 = "Linux" label C10334 = "Ampache: web based audio/video streaming" label D10334 = "WEBUI" label F10334 = "http://ampache.org/" label B10335 = "Linux" label C10335 = "Clonezilla" label B10336 = "Linux" label C10336 = "CopyQ - Clipboard manager" label D10336 = "GUI" label B10337 = "Linux" label C10337 = "EncFS - an Encrypted Filesystem" label B10338 = "Linux" label C10338 = "Firejail" label B10339 = "Linux" label C10339 = "LUKS encryption/ cryptsetup" label D10339 = "CLI" label B10340 = "Linux" label C10340 = "Piwigo is photo gallery software for the web" label D10340 = "WEBUI" label F10340 = "http://piwigo.org/" label B10341 = "Linux" label C10341 = "Samba" label D10341 = "CLI" label B10342 = "Linux" label C10342 = "SoundNode - opensource SoundCloud app" label D10342 = "GUI" label F10342 = "http://www.soundnodeapp.com/" label B10343 = "Linux" label C10343 = "Vocal - Podcast Client" label D10343 = "GUI" label F10343 = "http://vocalproject.net/" label B10344 = "Linux" label C10344 = "albumr - Imgur album downloader" label D10344 = "CLI" label F10344 = "https://pypi.python.org/pypi/albumr" label B10345 = "Linux" label C10345 = "alpine" label B10346 = "Linux" label C10346 = "anamnesis - clipboard manager" label D10346 = "GUI" label B10347 = "Linux" label C10347 = "asciiquarium" label D10347 = "TUI" label B10348 = "Linux" label C10348 = "bulk - bulk rename interactive" label D10348 = "Alex Leferry" label F10348 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B10349 = "Linux" label C10349 = "ccze - colorizer" label D10349 = "CLI" label B10350 = "Linux" label C10350 = "centerim5" label D10350 = "TUI" label B10351 = "Linux" label C10351 = "clipmenu - dmenu clipboard manager" label D10351 = "GUI" label B10352 = "Linux" label C10352 = "cvim" label B10353 = "Linux" label C10353 = "forecash - cashflow forecasting" label D10353 = "CLI" label F10353 = "https://github.com/fsareshwala/forecash" label B10354 = "Linux" label C10354 = "fzf-clipboard" label B10355 = "Linux" label C10355 = "kakoune - vim alternative" label D10355 = "Alex Leferry" label F10355 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B10356 = "Linux" label C10356 = "keynav" label B10357 = "Linux" label C10357 = "krill - rss filter feeds" label D10357 = "CLI" label F10357 = "https://github.com/p-e-w/krill" label B10358 = "Linux" label C10358 = "ledger - accounting system" label D10358 = "CLI" label F10358 = "http://www.ledger-cli.org/" label B10359 = "Linux" label C10359 = "megadl - mega.co.nz downloader" label D10359 = "CLI" label E10359 = "wait for 2.0 to have options to download single files from public folder" label B10360 = "Linux" label C10360 = "mpd + ncmpcpp" label D10360 = "CLI/TUI" label B10361 = "Linux" label C10361 = "newsbeuter macros" label D10361 = "CLI" label B10362 = "Linux" label C10362 = "nmtui" label D10362 = "wifi" label B10363 = "Linux" label C10363 = "nq - queue task" label D10363 = "CLI" label B10364 = "Linux" label C10364 = "open dvd producer - create DVD with menus" label D10364 = "GUI" label F10364 = "http://opendvdproducer.jonata.org/" label B10365 = "Linux" label C10365 = "redshift" label D10365 = "CLI" label B10366 = "Linux" label C10366 = "rofi-clipboard" label B10367 = "Linux" label C10367 = "rofi-locate" label B10368 = "Linux" label C10368 = "rofi-playonlinux" label B10369 = "Linux" label C10369 = "rofi-snippet" label B10370 = "Linux" label C10370 = "rss-bridge" label F10370 = "https://github.com/RSS-Bridge/rss-bridge" label B10371 = "Linux" label C10371 = "screenfetch" label D10371 = "CLI" label B10372 = "Linux" label C10372 = "setxkbmap" label B10373 = "Linux" label C10373 = "socli - Stack overflow command line client" label D10373 = "CLI" label F10373 = "https://github.com/gautamkrishnar/socli" label B10374 = "Linux" label C10374 = "sxhkd" label B10375 = "Linux" label C10375 = "systemd timers" label B10376 = "Linux" label C10376 = "taffy - A command-line audio tagging tool" label D10376 = "CLI" label F10376 = "https://github.com/jangler/taffy" label B10377 = "Linux" label C10377 = "task spooler multiple instances" label D10377 = "CLI" label B10378 = "Linux" label C10378 = "timertab - manage systemd timers" label F10378 = "https://github.com/amlamarra/timertab" label B10379 = "Linux" label C10379 = "tweeper - a Twitter to RSS web scraper" label D10379 = "CLI" label E10379 = "https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper" label F10379 = "https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/" label B10380 = "Linux" label C10380 = "veracrypt" label B10381 = "Linux" label C10381 = "wicd-curses" label D10381 = "wifi" label B10382 = "Linux" label C10382 = "wifi-menu" label D10382 = "wifi" label B10383 = "Linux" label C10383 = "wpa_supplicant " label D10383 = "wifi" label B10384 = "Linux" label C10384 = "wttr - weather info" label D10384 = "CLI" label B10385 = "Linux" label C10385 = "xbindkeys" label B10386 = "Linux" label C10386 = "xcape" label B10387 = "Linux" label C10387 = "xchainkeys" label B10388 = "Linux" label C10388 = "xdo" label B10389 = "Linux" label C10389 = "xfce4-screenshooter (selection area imgu'')" label D10389 = "GUI" label B10390 = "Linux" label C10390 = "xinput" label B10391 = "Linux" label C10391 = "xmodmap" label B10392 = "Linux" label C10392 = "xsendkey" label B10393 = "Linux" label C10393 = "xsetwacom " label B10394 = "Linux" label C10394 = "xvkbd" label B10395 = "MAME" label C10395 = "Baseball Stars 2" label B10396 = "Movie" label C10396 = "A Christmas Story 1983" label B10397 = "Movie" label C10397 = "Doctor Strange 2016" label B10398 = "Movie" label C10398 = "Eternal Sunshine of the Spotless Mind (2004)" label B10399 = "Movie" label C10399 = "Frozen" label B10400 = "Movie" label C10400 = "Harry Potter" label B10401 = "Movie" label C10401 = "Jaws (1975)" label B10402 = "Movie" label C10402 = "Moana 2016" label B10403 = "Movie" label C10403 = "Mud 2012" label B10404 = "Movie" label C10404 = "Pete's Dragon 2016" label B10405 = "Movie" label C10405 = "Pump Up The Volume 1990" label B10406 = "Movie" label C10406 = "Snakes on a Plane (2006)" label B10407 = "Movie" label C10407 = "Snowden 2016" label B10408 = "Movie" label C10408 = "Swiss Army Man (2016)" label B10409 = "Movie" label C10409 = "The Legend of Tarzan 2016" label B10410 = "Movie" label C10410 = "Trainwreck (2015)" label B10411 = "Movie" label C10411 = "True Romance (1993)" label B10412 = "Movie" label C10412 = "War Dogs 2016" label B10413 = "Music" label C10413 = "Ashanti" label B10414 = "Music" label C10414 = "BackStreet/Dre" label B10415 = "Music" label C10415 = "Bubba Sparxxx" label B10416 = "Music" label C10416 = "Ciara" label B10417 = "Music" label C10417 = "Dido" label B10418 = "Music" label C10418 = "Dr Dre Instramentals" label B10419 = "Music" label C10419 = "Gloria Estefan" label B10420 = "Music" label C10420 = "Juvenile" label B10421 = "Music" label C10421 = "Meghan Trainor" label B10422 = "Music" label C10422 = "Petey Pablo" label B10423 = "Music" label C10423 = "Puff Daddy" label B10424 = "Music" label C10424 = "Run DMC" label B10425 = "Music" label C10425 = "Street Fighter" label B10426 = "Music" label C10426 = "Super Mario World" label B10427 = "Music" label C10427 = "TLC" label B10428 = "Music" label C10428 = "Young Buck" label B10429 = "NES" label C10429 = "Bionic Commando" label B10430 = "NES" label C10430 = "Contra" label B10431 = "NES" label C10431 = "Mega Man 2" label B10432 = "NES" label C10432 = "Palamedes" label D10432 = "Puzzle" label B10433 = "NES" label C10433 = "Super Mario Bros 3" label B10434 = "PCGame" label C10434 = "Batman: Arkham Asylum" label B10435 = "PCGame" label C10435 = "Dead or Alive 5 With Nude Patch" label B10436 = "PCGame" label C10436 = "For Honor" label B10437 = "PCGame" label C10437 = "Killer Instinct" label B10438 = "PCGame" label C10438 = "Rise of the Tomb Raider" label B10439 = "PCGame" label C10439 = "Street Fighter 5" label B10440 = "PCGame" label C10440 = "The Division" label B10441 = "PSX" label C10441 = "ESPN Extreme Games" label B10442 = "PSX" label C10442 = "Street Fighter: The Movie" label B10443 = "SNES" label C10443 = "Punch Out" label B10444 = "TVShow" label C10444 = "3% Netflix" label B10445 = "TVShow" label C10445 = "Alone [History Channel]" label B10446 = "TVShow" label C10446 = "Black Mirror" label B10447 = "TVShow" label C10447 = "Roman Empire Reign of Blood" label B10448 = "TVShow" label C10448 = "Stranger Things" label B10449 = "TVShow" label C10449 = "The People v. O.J. Simpson: American Crime Story" label B10450 = "TVShow" label C10450 = "The Wire" label B10451 = "TVShow" label C10451 = "Westworld" label B10452 = "Wii" label C10452 = "Kirby Yarn" label B10453 = "Wii" label C10453 = "Mario Gaxaly" label B10454 = "Wii" label C10454 = "Punch Out w/ Balance Board" label B10455 = "Wii" label C10455 = "Resident Evil" label B10456 = "Wii" label C10456 = "Skate w/ Board" label B10457 = "Xbox" label C10457 = "Aliens Versus Predator: Extinction" label D10457 = "RTS" label B10458 = "Xbox" label C10458 = "Star Wars Battlefront 2" label D10458 = "FPS" label A10459 = "01/01/2017" label B10459 = "Linux" label C10459 = "rofi-surfraw | bookmarks" label D10459 = "GUI/CLI" label A10460 = "01/01/2017" label B10460 = "Movie" label C10460 = "Planes Trains & Automoobiles 1987" label A10461 = "01/03/2016" label B10461 = "TVShow" label C10461 = "Quantico Season 2" label A10462 = "01/03/2016" label B10462 = "Wii" label C10462 = "Captain America Super Soldier" label A10463 = "01/05/2017" label B10463 = "Movie" label C10463 = "Mechanic Resurrection 2016" label A10464 = "01/06/2017" label B10464 = "Movie" label C10464 = "Goonies 1985" label A10465 = "11/22/2016" label B10465 = "Movie" label C10465 = "The Core 2003" label A10466 = "11/25/2016" label B10466 = "Music" label C10466 = "Mya" label A10467 = "11/28/2016" label B10467 = "Movie" label C10467 = "Suicide Squad Extended 2016" label A10468 = "12/01/2016" label B10468 = "Xbox" label C10468 = "NFL Street" label A10469 = "12/02/2016" label B10469 = "TVShow" label C10469 = "Mr. Robot S2 last 2 ep" label A10470 = "12/03/2016" label B10470 = "Android" label C10470 = "KingRoot - Root any Phone" label D10470 = "might have backdoors?" label A10471 = "12/03/2016" label B10471 = "Android" label C10471 = "Purify - block all apps that sucks battery life" label A10472 = "12/03/2016" label B10472 = "Android" label C10472 = "primative ftpd" label A10473 = "12/03/2016" label B10473 = "Audiobook" label C10473 = "001-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label D10473 = "30min" label A10474 = "12/03/2016" label B10474 = "Audiobook" label C10474 = "002-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label A10475 = "12/05/2016" label B10475 = "NES" label C10475 = "Ice Hockey" label A10476 = "12/06/2016" label B10476 = "MAME" label C10476 = "Ninja Baseball Bat Man" label A10477 = "12/06/2016" label B10477 = "NES" label C10477 = "Baseball Stars" label A10478 = "12/10/2016" label B10478 = "Linux" label C10478 = "vimwiki" label D10478 = "TUI" label A10479 = "12/12/2016" label B10479 = "Podcast" label C10479 = "PornDirectorPodcast" label F10479 = "http://www.porndirectorpodcast.com/main/" label A10480 = "12/12/2016" label B10480 = "Podcast" label C10480 = "The Cine-Files" label F10480 = "http://www.podbay.fm/show/1124549378" label A10481 = "12/15/2016" label B10481 = "PCGame" label C10481 = "Bionic Commando Rearmed" label A10482 = "12/17/2016" label B10482 = "Linux" label C10482 = "vbx function [Virtualbox CLI]" label D10482 = "RQBy: Schizo" label F10482 = "https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g" label A10483 = "12/22/2016" label B10483 = "Wii" label C10483 = "Rayman Origins" label A10484 = "12/23/2016" label B10484 = "Movie" label C10484 = "Top Gun 1986 Special Edition" label A10485 = "12/25/2016" label B10485 = "Linux" label C10485 = "rofi - dmenu launcher replacement" label D10485 = "GUI/CLI" label A10486 = "12/26/2016" label B10486 = "Movie" label C10486 = "Black Dynamite (2009)" label A10487 = "12/28/2016" label B10487 = "Movie" label C10487 = "Ben Hur 2016" label A10488 = "12/29/2016" label B10488 = "Movie" label C10488 = "Deepwater Horizon 2016" label A10489 = "12/29/2016" label B10489 = "Movie" label C10489 = "The Accountant 2016" label A10490 = "12/30/2016" label B10490 = "Movie" label C10490 = "The Magnificent Seven 2016" label B10491 = "Android" label C10491 = "IceCatMobile" label D10491 = "Web Browser" label F10491 = "https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat" label B10492 = "Audiobook" label C10492 = "003-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B10493 = "Audiobook" label C10493 = "004-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B10494 = "Audiobook" label C10494 = "Darth Plagueis" label B10495 = "Audiobook" label C10495 = "The Life-Changing Magic of Tidying Up" label B10496 = "Comic" label C10496 = "Saga" label B10497 = "Comic" label C10497 = "Walking Dead 157" label B10498 = "Comic" label C10498 = "X-Men Age of Apocalypse" label B10499 = "Comic" label C10499 = "Y The Last Man" label B10500 = "Linux" label C10500 = "Ampache: web based audio/video streaming" label D10500 = "WEBUI" label F10500 = "http://ampache.org/" label B10501 = "Linux" label C10501 = "Clonezilla" label B10502 = "Linux" label C10502 = "CopyQ - Clipboard manager" label D10502 = "GUI" label B10503 = "Linux" label C10503 = "EncFS - an Encrypted Filesystem" label B10504 = "Linux" label C10504 = "Firejail" label B10505 = "Linux" label C10505 = "LUKS encryption/ cryptsetup" label D10505 = "CLI" label B10506 = "Linux" label C10506 = "Piwigo is photo gallery software for the web" label D10506 = "WEBUI" label F10506 = "http://piwigo.org/" label B10507 = "Linux" label C10507 = "Samba" label D10507 = "CLI" label B10508 = "Linux" label C10508 = "SoundNode - opensource SoundCloud app" label D10508 = "GUI" label F10508 = "http://www.soundnodeapp.com/" label B10509 = "Linux" label C10509 = "Vocal - Podcast Client" label D10509 = "GUI" label F10509 = "http://vocalproject.net/" label B10510 = "Linux" label C10510 = "albumr - Imgur album downloader" label D10510 = "CLI" label F10510 = "https://pypi.python.org/pypi/albumr" label B10511 = "Linux" label C10511 = "alpine" label B10512 = "Linux" label C10512 = "anamnesis - clipboard manager" label D10512 = "GUI" label B10513 = "Linux" label C10513 = "asciiquarium" label D10513 = "TUI" label B10514 = "Linux" label C10514 = "bulk - bulk rename interactive" label D10514 = "Alex Leferry" label F10514 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B10515 = "Linux" label C10515 = "ccze - colorizer" label D10515 = "CLI" label B10516 = "Linux" label C10516 = "centerim5" label D10516 = "TUI" label B10517 = "Linux" label C10517 = "clipmenu - dmenu clipboard manager" label D10517 = "GUI" label B10518 = "Linux" label C10518 = "cvim" label B10519 = "Linux" label C10519 = "forecash - cashflow forecasting" label D10519 = "CLI" label F10519 = "https://github.com/fsareshwala/forecash" label B10520 = "Linux" label C10520 = "fzf-clipboard" label B10521 = "Linux" label C10521 = "kakoune - vim alternative" label D10521 = "Alex Leferry" label F10521 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B10522 = "Linux" label C10522 = "keynav" label B10523 = "Linux" label C10523 = "krill - rss filter feeds" label D10523 = "CLI" label F10523 = "https://github.com/p-e-w/krill" label B10524 = "Linux" label C10524 = "ledger - accounting system" label D10524 = "CLI" label F10524 = "http://www.ledger-cli.org/" label B10525 = "Linux" label C10525 = "megadl - mega.co.nz downloader" label D10525 = "CLI" label E10525 = "wait for 2.0 to have options to download single files from public folder" label B10526 = "Linux" label C10526 = "mpd + ncmpcpp" label D10526 = "CLI/TUI" label B10527 = "Linux" label C10527 = "newsbeuter macros" label D10527 = "CLI" label B10528 = "Linux" label C10528 = "nmtui" label D10528 = "wifi" label B10529 = "Linux" label C10529 = "nq - queue task" label D10529 = "CLI" label B10530 = "Linux" label C10530 = "open dvd producer - create DVD with menus" label D10530 = "GUI" label F10530 = "http://opendvdproducer.jonata.org/" label B10531 = "Linux" label C10531 = "redshift" label D10531 = "CLI" label B10532 = "Linux" label C10532 = "rofi-clipboard" label B10533 = "Linux" label C10533 = "rofi-locate" label B10534 = "Linux" label C10534 = "rofi-playonlinux" label B10535 = "Linux" label C10535 = "rofi-snippet" label B10536 = "Linux" label C10536 = "rss-bridge" label F10536 = "https://github.com/RSS-Bridge/rss-bridge" label B10537 = "Linux" label C10537 = "screenfetch" label D10537 = "CLI" label B10538 = "Linux" label C10538 = "setxkbmap" label B10539 = "Linux" label C10539 = "socli - Stack overflow command line client" label D10539 = "CLI" label F10539 = "https://github.com/gautamkrishnar/socli" label B10540 = "Linux" label C10540 = "sxhkd" label B10541 = "Linux" label C10541 = "systemd timers" label B10542 = "Linux" label C10542 = "taffy - A command-line audio tagging tool" label D10542 = "CLI" label F10542 = "https://github.com/jangler/taffy" label B10543 = "Linux" label C10543 = "task spooler multiple instances" label D10543 = "CLI" label B10544 = "Linux" label C10544 = "timertab - manage systemd timers" label F10544 = "https://github.com/amlamarra/timertab" label B10545 = "Linux" label C10545 = "tweeper - a Twitter to RSS web scraper" label D10545 = "CLI" label E10545 = "https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper" label F10545 = "https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/" label B10546 = "Linux" label C10546 = "veracrypt" label B10547 = "Linux" label C10547 = "wicd-curses" label D10547 = "wifi" label B10548 = "Linux" label C10548 = "wifi-menu" label D10548 = "wifi" label B10549 = "Linux" label C10549 = "wpa_supplicant " label D10549 = "wifi" label B10550 = "Linux" label C10550 = "wttr - weather info" label D10550 = "CLI" label B10551 = "Linux" label C10551 = "xbindkeys" label B10552 = "Linux" label C10552 = "xcape" label B10553 = "Linux" label C10553 = "xchainkeys" label B10554 = "Linux" label C10554 = "xdo" label B10555 = "Linux" label C10555 = "xfce4-screenshooter (selection area imgu'')" label D10555 = "GUI" label B10556 = "Linux" label C10556 = "xinput" label B10557 = "Linux" label C10557 = "xmodmap" label B10558 = "Linux" label C10558 = "xsendkey" label B10559 = "Linux" label C10559 = "xsetwacom " label B10560 = "Linux" label C10560 = "xvkbd" label B10561 = "MAME" label C10561 = "Baseball Stars 2" label B10562 = "Movie" label C10562 = "A Christmas Story 1983" label B10563 = "Movie" label C10563 = "Doctor Strange 2016" label B10564 = "Movie" label C10564 = "Eternal Sunshine of the Spotless Mind (2004)" label B10565 = "Movie" label C10565 = "Frozen" label B10566 = "Movie" label C10566 = "Harry Potter" label B10567 = "Movie" label C10567 = "Jaws (1975)" label B10568 = "Movie" label C10568 = "Moana 2016" label B10569 = "Movie" label C10569 = "Mud 2012" label B10570 = "Movie" label C10570 = "Pete's Dragon 2016" label B10571 = "Movie" label C10571 = "Pump Up The Volume 1990" label B10572 = "Movie" label C10572 = "Snakes on a Plane (2006)" label B10573 = "Movie" label C10573 = "Snowden 2016" label B10574 = "Movie" label C10574 = "Swiss Army Man (2016)" label B10575 = "Movie" label C10575 = "The Legend of Tarzan 2016" label B10576 = "Movie" label C10576 = "Trainwreck (2015)" label B10577 = "Movie" label C10577 = "True Romance (1993)" label B10578 = "Movie" label C10578 = "War Dogs 2016" label B10579 = "Music" label C10579 = "Ashanti" label B10580 = "Music" label C10580 = "BackStreet/Dre" label B10581 = "Music" label C10581 = "Bubba Sparxxx" label B10582 = "Music" label C10582 = "Ciara" label B10583 = "Music" label C10583 = "Dido" label B10584 = "Music" label C10584 = "Dr Dre Instramentals" label B10585 = "Music" label C10585 = "Gloria Estefan" label B10586 = "Music" label C10586 = "Juvenile" label B10587 = "Music" label C10587 = "Meghan Trainor" label B10588 = "Music" label C10588 = "Petey Pablo" label B10589 = "Music" label C10589 = "Puff Daddy" label B10590 = "Music" label C10590 = "Run DMC" label B10591 = "Music" label C10591 = "Street Fighter" label B10592 = "Music" label C10592 = "Super Mario World" label B10593 = "Music" label C10593 = "TLC" label B10594 = "Music" label C10594 = "Young Buck" label B10595 = "NES" label C10595 = "Bionic Commando" label B10596 = "NES" label C10596 = "Contra" label B10597 = "NES" label C10597 = "Mega Man 2" label B10598 = "NES" label C10598 = "Palamedes" label D10598 = "Puzzle" label B10599 = "NES" label C10599 = "Super Mario Bros 3" label B10600 = "PCGame" label C10600 = "Batman: Arkham Asylum" label B10601 = "PCGame" label C10601 = "Dead or Alive 5 With Nude Patch" label B10602 = "PCGame" label C10602 = "For Honor" label B10603 = "PCGame" label C10603 = "Killer Instinct" label B10604 = "PCGame" label C10604 = "Rise of the Tomb Raider" label B10605 = "PCGame" label C10605 = "Street Fighter 5" label B10606 = "PCGame" label C10606 = "The Division" label B10607 = "PSX" label C10607 = "ESPN Extreme Games" label B10608 = "PSX" label C10608 = "Street Fighter: The Movie" label B10609 = "SNES" label C10609 = "Punch Out" label B10610 = "TVShow" label C10610 = "3% Netflix" label B10611 = "TVShow" label C10611 = "Alone [History Channel]" label B10612 = "TVShow" label C10612 = "Black Mirror" label B10613 = "TVShow" label C10613 = "Roman Empire Reign of Blood" label B10614 = "TVShow" label C10614 = "Stranger Things" label B10615 = "TVShow" label C10615 = "The People v. O.J. Simpson: American Crime Story" label B10616 = "TVShow" label C10616 = "The Wire" label B10617 = "TVShow" label C10617 = "Westworld" label B10618 = "Wii" label C10618 = "Kirby Yarn" label B10619 = "Wii" label C10619 = "Mario Gaxaly" label B10620 = "Wii" label C10620 = "Punch Out w/ Balance Board" label B10621 = "Wii" label C10621 = "Resident Evil" label B10622 = "Wii" label C10622 = "Skate w/ Board" label B10623 = "Xbox" label C10623 = "Aliens Versus Predator: Extinction" label D10623 = "RTS" label B10624 = "Xbox" label C10624 = "Star Wars Battlefront 2" label D10624 = "FPS" label A10625 = "01/01/2017" label B10625 = "Linux" label C10625 = "rofi-surfraw | bookmarks" label D10625 = "GUI/CLI" label A10626 = "01/01/2017" label B10626 = "Movie" label C10626 = "Planes Trains & Automoobiles 1987" label A10627 = "01/03/2016" label B10627 = "TVShow" label C10627 = "Quantico Season 2" label A10628 = "01/03/2016" label B10628 = "Wii" label C10628 = "Captain America Super Soldier" label A10629 = "01/05/2017" label B10629 = "Movie" label C10629 = "Mechanic Resurrection 2016" label A10630 = "01/06/2017" label B10630 = "Movie" label C10630 = "Goonies 1985" label A10631 = "11/22/2016" label B10631 = "Movie" label C10631 = "The Core 2003" label A10632 = "11/25/2016" label B10632 = "Music" label C10632 = "Mya" label A10633 = "11/28/2016" label B10633 = "Movie" label C10633 = "Suicide Squad Extended 2016" label A10634 = "12/01/2016" label B10634 = "Xbox" label C10634 = "NFL Street" label A10635 = "12/02/2016" label B10635 = "TVShow" label C10635 = "Mr. Robot S2 last 2 ep" label A10636 = "12/03/2016" label B10636 = "Android" label C10636 = "KingRoot - Root any Phone" label D10636 = "might have backdoors?" label A10637 = "12/03/2016" label B10637 = "Android" label C10637 = "Purify - block all apps that sucks battery life" label A10638 = "12/03/2016" label B10638 = "Android" label C10638 = "primative ftpd" label A10639 = "12/03/2016" label B10639 = "Audiobook" label C10639 = "001-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label D10639 = "30min" label A10640 = "12/03/2016" label B10640 = "Audiobook" label C10640 = "002-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label A10641 = "12/05/2016" label B10641 = "NES" label C10641 = "Ice Hockey" label A10642 = "12/06/2016" label B10642 = "MAME" label C10642 = "Ninja Baseball Bat Man" label A10643 = "12/06/2016" label B10643 = "NES" label C10643 = "Baseball Stars" label A10644 = "12/10/2016" label B10644 = "Linux" label C10644 = "vimwiki" label D10644 = "TUI" label A10645 = "12/12/2016" label B10645 = "Podcast" label C10645 = "PornDirectorPodcast" label F10645 = "http://www.porndirectorpodcast.com/main/" label A10646 = "12/12/2016" label B10646 = "Podcast" label C10646 = "The Cine-Files" label F10646 = "http://www.podbay.fm/show/1124549378" label A10647 = "12/15/2016" label B10647 = "PCGame" label C10647 = "Bionic Commando Rearmed" label A10648 = "12/17/2016" label B10648 = "Linux" label C10648 = "vbx function [Virtualbox CLI]" label D10648 = "RQBy: Schizo" label F10648 = "https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g" label A10649 = "12/22/2016" label B10649 = "Wii" label C10649 = "Rayman Origins" label A10650 = "12/23/2016" label B10650 = "Movie" label C10650 = "Top Gun 1986 Special Edition" label A10651 = "12/25/2016" label B10651 = "Linux" label C10651 = "rofi - dmenu launcher replacement" label D10651 = "GUI/CLI" label A10652 = "12/26/2016" label B10652 = "Movie" label C10652 = "Black Dynamite (2009)" label A10653 = "12/28/2016" label B10653 = "Movie" label C10653 = "Ben Hur 2016" label A10654 = "12/29/2016" label B10654 = "Movie" label C10654 = "Deepwater Horizon 2016" label A10655 = "12/29/2016" label B10655 = "Movie" label C10655 = "The Accountant 2016" label A10656 = "12/30/2016" label B10656 = "Movie" label C10656 = "The Magnificent Seven 2016" label B10657 = "Android" label C10657 = "IceCatMobile" label D10657 = "Web Browser" label F10657 = "https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat" label B10658 = "Audiobook" label C10658 = "003-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B10659 = "Audiobook" label C10659 = "004-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B10660 = "Audiobook" label C10660 = "Darth Plagueis" label B10661 = "Audiobook" label C10661 = "The Life-Changing Magic of Tidying Up" label B10662 = "Comic" label C10662 = "Saga" label B10663 = "Comic" label C10663 = "Walking Dead 157" label B10664 = "Comic" label C10664 = "X-Men Age of Apocalypse" label B10665 = "Comic" label C10665 = "Y The Last Man" label B10666 = "Linux" label C10666 = "Ampache: web based audio/video streaming" label D10666 = "WEBUI" label F10666 = "http://ampache.org/" label B10667 = "Linux" label C10667 = "Clonezilla" label B10668 = "Linux" label C10668 = "CopyQ - Clipboard manager" label D10668 = "GUI" label B10669 = "Linux" label C10669 = "EncFS - an Encrypted Filesystem" label B10670 = "Linux" label C10670 = "Firejail" label B10671 = "Linux" label C10671 = "LUKS encryption/ cryptsetup" label D10671 = "CLI" label B10672 = "Linux" label C10672 = "Piwigo is photo gallery software for the web" label D10672 = "WEBUI" label F10672 = "http://piwigo.org/" label B10673 = "Linux" label C10673 = "Samba" label D10673 = "CLI" label B10674 = "Linux" label C10674 = "SoundNode - opensource SoundCloud app" label D10674 = "GUI" label F10674 = "http://www.soundnodeapp.com/" label B10675 = "Linux" label C10675 = "Vocal - Podcast Client" label D10675 = "GUI" label F10675 = "http://vocalproject.net/" label B10676 = "Linux" label C10676 = "albumr - Imgur album downloader" label D10676 = "CLI" label F10676 = "https://pypi.python.org/pypi/albumr" label B10677 = "Linux" label C10677 = "alpine" label B10678 = "Linux" label C10678 = "anamnesis - clipboard manager" label D10678 = "GUI" label B10679 = "Linux" label C10679 = "asciiquarium" label D10679 = "TUI" label B10680 = "Linux" label C10680 = "bulk - bulk rename interactive" label D10680 = "Alex Leferry" label F10680 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B10681 = "Linux" label C10681 = "ccze - colorizer" label D10681 = "CLI" label B10682 = "Linux" label C10682 = "centerim5" label D10682 = "TUI" label B10683 = "Linux" label C10683 = "clipmenu - dmenu clipboard manager" label D10683 = "GUI" label B10684 = "Linux" label C10684 = "cvim" label B10685 = "Linux" label C10685 = "forecash - cashflow forecasting" label D10685 = "CLI" label F10685 = "https://github.com/fsareshwala/forecash" label B10686 = "Linux" label C10686 = "fzf-clipboard" label B10687 = "Linux" label C10687 = "kakoune - vim alternative" label D10687 = "Alex Leferry" label F10687 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B10688 = "Linux" label C10688 = "keynav" label B10689 = "Linux" label C10689 = "krill - rss filter feeds" label D10689 = "CLI" label F10689 = "https://github.com/p-e-w/krill" label B10690 = "Linux" label C10690 = "ledger - accounting system" label D10690 = "CLI" label F10690 = "http://www.ledger-cli.org/" label B10691 = "Linux" label C10691 = "megadl - mega.co.nz downloader" label D10691 = "CLI" label E10691 = "wait for 2.0 to have options to download single files from public folder" label B10692 = "Linux" label C10692 = "mpd + ncmpcpp" label D10692 = "CLI/TUI" label B10693 = "Linux" label C10693 = "newsbeuter macros" label D10693 = "CLI" label B10694 = "Linux" label C10694 = "nmtui" label D10694 = "wifi" label B10695 = "Linux" label C10695 = "nq - queue task" label D10695 = "CLI" label B10696 = "Linux" label C10696 = "open dvd producer - create DVD with menus" label D10696 = "GUI" label F10696 = "http://opendvdproducer.jonata.org/" label B10697 = "Linux" label C10697 = "redshift" label D10697 = "CLI" label B10698 = "Linux" label C10698 = "rofi-clipboard" label B10699 = "Linux" label C10699 = "rofi-locate" label B10700 = "Linux" label C10700 = "rofi-playonlinux" label B10701 = "Linux" label C10701 = "rofi-snippet" label B10702 = "Linux" label C10702 = "rss-bridge" label F10702 = "https://github.com/RSS-Bridge/rss-bridge" label B10703 = "Linux" label C10703 = "screenfetch" label D10703 = "CLI" label B10704 = "Linux" label C10704 = "setxkbmap" label B10705 = "Linux" label C10705 = "socli - Stack overflow command line client" label D10705 = "CLI" label F10705 = "https://github.com/gautamkrishnar/socli" label B10706 = "Linux" label C10706 = "sxhkd" label B10707 = "Linux" label C10707 = "systemd timers" label B10708 = "Linux" label C10708 = "taffy - A command-line audio tagging tool" label D10708 = "CLI" label F10708 = "https://github.com/jangler/taffy" label B10709 = "Linux" label C10709 = "task spooler multiple instances" label D10709 = "CLI" label B10710 = "Linux" label C10710 = "timertab - manage systemd timers" label F10710 = "https://github.com/amlamarra/timertab" label B10711 = "Linux" label C10711 = "tweeper - a Twitter to RSS web scraper" label D10711 = "CLI" label E10711 = "https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper" label F10711 = "https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/" label B10712 = "Linux" label C10712 = "veracrypt" label B10713 = "Linux" label C10713 = "wicd-curses" label D10713 = "wifi" label B10714 = "Linux" label C10714 = "wifi-menu" label D10714 = "wifi" label B10715 = "Linux" label C10715 = "wpa_supplicant " label D10715 = "wifi" label B10716 = "Linux" label C10716 = "wttr - weather info" label D10716 = "CLI" label B10717 = "Linux" label C10717 = "xbindkeys" label B10718 = "Linux" label C10718 = "xcape" label B10719 = "Linux" label C10719 = "xchainkeys" label B10720 = "Linux" label C10720 = "xdo" label B10721 = "Linux" label C10721 = "xfce4-screenshooter (selection area imgu'')" label D10721 = "GUI" label B10722 = "Linux" label C10722 = "xinput" label B10723 = "Linux" label C10723 = "xmodmap" label B10724 = "Linux" label C10724 = "xsendkey" label B10725 = "Linux" label C10725 = "xsetwacom " label B10726 = "Linux" label C10726 = "xvkbd" label B10727 = "MAME" label C10727 = "Baseball Stars 2" label B10728 = "Movie" label C10728 = "A Christmas Story 1983" label B10729 = "Movie" label C10729 = "Doctor Strange 2016" label B10730 = "Movie" label C10730 = "Eternal Sunshine of the Spotless Mind (2004)" label B10731 = "Movie" label C10731 = "Frozen" label B10732 = "Movie" label C10732 = "Harry Potter" label B10733 = "Movie" label C10733 = "Jaws (1975)" label B10734 = "Movie" label C10734 = "Moana 2016" label B10735 = "Movie" label C10735 = "Mud 2012" label B10736 = "Movie" label C10736 = "Pete's Dragon 2016" label B10737 = "Movie" label C10737 = "Pump Up The Volume 1990" label B10738 = "Movie" label C10738 = "Snakes on a Plane (2006)" label B10739 = "Movie" label C10739 = "Snowden 2016" label B10740 = "Movie" label C10740 = "Swiss Army Man (2016)" label B10741 = "Movie" label C10741 = "The Legend of Tarzan 2016" label B10742 = "Movie" label C10742 = "Trainwreck (2015)" label B10743 = "Movie" label C10743 = "True Romance (1993)" label B10744 = "Movie" label C10744 = "War Dogs 2016" label B10745 = "Music" label C10745 = "Ashanti" label B10746 = "Music" label C10746 = "BackStreet/Dre" label B10747 = "Music" label C10747 = "Bubba Sparxxx" label B10748 = "Music" label C10748 = "Ciara" label B10749 = "Music" label C10749 = "Dido" label B10750 = "Music" label C10750 = "Dr Dre Instramentals" label B10751 = "Music" label C10751 = "Gloria Estefan" label B10752 = "Music" label C10752 = "Juvenile" label B10753 = "Music" label C10753 = "Meghan Trainor" label B10754 = "Music" label C10754 = "Petey Pablo" label B10755 = "Music" label C10755 = "Puff Daddy" label B10756 = "Music" label C10756 = "Run DMC" label B10757 = "Music" label C10757 = "Street Fighter" label B10758 = "Music" label C10758 = "Super Mario World" label B10759 = "Music" label C10759 = "TLC" label B10760 = "Music" label C10760 = "Young Buck" label B10761 = "NES" label C10761 = "Bionic Commando" label B10762 = "NES" label C10762 = "Contra" label B10763 = "NES" label C10763 = "Mega Man 2" label B10764 = "NES" label C10764 = "Palamedes" label D10764 = "Puzzle" label B10765 = "NES" label C10765 = "Super Mario Bros 3" label B10766 = "PCGame" label C10766 = "Batman: Arkham Asylum" label B10767 = "PCGame" label C10767 = "Dead or Alive 5 With Nude Patch" label B10768 = "PCGame" label C10768 = "For Honor" label B10769 = "PCGame" label C10769 = "Killer Instinct" label B10770 = "PCGame" label C10770 = "Rise of the Tomb Raider" label B10771 = "PCGame" label C10771 = "Street Fighter 5" label B10772 = "PCGame" label C10772 = "The Division" label B10773 = "PSX" label C10773 = "ESPN Extreme Games" label B10774 = "PSX" label C10774 = "Street Fighter: The Movie" label B10775 = "SNES" label C10775 = "Punch Out" label B10776 = "TVShow" label C10776 = "3% Netflix" label B10777 = "TVShow" label C10777 = "Alone [History Channel]" label B10778 = "TVShow" label C10778 = "Black Mirror" label B10779 = "TVShow" label C10779 = "Roman Empire Reign of Blood" label B10780 = "TVShow" label C10780 = "Stranger Things" label B10781 = "TVShow" label C10781 = "The People v. O.J. Simpson: American Crime Story" label B10782 = "TVShow" label C10782 = "The Wire" label B10783 = "TVShow" label C10783 = "Westworld" label B10784 = "Wii" label C10784 = "Kirby Yarn" label B10785 = "Wii" label C10785 = "Mario Gaxaly" label B10786 = "Wii" label C10786 = "Punch Out w/ Balance Board" label B10787 = "Wii" label C10787 = "Resident Evil" label B10788 = "Wii" label C10788 = "Skate w/ Board" label B10789 = "Xbox" label C10789 = "Aliens Versus Predator: Extinction" label D10789 = "RTS" label B10790 = "Xbox" label C10790 = "Star Wars Battlefront 2" label D10790 = "FPS" label A10791 = "01/01/2017" label B10791 = "Linux" label C10791 = "rofi-surfraw | bookmarks" label D10791 = "GUI/CLI" label A10792 = "01/01/2017" label B10792 = "Movie" label C10792 = "Planes Trains & Automoobiles 1987" label A10793 = "01/03/2016" label B10793 = "TVShow" label C10793 = "Quantico Season 2" label A10794 = "01/03/2016" label B10794 = "Wii" label C10794 = "Captain America Super Soldier" label A10795 = "01/05/2017" label B10795 = "Movie" label C10795 = "Mechanic Resurrection 2016" label A10796 = "01/06/2017" label B10796 = "Movie" label C10796 = "Goonies 1985" label A10797 = "11/22/2016" label B10797 = "Movie" label C10797 = "The Core 2003" label A10798 = "11/25/2016" label B10798 = "Music" label C10798 = "Mya" label A10799 = "11/28/2016" label B10799 = "Movie" label C10799 = "Suicide Squad Extended 2016" label A10800 = "12/01/2016" label B10800 = "Xbox" label C10800 = "NFL Street" label A10801 = "12/02/2016" label B10801 = "TVShow" label C10801 = "Mr. Robot S2 last 2 ep" label A10802 = "12/03/2016" label B10802 = "Android" label C10802 = "KingRoot - Root any Phone" label D10802 = "might have backdoors?" label A10803 = "12/03/2016" label B10803 = "Android" label C10803 = "Purify - block all apps that sucks battery life" label A10804 = "12/03/2016" label B10804 = "Android" label C10804 = "primative ftpd" label A10805 = "12/03/2016" label B10805 = "Audiobook" label C10805 = "001-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label D10805 = "30min" label A10806 = "12/03/2016" label B10806 = "Audiobook" label C10806 = "002-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label A10807 = "12/05/2016" label B10807 = "NES" label C10807 = "Ice Hockey" label A10808 = "12/06/2016" label B10808 = "MAME" label C10808 = "Ninja Baseball Bat Man" label A10809 = "12/06/2016" label B10809 = "NES" label C10809 = "Baseball Stars" label A10810 = "12/10/2016" label B10810 = "Linux" label C10810 = "vimwiki" label D10810 = "TUI" label A10811 = "12/12/2016" label B10811 = "Podcast" label C10811 = "PornDirectorPodcast" label F10811 = "http://www.porndirectorpodcast.com/main/" label A10812 = "12/12/2016" label B10812 = "Podcast" label C10812 = "The Cine-Files" label F10812 = "http://www.podbay.fm/show/1124549378" label A10813 = "12/15/2016" label B10813 = "PCGame" label C10813 = "Bionic Commando Rearmed" label A10814 = "12/17/2016" label B10814 = "Linux" label C10814 = "vbx function [Virtualbox CLI]" label D10814 = "RQBy: Schizo" label F10814 = "https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g" label A10815 = "12/22/2016" label B10815 = "Wii" label C10815 = "Rayman Origins" label A10816 = "12/23/2016" label B10816 = "Movie" label C10816 = "Top Gun 1986 Special Edition" label A10817 = "12/25/2016" label B10817 = "Linux" label C10817 = "rofi - dmenu launcher replacement" label D10817 = "GUI/CLI" label A10818 = "12/26/2016" label B10818 = "Movie" label C10818 = "Black Dynamite (2009)" label A10819 = "12/28/2016" label B10819 = "Movie" label C10819 = "Ben Hur 2016" label A10820 = "12/29/2016" label B10820 = "Movie" label C10820 = "Deepwater Horizon 2016" label A10821 = "12/29/2016" label B10821 = "Movie" label C10821 = "The Accountant 2016" label A10822 = "12/30/2016" label B10822 = "Movie" label C10822 = "The Magnificent Seven 2016" label B10823 = "Android" label C10823 = "IceCatMobile" label D10823 = "Web Browser" label F10823 = "https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat" label B10824 = "Audiobook" label C10824 = "003-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B10825 = "Audiobook" label C10825 = "004-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B10826 = "Audiobook" label C10826 = "Darth Plagueis" label B10827 = "Audiobook" label C10827 = "The Life-Changing Magic of Tidying Up" label B10828 = "Comic" label C10828 = "Saga" label B10829 = "Comic" label C10829 = "Walking Dead 157" label B10830 = "Comic" label C10830 = "X-Men Age of Apocalypse" label B10831 = "Comic" label C10831 = "Y The Last Man" label B10832 = "Linux" label C10832 = "Ampache: web based audio/video streaming" label D10832 = "WEBUI" label F10832 = "http://ampache.org/" label B10833 = "Linux" label C10833 = "Clonezilla" label B10834 = "Linux" label C10834 = "CopyQ - Clipboard manager" label D10834 = "GUI" label B10835 = "Linux" label C10835 = "EncFS - an Encrypted Filesystem" label B10836 = "Linux" label C10836 = "Firejail" label B10837 = "Linux" label C10837 = "LUKS encryption/ cryptsetup" label D10837 = "CLI" label B10838 = "Linux" label C10838 = "Piwigo is photo gallery software for the web" label D10838 = "WEBUI" label F10838 = "http://piwigo.org/" label B10839 = "Linux" label C10839 = "Samba" label D10839 = "CLI" label B10840 = "Linux" label C10840 = "SoundNode - opensource SoundCloud app" label D10840 = "GUI" label F10840 = "http://www.soundnodeapp.com/" label B10841 = "Linux" label C10841 = "Vocal - Podcast Client" label D10841 = "GUI" label F10841 = "http://vocalproject.net/" label B10842 = "Linux" label C10842 = "albumr - Imgur album downloader" label D10842 = "CLI" label F10842 = "https://pypi.python.org/pypi/albumr" label B10843 = "Linux" label C10843 = "alpine" label B10844 = "Linux" label C10844 = "anamnesis - clipboard manager" label D10844 = "GUI" label B10845 = "Linux" label C10845 = "asciiquarium" label D10845 = "TUI" label B10846 = "Linux" label C10846 = "bulk - bulk rename interactive" label D10846 = "Alex Leferry" label F10846 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B10847 = "Linux" label C10847 = "ccze - colorizer" label D10847 = "CLI" label B10848 = "Linux" label C10848 = "centerim5" label D10848 = "TUI" label B10849 = "Linux" label C10849 = "clipmenu - dmenu clipboard manager" label D10849 = "GUI" label B10850 = "Linux" label C10850 = "cvim" label B10851 = "Linux" label C10851 = "forecash - cashflow forecasting" label D10851 = "CLI" label F10851 = "https://github.com/fsareshwala/forecash" label B10852 = "Linux" label C10852 = "fzf-clipboard" label B10853 = "Linux" label C10853 = "kakoune - vim alternative" label D10853 = "Alex Leferry" label F10853 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B10854 = "Linux" label C10854 = "keynav" label B10855 = "Linux" label C10855 = "krill - rss filter feeds" label D10855 = "CLI" label F10855 = "https://github.com/p-e-w/krill" label B10856 = "Linux" label C10856 = "ledger - accounting system" label D10856 = "CLI" label F10856 = "http://www.ledger-cli.org/" label B10857 = "Linux" label C10857 = "megadl - mega.co.nz downloader" label D10857 = "CLI" label E10857 = "wait for 2.0 to have options to download single files from public folder" label B10858 = "Linux" label C10858 = "mpd + ncmpcpp" label D10858 = "CLI/TUI" label B10859 = "Linux" label C10859 = "newsbeuter macros" label D10859 = "CLI" label B10860 = "Linux" label C10860 = "nmtui" label D10860 = "wifi" label B10861 = "Linux" label C10861 = "nq - queue task" label D10861 = "CLI" label B10862 = "Linux" label C10862 = "open dvd producer - create DVD with menus" label D10862 = "GUI" label F10862 = "http://opendvdproducer.jonata.org/" label B10863 = "Linux" label C10863 = "redshift" label D10863 = "CLI" label B10864 = "Linux" label C10864 = "rofi-clipboard" label B10865 = "Linux" label C10865 = "rofi-locate" label B10866 = "Linux" label C10866 = "rofi-playonlinux" label B10867 = "Linux" label C10867 = "rofi-snippet" label B10868 = "Linux" label C10868 = "rss-bridge" label F10868 = "https://github.com/RSS-Bridge/rss-bridge" label B10869 = "Linux" label C10869 = "screenfetch" label D10869 = "CLI" label B10870 = "Linux" label C10870 = "setxkbmap" label B10871 = "Linux" label C10871 = "socli - Stack overflow command line client" label D10871 = "CLI" label F10871 = "https://github.com/gautamkrishnar/socli" label B10872 = "Linux" label C10872 = "sxhkd" label B10873 = "Linux" label C10873 = "systemd timers" label B10874 = "Linux" label C10874 = "taffy - A command-line audio tagging tool" label D10874 = "CLI" label F10874 = "https://github.com/jangler/taffy" label B10875 = "Linux" label C10875 = "task spooler multiple instances" label D10875 = "CLI" label B10876 = "Linux" label C10876 = "timertab - manage systemd timers" label F10876 = "https://github.com/amlamarra/timertab" label B10877 = "Linux" label C10877 = "tweeper - a Twitter to RSS web scraper" label D10877 = "CLI" label E10877 = "https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper" label F10877 = "https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/" label B10878 = "Linux" label C10878 = "veracrypt" label B10879 = "Linux" label C10879 = "wicd-curses" label D10879 = "wifi" label B10880 = "Linux" label C10880 = "wifi-menu" label D10880 = "wifi" label B10881 = "Linux" label C10881 = "wpa_supplicant " label D10881 = "wifi" label B10882 = "Linux" label C10882 = "wttr - weather info" label D10882 = "CLI" label B10883 = "Linux" label C10883 = "xbindkeys" label B10884 = "Linux" label C10884 = "xcape" label B10885 = "Linux" label C10885 = "xchainkeys" label B10886 = "Linux" label C10886 = "xdo" label B10887 = "Linux" label C10887 = "xfce4-screenshooter (selection area imgu'')" label D10887 = "GUI" label B10888 = "Linux" label C10888 = "xinput" label B10889 = "Linux" label C10889 = "xmodmap" label B10890 = "Linux" label C10890 = "xsendkey" label B10891 = "Linux" label C10891 = "xsetwacom " label B10892 = "Linux" label C10892 = "xvkbd" label B10893 = "MAME" label C10893 = "Baseball Stars 2" label B10894 = "Movie" label C10894 = "A Christmas Story 1983" label B10895 = "Movie" label C10895 = "Doctor Strange 2016" label B10896 = "Movie" label C10896 = "Eternal Sunshine of the Spotless Mind (2004)" label B10897 = "Movie" label C10897 = "Frozen" label B10898 = "Movie" label C10898 = "Harry Potter" label B10899 = "Movie" label C10899 = "Jaws (1975)" label B10900 = "Movie" label C10900 = "Moana 2016" label B10901 = "Movie" label C10901 = "Mud 2012" label B10902 = "Movie" label C10902 = "Pete's Dragon 2016" label B10903 = "Movie" label C10903 = "Pump Up The Volume 1990" label B10904 = "Movie" label C10904 = "Snakes on a Plane (2006)" label B10905 = "Movie" label C10905 = "Snowden 2016" label B10906 = "Movie" label C10906 = "Swiss Army Man (2016)" label B10907 = "Movie" label C10907 = "The Legend of Tarzan 2016" label B10908 = "Movie" label C10908 = "Trainwreck (2015)" label B10909 = "Movie" label C10909 = "True Romance (1993)" label B10910 = "Movie" label C10910 = "War Dogs 2016" label B10911 = "Music" label C10911 = "Ashanti" label B10912 = "Music" label C10912 = "BackStreet/Dre" label B10913 = "Music" label C10913 = "Bubba Sparxxx" label B10914 = "Music" label C10914 = "Ciara" label B10915 = "Music" label C10915 = "Dido" label B10916 = "Music" label C10916 = "Dr Dre Instramentals" label B10917 = "Music" label C10917 = "Gloria Estefan" label B10918 = "Music" label C10918 = "Juvenile" label B10919 = "Music" label C10919 = "Meghan Trainor" label B10920 = "Music" label C10920 = "Petey Pablo" label B10921 = "Music" label C10921 = "Puff Daddy" label B10922 = "Music" label C10922 = "Run DMC" label B10923 = "Music" label C10923 = "Street Fighter" label B10924 = "Music" label C10924 = "Super Mario World" label B10925 = "Music" label C10925 = "TLC" label B10926 = "Music" label C10926 = "Young Buck" label B10927 = "NES" label C10927 = "Bionic Commando" label B10928 = "NES" label C10928 = "Contra" label B10929 = "NES" label C10929 = "Mega Man 2" label B10930 = "NES" label C10930 = "Palamedes" label D10930 = "Puzzle" label B10931 = "NES" label C10931 = "Super Mario Bros 3" label B10932 = "PCGame" label C10932 = "Batman: Arkham Asylum" label B10933 = "PCGame" label C10933 = "Dead or Alive 5 With Nude Patch" label B10934 = "PCGame" label C10934 = "For Honor" label B10935 = "PCGame" label C10935 = "Killer Instinct" label B10936 = "PCGame" label C10936 = "Rise of the Tomb Raider" label B10937 = "PCGame" label C10937 = "Street Fighter 5" label B10938 = "PCGame" label C10938 = "The Division" label B10939 = "PSX" label C10939 = "ESPN Extreme Games" label B10940 = "PSX" label C10940 = "Street Fighter: The Movie" label B10941 = "SNES" label C10941 = "Punch Out" label B10942 = "TVShow" label C10942 = "3% Netflix" label B10943 = "TVShow" label C10943 = "Alone [History Channel]" label B10944 = "TVShow" label C10944 = "Black Mirror" label B10945 = "TVShow" label C10945 = "Roman Empire Reign of Blood" label B10946 = "TVShow" label C10946 = "Stranger Things" label B10947 = "TVShow" label C10947 = "The People v. O.J. Simpson: American Crime Story" label B10948 = "TVShow" label C10948 = "The Wire" label B10949 = "TVShow" label C10949 = "Westworld" label B10950 = "Wii" label C10950 = "Kirby Yarn" label B10951 = "Wii" label C10951 = "Mario Gaxaly" label B10952 = "Wii" label C10952 = "Punch Out w/ Balance Board" label B10953 = "Wii" label C10953 = "Resident Evil" label B10954 = "Wii" label C10954 = "Skate w/ Board" label B10955 = "Xbox" label C10955 = "Aliens Versus Predator: Extinction" label D10955 = "RTS" label B10956 = "Xbox" label C10956 = "Star Wars Battlefront 2" label D10956 = "FPS" label A10957 = "01/01/2017" label B10957 = "Linux" label C10957 = "rofi-surfraw | bookmarks" label D10957 = "GUI/CLI" label A10958 = "01/01/2017" label B10958 = "Movie" label C10958 = "Planes Trains & Automoobiles 1987" label A10959 = "01/03/2016" label B10959 = "TVShow" label C10959 = "Quantico Season 2" label A10960 = "01/03/2016" label B10960 = "Wii" label C10960 = "Captain America Super Soldier" label A10961 = "01/05/2017" label B10961 = "Movie" label C10961 = "Mechanic Resurrection 2016" label A10962 = "01/06/2017" label B10962 = "Movie" label C10962 = "Goonies 1985" label A10963 = "11/22/2016" label B10963 = "Movie" label C10963 = "The Core 2003" label A10964 = "11/25/2016" label B10964 = "Music" label C10964 = "Mya" label A10965 = "11/28/2016" label B10965 = "Movie" label C10965 = "Suicide Squad Extended 2016" label A10966 = "12/01/2016" label B10966 = "Xbox" label C10966 = "NFL Street" label A10967 = "12/02/2016" label B10967 = "TVShow" label C10967 = "Mr. Robot S2 last 2 ep" label A10968 = "12/03/2016" label B10968 = "Android" label C10968 = "KingRoot - Root any Phone" label D10968 = "might have backdoors?" label A10969 = "12/03/2016" label B10969 = "Android" label C10969 = "Purify - block all apps that sucks battery life" label A10970 = "12/03/2016" label B10970 = "Android" label C10970 = "primative ftpd" label A10971 = "12/03/2016" label B10971 = "Audiobook" label C10971 = "001-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label D10971 = "30min" label A10972 = "12/03/2016" label B10972 = "Audiobook" label C10972 = "002-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label A10973 = "12/05/2016" label B10973 = "NES" label C10973 = "Ice Hockey" label A10974 = "12/06/2016" label B10974 = "MAME" label C10974 = "Ninja Baseball Bat Man" label A10975 = "12/06/2016" label B10975 = "NES" label C10975 = "Baseball Stars" label A10976 = "12/10/2016" label B10976 = "Linux" label C10976 = "vimwiki" label D10976 = "TUI" label A10977 = "12/12/2016" label B10977 = "Podcast" label C10977 = "PornDirectorPodcast" label F10977 = "http://www.porndirectorpodcast.com/main/" label A10978 = "12/12/2016" label B10978 = "Podcast" label C10978 = "The Cine-Files" label F10978 = "http://www.podbay.fm/show/1124549378" label A10979 = "12/15/2016" label B10979 = "PCGame" label C10979 = "Bionic Commando Rearmed" label A10980 = "12/17/2016" label B10980 = "Linux" label C10980 = "vbx function [Virtualbox CLI]" label D10980 = "RQBy: Schizo" label F10980 = "https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g" label A10981 = "12/22/2016" label B10981 = "Wii" label C10981 = "Rayman Origins" label A10982 = "12/23/2016" label B10982 = "Movie" label C10982 = "Top Gun 1986 Special Edition" label A10983 = "12/25/2016" label B10983 = "Linux" label C10983 = "rofi - dmenu launcher replacement" label D10983 = "GUI/CLI" label A10984 = "12/26/2016" label B10984 = "Movie" label C10984 = "Black Dynamite (2009)" label A10985 = "12/28/2016" label B10985 = "Movie" label C10985 = "Ben Hur 2016" label A10986 = "12/29/2016" label B10986 = "Movie" label C10986 = "Deepwater Horizon 2016" label A10987 = "12/29/2016" label B10987 = "Movie" label C10987 = "The Accountant 2016" label A10988 = "12/30/2016" label B10988 = "Movie" label C10988 = "The Magnificent Seven 2016" label B10989 = "Android" label C10989 = "IceCatMobile" label D10989 = "Web Browser" label F10989 = "https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat" label B10990 = "Audiobook" label C10990 = "003-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B10991 = "Audiobook" label C10991 = "004-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B10992 = "Audiobook" label C10992 = "Darth Plagueis" label B10993 = "Audiobook" label C10993 = "The Life-Changing Magic of Tidying Up" label B10994 = "Comic" label C10994 = "Saga" label B10995 = "Comic" label C10995 = "Walking Dead 157" label B10996 = "Comic" label C10996 = "X-Men Age of Apocalypse" label B10997 = "Comic" label C10997 = "Y The Last Man" label B10998 = "Linux" label C10998 = "Ampache: web based audio/video streaming" label D10998 = "WEBUI" label F10998 = "http://ampache.org/" label B10999 = "Linux" label C10999 = "Clonezilla" label B11000 = "Linux" label C11000 = "CopyQ - Clipboard manager" label D11000 = "GUI" label B11001 = "Linux" label C11001 = "EncFS - an Encrypted Filesystem" label B11002 = "Linux" label C11002 = "Firejail" label B11003 = "Linux" label C11003 = "LUKS encryption/ cryptsetup" label D11003 = "CLI" label B11004 = "Linux" label C11004 = "Piwigo is photo gallery software for the web" label D11004 = "WEBUI" label F11004 = "http://piwigo.org/" label B11005 = "Linux" label C11005 = "Samba" label D11005 = "CLI" label B11006 = "Linux" label C11006 = "SoundNode - opensource SoundCloud app" label D11006 = "GUI" label F11006 = "http://www.soundnodeapp.com/" label B11007 = "Linux" label C11007 = "Vocal - Podcast Client" label D11007 = "GUI" label F11007 = "http://vocalproject.net/" label B11008 = "Linux" label C11008 = "albumr - Imgur album downloader" label D11008 = "CLI" label F11008 = "https://pypi.python.org/pypi/albumr" label B11009 = "Linux" label C11009 = "alpine" label B11010 = "Linux" label C11010 = "anamnesis - clipboard manager" label D11010 = "GUI" label B11011 = "Linux" label C11011 = "asciiquarium" label D11011 = "TUI" label B11012 = "Linux" label C11012 = "bulk - bulk rename interactive" label D11012 = "Alex Leferry" label F11012 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B11013 = "Linux" label C11013 = "ccze - colorizer" label D11013 = "CLI" label B11014 = "Linux" label C11014 = "centerim5" label D11014 = "TUI" label B11015 = "Linux" label C11015 = "clipmenu - dmenu clipboard manager" label D11015 = "GUI" label B11016 = "Linux" label C11016 = "cvim" label B11017 = "Linux" label C11017 = "forecash - cashflow forecasting" label D11017 = "CLI" label F11017 = "https://github.com/fsareshwala/forecash" label B11018 = "Linux" label C11018 = "fzf-clipboard" label B11019 = "Linux" label C11019 = "kakoune - vim alternative" label D11019 = "Alex Leferry" label F11019 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B11020 = "Linux" label C11020 = "keynav" label B11021 = "Linux" label C11021 = "krill - rss filter feeds" label D11021 = "CLI" label F11021 = "https://github.com/p-e-w/krill" label B11022 = "Linux" label C11022 = "ledger - accounting system" label D11022 = "CLI" label F11022 = "http://www.ledger-cli.org/" label B11023 = "Linux" label C11023 = "megadl - mega.co.nz downloader" label D11023 = "CLI" label E11023 = "wait for 2.0 to have options to download single files from public folder" label B11024 = "Linux" label C11024 = "mpd + ncmpcpp" label D11024 = "CLI/TUI" label B11025 = "Linux" label C11025 = "newsbeuter macros" label D11025 = "CLI" label B11026 = "Linux" label C11026 = "nmtui" label D11026 = "wifi" label B11027 = "Linux" label C11027 = "nq - queue task" label D11027 = "CLI" label B11028 = "Linux" label C11028 = "open dvd producer - create DVD with menus" label D11028 = "GUI" label F11028 = "http://opendvdproducer.jonata.org/" label B11029 = "Linux" label C11029 = "redshift" label D11029 = "CLI" label B11030 = "Linux" label C11030 = "rofi-clipboard" label B11031 = "Linux" label C11031 = "rofi-locate" label B11032 = "Linux" label C11032 = "rofi-playonlinux" label B11033 = "Linux" label C11033 = "rofi-snippet" label B11034 = "Linux" label C11034 = "rss-bridge" label F11034 = "https://github.com/RSS-Bridge/rss-bridge" label B11035 = "Linux" label C11035 = "screenfetch" label D11035 = "CLI" label B11036 = "Linux" label C11036 = "setxkbmap" label B11037 = "Linux" label C11037 = "socli - Stack overflow command line client" label D11037 = "CLI" label F11037 = "https://github.com/gautamkrishnar/socli" label B11038 = "Linux" label C11038 = "sxhkd" label B11039 = "Linux" label C11039 = "systemd timers" label B11040 = "Linux" label C11040 = "taffy - A command-line audio tagging tool" label D11040 = "CLI" label F11040 = "https://github.com/jangler/taffy" label B11041 = "Linux" label C11041 = "task spooler multiple instances" label D11041 = "CLI" label B11042 = "Linux" label C11042 = "timertab - manage systemd timers" label F11042 = "https://github.com/amlamarra/timertab" label B11043 = "Linux" label C11043 = "tweeper - a Twitter to RSS web scraper" label D11043 = "CLI" label E11043 = "https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper" label F11043 = "https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/" label B11044 = "Linux" label C11044 = "veracrypt" label B11045 = "Linux" label C11045 = "wicd-curses" label D11045 = "wifi" label B11046 = "Linux" label C11046 = "wifi-menu" label D11046 = "wifi" label B11047 = "Linux" label C11047 = "wpa_supplicant " label D11047 = "wifi" label B11048 = "Linux" label C11048 = "wttr - weather info" label D11048 = "CLI" label B11049 = "Linux" label C11049 = "xbindkeys" label B11050 = "Linux" label C11050 = "xcape" label B11051 = "Linux" label C11051 = "xchainkeys" label B11052 = "Linux" label C11052 = "xdo" label B11053 = "Linux" label C11053 = "xfce4-screenshooter (selection area imgu'')" label D11053 = "GUI" label B11054 = "Linux" label C11054 = "xinput" label B11055 = "Linux" label C11055 = "xmodmap" label B11056 = "Linux" label C11056 = "xsendkey" label B11057 = "Linux" label C11057 = "xsetwacom " label B11058 = "Linux" label C11058 = "xvkbd" label B11059 = "MAME" label C11059 = "Baseball Stars 2" label B11060 = "Movie" label C11060 = "A Christmas Story 1983" label B11061 = "Movie" label C11061 = "Doctor Strange 2016" label B11062 = "Movie" label C11062 = "Eternal Sunshine of the Spotless Mind (2004)" label B11063 = "Movie" label C11063 = "Frozen" label B11064 = "Movie" label C11064 = "Harry Potter" label B11065 = "Movie" label C11065 = "Jaws (1975)" label B11066 = "Movie" label C11066 = "Moana 2016" label B11067 = "Movie" label C11067 = "Mud 2012" label B11068 = "Movie" label C11068 = "Pete's Dragon 2016" label B11069 = "Movie" label C11069 = "Pump Up The Volume 1990" label B11070 = "Movie" label C11070 = "Snakes on a Plane (2006)" label B11071 = "Movie" label C11071 = "Snowden 2016" label B11072 = "Movie" label C11072 = "Swiss Army Man (2016)" label B11073 = "Movie" label C11073 = "The Legend of Tarzan 2016" label B11074 = "Movie" label C11074 = "Trainwreck (2015)" label B11075 = "Movie" label C11075 = "True Romance (1993)" label B11076 = "Movie" label C11076 = "War Dogs 2016" label B11077 = "Music" label C11077 = "Ashanti" label B11078 = "Music" label C11078 = "BackStreet/Dre" label B11079 = "Music" label C11079 = "Bubba Sparxxx" label B11080 = "Music" label C11080 = "Ciara" label B11081 = "Music" label C11081 = "Dido" label B11082 = "Music" label C11082 = "Dr Dre Instramentals" label B11083 = "Music" label C11083 = "Gloria Estefan" label B11084 = "Music" label C11084 = "Juvenile" label B11085 = "Music" label C11085 = "Meghan Trainor" label B11086 = "Music" label C11086 = "Petey Pablo" label B11087 = "Music" label C11087 = "Puff Daddy" label B11088 = "Music" label C11088 = "Run DMC" label B11089 = "Music" label C11089 = "Street Fighter" label B11090 = "Music" label C11090 = "Super Mario World" label B11091 = "Music" label C11091 = "TLC" label B11092 = "Music" label C11092 = "Young Buck" label B11093 = "NES" label C11093 = "Bionic Commando" label B11094 = "NES" label C11094 = "Contra" label B11095 = "NES" label C11095 = "Mega Man 2" label B11096 = "NES" label C11096 = "Palamedes" label D11096 = "Puzzle" label B11097 = "NES" label C11097 = "Super Mario Bros 3" label B11098 = "PCGame" label C11098 = "Batman: Arkham Asylum" label B11099 = "PCGame" label C11099 = "Dead or Alive 5 With Nude Patch" label B11100 = "PCGame" label C11100 = "For Honor" label B11101 = "PCGame" label C11101 = "Killer Instinct" label B11102 = "PCGame" label C11102 = "Rise of the Tomb Raider" label B11103 = "PCGame" label C11103 = "Street Fighter 5" label B11104 = "PCGame" label C11104 = "The Division" label B11105 = "PSX" label C11105 = "ESPN Extreme Games" label B11106 = "PSX" label C11106 = "Street Fighter: The Movie" label B11107 = "SNES" label C11107 = "Punch Out" label B11108 = "TVShow" label C11108 = "3% Netflix" label B11109 = "TVShow" label C11109 = "Alone [History Channel]" label B11110 = "TVShow" label C11110 = "Black Mirror" label B11111 = "TVShow" label C11111 = "Roman Empire Reign of Blood" label B11112 = "TVShow" label C11112 = "Stranger Things" label B11113 = "TVShow" label C11113 = "The People v. O.J. Simpson: American Crime Story" label B11114 = "TVShow" label C11114 = "The Wire" label B11115 = "TVShow" label C11115 = "Westworld" label B11116 = "Wii" label C11116 = "Kirby Yarn" label B11117 = "Wii" label C11117 = "Mario Gaxaly" label B11118 = "Wii" label C11118 = "Punch Out w/ Balance Board" label B11119 = "Wii" label C11119 = "Resident Evil" label B11120 = "Wii" label C11120 = "Skate w/ Board" label B11121 = "Xbox" label C11121 = "Aliens Versus Predator: Extinction" label D11121 = "RTS" label B11122 = "Xbox" label C11122 = "Star Wars Battlefront 2" label D11122 = "FPS" label A11123 = "01/01/2017" label B11123 = "Linux" label C11123 = "rofi-surfraw | bookmarks" label D11123 = "GUI/CLI" label A11124 = "01/01/2017" label B11124 = "Movie" label C11124 = "Planes Trains & Automoobiles 1987" label A11125 = "01/03/2016" label B11125 = "TVShow" label C11125 = "Quantico Season 2" label A11126 = "01/03/2016" label B11126 = "Wii" label C11126 = "Captain America Super Soldier" label A11127 = "01/05/2017" label B11127 = "Movie" label C11127 = "Mechanic Resurrection 2016" label A11128 = "01/06/2017" label B11128 = "Movie" label C11128 = "Goonies 1985" label A11129 = "11/22/2016" label B11129 = "Movie" label C11129 = "The Core 2003" label A11130 = "11/25/2016" label B11130 = "Music" label C11130 = "Mya" label A11131 = "11/28/2016" label B11131 = "Movie" label C11131 = "Suicide Squad Extended 2016" label A11132 = "12/01/2016" label B11132 = "Xbox" label C11132 = "NFL Street" label A11133 = "12/02/2016" label B11133 = "TVShow" label C11133 = "Mr. Robot S2 last 2 ep" label A11134 = "12/03/2016" label B11134 = "Android" label C11134 = "KingRoot - Root any Phone" label D11134 = "might have backdoors?" label A11135 = "12/03/2016" label B11135 = "Android" label C11135 = "Purify - block all apps that sucks battery life" label A11136 = "12/03/2016" label B11136 = "Android" label C11136 = "primative ftpd" label A11137 = "12/03/2016" label B11137 = "Audiobook" label C11137 = "001-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label D11137 = "30min" label A11138 = "12/03/2016" label B11138 = "Audiobook" label C11138 = "002-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label A11139 = "12/05/2016" label B11139 = "NES" label C11139 = "Ice Hockey" label A11140 = "12/06/2016" label B11140 = "MAME" label C11140 = "Ninja Baseball Bat Man" label A11141 = "12/06/2016" label B11141 = "NES" label C11141 = "Baseball Stars" label A11142 = "12/10/2016" label B11142 = "Linux" label C11142 = "vimwiki" label D11142 = "TUI" label A11143 = "12/12/2016" label B11143 = "Podcast" label C11143 = "PornDirectorPodcast" label F11143 = "http://www.porndirectorpodcast.com/main/" label A11144 = "12/12/2016" label B11144 = "Podcast" label C11144 = "The Cine-Files" label F11144 = "http://www.podbay.fm/show/1124549378" label A11145 = "12/15/2016" label B11145 = "PCGame" label C11145 = "Bionic Commando Rearmed" label A11146 = "12/17/2016" label B11146 = "Linux" label C11146 = "vbx function [Virtualbox CLI]" label D11146 = "RQBy: Schizo" label F11146 = "https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g" label A11147 = "12/22/2016" label B11147 = "Wii" label C11147 = "Rayman Origins" label A11148 = "12/23/2016" label B11148 = "Movie" label C11148 = "Top Gun 1986 Special Edition" label A11149 = "12/25/2016" label B11149 = "Linux" label C11149 = "rofi - dmenu launcher replacement" label D11149 = "GUI/CLI" label A11150 = "12/26/2016" label B11150 = "Movie" label C11150 = "Black Dynamite (2009)" label A11151 = "12/28/2016" label B11151 = "Movie" label C11151 = "Ben Hur 2016" label A11152 = "12/29/2016" label B11152 = "Movie" label C11152 = "Deepwater Horizon 2016" label A11153 = "12/29/2016" label B11153 = "Movie" label C11153 = "The Accountant 2016" label A11154 = "12/30/2016" label B11154 = "Movie" label C11154 = "The Magnificent Seven 2016" label B11155 = "Android" label C11155 = "IceCatMobile" label D11155 = "Web Browser" label F11155 = "https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat" label B11156 = "Audiobook" label C11156 = "003-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B11157 = "Audiobook" label C11157 = "004-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B11158 = "Audiobook" label C11158 = "Darth Plagueis" label B11159 = "Audiobook" label C11159 = "The Life-Changing Magic of Tidying Up" label B11160 = "Comic" label C11160 = "Saga" label B11161 = "Comic" label C11161 = "Walking Dead 157" label B11162 = "Comic" label C11162 = "X-Men Age of Apocalypse" label B11163 = "Comic" label C11163 = "Y The Last Man" label B11164 = "Linux" label C11164 = "Ampache: web based audio/video streaming" label D11164 = "WEBUI" label F11164 = "http://ampache.org/" label B11165 = "Linux" label C11165 = "Clonezilla" label B11166 = "Linux" label C11166 = "CopyQ - Clipboard manager" label D11166 = "GUI" label B11167 = "Linux" label C11167 = "EncFS - an Encrypted Filesystem" label B11168 = "Linux" label C11168 = "Firejail" label B11169 = "Linux" label C11169 = "LUKS encryption/ cryptsetup" label D11169 = "CLI" label B11170 = "Linux" label C11170 = "Piwigo is photo gallery software for the web" label D11170 = "WEBUI" label F11170 = "http://piwigo.org/" label B11171 = "Linux" label C11171 = "Samba" label D11171 = "CLI" label B11172 = "Linux" label C11172 = "SoundNode - opensource SoundCloud app" label D11172 = "GUI" label F11172 = "http://www.soundnodeapp.com/" label B11173 = "Linux" label C11173 = "Vocal - Podcast Client" label D11173 = "GUI" label F11173 = "http://vocalproject.net/" label B11174 = "Linux" label C11174 = "albumr - Imgur album downloader" label D11174 = "CLI" label F11174 = "https://pypi.python.org/pypi/albumr" label B11175 = "Linux" label C11175 = "alpine" label B11176 = "Linux" label C11176 = "anamnesis - clipboard manager" label D11176 = "GUI" label B11177 = "Linux" label C11177 = "asciiquarium" label D11177 = "TUI" label B11178 = "Linux" label C11178 = "bulk - bulk rename interactive" label D11178 = "Alex Leferry" label F11178 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B11179 = "Linux" label C11179 = "ccze - colorizer" label D11179 = "CLI" label B11180 = "Linux" label C11180 = "centerim5" label D11180 = "TUI" label B11181 = "Linux" label C11181 = "clipmenu - dmenu clipboard manager" label D11181 = "GUI" label B11182 = "Linux" label C11182 = "cvim" label B11183 = "Linux" label C11183 = "forecash - cashflow forecasting" label D11183 = "CLI" label F11183 = "https://github.com/fsareshwala/forecash" label B11184 = "Linux" label C11184 = "fzf-clipboard" label B11185 = "Linux" label C11185 = "kakoune - vim alternative" label D11185 = "Alex Leferry" label F11185 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B11186 = "Linux" label C11186 = "keynav" label B11187 = "Linux" label C11187 = "krill - rss filter feeds" label D11187 = "CLI" label F11187 = "https://github.com/p-e-w/krill" label B11188 = "Linux" label C11188 = "ledger - accounting system" label D11188 = "CLI" label F11188 = "http://www.ledger-cli.org/" label B11189 = "Linux" label C11189 = "megadl - mega.co.nz downloader" label D11189 = "CLI" label E11189 = "wait for 2.0 to have options to download single files from public folder" label B11190 = "Linux" label C11190 = "mpd + ncmpcpp" label D11190 = "CLI/TUI" label B11191 = "Linux" label C11191 = "newsbeuter macros" label D11191 = "CLI" label B11192 = "Linux" label C11192 = "nmtui" label D11192 = "wifi" label B11193 = "Linux" label C11193 = "nq - queue task" label D11193 = "CLI" label B11194 = "Linux" label C11194 = "open dvd producer - create DVD with menus" label D11194 = "GUI" label F11194 = "http://opendvdproducer.jonata.org/" label B11195 = "Linux" label C11195 = "redshift" label D11195 = "CLI" label B11196 = "Linux" label C11196 = "rofi-clipboard" label B11197 = "Linux" label C11197 = "rofi-locate" label B11198 = "Linux" label C11198 = "rofi-playonlinux" label B11199 = "Linux" label C11199 = "rofi-snippet" label B11200 = "Linux" label C11200 = "rss-bridge" label F11200 = "https://github.com/RSS-Bridge/rss-bridge" label B11201 = "Linux" label C11201 = "screenfetch" label D11201 = "CLI" label B11202 = "Linux" label C11202 = "setxkbmap" label B11203 = "Linux" label C11203 = "socli - Stack overflow command line client" label D11203 = "CLI" label F11203 = "https://github.com/gautamkrishnar/socli" label B11204 = "Linux" label C11204 = "sxhkd" label B11205 = "Linux" label C11205 = "systemd timers" label B11206 = "Linux" label C11206 = "taffy - A command-line audio tagging tool" label D11206 = "CLI" label F11206 = "https://github.com/jangler/taffy" label B11207 = "Linux" label C11207 = "task spooler multiple instances" label D11207 = "CLI" label B11208 = "Linux" label C11208 = "timertab - manage systemd timers" label F11208 = "https://github.com/amlamarra/timertab" label B11209 = "Linux" label C11209 = "tweeper - a Twitter to RSS web scraper" label D11209 = "CLI" label E11209 = "https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper" label F11209 = "https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/" label B11210 = "Linux" label C11210 = "veracrypt" label B11211 = "Linux" label C11211 = "wicd-curses" label D11211 = "wifi" label B11212 = "Linux" label C11212 = "wifi-menu" label D11212 = "wifi" label B11213 = "Linux" label C11213 = "wpa_supplicant " label D11213 = "wifi" label B11214 = "Linux" label C11214 = "wttr - weather info" label D11214 = "CLI" label B11215 = "Linux" label C11215 = "xbindkeys" label B11216 = "Linux" label C11216 = "xcape" label B11217 = "Linux" label C11217 = "xchainkeys" label B11218 = "Linux" label C11218 = "xdo" label B11219 = "Linux" label C11219 = "xfce4-screenshooter (selection area imgu'')" label D11219 = "GUI" label B11220 = "Linux" label C11220 = "xinput" label B11221 = "Linux" label C11221 = "xmodmap" label B11222 = "Linux" label C11222 = "xsendkey" label B11223 = "Linux" label C11223 = "xsetwacom " label B11224 = "Linux" label C11224 = "xvkbd" label B11225 = "MAME" label C11225 = "Baseball Stars 2" label B11226 = "Movie" label C11226 = "A Christmas Story 1983" label B11227 = "Movie" label C11227 = "Doctor Strange 2016" label B11228 = "Movie" label C11228 = "Eternal Sunshine of the Spotless Mind (2004)" label B11229 = "Movie" label C11229 = "Frozen" label B11230 = "Movie" label C11230 = "Harry Potter" label B11231 = "Movie" label C11231 = "Jaws (1975)" label B11232 = "Movie" label C11232 = "Moana 2016" label B11233 = "Movie" label C11233 = "Mud 2012" label B11234 = "Movie" label C11234 = "Pete's Dragon 2016" label B11235 = "Movie" label C11235 = "Pump Up The Volume 1990" label B11236 = "Movie" label C11236 = "Snakes on a Plane (2006)" label B11237 = "Movie" label C11237 = "Snowden 2016" label B11238 = "Movie" label C11238 = "Swiss Army Man (2016)" label B11239 = "Movie" label C11239 = "The Legend of Tarzan 2016" label B11240 = "Movie" label C11240 = "Trainwreck (2015)" label B11241 = "Movie" label C11241 = "True Romance (1993)" label B11242 = "Movie" label C11242 = "War Dogs 2016" label B11243 = "Music" label C11243 = "Ashanti" label B11244 = "Music" label C11244 = "BackStreet/Dre" label B11245 = "Music" label C11245 = "Bubba Sparxxx" label B11246 = "Music" label C11246 = "Ciara" label B11247 = "Music" label C11247 = "Dido" label B11248 = "Music" label C11248 = "Dr Dre Instramentals" label B11249 = "Music" label C11249 = "Gloria Estefan" label B11250 = "Music" label C11250 = "Juvenile" label B11251 = "Music" label C11251 = "Meghan Trainor" label B11252 = "Music" label C11252 = "Petey Pablo" label B11253 = "Music" label C11253 = "Puff Daddy" label B11254 = "Music" label C11254 = "Run DMC" label B11255 = "Music" label C11255 = "Street Fighter" label B11256 = "Music" label C11256 = "Super Mario World" label B11257 = "Music" label C11257 = "TLC" label B11258 = "Music" label C11258 = "Young Buck" label B11259 = "NES" label C11259 = "Bionic Commando" label B11260 = "NES" label C11260 = "Contra" label B11261 = "NES" label C11261 = "Mega Man 2" label B11262 = "NES" label C11262 = "Palamedes" label D11262 = "Puzzle" label B11263 = "NES" label C11263 = "Super Mario Bros 3" label B11264 = "PCGame" label C11264 = "Batman: Arkham Asylum" label B11265 = "PCGame" label C11265 = "Dead or Alive 5 With Nude Patch" label B11266 = "PCGame" label C11266 = "For Honor" label B11267 = "PCGame" label C11267 = "Killer Instinct" label B11268 = "PCGame" label C11268 = "Rise of the Tomb Raider" label B11269 = "PCGame" label C11269 = "Street Fighter 5" label B11270 = "PCGame" label C11270 = "The Division" label B11271 = "PSX" label C11271 = "ESPN Extreme Games" label B11272 = "PSX" label C11272 = "Street Fighter: The Movie" label B11273 = "SNES" label C11273 = "Punch Out" label B11274 = "TVShow" label C11274 = "3% Netflix" label B11275 = "TVShow" label C11275 = "Alone [History Channel]" label B11276 = "TVShow" label C11276 = "Black Mirror" label B11277 = "TVShow" label C11277 = "Roman Empire Reign of Blood" label B11278 = "TVShow" label C11278 = "Stranger Things" label B11279 = "TVShow" label C11279 = "The People v. O.J. Simpson: American Crime Story" label B11280 = "TVShow" label C11280 = "The Wire" label B11281 = "TVShow" label C11281 = "Westworld" label B11282 = "Wii" label C11282 = "Kirby Yarn" label B11283 = "Wii" label C11283 = "Mario Gaxaly" label B11284 = "Wii" label C11284 = "Punch Out w/ Balance Board" label B11285 = "Wii" label C11285 = "Resident Evil" label B11286 = "Wii" label C11286 = "Skate w/ Board" label B11287 = "Xbox" label C11287 = "Aliens Versus Predator: Extinction" label D11287 = "RTS" label B11288 = "Xbox" label C11288 = "Star Wars Battlefront 2" label D11288 = "FPS" label A11289 = "01/01/2017" label B11289 = "Linux" label C11289 = "rofi-surfraw | bookmarks" label D11289 = "GUI/CLI" label A11290 = "01/01/2017" label B11290 = "Movie" label C11290 = "Planes Trains & Automoobiles 1987" label A11291 = "01/03/2016" label B11291 = "TVShow" label C11291 = "Quantico Season 2" label A11292 = "01/03/2016" label B11292 = "Wii" label C11292 = "Captain America Super Soldier" label A11293 = "01/05/2017" label B11293 = "Movie" label C11293 = "Mechanic Resurrection 2016" label A11294 = "01/06/2017" label B11294 = "Movie" label C11294 = "Goonies 1985" label A11295 = "11/22/2016" label B11295 = "Movie" label C11295 = "The Core 2003" label A11296 = "11/25/2016" label B11296 = "Music" label C11296 = "Mya" label A11297 = "11/28/2016" label B11297 = "Movie" label C11297 = "Suicide Squad Extended 2016" label A11298 = "12/01/2016" label B11298 = "Xbox" label C11298 = "NFL Street" label A11299 = "12/02/2016" label B11299 = "TVShow" label C11299 = "Mr. Robot S2 last 2 ep" label A11300 = "12/03/2016" label B11300 = "Android" label C11300 = "KingRoot - Root any Phone" label D11300 = "might have backdoors?" label A11301 = "12/03/2016" label B11301 = "Android" label C11301 = "Purify - block all apps that sucks battery life" label A11302 = "12/03/2016" label B11302 = "Android" label C11302 = "primative ftpd" label A11303 = "12/03/2016" label B11303 = "Audiobook" label C11303 = "001-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label D11303 = "30min" label A11304 = "12/03/2016" label B11304 = "Audiobook" label C11304 = "002-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label A11305 = "12/05/2016" label B11305 = "NES" label C11305 = "Ice Hockey" label A11306 = "12/06/2016" label B11306 = "MAME" label C11306 = "Ninja Baseball Bat Man" label A11307 = "12/06/2016" label B11307 = "NES" label C11307 = "Baseball Stars" label A11308 = "12/10/2016" label B11308 = "Linux" label C11308 = "vimwiki" label D11308 = "TUI" label A11309 = "12/12/2016" label B11309 = "Podcast" label C11309 = "PornDirectorPodcast" label F11309 = "http://www.porndirectorpodcast.com/main/" label A11310 = "12/12/2016" label B11310 = "Podcast" label C11310 = "The Cine-Files" label F11310 = "http://www.podbay.fm/show/1124549378" label A11311 = "12/15/2016" label B11311 = "PCGame" label C11311 = "Bionic Commando Rearmed" label A11312 = "12/17/2016" label B11312 = "Linux" label C11312 = "vbx function [Virtualbox CLI]" label D11312 = "RQBy: Schizo" label F11312 = "https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g" label A11313 = "12/22/2016" label B11313 = "Wii" label C11313 = "Rayman Origins" label A11314 = "12/23/2016" label B11314 = "Movie" label C11314 = "Top Gun 1986 Special Edition" label A11315 = "12/25/2016" label B11315 = "Linux" label C11315 = "rofi - dmenu launcher replacement" label D11315 = "GUI/CLI" label A11316 = "12/26/2016" label B11316 = "Movie" label C11316 = "Black Dynamite (2009)" label A11317 = "12/28/2016" label B11317 = "Movie" label C11317 = "Ben Hur 2016" label A11318 = "12/29/2016" label B11318 = "Movie" label C11318 = "Deepwater Horizon 2016" label A11319 = "12/29/2016" label B11319 = "Movie" label C11319 = "The Accountant 2016" label A11320 = "12/30/2016" label B11320 = "Movie" label C11320 = "The Magnificent Seven 2016" label B11321 = "Android" label C11321 = "IceCatMobile" label D11321 = "Web Browser" label F11321 = "https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat" label B11322 = "Audiobook" label C11322 = "003-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B11323 = "Audiobook" label C11323 = "004-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B11324 = "Audiobook" label C11324 = "Darth Plagueis" label B11325 = "Audiobook" label C11325 = "The Life-Changing Magic of Tidying Up" label B11326 = "Comic" label C11326 = "Saga" label B11327 = "Comic" label C11327 = "Walking Dead 157" label B11328 = "Comic" label C11328 = "X-Men Age of Apocalypse" label B11329 = "Comic" label C11329 = "Y The Last Man" label B11330 = "Linux" label C11330 = "Ampache: web based audio/video streaming" label D11330 = "WEBUI" label F11330 = "http://ampache.org/" label B11331 = "Linux" label C11331 = "Clonezilla" label B11332 = "Linux" label C11332 = "CopyQ - Clipboard manager" label D11332 = "GUI" label B11333 = "Linux" label C11333 = "EncFS - an Encrypted Filesystem" label B11334 = "Linux" label C11334 = "Firejail" label B11335 = "Linux" label C11335 = "LUKS encryption/ cryptsetup" label D11335 = "CLI" label B11336 = "Linux" label C11336 = "Piwigo is photo gallery software for the web" label D11336 = "WEBUI" label F11336 = "http://piwigo.org/" label B11337 = "Linux" label C11337 = "Samba" label D11337 = "CLI" label B11338 = "Linux" label C11338 = "SoundNode - opensource SoundCloud app" label D11338 = "GUI" label F11338 = "http://www.soundnodeapp.com/" label B11339 = "Linux" label C11339 = "Vocal - Podcast Client" label D11339 = "GUI" label F11339 = "http://vocalproject.net/" label B11340 = "Linux" label C11340 = "albumr - Imgur album downloader" label D11340 = "CLI" label F11340 = "https://pypi.python.org/pypi/albumr" label B11341 = "Linux" label C11341 = "alpine" label B11342 = "Linux" label C11342 = "anamnesis - clipboard manager" label D11342 = "GUI" label B11343 = "Linux" label C11343 = "asciiquarium" label D11343 = "TUI" label B11344 = "Linux" label C11344 = "bulk - bulk rename interactive" label D11344 = "Alex Leferry" label F11344 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B11345 = "Linux" label C11345 = "ccze - colorizer" label D11345 = "CLI" label B11346 = "Linux" label C11346 = "centerim5" label D11346 = "TUI" label B11347 = "Linux" label C11347 = "clipmenu - dmenu clipboard manager" label D11347 = "GUI" label B11348 = "Linux" label C11348 = "cvim" label B11349 = "Linux" label C11349 = "forecash - cashflow forecasting" label D11349 = "CLI" label F11349 = "https://github.com/fsareshwala/forecash" label B11350 = "Linux" label C11350 = "fzf-clipboard" label B11351 = "Linux" label C11351 = "kakoune - vim alternative" label D11351 = "Alex Leferry" label F11351 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B11352 = "Linux" label C11352 = "keynav" label B11353 = "Linux" label C11353 = "krill - rss filter feeds" label D11353 = "CLI" label F11353 = "https://github.com/p-e-w/krill" label B11354 = "Linux" label C11354 = "ledger - accounting system" label D11354 = "CLI" label F11354 = "http://www.ledger-cli.org/" label B11355 = "Linux" label C11355 = "megadl - mega.co.nz downloader" label D11355 = "CLI" label E11355 = "wait for 2.0 to have options to download single files from public folder" label B11356 = "Linux" label C11356 = "mpd + ncmpcpp" label D11356 = "CLI/TUI" label B11357 = "Linux" label C11357 = "newsbeuter macros" label D11357 = "CLI" label B11358 = "Linux" label C11358 = "nmtui" label D11358 = "wifi" label B11359 = "Linux" label C11359 = "nq - queue task" label D11359 = "CLI" label B11360 = "Linux" label C11360 = "open dvd producer - create DVD with menus" label D11360 = "GUI" label F11360 = "http://opendvdproducer.jonata.org/" label B11361 = "Linux" label C11361 = "redshift" label D11361 = "CLI" label B11362 = "Linux" label C11362 = "rofi-clipboard" label B11363 = "Linux" label C11363 = "rofi-locate" label B11364 = "Linux" label C11364 = "rofi-playonlinux" label B11365 = "Linux" label C11365 = "rofi-snippet" label B11366 = "Linux" label C11366 = "rss-bridge" label F11366 = "https://github.com/RSS-Bridge/rss-bridge" label B11367 = "Linux" label C11367 = "screenfetch" label D11367 = "CLI" label B11368 = "Linux" label C11368 = "setxkbmap" label B11369 = "Linux" label C11369 = "socli - Stack overflow command line client" label D11369 = "CLI" label F11369 = "https://github.com/gautamkrishnar/socli" label B11370 = "Linux" label C11370 = "sxhkd" label B11371 = "Linux" label C11371 = "systemd timers" label B11372 = "Linux" label C11372 = "taffy - A command-line audio tagging tool" label D11372 = "CLI" label F11372 = "https://github.com/jangler/taffy" label B11373 = "Linux" label C11373 = "task spooler multiple instances" label D11373 = "CLI" label B11374 = "Linux" label C11374 = "timertab - manage systemd timers" label F11374 = "https://github.com/amlamarra/timertab" label B11375 = "Linux" label C11375 = "tweeper - a Twitter to RSS web scraper" label D11375 = "CLI" label E11375 = "https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper" label F11375 = "https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/" label B11376 = "Linux" label C11376 = "veracrypt" label B11377 = "Linux" label C11377 = "wicd-curses" label D11377 = "wifi" label B11378 = "Linux" label C11378 = "wifi-menu" label D11378 = "wifi" label B11379 = "Linux" label C11379 = "wpa_supplicant " label D11379 = "wifi" label B11380 = "Linux" label C11380 = "wttr - weather info" label D11380 = "CLI" label B11381 = "Linux" label C11381 = "xbindkeys" label B11382 = "Linux" label C11382 = "xcape" label B11383 = "Linux" label C11383 = "xchainkeys" label B11384 = "Linux" label C11384 = "xdo" label B11385 = "Linux" label C11385 = "xfce4-screenshooter (selection area imgu'')" label D11385 = "GUI" label B11386 = "Linux" label C11386 = "xinput" label B11387 = "Linux" label C11387 = "xmodmap" label B11388 = "Linux" label C11388 = "xsendkey" label B11389 = "Linux" label C11389 = "xsetwacom " label B11390 = "Linux" label C11390 = "xvkbd" label B11391 = "MAME" label C11391 = "Baseball Stars 2" label B11392 = "Movie" label C11392 = "A Christmas Story 1983" label B11393 = "Movie" label C11393 = "Doctor Strange 2016" label B11394 = "Movie" label C11394 = "Eternal Sunshine of the Spotless Mind (2004)" label B11395 = "Movie" label C11395 = "Frozen" label B11396 = "Movie" label C11396 = "Harry Potter" label B11397 = "Movie" label C11397 = "Jaws (1975)" label B11398 = "Movie" label C11398 = "Moana 2016" label B11399 = "Movie" label C11399 = "Mud 2012" label B11400 = "Movie" label C11400 = "Pete's Dragon 2016" label B11401 = "Movie" label C11401 = "Pump Up The Volume 1990" label B11402 = "Movie" label C11402 = "Snakes on a Plane (2006)" label B11403 = "Movie" label C11403 = "Snowden 2016" label B11404 = "Movie" label C11404 = "Swiss Army Man (2016)" label B11405 = "Movie" label C11405 = "The Legend of Tarzan 2016" label B11406 = "Movie" label C11406 = "Trainwreck (2015)" label B11407 = "Movie" label C11407 = "True Romance (1993)" label B11408 = "Movie" label C11408 = "War Dogs 2016" label B11409 = "Music" label C11409 = "Ashanti" label B11410 = "Music" label C11410 = "BackStreet/Dre" label B11411 = "Music" label C11411 = "Bubba Sparxxx" label B11412 = "Music" label C11412 = "Ciara" label B11413 = "Music" label C11413 = "Dido" label B11414 = "Music" label C11414 = "Dr Dre Instramentals" label B11415 = "Music" label C11415 = "Gloria Estefan" label B11416 = "Music" label C11416 = "Juvenile" label B11417 = "Music" label C11417 = "Meghan Trainor" label B11418 = "Music" label C11418 = "Petey Pablo" label B11419 = "Music" label C11419 = "Puff Daddy" label B11420 = "Music" label C11420 = "Run DMC" label B11421 = "Music" label C11421 = "Street Fighter" label B11422 = "Music" label C11422 = "Super Mario World" label B11423 = "Music" label C11423 = "TLC" label B11424 = "Music" label C11424 = "Young Buck" label B11425 = "NES" label C11425 = "Bionic Commando" label B11426 = "NES" label C11426 = "Contra" label B11427 = "NES" label C11427 = "Mega Man 2" label B11428 = "NES" label C11428 = "Palamedes" label D11428 = "Puzzle" label B11429 = "NES" label C11429 = "Super Mario Bros 3" label B11430 = "PCGame" label C11430 = "Batman: Arkham Asylum" label B11431 = "PCGame" label C11431 = "Dead or Alive 5 With Nude Patch" label B11432 = "PCGame" label C11432 = "For Honor" label B11433 = "PCGame" label C11433 = "Killer Instinct" label B11434 = "PCGame" label C11434 = "Rise of the Tomb Raider" label B11435 = "PCGame" label C11435 = "Street Fighter 5" label B11436 = "PCGame" label C11436 = "The Division" label B11437 = "PSX" label C11437 = "ESPN Extreme Games" label B11438 = "PSX" label C11438 = "Street Fighter: The Movie" label B11439 = "SNES" label C11439 = "Punch Out" label B11440 = "TVShow" label C11440 = "3% Netflix" label B11441 = "TVShow" label C11441 = "Alone [History Channel]" label B11442 = "TVShow" label C11442 = "Black Mirror" label B11443 = "TVShow" label C11443 = "Roman Empire Reign of Blood" label B11444 = "TVShow" label C11444 = "Stranger Things" label B11445 = "TVShow" label C11445 = "The People v. O.J. Simpson: American Crime Story" label B11446 = "TVShow" label C11446 = "The Wire" label B11447 = "TVShow" label C11447 = "Westworld" label B11448 = "Wii" label C11448 = "Kirby Yarn" label B11449 = "Wii" label C11449 = "Mario Gaxaly" label B11450 = "Wii" label C11450 = "Punch Out w/ Balance Board" label B11451 = "Wii" label C11451 = "Resident Evil" label B11452 = "Wii" label C11452 = "Skate w/ Board" label B11453 = "Xbox" label C11453 = "Aliens Versus Predator: Extinction" label D11453 = "RTS" label B11454 = "Xbox" label C11454 = "Star Wars Battlefront 2" label D11454 = "FPS" label A11455 = "01/01/2017" label B11455 = "Linux" label C11455 = "rofi-surfraw | bookmarks" label D11455 = "GUI/CLI" label A11456 = "01/01/2017" label B11456 = "Movie" label C11456 = "Planes Trains & Automoobiles 1987" label A11457 = "01/03/2016" label B11457 = "TVShow" label C11457 = "Quantico Season 2" label A11458 = "01/03/2016" label B11458 = "Wii" label C11458 = "Captain America Super Soldier" label A11459 = "01/05/2017" label B11459 = "Movie" label C11459 = "Mechanic Resurrection 2016" label A11460 = "01/06/2017" label B11460 = "Movie" label C11460 = "Goonies 1985" label A11461 = "11/22/2016" label B11461 = "Movie" label C11461 = "The Core 2003" label A11462 = "11/25/2016" label B11462 = "Music" label C11462 = "Mya" label A11463 = "11/28/2016" label B11463 = "Movie" label C11463 = "Suicide Squad Extended 2016" label A11464 = "12/01/2016" label B11464 = "Xbox" label C11464 = "NFL Street" label A11465 = "12/02/2016" label B11465 = "TVShow" label C11465 = "Mr. Robot S2 last 2 ep" label A11466 = "12/03/2016" label B11466 = "Android" label C11466 = "KingRoot - Root any Phone" label D11466 = "might have backdoors?" label A11467 = "12/03/2016" label B11467 = "Android" label C11467 = "Purify - block all apps that sucks battery life" label A11468 = "12/03/2016" label B11468 = "Android" label C11468 = "primative ftpd" label A11469 = "12/03/2016" label B11469 = "Audiobook" label C11469 = "001-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label D11469 = "30min" label A11470 = "12/03/2016" label B11470 = "Audiobook" label C11470 = "002-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label A11471 = "12/05/2016" label B11471 = "NES" label C11471 = "Ice Hockey" label A11472 = "12/06/2016" label B11472 = "MAME" label C11472 = "Ninja Baseball Bat Man" label A11473 = "12/06/2016" label B11473 = "NES" label C11473 = "Baseball Stars" label A11474 = "12/10/2016" label B11474 = "Linux" label C11474 = "vimwiki" label D11474 = "TUI" label A11475 = "12/12/2016" label B11475 = "Podcast" label C11475 = "PornDirectorPodcast" label F11475 = "http://www.porndirectorpodcast.com/main/" label A11476 = "12/12/2016" label B11476 = "Podcast" label C11476 = "The Cine-Files" label F11476 = "http://www.podbay.fm/show/1124549378" label A11477 = "12/15/2016" label B11477 = "PCGame" label C11477 = "Bionic Commando Rearmed" label A11478 = "12/17/2016" label B11478 = "Linux" label C11478 = "vbx function [Virtualbox CLI]" label D11478 = "RQBy: Schizo" label F11478 = "https://www.youtube.com/channel/UCsYCPJe7-oWHQE_D8RAO07g" label A11479 = "12/22/2016" label B11479 = "Wii" label C11479 = "Rayman Origins" label A11480 = "12/23/2016" label B11480 = "Movie" label C11480 = "Top Gun 1986 Special Edition" label A11481 = "12/25/2016" label B11481 = "Linux" label C11481 = "rofi - dmenu launcher replacement" label D11481 = "GUI/CLI" label A11482 = "12/26/2016" label B11482 = "Movie" label C11482 = "Black Dynamite (2009)" label A11483 = "12/28/2016" label B11483 = "Movie" label C11483 = "Ben Hur 2016" label A11484 = "12/29/2016" label B11484 = "Movie" label C11484 = "Deepwater Horizon 2016" label A11485 = "12/29/2016" label B11485 = "Movie" label C11485 = "The Accountant 2016" label A11486 = "12/30/2016" label B11486 = "Movie" label C11486 = "The Magnificent Seven 2016" label B11487 = "Android" label C11487 = "IceCatMobile" label D11487 = "Web Browser" label F11487 = "https://f-droid.org/repository/browse/?fdfilter=icecat&fdid=org.gnu.icecat" label B11488 = "Audiobook" label C11488 = "003-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B11489 = "Audiobook" label C11489 = "004-DC Comics - Infinite Crisis - Part 1 of 2.mp3" label B11490 = "Audiobook" label C11490 = "Darth Plagueis" label B11491 = "Audiobook" label C11491 = "The Life-Changing Magic of Tidying Up" label B11492 = "Comic" label C11492 = "Saga" label B11493 = "Comic" label C11493 = "Walking Dead 157" label B11494 = "Comic" label C11494 = "X-Men Age of Apocalypse" label B11495 = "Comic" label C11495 = "Y The Last Man" label B11496 = "Linux" label C11496 = "Ampache: web based audio/video streaming" label D11496 = "WEBUI" label F11496 = "http://ampache.org/" label B11497 = "Linux" label C11497 = "Clonezilla" label B11498 = "Linux" label C11498 = "CopyQ - Clipboard manager" label D11498 = "GUI" label B11499 = "Linux" label C11499 = "EncFS - an Encrypted Filesystem" label B11500 = "Linux" label C11500 = "Firejail" label B11501 = "Linux" label C11501 = "LUKS encryption/ cryptsetup" label D11501 = "CLI" label B11502 = "Linux" label C11502 = "Piwigo is photo gallery software for the web" label D11502 = "WEBUI" label F11502 = "http://piwigo.org/" label B11503 = "Linux" label C11503 = "Samba" label D11503 = "CLI" label B11504 = "Linux" label C11504 = "SoundNode - opensource SoundCloud app" label D11504 = "GUI" label F11504 = "http://www.soundnodeapp.com/" label B11505 = "Linux" label C11505 = "Vocal - Podcast Client" label D11505 = "GUI" label F11505 = "http://vocalproject.net/" label B11506 = "Linux" label C11506 = "albumr - Imgur album downloader" label D11506 = "CLI" label F11506 = "https://pypi.python.org/pypi/albumr" label B11507 = "Linux" label C11507 = "alpine" label B11508 = "Linux" label C11508 = "anamnesis - clipboard manager" label D11508 = "GUI" label B11509 = "Linux" label C11509 = "asciiquarium" label D11509 = "TUI" label B11510 = "Linux" label C11510 = "bulk - bulk rename interactive" label D11510 = "Alex Leferry" label F11510 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B11511 = "Linux" label C11511 = "ccze - colorizer" label D11511 = "CLI" label B11512 = "Linux" label C11512 = "centerim5" label D11512 = "TUI" label B11513 = "Linux" label C11513 = "clipmenu - dmenu clipboard manager" label D11513 = "GUI" label B11514 = "Linux" label C11514 = "cvim" label B11515 = "Linux" label C11515 = "forecash - cashflow forecasting" label D11515 = "CLI" label F11515 = "https://github.com/fsareshwala/forecash" label B11516 = "Linux" label C11516 = "fzf-clipboard" label B11517 = "Linux" label C11517 = "kakoune - vim alternative" label D11517 = "Alex Leferry" label F11517 = "https://www.youtube.com/channel/UCv9nzkds34PnGOu6u_QvVBQ" label B11518 = "Linux" label C11518 = "keynav" label B11519 = "Linux" label C11519 = "krill - rss filter feeds" label D11519 = "CLI" label F11519 = "https://github.com/p-e-w/krill" label B11520 = "Linux" label C11520 = "ledger - accounting system" label D11520 = "CLI" label F11520 = "http://www.ledger-cli.org/" label B11521 = "Linux" label C11521 = "megadl - mega.co.nz downloader" label D11521 = "CLI" label E11521 = "wait for 2.0 to have options to download single files from public folder" label B11522 = "Linux" label C11522 = "mpd + ncmpcpp" label D11522 = "CLI/TUI" label B11523 = "Linux" label C11523 = "newsbeuter macros" label D11523 = "CLI" label B11524 = "Linux" label C11524 = "nmtui" label D11524 = "wifi" label B11525 = "Linux" label C11525 = "nq - queue task" label D11525 = "CLI" label B11526 = "Linux" label C11526 = "open dvd producer - create DVD with menus" label D11526 = "GUI" label F11526 = "http://opendvdproducer.jonata.org/" label B11527 = "Linux" label C11527 = "redshift" label D11527 = "CLI" label B11528 = "Linux" label C11528 = "rofi-clipboard" label B11529 = "Linux" label C11529 = "rofi-locate" label B11530 = "Linux" label C11530 = "rofi-playonlinux" label B11531 = "Linux" label C11531 = "rofi-snippet" label B11532 = "Linux" label C11532 = "rss-bridge" label F11532 = "https://github.com/RSS-Bridge/rss-bridge" label B11533 = "Linux" label C11533 = "screenfetch" label D11533 = "CLI" label B11534 = "Linux" label C11534 = "setxkbmap" label B11535 = "Linux" label C11535 = "socli - Stack overflow command line client" label D11535 = "CLI" label F11535 = "https://github.com/gautamkrishnar/socli" label B11536 = "Linux" label C11536 = "sxhkd" label B11537 = "Linux" label C11537 = "systemd timers" label B11538 = "Linux" label C11538 = "taffy - A command-line audio tagging tool" label D11538 = "CLI" label F11538 = "https://github.com/jangler/taffy" label B11539 = "Linux" label C11539 = "task spooler multiple instances" label D11539 = "CLI" label B11540 = "Linux" label C11540 = "timertab - manage systemd timers" label F11540 = "https://github.com/amlamarra/timertab" label B11541 = "Linux" label C11541 = "tweeper - a Twitter to RSS web scraper" label D11541 = "CLI" label E11541 = "https://ao2.it/en/blog/2013/07/07/tweeper-twitter-rss-web-scraper" label F11541 = "https://www.reddit.com/r/linux/comments/5gbx0r/which_browser_do_you_use_on_linux_i_thinking/darh3tq/" label B11542 = "Linux" label C11542 = "veracrypt" label B11543 = "Linux" label C11543 = "wicd-curses" label D11543 = "wifi" label B11544 = "Linux" label C11544 = "wifi-menu" label D11544 = "wifi" label B11545 = "Linux" label C11545 = "wpa_supplicant " label D11545 = "wifi" label B11546 = "Linux" label C11546 = "wttr - weather info" label D11546 = "CLI" label B11547 = "Linux" label C11547 = "xbindkeys" label B11548 = "Linux" label C11548 = "xcape" label B11549 = "Linux" label C11549 = "xchainkeys" label B11550 = "Linux" label C11550 = "xdo" label B11551 = "Linux" label C11551 = "xfce4-screenshooter (selection area imgu'')" label D11551 = "GUI" label B11552 = "Linux" label C11552 = "xinput" label B11553 = "Linux" label C11553 = "xmodmap" label B11554 = "Linux" label C11554 = "xsendkey" label B11555 = "Linux" label C11555 = "xsetwacom " label B11556 = "Linux" label C11556 = "xvkbd" label B11557 = "MAME" label C11557 = "Baseball Stars 2" label B11558 = "Movie" label C11558 = "A Christmas Story 1983" label B11559 = "Movie" label C11559 = "Doctor Strange 2016" label B11560 = "Movie" label C11560 = "Eternal Sunshine of the Spotless Mind (2004)" label B11561 = "Movie" label C11561 = "Frozen" label B11562 = "Movie" label C11562 = "Harry Potter" label B11563 = "Movie" label C11563 = "Jaws (1975)" label B11564 = "Movie" label C11564 = "Moana 2016" label B11565 = "Movie" label C11565 = "Mud 2012" label B11566 = "Movie" label C11566 = "Pete's Dragon 2016" label B11567 = "Movie" label C11567 = "Pump Up The Volume 1990" label B11568 = "Movie" label C11568 = "Snakes on a Plane (2006)" label B11569 = "Movie" label C11569 = "Snowden 2016" label B11570 = "Movie" label C11570 = "Swiss Army Man (2016)" label B11571 = "Movie" label C11571 = "The Legend of Tarzan 2016" label B11572 = "Movie" label C11572 = "Trainwreck (2015)" label B11573 = "Movie" label C11573 = "True Romance (1993)" label B11574 = "Movie" label C11574 = "War Dogs 2016" label B11575 = "Music" label C11575 = "Ashanti" label B11576 = "Music" label C11576 = "BackStreet/Dre" label B11577 = "Music" label C11577 = "Bubba Sparxxx" label B11578 = "Music" label C11578 = "Ciara" label B11579 = "Music" label C11579 = "Dido" label B11580 = "Music" label C11580 = "Dr Dre Instramentals" label B11581 = "Music" label C11581 = "Gloria Estefan" label B11582 = "Music" label C11582 = "Juvenile" label B11583 = "Music" label C11583 = "Meghan Trainor" label B11584 = "Music" label C11584 = "Petey Pablo" label B11585 = "Music" label C11585 = "Puff Daddy" label B11586 = "Music" label C11586 = "Run DMC" label B11587 = "Music" label C11587 = "Street Fighter" label B11588 = "Music" label C11588 = "Super Mario World" label B11589 = "Music" label C11589 = "TLC" label B11590 = "Music" label C11590 = "Young Buck" label B11591 = "NES" label C11591 = "Bionic Commando" label B11592 = "NES" label C11592 = "Contra" label B11593 = "NES" label C11593 = "Mega Man 2" label B11594 = "NES" label C11594 = "Palamedes" label D11594 = "Puzzle" label B11595 = "NES" label C11595 = "Super Mario Bros 3" label B11596 = "PCGame" label C11596 = "Batman: Arkham Asylum" label B11597 = "PCGame" label C11597 = "Dead or Alive 5 With Nude Patch" label B11598 = "PCGame" label C11598 = "For Honor" label B11599 = "PCGame" label C11599 = "Killer Instinct" label B11600 = "PCGame" label C11600 = "Rise of the Tomb Raider" label B11601 = "PCGame" label C11601 = "Street Fighter 5" label B11602 = "PCGame" label C11602 = "The Division" label B11603 = "PSX" label C11603 = "ESPN Extreme Games" label B11604 = "PSX" label C11604 = "Street Fighter: The Movie" label B11605 = "SNES" label C11605 = "Punch Out" label B11606 = "TVShow" label C11606 = "3% Netflix" label B11607 = "TVShow" label C11607 = "Alone [History Channel]" label B11608 = "TVShow" label C11608 = "Black Mirror" label B11609 = "TVShow" label C11609 = "Roman Empire Reign of Blood" label B11610 = "TVShow" label C11610 = "Stranger Things" label B11611 = "TVShow" label C11611 = "The People v. O.J. Simpson: American Crime Story" label B11612 = "TVShow" label C11612 = "The Wire" label B11613 = "TVShow" label C11613 = "Westworld" label B11614 = "Wii" label C11614 = "Kirby Yarn" label B11615 = "Wii" label C11615 = "Mario Gaxaly" label B11616 = "Wii" label C11616 = "Punch Out w/ Balance Board" label B11617 = "Wii" label C11617 = "Resident Evil" label B11618 = "Wii" label C11618 = "Skate w/ Board" label B11619 = "Xbox" label C11619 = "Aliens Versus Predator: Extinction" label D11619 = "RTS" label B11620 = "Xbox" label C11620 = "Star Wars Battlefront 2" label D11620 = "FPS" goto A0 sc-im-0.8.2+ds/examples/csv/import.csv000066400000000000000000000041501416612453600176030ustar00rootroot00000000000000período,capital,interés,bonific. Int BNA,subsidio,iva,seguro,cuota 10/08/17,4212.34,77.22,1.83,7.33,14.29,0,4294.69 10/07/17,4136.49,153.06,5.3,21.18,26.58,8.42,4298.07 10/06/17,4062.02,227.53,8.7,34.78,38.65,16.69,4301.41 10/05/17,3988.89,300.66,12.03,48.14,50.5,24.82,4304.7 10/04/17,3917.08,372.47,15.31,61.25,62.14,32.79,4307.92 10/03/17,3846.56,442.99,18.53,74.13,73.57,40.63,4311.09 10/02/17,3777.31,512.25,21.69,86.77,84.8,48.32,4314.22 10/01/17,3709.3,580.25,24.8,99.19,95.81,55.88,4317.25 10/12/16,3642.52,647.03,27.85,111.39,106.64,63.29,4320.24 10/11/16,3576.95,712.61,30.84,123.36,117.27,70.58,4323.21 10/10/16,3512.55,777,33.78,135.12,127.7,77.73,4326.08 10/09/16,3449.31,840.24,36.67,146.67,137.95,84.76,4328.92 10/08/16,3387.21,902.34,39.5,158.01,148.01,91.66,4331.71 10/07/16,3326.23,963.32,42.29,169.15,157.89,98.43,4334.43 10/06/16,3266.35,1023.2,45.02,180.08,167.6,105.08,4337.13 10/05/16,3207.54,1082.01,47.71,190.82,177.13,111.62,4339.77 10/04/16,3149.8,1139.75,50.34,201.37,186.49,118.03,4342.36 10/03/16,3093.09,1196.46,52.93,211.72,195.68,124.33,4344.91 10/02/16,3037.4,1252.15,55.47,221.89,204.71,130.52,4347.42 10/01/16,2982.72,1306.83,57.97,231.88,213.57,136.59,4349.86 10/12/15,2929.02,1360.53,60.42,241.68,222.27,142.56,4352.28 10/11/15,2876.29,1413.26,62.83,251.31,230.82,148.42,4354.65 10/10/15,2824.51,1465.04,65.19,260.77,239.21,154.17,4356.97 10/09/15,2773.66,1515.89,67.51,270.06,247.45,159.82,4359.25 10/08/15,2723.72,1565.83,69.79,279.17,255.54,165.37,4361.5 10/07/15,2674.69,1614.86,72.03,288.13,263.49,170.81,4363.69 10/06/15,2626.53,1663.02,74.23,296.92,271.29,176.16,4365.85 10/05/15,2579.25,1710.3,76.39,305.56,278.95,181.42,4367.97 10/04/15,2532.81,1756.74,78.51,314.04,286.48,186.57,4370.05 10/03/15,2487.21,1802.34,80.59,322.36,293.87,191.64,4372.11 10/02/15,2442.44,1847.12,82.64,330.54,301.13,196.61,4374.12 10/01/15,2398.46,1891.09,84.64,338.57,308.25,201.5,4376.09 10/12/14,2355.28,1934.27,86.61,346.46,315.25,206.3,4378.03 10/11/14,2312.88,1976.67,88.55,354.2,322.12,211.01,4379.93 10/10/14,2271.24,2018.31,90.45,361.8,328.87,215.63,4381.8 10/09/14,2230.35,2234.09,203.1,406.2,341.21,242.19,4438.54 sc-im-0.8.2+ds/examples/csv/l1.csv000066400000000000000000000150401416612453600166050ustar00rootroot000000000000001,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259 6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259 4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262 7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265 5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263 23,28,33,38,43,48,53,58,63,68,73,78,83,88,93,98,103,108,113,118,123,128,133,138,143,148,153,158,163,168,173,178,183,188,193,198,203,208,213,218,223,228,233,238,243,248,253,258,263,268,273,278,283,288,293,298,303,308,313,318,323,328,333,338,343,348,353,358,363,368,373,378,383,388,393,398,403,408,413,418,423,428,433,438,443,448,453,458,463,468,473,478,483,488,493,498,503,508,513,518,523,528,533,538,543,548,553,558,563,568,573,578,583,588,593,598,603,608,613,618,623,628,633,638,643,648,653,658,663,668,673,678,683,688,693,698,703,708,713,718,723,728,733,738,743,748,753,758,763,768,773,778,783,788,793,798,803,808,813,818,823,828,833,838,843,848,853,858,863,868,873,878,883,888,893,898,903,908,913,918,923,928,933,938,943,948,953,958,963,968,973,978,983,988,993,998,1003,1008,1013,1018,1023,1028,1033,1038,1043,1048,1053,1058,1063,1068,1073,1078,1083,1088,1093,1098,1103,1108,1113,1118,1123,1128,1133,1138,1143,1148,1153,1158,1163,1168,1173,1178,1183,1188,1193,1198,1203,1208,1213,1218,1223,1228,1233,1238,1243,1248,1253,1258,1263,1268,1273,1278,1283,1288,1293,1298,1303,1308,1313 sc-im-0.8.2+ds/examples/csv/l2.csv000066400000000000000000000037331416612453600166140ustar00rootroot000000000000001,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259 23,28,33,38,43,48,53,58,63,68,73,78,83,88,93,98,103,108,113,118,123,128,133,138,143,148,153,158,163,168,173,178,183,188,193,198,203,208,213,218,223,228,233,238,243,248,253,258,263,268,273,278,283,288,293,298,303,308,313,318,323,328,333,338,343,348,353,358,363,368,373,378,383,388,393,398,403,408,413,418,423,428,433,438,443,448,453,458,463,468,473,478,483,488,493,498,503,508,513,518,523,528,533,538,543,548,553,558,563,568,573,578,583,588,593,598,603,608,613,618,623,628,633,638,643,648,653,658,663,668,673,678,683,688,693,698,703,708,713,718,723,728,733,738,743,748,753,758,763,768,773,778,783,788,793,798,803,808,813,818,823,828,833,838,843,848,853,858,863,868,873,878,883,888,893,898,903,908,913,918,923,928,933,938,943,948,953,958,963,968,973,978,983,988,993,998,1003,1008,1013,1018,1023,1028,1033,1038,1043,1048,1053,1058,1063,1068,1073,1078,1083,1088,1093,1098,1103,1108,1113,1118,1123,1128,1133,1138,1143,1148,1153,1158,1163,1168,1173,1178,1183,1188,1193,1198,1203,1208,1213,1218,1223,1228,1233,1238,1243,1248,1253,1258,1263,1268,1273,1278,1283,1288,1293,1298,1303,1308,1313 sc-im-0.8.2+ds/examples/csv/n.csv000077500000000000000000000000551416612453600165310ustar00rootroot000000000000001.00,2.00,3.00 4.00,5.00,6.00 7.00,8.00,9.00 sc-im-0.8.2+ds/examples/csv/s.csv000077500000000000000000000000221416612453600165300ustar00rootroot00000000000000a,b,c d,e,f g,h,i sc-im-0.8.2+ds/examples/csv/slow_csv.csv000066400000000000000000016036041416612453600201420ustar00rootroot00000000000000Id,MSSubClass,MSZoning,LotFrontage,LotArea,Street,Alley,LotShape,LandContour,Utilities,LotConfig,LandSlope,Neighborhood,Condition1,Condition2,BldgType,HouseStyle,OverallQual,OverallCond,YearBuilt,YearRemodAdd,RoofStyle,RoofMatl,Exterior1st,Exterior2nd,MasVnrType,MasVnrArea,ExterQual,ExterCond,Foundation,BsmtQual,BsmtCond,BsmtExposure,BsmtFinType1,BsmtFinSF1,BsmtFinType2,BsmtFinSF2,BsmtUnfSF,TotalBsmtSF,Heating,HeatingQC,CentralAir,Electrical,1stFlrSF,2ndFlrSF,LowQualFinSF,GrLivArea,BsmtFullBath,BsmtHalfBath,FullBath,HalfBath,BedroomAbvGr,KitchenAbvGr,KitchenQual,TotRmsAbvGrd,Functional,Fireplaces,FireplaceQu,GarageType,GarageYrBlt,GarageFinish,GarageCars,GarageArea,GarageQual,GarageCond,PavedDrive,WoodDeckSF,OpenPorchSF,EnclosedPorch,3SsnPorch,ScreenPorch,PoolArea,PoolQC,Fence,MiscFeature,MiscVal,MoSold,YrSold,SaleType,SaleCondition,SalePrice 1,60,RL,65,8450,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,2Story,7,5,2003,2003,Gable,CompShg,VinylSd,VinylSd,BrkFace,196,Gd,TA,PConc,Gd,TA,No,GLQ,706,Unf,0,150,856,GasA,Ex,Y,SBrkr,856,854,0,1710,1,0,2,1,3,1,Gd,8,Typ,0,NA,Attchd,2003,RFn,2,548,TA,TA,Y,0,61,0,0,0,0,NA,NA,NA,0,2,2008,WD,Normal,208500 2,20,RL,80,9600,Pave,NA,Reg,Lvl,AllPub,FR2,Gtl,Veenker,Feedr,Norm,1Fam,1Story,6,8,1976,1976,Gable,CompShg,MetalSd,MetalSd,None,0,TA,TA,CBlock,Gd,TA,Gd,ALQ,978,Unf,0,284,1262,GasA,Ex,Y,SBrkr,1262,0,0,1262,0,1,2,0,3,1,TA,6,Typ,1,TA,Attchd,1976,RFn,2,460,TA,TA,Y,298,0,0,0,0,0,NA,NA,NA,0,5,2007,WD,Normal,181500 3,60,RL,68,11250,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,2Story,7,5,2001,2002,Gable,CompShg,VinylSd,VinylSd,BrkFace,162,Gd,TA,PConc,Gd,TA,Mn,GLQ,486,Unf,0,434,920,GasA,Ex,Y,SBrkr,920,866,0,1786,1,0,2,1,3,1,Gd,6,Typ,1,TA,Attchd,2001,RFn,2,608,TA,TA,Y,0,42,0,0,0,0,NA,NA,NA,0,9,2008,WD,Normal,223500 4,70,RL,60,9550,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,Crawfor,Norm,Norm,1Fam,2Story,7,5,1915,1970,Gable,CompShg,Wd Sdng,Wd Shng,None,0,TA,TA,BrkTil,TA,Gd,No,ALQ,216,Unf,0,540,756,GasA,Gd,Y,SBrkr,961,756,0,1717,1,0,1,0,3,1,Gd,7,Typ,1,Gd,Detchd,1998,Unf,3,642,TA,TA,Y,0,35,272,0,0,0,NA,NA,NA,0,2,2006,WD,Abnorml,140000 5,60,RL,84,14260,Pave,NA,IR1,Lvl,AllPub,FR2,Gtl,NoRidge,Norm,Norm,1Fam,2Story,8,5,2000,2000,Gable,CompShg,VinylSd,VinylSd,BrkFace,350,Gd,TA,PConc,Gd,TA,Av,GLQ,655,Unf,0,490,1145,GasA,Ex,Y,SBrkr,1145,1053,0,2198,1,0,2,1,4,1,Gd,9,Typ,1,TA,Attchd,2000,RFn,3,836,TA,TA,Y,192,84,0,0,0,0,NA,NA,NA,0,12,2008,WD,Normal,250000 6,50,RL,85,14115,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,Mitchel,Norm,Norm,1Fam,1.5Fin,5,5,1993,1995,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,Wood,Gd,TA,No,GLQ,732,Unf,0,64,796,GasA,Ex,Y,SBrkr,796,566,0,1362,1,0,1,1,1,1,TA,5,Typ,0,NA,Attchd,1993,Unf,2,480,TA,TA,Y,40,30,0,320,0,0,NA,MnPrv,Shed,700,10,2009,WD,Normal,143000 7,20,RL,75,10084,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Somerst,Norm,Norm,1Fam,1Story,8,5,2004,2005,Gable,CompShg,VinylSd,VinylSd,Stone,186,Gd,TA,PConc,Ex,TA,Av,GLQ,1369,Unf,0,317,1686,GasA,Ex,Y,SBrkr,1694,0,0,1694,1,0,2,0,3,1,Gd,7,Typ,1,Gd,Attchd,2004,RFn,2,636,TA,TA,Y,255,57,0,0,0,0,NA,NA,NA,0,8,2007,WD,Normal,307000 8,60,RL,NA,10382,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,NWAmes,PosN,Norm,1Fam,2Story,7,6,1973,1973,Gable,CompShg,HdBoard,HdBoard,Stone,240,TA,TA,CBlock,Gd,TA,Mn,ALQ,859,BLQ,32,216,1107,GasA,Ex,Y,SBrkr,1107,983,0,2090,1,0,2,1,3,1,TA,7,Typ,2,TA,Attchd,1973,RFn,2,484,TA,TA,Y,235,204,228,0,0,0,NA,NA,Shed,350,11,2009,WD,Normal,200000 9,50,RM,51,6120,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,OldTown,Artery,Norm,1Fam,1.5Fin,7,5,1931,1950,Gable,CompShg,BrkFace,Wd Shng,None,0,TA,TA,BrkTil,TA,TA,No,Unf,0,Unf,0,952,952,GasA,Gd,Y,FuseF,1022,752,0,1774,0,0,2,0,2,2,TA,8,Min1,2,TA,Detchd,1931,Unf,2,468,Fa,TA,Y,90,0,205,0,0,0,NA,NA,NA,0,4,2008,WD,Abnorml,129900 10,190,RL,50,7420,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,BrkSide,Artery,Artery,2fmCon,1.5Unf,5,6,1939,1950,Gable,CompShg,MetalSd,MetalSd,None,0,TA,TA,BrkTil,TA,TA,No,GLQ,851,Unf,0,140,991,GasA,Ex,Y,SBrkr,1077,0,0,1077,1,0,1,0,2,2,TA,5,Typ,2,TA,Attchd,1939,RFn,1,205,Gd,TA,Y,0,4,0,0,0,0,NA,NA,NA,0,1,2008,WD,Normal,118000 11,20,RL,70,11200,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Sawyer,Norm,Norm,1Fam,1Story,5,5,1965,1965,Hip,CompShg,HdBoard,HdBoard,None,0,TA,TA,CBlock,TA,TA,No,Rec,906,Unf,0,134,1040,GasA,Ex,Y,SBrkr,1040,0,0,1040,1,0,1,0,3,1,TA,5,Typ,0,NA,Detchd,1965,Unf,1,384,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,2,2008,WD,Normal,129500 12,60,RL,85,11924,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,NridgHt,Norm,Norm,1Fam,2Story,9,5,2005,2006,Hip,CompShg,WdShing,Wd Shng,Stone,286,Ex,TA,PConc,Ex,TA,No,GLQ,998,Unf,0,177,1175,GasA,Ex,Y,SBrkr,1182,1142,0,2324,1,0,3,0,4,1,Ex,11,Typ,2,Gd,BuiltIn,2005,Fin,3,736,TA,TA,Y,147,21,0,0,0,0,NA,NA,NA,0,7,2006,New,Partial,345000 13,20,RL,NA,12968,Pave,NA,IR2,Lvl,AllPub,Inside,Gtl,Sawyer,Norm,Norm,1Fam,1Story,5,6,1962,1962,Hip,CompShg,HdBoard,Plywood,None,0,TA,TA,CBlock,TA,TA,No,ALQ,737,Unf,0,175,912,GasA,TA,Y,SBrkr,912,0,0,912,1,0,1,0,2,1,TA,4,Typ,0,NA,Detchd,1962,Unf,1,352,TA,TA,Y,140,0,0,0,176,0,NA,NA,NA,0,9,2008,WD,Normal,144000 14,20,RL,91,10652,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,1Story,7,5,2006,2007,Gable,CompShg,VinylSd,VinylSd,Stone,306,Gd,TA,PConc,Gd,TA,Av,Unf,0,Unf,0,1494,1494,GasA,Ex,Y,SBrkr,1494,0,0,1494,0,0,2,0,3,1,Gd,7,Typ,1,Gd,Attchd,2006,RFn,3,840,TA,TA,Y,160,33,0,0,0,0,NA,NA,NA,0,8,2007,New,Partial,279500 15,20,RL,NA,10920,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,NAmes,Norm,Norm,1Fam,1Story,6,5,1960,1960,Hip,CompShg,MetalSd,MetalSd,BrkFace,212,TA,TA,CBlock,TA,TA,No,BLQ,733,Unf,0,520,1253,GasA,TA,Y,SBrkr,1253,0,0,1253,1,0,1,1,2,1,TA,5,Typ,1,Fa,Attchd,1960,RFn,1,352,TA,TA,Y,0,213,176,0,0,0,NA,GdWo,NA,0,5,2008,WD,Normal,157000 16,45,RM,51,6120,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,BrkSide,Norm,Norm,1Fam,1.5Unf,7,8,1929,2001,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,BrkTil,TA,TA,No,Unf,0,Unf,0,832,832,GasA,Ex,Y,FuseA,854,0,0,854,0,0,1,0,2,1,TA,5,Typ,0,NA,Detchd,1991,Unf,2,576,TA,TA,Y,48,112,0,0,0,0,NA,GdPrv,NA,0,7,2007,WD,Normal,132000 17,20,RL,NA,11241,Pave,NA,IR1,Lvl,AllPub,CulDSac,Gtl,NAmes,Norm,Norm,1Fam,1Story,6,7,1970,1970,Gable,CompShg,Wd Sdng,Wd Sdng,BrkFace,180,TA,TA,CBlock,TA,TA,No,ALQ,578,Unf,0,426,1004,GasA,Ex,Y,SBrkr,1004,0,0,1004,1,0,1,0,2,1,TA,5,Typ,1,TA,Attchd,1970,Fin,2,480,TA,TA,Y,0,0,0,0,0,0,NA,NA,Shed,700,3,2010,WD,Normal,149000 18,90,RL,72,10791,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Sawyer,Norm,Norm,Duplex,1Story,4,5,1967,1967,Gable,CompShg,MetalSd,MetalSd,None,0,TA,TA,Slab,NA,NA,NA,NA,0,NA,0,0,0,GasA,TA,Y,SBrkr,1296,0,0,1296,0,0,2,0,2,2,TA,6,Typ,0,NA,CarPort,1967,Unf,2,516,TA,TA,Y,0,0,0,0,0,0,NA,NA,Shed,500,10,2006,WD,Normal,90000 19,20,RL,66,13695,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,SawyerW,RRAe,Norm,1Fam,1Story,5,5,2004,2004,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,PConc,TA,TA,No,GLQ,646,Unf,0,468,1114,GasA,Ex,Y,SBrkr,1114,0,0,1114,1,0,1,1,3,1,Gd,6,Typ,0,NA,Detchd,2004,Unf,2,576,TA,TA,Y,0,102,0,0,0,0,NA,NA,NA,0,6,2008,WD,Normal,159000 20,20,RL,70,7560,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,5,6,1958,1965,Hip,CompShg,BrkFace,Plywood,None,0,TA,TA,CBlock,TA,TA,No,LwQ,504,Unf,0,525,1029,GasA,TA,Y,SBrkr,1339,0,0,1339,0,0,1,0,3,1,TA,6,Min1,0,NA,Attchd,1958,Unf,1,294,TA,TA,Y,0,0,0,0,0,0,NA,MnPrv,NA,0,5,2009,COD,Abnorml,139000 21,60,RL,101,14215,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,NridgHt,Norm,Norm,1Fam,2Story,8,5,2005,2006,Gable,CompShg,VinylSd,VinylSd,BrkFace,380,Gd,TA,PConc,Ex,TA,Av,Unf,0,Unf,0,1158,1158,GasA,Ex,Y,SBrkr,1158,1218,0,2376,0,0,3,1,4,1,Gd,9,Typ,1,Gd,BuiltIn,2005,RFn,3,853,TA,TA,Y,240,154,0,0,0,0,NA,NA,NA,0,11,2006,New,Partial,325300 22,45,RM,57,7449,Pave,Grvl,Reg,Bnk,AllPub,Inside,Gtl,IDOTRR,Norm,Norm,1Fam,1.5Unf,7,7,1930,1950,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,PConc,TA,TA,No,Unf,0,Unf,0,637,637,GasA,Ex,Y,FuseF,1108,0,0,1108,0,0,1,0,3,1,Gd,6,Typ,1,Gd,Attchd,1930,Unf,1,280,TA,TA,N,0,0,205,0,0,0,NA,GdPrv,NA,0,6,2007,WD,Normal,139400 23,20,RL,75,9742,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,1Story,8,5,2002,2002,Hip,CompShg,VinylSd,VinylSd,BrkFace,281,Gd,TA,PConc,Gd,TA,No,Unf,0,Unf,0,1777,1777,GasA,Ex,Y,SBrkr,1795,0,0,1795,0,0,2,0,3,1,Gd,7,Typ,1,Gd,Attchd,2002,RFn,2,534,TA,TA,Y,171,159,0,0,0,0,NA,NA,NA,0,9,2008,WD,Normal,230000 24,120,RM,44,4224,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,MeadowV,Norm,Norm,TwnhsE,1Story,5,7,1976,1976,Gable,CompShg,CemntBd,CmentBd,None,0,TA,TA,PConc,Gd,TA,No,GLQ,840,Unf,0,200,1040,GasA,TA,Y,SBrkr,1060,0,0,1060,1,0,1,0,3,1,TA,6,Typ,1,TA,Attchd,1976,Unf,2,572,TA,TA,Y,100,110,0,0,0,0,NA,NA,NA,0,6,2007,WD,Normal,129900 25,20,RL,NA,8246,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,Sawyer,Norm,Norm,1Fam,1Story,5,8,1968,2001,Gable,CompShg,Plywood,Plywood,None,0,TA,Gd,CBlock,TA,TA,Mn,Rec,188,ALQ,668,204,1060,GasA,Ex,Y,SBrkr,1060,0,0,1060,1,0,1,0,3,1,Gd,6,Typ,1,TA,Attchd,1968,Unf,1,270,TA,TA,Y,406,90,0,0,0,0,NA,MnPrv,NA,0,5,2010,WD,Normal,154000 26,20,RL,110,14230,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,NridgHt,Norm,Norm,1Fam,1Story,8,5,2007,2007,Gable,CompShg,VinylSd,VinylSd,Stone,640,Gd,TA,PConc,Gd,TA,No,Unf,0,Unf,0,1566,1566,GasA,Ex,Y,SBrkr,1600,0,0,1600,0,0,2,0,3,1,Gd,7,Typ,1,Gd,Attchd,2007,RFn,3,890,TA,TA,Y,0,56,0,0,0,0,NA,NA,NA,0,7,2009,WD,Normal,256300 27,20,RL,60,7200,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,NAmes,Norm,Norm,1Fam,1Story,5,7,1951,2000,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,CBlock,TA,TA,Mn,BLQ,234,Rec,486,180,900,GasA,TA,Y,SBrkr,900,0,0,900,0,1,1,0,3,1,Gd,5,Typ,0,NA,Detchd,2005,Unf,2,576,TA,TA,Y,222,32,0,0,0,0,NA,NA,NA,0,5,2010,WD,Normal,134800 28,20,RL,98,11478,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NridgHt,Norm,Norm,1Fam,1Story,8,5,2007,2008,Gable,CompShg,VinylSd,VinylSd,Stone,200,Gd,TA,PConc,Ex,TA,No,GLQ,1218,Unf,0,486,1704,GasA,Ex,Y,SBrkr,1704,0,0,1704,1,0,2,0,3,1,Gd,7,Typ,1,Gd,Attchd,2008,RFn,3,772,TA,TA,Y,0,50,0,0,0,0,NA,NA,NA,0,5,2010,WD,Normal,306000 29,20,RL,47,16321,Pave,NA,IR1,Lvl,AllPub,CulDSac,Gtl,NAmes,Norm,Norm,1Fam,1Story,5,6,1957,1997,Gable,CompShg,MetalSd,MetalSd,None,0,TA,TA,CBlock,TA,TA,Gd,BLQ,1277,Unf,0,207,1484,GasA,TA,Y,SBrkr,1600,0,0,1600,1,0,1,0,2,1,TA,6,Typ,2,Gd,Attchd,1957,RFn,1,319,TA,TA,Y,288,258,0,0,0,0,NA,NA,NA,0,12,2006,WD,Normal,207500 30,30,RM,60,6324,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,BrkSide,Feedr,RRNn,1Fam,1Story,4,6,1927,1950,Gable,CompShg,MetalSd,MetalSd,None,0,TA,TA,BrkTil,TA,TA,No,Unf,0,Unf,0,520,520,GasA,Fa,N,SBrkr,520,0,0,520,0,0,1,0,1,1,Fa,4,Typ,0,NA,Detchd,1920,Unf,1,240,Fa,TA,Y,49,0,87,0,0,0,NA,NA,NA,0,5,2008,WD,Normal,68500 31,70,C (all),50,8500,Pave,Pave,Reg,Lvl,AllPub,Inside,Gtl,IDOTRR,Feedr,Norm,1Fam,2Story,4,4,1920,1950,Gambrel,CompShg,BrkFace,BrkFace,None,0,TA,Fa,BrkTil,TA,TA,No,Unf,0,Unf,0,649,649,GasA,TA,N,SBrkr,649,668,0,1317,0,0,1,0,3,1,TA,6,Typ,0,NA,Detchd,1920,Unf,1,250,TA,Fa,N,0,54,172,0,0,0,NA,MnPrv,NA,0,7,2008,WD,Normal,40000 32,20,RL,NA,8544,Pave,NA,IR1,Lvl,AllPub,CulDSac,Gtl,Sawyer,Norm,Norm,1Fam,1Story,5,6,1966,2006,Gable,CompShg,HdBoard,HdBoard,None,0,TA,TA,CBlock,TA,TA,No,Unf,0,Unf,0,1228,1228,GasA,Gd,Y,SBrkr,1228,0,0,1228,0,0,1,1,3,1,Gd,6,Typ,0,NA,Attchd,1966,Unf,1,271,TA,TA,Y,0,65,0,0,0,0,NA,MnPrv,NA,0,6,2008,WD,Normal,149350 33,20,RL,85,11049,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,CollgCr,Norm,Norm,1Fam,1Story,8,5,2007,2007,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Ex,TA,Av,Unf,0,Unf,0,1234,1234,GasA,Ex,Y,SBrkr,1234,0,0,1234,0,0,2,0,3,1,Gd,7,Typ,0,NA,Attchd,2007,RFn,2,484,TA,TA,Y,0,30,0,0,0,0,NA,NA,NA,0,1,2008,WD,Normal,179900 34,20,RL,70,10552,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,5,5,1959,1959,Hip,CompShg,BrkFace,BrkFace,None,0,TA,TA,CBlock,TA,TA,No,Rec,1018,Unf,0,380,1398,GasA,Gd,Y,SBrkr,1700,0,0,1700,0,1,1,1,4,1,Gd,6,Typ,1,Gd,Attchd,1959,RFn,2,447,TA,TA,Y,0,38,0,0,0,0,NA,NA,NA,0,4,2010,WD,Normal,165500 35,120,RL,60,7313,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NridgHt,Norm,Norm,TwnhsE,1Story,9,5,2005,2005,Hip,CompShg,MetalSd,MetalSd,BrkFace,246,Ex,TA,PConc,Ex,TA,No,GLQ,1153,Unf,0,408,1561,GasA,Ex,Y,SBrkr,1561,0,0,1561,1,0,2,0,2,1,Ex,6,Typ,1,Gd,Attchd,2005,Fin,2,556,TA,TA,Y,203,47,0,0,0,0,NA,NA,NA,0,8,2007,WD,Normal,277500 36,60,RL,108,13418,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NridgHt,Norm,Norm,1Fam,2Story,8,5,2004,2005,Gable,CompShg,VinylSd,VinylSd,Stone,132,Gd,TA,PConc,Ex,TA,Av,Unf,0,Unf,0,1117,1117,GasA,Ex,Y,SBrkr,1132,1320,0,2452,0,0,3,1,4,1,Gd,9,Typ,1,Gd,BuiltIn,2004,Fin,3,691,TA,TA,Y,113,32,0,0,0,0,NA,NA,NA,0,9,2006,WD,Normal,309000 37,20,RL,112,10859,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,CollgCr,Norm,Norm,1Fam,1Story,5,5,1994,1995,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,PConc,Gd,TA,No,Unf,0,Unf,0,1097,1097,GasA,Ex,Y,SBrkr,1097,0,0,1097,0,0,1,1,3,1,TA,6,Typ,0,NA,Attchd,1995,Unf,2,672,TA,TA,Y,392,64,0,0,0,0,NA,NA,NA,0,6,2009,WD,Normal,145000 38,20,RL,74,8532,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,5,6,1954,1990,Hip,CompShg,Wd Sdng,Wd Sdng,BrkFace,650,TA,TA,CBlock,TA,TA,No,Rec,1213,Unf,0,84,1297,GasA,Gd,Y,SBrkr,1297,0,0,1297,0,1,1,0,3,1,TA,5,Typ,1,TA,Attchd,1954,Fin,2,498,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,10,2009,WD,Normal,153000 39,20,RL,68,7922,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,5,7,1953,2007,Gable,CompShg,VinylSd,VinylSd,None,0,TA,Gd,CBlock,TA,TA,No,GLQ,731,Unf,0,326,1057,GasA,TA,Y,SBrkr,1057,0,0,1057,1,0,1,0,3,1,Gd,5,Typ,0,NA,Detchd,1953,Unf,1,246,TA,TA,Y,0,52,0,0,0,0,NA,NA,NA,0,1,2010,WD,Abnorml,109000 40,90,RL,65,6040,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Edwards,Norm,Norm,Duplex,1Story,4,5,1955,1955,Gable,CompShg,AsbShng,Plywood,None,0,TA,TA,PConc,NA,NA,NA,NA,0,NA,0,0,0,GasA,TA,N,FuseP,1152,0,0,1152,0,0,2,0,2,2,Fa,6,Typ,0,NA,NA,NA,NA,0,0,NA,NA,N,0,0,0,0,0,0,NA,NA,NA,0,6,2008,WD,AdjLand,82000 41,20,RL,84,8658,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,6,5,1965,1965,Gable,CompShg,Wd Sdng,Wd Sdng,BrkFace,101,TA,TA,CBlock,TA,TA,No,Rec,643,Unf,0,445,1088,GasA,Ex,Y,SBrkr,1324,0,0,1324,0,0,2,0,3,1,TA,6,Typ,1,TA,Attchd,1965,RFn,2,440,TA,TA,Y,0,138,0,0,0,0,NA,GdWo,NA,0,12,2006,WD,Abnorml,160000 42,20,RL,115,16905,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Timber,Norm,Norm,1Fam,1Story,5,6,1959,1959,Gable,CompShg,VinylSd,VinylSd,None,0,TA,Gd,CBlock,TA,TA,Gd,BLQ,967,Unf,0,383,1350,GasA,Gd,Y,SBrkr,1328,0,0,1328,0,1,1,1,2,1,TA,5,Typ,2,Gd,Attchd,1959,RFn,1,308,TA,TA,P,0,104,0,0,0,0,NA,NA,NA,0,7,2007,WD,Normal,170000 43,85,RL,NA,9180,Pave,NA,IR1,Lvl,AllPub,CulDSac,Gtl,SawyerW,Norm,Norm,1Fam,SFoyer,5,7,1983,1983,Gable,CompShg,HdBoard,HdBoard,None,0,TA,TA,CBlock,Gd,TA,Av,ALQ,747,LwQ,93,0,840,GasA,Gd,Y,SBrkr,884,0,0,884,1,0,1,0,2,1,Gd,5,Typ,0,NA,Attchd,1983,RFn,2,504,TA,Gd,Y,240,0,0,0,0,0,NA,MnPrv,NA,0,12,2007,WD,Normal,144000 44,20,RL,NA,9200,Pave,NA,IR1,Lvl,AllPub,CulDSac,Gtl,CollgCr,Norm,Norm,1Fam,1Story,5,6,1975,1980,Hip,CompShg,VinylSd,VinylSd,None,0,TA,TA,CBlock,Gd,TA,Av,LwQ,280,BLQ,491,167,938,GasA,TA,Y,SBrkr,938,0,0,938,1,0,1,0,3,1,TA,5,Typ,0,NA,Detchd,1977,Unf,1,308,TA,TA,Y,145,0,0,0,0,0,NA,MnPrv,NA,0,7,2008,WD,Normal,130250 45,20,RL,70,7945,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,5,6,1959,1959,Gable,CompShg,BrkFace,Wd Sdng,None,0,TA,TA,CBlock,TA,TA,No,ALQ,179,BLQ,506,465,1150,GasA,Ex,Y,FuseA,1150,0,0,1150,1,0,1,0,3,1,TA,6,Typ,0,NA,Attchd,1959,RFn,1,300,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,5,2006,WD,Normal,141000 46,120,RL,61,7658,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NridgHt,Norm,Norm,TwnhsE,1Story,9,5,2005,2005,Hip,CompShg,MetalSd,MetalSd,BrkFace,412,Ex,TA,PConc,Ex,TA,No,GLQ,456,Unf,0,1296,1752,GasA,Ex,Y,SBrkr,1752,0,0,1752,1,0,2,0,2,1,Ex,6,Typ,1,Gd,Attchd,2005,RFn,2,576,TA,TA,Y,196,82,0,0,0,0,NA,NA,NA,0,2,2010,WD,Normal,319900 47,50,RL,48,12822,Pave,NA,IR1,Lvl,AllPub,CulDSac,Gtl,Mitchel,Norm,Norm,1Fam,1.5Fin,7,5,2003,2003,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Ex,TA,No,GLQ,1351,Unf,0,83,1434,GasA,Ex,Y,SBrkr,1518,631,0,2149,1,0,1,1,1,1,Gd,6,Typ,1,Ex,Attchd,2003,RFn,2,670,TA,TA,Y,168,43,0,0,198,0,NA,NA,NA,0,8,2009,WD,Abnorml,239686 48,20,FV,84,11096,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Somerst,Norm,Norm,1Fam,1Story,8,5,2006,2006,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,TA,Av,GLQ,24,Unf,0,1632,1656,GasA,Ex,Y,SBrkr,1656,0,0,1656,0,0,2,0,3,1,Gd,7,Typ,0,NA,Attchd,2006,RFn,3,826,TA,TA,Y,0,146,0,0,0,0,NA,NA,NA,0,7,2007,WD,Normal,249700 49,190,RM,33,4456,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,OldTown,Norm,Norm,2fmCon,2Story,4,5,1920,2008,Gable,CompShg,MetalSd,MetalSd,None,0,TA,TA,BrkTil,TA,TA,No,Unf,0,Unf,0,736,736,GasA,Gd,Y,SBrkr,736,716,0,1452,0,0,2,0,2,3,TA,8,Typ,0,NA,NA,NA,NA,0,0,NA,NA,N,0,0,102,0,0,0,NA,NA,NA,0,6,2009,New,Partial,113000 50,20,RL,66,7742,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Sawyer,Norm,Norm,1Fam,1Story,5,7,1966,1966,Gable,CompShg,HdBoard,HdBoard,None,0,TA,TA,CBlock,TA,TA,No,BLQ,763,Unf,0,192,955,GasA,Ex,Y,SBrkr,955,0,0,955,1,0,1,0,3,1,TA,6,Typ,0,NA,Attchd,1966,Unf,1,386,TA,TA,Y,0,0,0,0,0,0,NA,MnPrv,NA,0,1,2007,WD,Normal,127000 51,60,RL,NA,13869,Pave,NA,IR2,Lvl,AllPub,Corner,Gtl,Gilbert,Norm,Norm,1Fam,2Story,6,6,1997,1997,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,PConc,Gd,TA,Av,GLQ,182,Unf,0,612,794,GasA,Gd,Y,SBrkr,794,676,0,1470,0,1,2,0,3,1,TA,6,Typ,0,NA,Attchd,1997,Fin,2,388,TA,TA,Y,0,75,0,0,0,0,NA,NA,NA,0,7,2007,WD,Normal,177000 52,50,RM,52,6240,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,BrkSide,Norm,Norm,1Fam,1.5Fin,6,6,1934,1950,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,PConc,TA,TA,No,Unf,0,Unf,0,816,816,GasA,TA,Y,SBrkr,816,0,360,1176,0,0,1,0,3,1,TA,6,Typ,1,Gd,Detchd,1985,Unf,2,528,TA,TA,Y,112,0,0,0,0,0,NA,MnPrv,Shed,400,9,2006,WD,Normal,114500 53,90,RM,110,8472,Grvl,NA,IR2,Bnk,AllPub,Corner,Mod,IDOTRR,RRNn,Norm,Duplex,1Story,5,5,1963,1963,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,Fa,TA,CBlock,Gd,TA,Gd,LwQ,104,GLQ,712,0,816,GasA,TA,N,SBrkr,816,0,0,816,1,0,1,0,2,1,TA,5,Typ,0,NA,CarPort,1963,Unf,2,516,TA,TA,Y,106,0,0,0,0,0,NA,NA,NA,0,5,2010,WD,Normal,110000 54,20,RL,68,50271,Pave,NA,IR1,Low,AllPub,Inside,Gtl,Veenker,Norm,Norm,1Fam,1Story,9,5,1981,1987,Gable,WdShngl,WdShing,Wd Shng,None,0,Gd,TA,CBlock,Ex,TA,Gd,GLQ,1810,Unf,0,32,1842,GasA,Gd,Y,SBrkr,1842,0,0,1842,2,0,0,1,0,1,Gd,5,Typ,1,Gd,Attchd,1981,Fin,3,894,TA,TA,Y,857,72,0,0,0,0,NA,NA,NA,0,11,2006,WD,Normal,385000 55,80,RL,60,7134,Pave,NA,Reg,Bnk,AllPub,Inside,Mod,NAmes,Norm,Norm,1Fam,SLvl,5,5,1955,1955,Gable,CompShg,MetalSd,MetalSd,None,0,TA,TA,CBlock,TA,TA,No,ALQ,384,Unf,0,0,384,GasA,TA,Y,SBrkr,1360,0,0,1360,0,0,1,0,3,1,TA,6,Min1,1,TA,Detchd,1962,Unf,2,572,TA,TA,Y,0,50,0,0,0,0,NA,MnPrv,NA,0,2,2007,WD,Normal,130000 56,20,RL,100,10175,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,6,5,1964,1964,Gable,CompShg,HdBoard,Plywood,BrkFace,272,TA,TA,CBlock,TA,TA,No,BLQ,490,Unf,0,935,1425,GasA,Gd,Y,SBrkr,1425,0,0,1425,0,0,2,0,3,1,TA,7,Typ,1,Gd,Attchd,1964,RFn,2,576,TA,TA,Y,0,0,0,407,0,0,NA,NA,NA,0,7,2008,WD,Normal,180500 57,160,FV,24,2645,Pave,Pave,Reg,Lvl,AllPub,Inside,Gtl,Somerst,Norm,Norm,Twnhs,2Story,8,5,1999,2000,Gable,CompShg,MetalSd,MetalSd,BrkFace,456,Gd,TA,PConc,Gd,TA,No,GLQ,649,Unf,0,321,970,GasA,Ex,Y,SBrkr,983,756,0,1739,1,0,2,1,3,1,Gd,7,Typ,0,NA,Attchd,1999,Fin,2,480,TA,TA,Y,115,0,0,0,0,0,NA,NA,NA,0,8,2009,WD,Abnorml,172500 58,60,RL,89,11645,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,CollgCr,Norm,Norm,1Fam,2Story,7,5,2004,2004,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,TA,No,Unf,0,Unf,0,860,860,GasA,Ex,Y,SBrkr,860,860,0,1720,0,0,2,1,3,1,Gd,7,Typ,0,NA,Attchd,2004,RFn,2,565,TA,TA,Y,0,70,0,0,0,0,NA,NA,NA,0,8,2006,WD,Normal,196500 59,60,RL,66,13682,Pave,NA,IR2,HLS,AllPub,CulDSac,Gtl,StoneBr,Norm,Norm,1Fam,2Story,10,5,2006,2006,Hip,CompShg,VinylSd,VinylSd,BrkFace,1031,Ex,TA,PConc,Ex,TA,Gd,Unf,0,Unf,0,1410,1410,GasA,Ex,Y,SBrkr,1426,1519,0,2945,0,0,3,1,3,1,Gd,10,Typ,1,Gd,BuiltIn,2006,Fin,3,641,TA,TA,Y,192,0,37,0,0,0,NA,NA,NA,0,10,2006,New,Partial,438780 60,20,RL,60,7200,Pave,NA,Reg,Bnk,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,1Story,5,7,1972,1972,Gable,CompShg,HdBoard,HdBoard,None,0,TA,TA,CBlock,TA,TA,Av,ALQ,632,Unf,0,148,780,GasA,Ex,Y,SBrkr,780,0,0,780,0,0,1,0,2,1,TA,4,Typ,0,NA,Detchd,1973,Unf,1,352,TA,TA,Y,196,0,0,0,0,0,NA,MnPrv,NA,0,1,2008,WD,Normal,124900 61,20,RL,63,13072,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,SawyerW,RRAe,Norm,1Fam,1Story,6,5,2004,2004,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,PConc,Gd,TA,No,ALQ,941,Unf,0,217,1158,GasA,Ex,Y,SBrkr,1158,0,0,1158,1,0,1,1,3,1,Gd,5,Typ,0,NA,Detchd,2006,Unf,2,576,TA,TA,Y,0,50,0,0,0,0,NA,NA,NA,0,5,2006,New,Partial,158000 62,75,RM,60,7200,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,IDOTRR,Norm,Norm,1Fam,2.5Unf,5,7,1920,1996,Gable,CompShg,MetalSd,MetalSd,None,0,TA,TA,BrkTil,TA,Fa,No,Unf,0,Unf,0,530,530,GasA,TA,N,SBrkr,581,530,0,1111,0,0,1,0,3,1,Fa,6,Typ,0,NA,Detchd,1935,Unf,1,288,TA,TA,N,0,0,144,0,0,0,NA,NA,NA,0,3,2007,WD,Normal,101000 63,120,RL,44,6442,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,NridgHt,Norm,Norm,TwnhsE,1Story,8,5,2006,2006,Gable,CompShg,VinylSd,VinylSd,Stone,178,Gd,TA,PConc,Gd,Gd,Mn,GLQ,24,Unf,0,1346,1370,GasA,Ex,Y,SBrkr,1370,0,0,1370,0,0,2,0,2,1,Gd,6,Typ,1,Gd,Attchd,2006,RFn,2,484,TA,TA,Y,120,49,0,0,0,0,NA,NA,NA,0,10,2007,WD,Normal,202500 64,70,RM,50,10300,Pave,NA,IR1,Bnk,AllPub,Inside,Gtl,OldTown,RRAn,Feedr,1Fam,2Story,7,6,1921,1950,Gable,CompShg,Stucco,Stucco,None,0,TA,TA,BrkTil,TA,TA,No,Unf,0,Unf,0,576,576,GasA,Gd,Y,SBrkr,902,808,0,1710,0,0,2,0,3,1,TA,9,Typ,0,NA,Detchd,1990,Unf,2,480,TA,TA,Y,12,11,64,0,0,0,NA,GdPrv,NA,0,4,2010,WD,Normal,140000 65,60,RL,NA,9375,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,2Story,7,5,1997,1998,Gable,CompShg,VinylSd,VinylSd,BrkFace,573,TA,TA,PConc,Gd,TA,No,GLQ,739,Unf,0,318,1057,GasA,Ex,Y,SBrkr,1057,977,0,2034,1,0,2,1,3,1,Gd,8,Typ,0,NA,Attchd,1998,RFn,2,645,TA,TA,Y,576,36,0,0,0,0,NA,GdPrv,NA,0,2,2009,WD,Normal,219500 66,60,RL,76,9591,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NridgHt,Norm,Norm,1Fam,2Story,8,5,2004,2005,Gable,CompShg,VinylSd,VinylSd,BrkFace,344,Gd,TA,PConc,Ex,TA,Av,Unf,0,Unf,0,1143,1143,GasA,Ex,Y,SBrkr,1143,1330,0,2473,0,0,2,1,4,1,Gd,9,Typ,1,Gd,BuiltIn,2004,RFn,3,852,TA,TA,Y,192,151,0,0,0,0,NA,NA,NA,0,10,2007,WD,Normal,317000 67,20,RL,NA,19900,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,PosA,Norm,1Fam,1Story,7,5,1970,1989,Gable,CompShg,Plywood,Plywood,BrkFace,287,TA,TA,CBlock,Gd,TA,Gd,GLQ,912,Unf,0,1035,1947,GasA,TA,Y,SBrkr,2207,0,0,2207,1,0,2,0,3,1,TA,7,Min1,1,Gd,Attchd,1970,RFn,2,576,TA,TA,Y,301,0,0,0,0,0,NA,NA,NA,0,7,2010,WD,Normal,180000 68,20,RL,72,10665,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,1Story,7,5,2003,2003,Gable,CompShg,VinylSd,VinylSd,BrkFace,167,Gd,TA,PConc,Gd,TA,Av,GLQ,1013,Unf,0,440,1453,GasA,Ex,Y,SBrkr,1479,0,0,1479,1,0,2,0,3,1,Gd,7,Typ,0,NA,Attchd,2003,RFn,2,558,TA,TA,Y,144,29,0,0,0,0,NA,NA,NA,0,6,2007,WD,Normal,226000 69,30,RM,47,4608,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,OldTown,Artery,Norm,1Fam,1Story,4,6,1945,1950,Gable,CompShg,MetalSd,MetalSd,None,0,TA,Gd,CBlock,TA,TA,No,Unf,0,Unf,0,747,747,GasA,TA,Y,SBrkr,747,0,0,747,0,0,1,0,2,1,TA,4,Typ,0,NA,Attchd,1945,Unf,1,220,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,6,2010,WD,Normal,80000 70,50,RL,81,15593,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,ClearCr,Norm,Norm,1Fam,1.5Fin,7,4,1953,1953,Gable,CompShg,BrkFace,AsbShng,None,0,Gd,TA,CBlock,TA,TA,No,BLQ,603,Unf,0,701,1304,GasW,TA,Y,SBrkr,1304,983,0,2287,0,0,2,0,3,1,TA,7,Typ,1,TA,Attchd,1953,Fin,2,667,TA,TA,Y,0,21,114,0,0,0,NA,NA,NA,0,7,2006,WD,Normal,225000 71,20,RL,95,13651,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,7,6,1973,1973,Gable,CompShg,Plywood,Plywood,BrkFace,1115,TA,Gd,CBlock,Gd,TA,Gd,ALQ,1880,Unf,0,343,2223,GasA,Ex,Y,SBrkr,2223,0,0,2223,1,0,2,0,3,1,TA,8,Typ,2,Gd,Attchd,1973,Fin,2,516,TA,TA,Y,300,0,0,0,0,0,NA,NA,NA,0,2,2007,WD,Normal,244000 72,20,RL,69,7599,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,Mitchel,Norm,Norm,1Fam,1Story,4,6,1982,2006,Gable,CompShg,HdBoard,Plywood,None,0,TA,TA,CBlock,TA,TA,No,ALQ,565,Unf,0,280,845,GasA,TA,Y,SBrkr,845,0,0,845,1,0,1,0,2,1,TA,4,Typ,0,NA,Detchd,1987,Unf,2,360,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,6,2007,WD,Normal,129500 73,60,RL,74,10141,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,Gilbert,Norm,Norm,1Fam,2Story,7,5,1998,1998,Gable,CompShg,VinylSd,VinylSd,BrkFace,40,TA,TA,PConc,Gd,TA,No,Unf,0,Unf,0,832,832,GasA,Gd,Y,SBrkr,885,833,0,1718,0,0,2,1,3,1,TA,7,Typ,1,TA,Attchd,1998,Fin,2,427,TA,TA,Y,0,94,0,0,291,0,NA,NA,NA,0,12,2009,WD,Normal,185000 74,20,RL,85,10200,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,5,7,1954,2003,Gable,CompShg,Wd Sdng,Wd Sdng,BrkFace,104,TA,TA,CBlock,TA,TA,No,ALQ,320,BLQ,362,404,1086,GasA,Gd,Y,SBrkr,1086,0,0,1086,1,0,1,0,3,1,TA,6,Typ,0,NA,Attchd,1989,Unf,2,490,TA,TA,Y,0,0,0,0,0,0,NA,GdWo,NA,0,5,2010,WD,Normal,144900 75,50,RM,60,5790,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,OldTown,Norm,Norm,1Fam,2Story,3,6,1915,1950,Gambrel,CompShg,VinylSd,VinylSd,None,0,Gd,Gd,CBlock,Fa,TA,No,Unf,0,Unf,0,840,840,GasA,Gd,N,SBrkr,840,765,0,1605,0,0,2,0,3,2,TA,8,Typ,0,NA,Detchd,1915,Unf,1,379,TA,TA,Y,0,0,202,0,0,0,NA,NA,NA,0,5,2010,WD,Normal,107400 76,180,RM,21,1596,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,MeadowV,Norm,Norm,Twnhs,SLvl,4,5,1973,1973,Gable,CompShg,CemntBd,CmentBd,None,0,TA,TA,CBlock,Gd,TA,Gd,GLQ,462,Unf,0,0,462,GasA,TA,Y,SBrkr,526,462,0,988,1,0,1,0,2,1,TA,5,Typ,0,NA,BuiltIn,1973,Unf,1,297,TA,TA,Y,120,101,0,0,0,0,NA,GdWo,NA,0,11,2009,WD,Normal,91000 77,20,RL,NA,8475,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,4,7,1956,1956,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,CBlock,TA,TA,No,ALQ,228,Unf,0,724,952,GasA,Ex,Y,FuseA,952,0,0,952,0,0,1,0,2,1,TA,4,Typ,0,NA,Detchd,1956,Unf,1,283,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,4,2008,WD,Normal,135750 78,50,RM,50,8635,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,BrkSide,Norm,Norm,1Fam,1.5Fin,5,5,1948,2001,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,CBlock,TA,TA,No,BLQ,336,GLQ,41,295,672,GasA,TA,Y,SBrkr,1072,213,0,1285,1,0,1,0,2,1,TA,6,Min1,0,NA,Detchd,1948,Unf,1,240,TA,TA,Y,0,0,0,0,0,0,NA,MnPrv,NA,0,1,2008,WD,Normal,127000 79,90,RL,72,10778,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Sawyer,Norm,Norm,Duplex,1Story,4,5,1968,1968,Hip,CompShg,HdBoard,HdBoard,None,0,TA,TA,CBlock,TA,TA,No,Unf,0,Unf,0,1768,1768,GasA,TA,N,SBrkr,1768,0,0,1768,0,0,2,0,4,2,TA,8,Typ,0,NA,NA,NA,NA,0,0,NA,NA,Y,0,0,0,0,0,0,NA,NA,NA,0,4,2010,WD,Normal,136500 80,50,RM,60,10440,Pave,Grvl,Reg,Lvl,AllPub,Corner,Gtl,OldTown,Norm,Norm,1Fam,2Story,5,6,1910,1981,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,PConc,TA,TA,No,Unf,0,Unf,0,440,440,GasA,Gd,Y,SBrkr,682,548,0,1230,0,0,1,1,2,1,TA,5,Typ,0,NA,Detchd,1966,Unf,2,440,TA,TA,Y,74,0,128,0,0,0,NA,MnPrv,NA,0,5,2009,WD,Normal,110000 81,60,RL,100,13000,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,NAmes,Norm,Norm,1Fam,2Story,6,6,1968,1968,Gable,CompShg,VinylSd,VinylSd,BrkFace,576,TA,Gd,CBlock,Gd,TA,No,Rec,448,Unf,0,448,896,GasA,TA,Y,SBrkr,1182,960,0,2142,0,0,2,1,4,1,Gd,8,Typ,1,Gd,Attchd,1968,Fin,1,509,TA,TA,Y,0,72,0,0,252,0,NA,NA,NA,0,6,2009,WD,Normal,193500 82,120,RM,32,4500,Pave,NA,Reg,Lvl,AllPub,FR2,Gtl,Mitchel,Norm,Norm,TwnhsE,1Story,6,5,1998,1998,Hip,CompShg,VinylSd,VinylSd,BrkFace,443,TA,Gd,PConc,Ex,Gd,No,GLQ,1201,Unf,0,36,1237,GasA,Ex,Y,SBrkr,1337,0,0,1337,1,0,2,0,2,1,TA,5,Typ,0,NA,Attchd,1998,Fin,2,405,TA,TA,Y,0,199,0,0,0,0,NA,NA,NA,0,3,2006,WD,Normal,153500 83,20,RL,78,10206,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Somerst,Norm,Norm,1Fam,1Story,8,5,2007,2007,Gable,CompShg,VinylSd,VinylSd,Stone,468,TA,TA,PConc,Gd,TA,No,GLQ,33,Unf,0,1530,1563,GasA,Ex,Y,SBrkr,1563,0,0,1563,0,0,2,0,3,1,Gd,6,Typ,1,Gd,Attchd,2007,RFn,3,758,TA,TA,Y,144,99,0,0,0,0,NA,NA,NA,0,10,2008,WD,Normal,245000 84,20,RL,80,8892,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,5,5,1960,1960,Gable,CompShg,MetalSd,MetalSd,BrkCmn,66,TA,TA,CBlock,TA,TA,No,Unf,0,Unf,0,1065,1065,GasA,Gd,Y,SBrkr,1065,0,0,1065,0,0,1,1,3,1,TA,6,Typ,0,NA,Detchd,1974,Unf,2,461,TA,TA,Y,74,0,0,0,0,0,NA,NA,NA,0,7,2007,COD,Normal,126500 85,80,RL,NA,8530,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,Gilbert,Norm,Norm,1Fam,SLvl,7,5,1995,1996,Gable,CompShg,HdBoard,HdBoard,BrkFace,22,TA,TA,PConc,Gd,TA,No,Unf,0,Unf,0,384,384,GasA,Gd,Y,SBrkr,804,670,0,1474,0,0,2,1,3,1,TA,7,Typ,1,TA,BuiltIn,1995,Fin,2,400,TA,TA,Y,120,72,0,0,0,0,NA,NA,Shed,700,5,2009,WD,Normal,168500 86,60,RL,121,16059,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,NoRidge,Norm,Norm,1Fam,2Story,8,5,1991,1992,Hip,CompShg,HdBoard,HdBoard,BrkFace,284,Gd,TA,CBlock,Gd,TA,No,Unf,0,Unf,0,1288,1288,GasA,Ex,Y,SBrkr,1301,1116,0,2417,0,0,2,1,4,1,Gd,9,Typ,1,TA,Attchd,1991,Unf,2,462,TA,TA,Y,127,82,0,0,0,0,NA,NA,NA,0,4,2006,WD,Normal,260000 87,60,RL,122,11911,Pave,NA,IR2,Lvl,AllPub,Inside,Gtl,Gilbert,Norm,Norm,1Fam,2Story,6,5,2005,2005,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,TA,Av,Unf,0,Unf,0,684,684,GasA,Ex,Y,SBrkr,684,876,0,1560,0,0,2,1,3,1,Gd,6,Typ,1,Gd,BuiltIn,2005,Fin,2,400,TA,TA,Y,100,38,0,0,0,0,NA,NA,NA,0,3,2009,WD,Normal,174000 88,160,FV,40,3951,Pave,Pave,Reg,Lvl,AllPub,Corner,Gtl,Somerst,Norm,Norm,TwnhsE,2Story,6,5,2009,2009,Gable,CompShg,VinylSd,VinylSd,Stone,76,Gd,TA,PConc,Gd,TA,Av,Unf,0,Unf,0,612,612,GasA,Ex,Y,SBrkr,612,612,0,1224,0,0,2,1,2,1,Gd,4,Typ,0,NA,Detchd,2009,RFn,2,528,TA,TA,Y,0,234,0,0,0,0,NA,NA,NA,0,6,2009,New,Partial,164500 89,50,C (all),105,8470,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,IDOTRR,Feedr,Feedr,1Fam,1.5Fin,3,2,1915,1982,Hip,CompShg,Plywood,Plywood,None,0,Fa,Fa,CBlock,TA,Fa,No,Unf,0,Unf,0,1013,1013,GasA,TA,N,SBrkr,1013,0,513,1526,0,0,1,0,2,1,Fa,6,Typ,0,NA,NA,NA,NA,0,0,NA,NA,N,0,0,156,0,0,0,NA,MnPrv,NA,0,10,2009,ConLD,Abnorml,85000 90,20,RL,60,8070,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,1Story,4,5,1994,1995,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,PConc,Gd,TA,No,GLQ,588,Unf,0,402,990,GasA,Ex,Y,SBrkr,990,0,0,990,1,0,1,0,3,1,TA,5,Typ,0,NA,NA,NA,NA,0,0,NA,NA,Y,0,0,0,0,0,0,NA,NA,NA,0,8,2007,WD,Normal,123600 91,20,RL,60,7200,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,4,5,1950,1950,Gable,CompShg,BrkFace,Wd Sdng,None,0,TA,TA,Slab,NA,NA,NA,NA,0,NA,0,0,0,GasA,TA,Y,FuseA,1040,0,0,1040,0,0,1,0,2,1,TA,4,Typ,0,NA,Detchd,1950,Unf,2,420,TA,TA,Y,0,29,0,0,0,0,NA,NA,NA,0,7,2006,WD,Normal,109900 92,20,RL,85,8500,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,5,3,1961,1961,Hip,CompShg,HdBoard,HdBoard,BrkCmn,203,TA,TA,CBlock,TA,TA,No,Rec,600,Unf,0,635,1235,GasA,TA,Y,SBrkr,1235,0,0,1235,0,0,1,0,2,1,TA,6,Typ,0,NA,Attchd,1961,Unf,2,480,TA,TA,Y,0,0,0,0,0,0,NA,GdWo,NA,0,12,2006,WD,Abnorml,98600 93,30,RL,80,13360,Pave,Grvl,IR1,HLS,AllPub,Inside,Gtl,Crawfor,Norm,Norm,1Fam,1Story,5,7,1921,2006,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,Gd,BrkTil,Gd,TA,No,ALQ,713,Unf,0,163,876,GasA,Ex,Y,SBrkr,964,0,0,964,1,0,1,0,2,1,TA,5,Typ,0,NA,Detchd,1921,Unf,2,432,TA,TA,Y,0,0,44,0,0,0,NA,NA,NA,0,8,2009,WD,Normal,163500 94,190,C (all),60,7200,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,OldTown,Norm,Norm,2fmCon,2.5Unf,6,6,1910,1998,Hip,CompShg,MetalSd,MetalSd,None,0,TA,TA,BrkTil,TA,Fa,Mn,Rec,1046,Unf,0,168,1214,GasW,Ex,N,SBrkr,1260,1031,0,2291,0,1,2,0,4,2,TA,9,Typ,1,Gd,Detchd,1900,Unf,2,506,TA,TA,Y,0,0,0,0,99,0,NA,NA,NA,0,11,2007,WD,Normal,133900 95,60,RL,69,9337,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,2Story,6,5,1997,1997,Gable,CompShg,VinylSd,VinylSd,None,0,TA,Gd,PConc,Gd,TA,No,GLQ,648,Unf,0,176,824,GasA,Ex,Y,SBrkr,905,881,0,1786,1,0,2,1,3,1,Gd,7,Typ,0,NA,Attchd,1997,RFn,2,684,TA,TA,Y,0,162,0,0,0,0,NA,NA,NA,0,5,2007,WD,Normal,204750 96,60,RL,NA,9765,Pave,NA,IR2,Lvl,AllPub,Corner,Gtl,Gilbert,Norm,Norm,1Fam,2Story,6,8,1993,1993,Gable,CompShg,VinylSd,VinylSd,BrkFace,68,Ex,Gd,PConc,Gd,Gd,No,ALQ,310,Unf,0,370,680,GasA,Gd,Y,SBrkr,680,790,0,1470,0,0,2,1,3,1,TA,6,Typ,1,TA,BuiltIn,1993,Fin,2,420,TA,TA,Y,232,63,0,0,0,0,NA,NA,Shed,480,4,2009,WD,Normal,185000 97,20,RL,78,10264,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,1Story,7,5,1999,1999,Gable,CompShg,VinylSd,VinylSd,BrkFace,183,Gd,TA,PConc,Gd,TA,Av,ALQ,1162,Unf,0,426,1588,GasA,Ex,Y,SBrkr,1588,0,0,1588,0,0,2,0,3,1,Gd,6,Typ,0,NA,Attchd,1999,RFn,2,472,TA,TA,Y,158,29,0,0,0,0,NA,NA,NA,0,8,2006,WD,Normal,214000 98,20,RL,73,10921,Pave,NA,Reg,HLS,AllPub,Inside,Gtl,Edwards,Norm,Norm,1Fam,1Story,4,5,1965,1965,Hip,CompShg,HdBoard,HdBoard,BrkFace,48,TA,TA,CBlock,TA,TA,No,Rec,520,Unf,0,440,960,GasA,TA,Y,FuseF,960,0,0,960,1,0,1,0,3,1,TA,6,Typ,0,NA,Attchd,1965,Fin,1,432,TA,TA,P,120,0,0,0,0,0,NA,NA,NA,0,5,2007,WD,Normal,94750 99,30,RL,85,10625,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,Edwards,Norm,Norm,1Fam,1Story,5,5,1920,1950,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,BrkTil,TA,TA,No,ALQ,108,Unf,0,350,458,GasA,Fa,N,SBrkr,835,0,0,835,0,0,1,0,2,1,TA,5,Typ,0,NA,Basment,1920,Unf,1,366,Fa,TA,Y,0,0,77,0,0,0,NA,NA,Shed,400,5,2010,COD,Abnorml,83000 100,20,RL,77,9320,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,4,5,1959,1959,Gable,CompShg,Plywood,Plywood,None,0,TA,TA,CBlock,TA,TA,No,ALQ,569,Unf,0,381,950,GasA,Fa,Y,SBrkr,1225,0,0,1225,1,0,1,1,3,1,TA,6,Typ,0,NA,NA,NA,NA,0,0,NA,NA,Y,352,0,0,0,0,0,NA,NA,Shed,400,1,2010,WD,Normal,128950 101,20,RL,NA,10603,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,NWAmes,Norm,Norm,1Fam,1Story,6,7,1977,2001,Gable,CompShg,Plywood,Plywood,BrkFace,28,TA,TA,PConc,TA,TA,Mn,ALQ,1200,Unf,0,410,1610,GasA,Gd,Y,SBrkr,1610,0,0,1610,1,0,2,0,3,1,Gd,6,Typ,2,TA,Attchd,1977,RFn,2,480,TA,TA,Y,168,68,0,0,0,0,NA,NA,NA,0,2,2010,WD,Normal,205000 102,60,RL,77,9206,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,SawyerW,Norm,Norm,1Fam,2Story,6,5,1985,1985,Gable,CompShg,HdBoard,HdBoard,BrkFace,336,Gd,TA,CBlock,Gd,TA,No,Unf,0,Unf,0,741,741,GasA,TA,Y,SBrkr,977,755,0,1732,0,0,2,1,3,1,Gd,7,Typ,1,TA,Attchd,1985,Fin,2,476,TA,TA,Y,192,46,0,0,0,0,NA,NA,NA,0,6,2010,WD,Normal,178000 103,90,RL,64,7018,Pave,NA,Reg,Bnk,AllPub,Inside,Gtl,SawyerW,Norm,Norm,Duplex,1Story,5,5,1979,1979,Gable,CompShg,HdBoard,HdBoard,None,0,TA,Fa,Slab,NA,NA,NA,NA,0,NA,0,0,0,GasA,TA,Y,SBrkr,1535,0,0,1535,0,0,2,0,4,2,TA,8,Typ,0,NA,Attchd,1979,Unf,2,410,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,6,2009,WD,Alloca,118964 104,20,RL,94,10402,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,CollgCr,Norm,Norm,1Fam,1Story,7,5,2009,2009,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,PConc,Gd,TA,No,Unf,0,Unf,0,1226,1226,GasA,Ex,Y,SBrkr,1226,0,0,1226,0,0,2,0,3,1,Gd,6,Typ,0,NA,Attchd,2009,RFn,3,740,TA,TA,Y,0,36,0,0,0,0,NA,NA,NA,0,5,2010,WD,Normal,198900 105,50,RM,NA,7758,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,IDOTRR,Norm,Norm,1Fam,1.5Fin,7,4,1931,1950,Gable,CompShg,Stucco,Stucco,BrkFace,600,TA,Fa,PConc,TA,TA,No,LwQ,224,Unf,0,816,1040,GasA,Ex,Y,FuseF,1226,592,0,1818,0,0,1,1,4,1,TA,7,Typ,2,TA,Detchd,1951,Unf,1,240,TA,TA,Y,0,0,0,0,184,0,NA,NA,NA,0,6,2007,WD,Normal,169500 106,60,FV,75,9375,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Somerst,Norm,Norm,1Fam,2Story,8,5,2003,2004,Hip,CompShg,VinylSd,VinylSd,BrkFace,768,Gd,TA,PConc,Ex,TA,No,Unf,0,Unf,0,1053,1053,GasA,Ex,Y,SBrkr,1053,939,0,1992,0,0,2,1,3,1,Gd,9,Typ,1,Gd,Attchd,2003,RFn,2,648,TA,TA,Y,140,45,0,0,0,0,NA,NA,NA,0,8,2008,WD,Normal,250000 107,30,RM,60,10800,Pave,Grvl,Reg,Lvl,AllPub,Inside,Gtl,OldTown,Norm,Norm,1Fam,1Story,4,7,1885,1995,Mansard,CompShg,VinylSd,VinylSd,None,0,TA,TA,BrkTil,Fa,TA,No,Unf,0,Unf,0,641,641,GasA,Gd,Y,SBrkr,1047,0,0,1047,0,0,1,0,2,1,TA,6,Typ,0,NA,Detchd,1954,Unf,1,273,Fa,Fa,N,0,0,0,0,0,0,NA,NA,Shed,450,8,2007,WD,Normal,100000 108,20,RM,50,6000,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,OldTown,Norm,Norm,1Fam,1Story,5,5,1948,1950,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,CBlock,TA,TA,No,ALQ,104,BLQ,169,516,789,GasA,Ex,Y,SBrkr,789,0,0,789,0,0,1,0,2,1,TA,5,Typ,0,NA,Detchd,1948,Unf,1,250,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,4,2008,WD,Partial,115000 109,50,RM,85,8500,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,IDOTRR,Artery,Norm,1Fam,1.5Fin,5,7,1919,2005,Gable,CompShg,CemntBd,CmentBd,None,0,TA,TA,CBlock,TA,TA,No,Unf,0,Unf,0,793,793,GasW,TA,N,FuseF,997,520,0,1517,0,0,2,0,3,1,Fa,7,Typ,0,NA,NA,NA,NA,0,0,NA,NA,N,0,0,144,0,0,0,NA,NA,NA,0,8,2007,WD,Normal,115000 110,20,RL,105,11751,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,NWAmes,Norm,Norm,1Fam,1Story,6,6,1977,1977,Hip,CompShg,Plywood,Plywood,BrkFace,480,TA,TA,CBlock,Gd,TA,No,BLQ,705,Unf,0,1139,1844,GasA,Ex,Y,SBrkr,1844,0,0,1844,0,0,2,0,3,1,TA,7,Typ,1,TA,Attchd,1977,RFn,2,546,TA,TA,Y,0,122,0,0,0,0,NA,MnPrv,NA,0,1,2010,COD,Normal,190000 111,50,RL,75,9525,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Edwards,Norm,Norm,1Fam,1.5Fin,6,4,1954,1972,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,CBlock,TA,Fa,No,Rec,444,Unf,0,550,994,GasA,Gd,Y,SBrkr,1216,639,0,1855,0,0,2,0,4,1,TA,7,Typ,0,NA,Attchd,1954,Unf,1,325,TA,TA,Y,182,0,0,0,0,0,NA,NA,NA,0,10,2006,WD,Normal,136900 112,80,RL,NA,7750,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,Gilbert,Norm,Norm,1Fam,SLvl,7,5,2000,2000,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,PConc,Gd,TA,No,GLQ,250,Unf,0,134,384,GasA,Ex,Y,SBrkr,774,656,0,1430,0,0,2,1,3,1,TA,7,Typ,1,TA,BuiltIn,2000,Fin,2,400,TA,TA,Y,180,0,0,0,0,0,NA,NA,NA,0,4,2010,WD,Normal,180000 113,60,RL,77,9965,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,2Story,7,5,2007,2007,Gable,CompShg,VinylSd,VinylSd,Stone,220,Gd,TA,PConc,Ex,TA,Av,GLQ,984,Unf,0,280,1264,GasA,Ex,Y,SBrkr,1282,1414,0,2696,1,0,2,1,4,1,Ex,10,Typ,1,Gd,BuiltIn,2007,Fin,3,792,TA,TA,Y,120,184,0,0,168,0,NA,NA,NA,0,10,2007,New,Partial,383970 114,20,RL,NA,21000,Pave,NA,Reg,Bnk,AllPub,Corner,Gtl,Crawfor,Norm,Norm,1Fam,1Story,6,5,1953,1953,Hip,CompShg,Wd Sdng,Wd Sdng,BrkFace,184,TA,Gd,CBlock,Gd,TA,Mn,ALQ,35,Rec,869,905,1809,GasA,TA,Y,SBrkr,2259,0,0,2259,1,0,2,0,3,1,Gd,7,Typ,2,Gd,Basment,1953,Unf,2,450,TA,TA,Y,166,120,192,0,0,0,NA,MnPrv,NA,0,10,2007,COD,Abnorml,217000 115,70,RL,61,7259,Pave,NA,IR1,Lvl,AllPub,Inside,Mod,Crawfor,Norm,Norm,1Fam,2Story,6,8,1945,2002,Gambrel,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,CBlock,TA,TA,No,ALQ,774,LwQ,150,104,1028,GasA,Ex,Y,SBrkr,1436,884,0,2320,1,0,2,1,3,1,Gd,9,Typ,1,TA,Detchd,1945,Unf,1,180,TA,TA,Y,224,0,0,0,0,0,NA,MnPrv,NA,0,7,2007,WD,Normal,259500 116,160,FV,34,3230,Pave,Pave,Reg,Lvl,AllPub,Corner,Gtl,Somerst,Norm,Norm,TwnhsE,2Story,6,5,1999,1999,Gable,CompShg,MetalSd,MetalSd,BrkFace,1129,TA,TA,PConc,Gd,TA,No,GLQ,419,Unf,0,310,729,GasA,Gd,Y,SBrkr,729,729,0,1458,0,0,2,1,2,1,TA,5,Typ,1,Fa,Detchd,1999,Unf,2,440,TA,TA,Y,0,32,0,0,0,0,NA,NA,NA,0,6,2007,WD,Normal,176000 117,20,RL,NA,11616,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Sawyer,Norm,Norm,1Fam,1Story,5,5,1962,1962,Gable,CompShg,Wd Sdng,Wd Sdng,BrkFace,116,TA,TA,CBlock,TA,TA,No,LwQ,170,BLQ,670,252,1092,GasA,TA,Y,SBrkr,1092,0,0,1092,0,1,1,0,3,1,TA,6,Typ,1,Po,Attchd,1962,Unf,1,288,TA,TA,Y,0,20,144,0,0,0,NA,NA,NA,0,9,2009,WD,Normal,139000 118,20,RL,74,8536,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,Edwards,Norm,Norm,1Fam,1Story,5,5,2006,2007,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,PConc,Gd,TA,No,Unf,0,Unf,0,1125,1125,GasA,Gd,Y,SBrkr,1125,0,0,1125,0,0,1,1,2,1,TA,5,Typ,0,NA,Attchd,2007,Unf,2,430,TA,TA,Y,80,64,0,0,0,0,NA,NA,NA,0,4,2007,New,Partial,155000 119,60,RL,90,12376,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,SawyerW,Norm,Norm,1Fam,2Story,7,5,1990,1990,Hip,CompShg,Plywood,Plywood,None,0,TA,TA,PConc,Gd,TA,Mn,GLQ,1470,Unf,0,203,1673,GasA,Gd,Y,SBrkr,1699,1523,0,3222,1,0,3,0,5,1,Gd,11,Typ,2,TA,Attchd,1990,Unf,3,594,TA,TA,Y,367,0,0,0,0,0,NA,NA,NA,0,5,2010,WD,Normal,320000 120,60,RL,65,8461,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,2Story,6,5,2005,2006,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,TA,No,Unf,0,Unf,0,728,728,GasA,Ex,Y,SBrkr,728,728,0,1456,0,0,2,1,3,1,Gd,8,Typ,1,Gd,Attchd,2005,Fin,2,390,TA,TA,Y,0,24,0,0,0,0,NA,NA,NA,0,7,2006,New,Partial,163990 121,80,RL,NA,21453,Pave,NA,IR1,Low,AllPub,CulDSac,Sev,ClearCr,Norm,Norm,1Fam,SLvl,6,5,1969,1969,Flat,Metal,Plywood,Plywood,None,0,TA,TA,CBlock,TA,TA,Gd,ALQ,938,Unf,0,0,938,GasA,Ex,Y,SBrkr,988,0,0,988,1,0,1,0,1,1,TA,4,Typ,2,TA,Attchd,1969,Unf,2,540,TA,TA,Y,0,130,0,130,0,0,NA,NA,NA,0,10,2006,WD,Normal,180000 122,50,RM,50,6060,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,IDOTRR,Norm,Norm,1Fam,1.5Fin,4,5,1939,1950,Gable,CompShg,AsbShng,AsbShng,None,0,TA,TA,PConc,TA,TA,No,Unf,0,Unf,0,732,732,GasA,Gd,Y,SBrkr,772,351,0,1123,0,0,1,0,3,1,TA,4,Typ,0,NA,Detchd,1979,Unf,1,264,TA,TA,P,0,0,140,0,0,0,NA,MnPrv,NA,0,6,2007,WD,Normal,100000 123,20,RL,75,9464,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,NAmes,Norm,Norm,1Fam,1Story,6,7,1958,1958,Hip,CompShg,MetalSd,MetalSd,BrkFace,135,TA,Gd,CBlock,TA,TA,No,BLQ,570,Unf,0,510,1080,GasA,Gd,Y,SBrkr,1080,0,0,1080,0,0,1,0,3,1,TA,5,Typ,0,NA,Attchd,1958,Unf,1,288,TA,TA,Y,0,0,0,0,130,0,NA,NA,NA,0,6,2008,WD,Normal,136000 124,120,RL,55,7892,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,SawyerW,Norm,Norm,TwnhsE,1Story,6,5,1993,1993,Gable,CompShg,Plywood,Plywood,None,0,Gd,TA,PConc,Gd,TA,No,GLQ,300,Unf,0,899,1199,GasA,Ex,Y,SBrkr,1199,0,0,1199,0,0,2,0,2,1,Gd,5,Typ,0,NA,Attchd,1993,RFn,2,530,TA,TA,Y,0,63,0,0,0,0,NA,NA,NA,0,3,2008,WD,Normal,153900 125,20,RL,48,17043,Pave,NA,IR1,Lvl,AllPub,CulDSac,Gtl,NWAmes,Norm,Norm,1Fam,1Story,6,5,1979,1998,Gable,CompShg,HdBoard,HdBoard,None,0,TA,Gd,CBlock,Gd,Fa,No,Unf,0,Unf,0,1362,1362,GasA,TA,Y,SBrkr,1586,0,0,1586,0,0,2,0,3,1,TA,7,Typ,1,TA,Attchd,1979,Unf,2,435,TA,TA,Y,192,0,0,0,0,0,NA,NA,NA,0,1,2009,WD,Normal,181000 126,190,RM,60,6780,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,IDOTRR,Norm,Norm,2fmCon,1.5Fin,6,8,1935,1982,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,Fa,CBlock,TA,TA,Av,GLQ,490,Unf,0,30,520,GasA,Gd,N,SBrkr,520,0,234,754,1,0,1,0,2,1,TA,5,Typ,0,NA,NA,NA,NA,0,0,NA,NA,N,53,0,0,0,0,0,NA,NA,NA,0,6,2006,WD,Normal,84500 127,120,RL,NA,4928,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,NPkVill,Norm,Norm,TwnhsE,1Story,6,5,1976,1976,Gable,CompShg,Plywood,Plywood,None,0,TA,TA,CBlock,Gd,TA,No,ALQ,120,Unf,0,958,1078,GasA,TA,Y,SBrkr,958,0,0,958,0,0,2,0,2,1,TA,5,Typ,1,TA,Attchd,1977,RFn,2,440,TA,TA,Y,0,205,0,0,0,0,NA,NA,NA,0,2,2007,WD,Normal,128000 128,45,RM,55,4388,Pave,NA,IR1,Bnk,AllPub,Inside,Gtl,OldTown,Feedr,Norm,1Fam,1.5Unf,5,7,1930,1950,Gable,CompShg,WdShing,Wd Sdng,None,0,TA,Gd,BrkTil,TA,TA,No,LwQ,116,Unf,0,556,672,GasA,Ex,Y,SBrkr,840,0,0,840,0,0,1,0,3,1,TA,5,Typ,1,TA,NA,NA,NA,0,0,NA,NA,N,0,0,0,0,0,0,NA,NA,NA,0,6,2007,WD,Normal,87000 129,60,RL,69,7590,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,PosN,Norm,1Fam,2Story,6,5,1966,1966,Gable,CompShg,VinylSd,VinylSd,BrkFace,266,TA,TA,CBlock,TA,TA,No,BLQ,512,Unf,0,148,660,GasA,TA,Y,SBrkr,660,688,0,1348,0,0,1,1,3,1,TA,6,Typ,1,Fa,Attchd,1966,RFn,2,453,TA,TA,Y,188,108,0,0,0,0,NA,NA,NA,0,7,2006,WD,Normal,155000 130,20,RL,69,8973,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,5,7,1958,1991,Gable,CompShg,Plywood,Plywood,BrkFace,85,TA,TA,CBlock,TA,TA,No,Rec,567,BLQ,28,413,1008,GasA,TA,Y,FuseA,1053,0,0,1053,0,1,1,1,3,1,Ex,6,Typ,0,NA,2Types,1998,RFn,2,750,TA,TA,Y,0,80,0,180,0,0,NA,MnWw,NA,0,7,2006,WD,Abnorml,150000 131,60,RL,88,14200,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,NAmes,Norm,Norm,1Fam,2Story,7,6,1966,1966,Gable,CompShg,MetalSd,MetalSd,BrkFace,309,TA,TA,CBlock,TA,TA,No,Rec,445,Unf,0,479,924,GasA,Ex,Y,SBrkr,1216,941,0,2157,0,0,2,1,4,1,Gd,8,Typ,2,Gd,Attchd,1966,Fin,2,487,TA,TA,Y,105,66,0,0,0,0,NA,GdPrv,NA,0,5,2006,WD,Normal,226000 132,60,RL,NA,12224,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,Gilbert,Norm,Norm,1Fam,2Story,6,5,2000,2000,Gable,CompShg,VinylSd,VinylSd,BrkFace,40,Gd,TA,PConc,Gd,TA,No,GLQ,695,Unf,0,297,992,GasA,Ex,Y,SBrkr,1022,1032,0,2054,1,0,2,1,3,1,Gd,7,Typ,1,TA,BuiltIn,2000,RFn,2,390,TA,TA,Y,24,48,0,0,0,0,NA,NA,NA,0,7,2009,WD,Normal,244000 133,20,RL,75,7388,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,NAmes,Norm,Norm,1Fam,1Story,5,6,1959,2002,Gable,CompShg,MetalSd,MetalSd,None,0,TA,TA,CBlock,TA,TA,No,Rec,405,Unf,0,658,1063,GasA,Gd,Y,SBrkr,1327,0,0,1327,1,0,1,0,3,1,Gd,7,Typ,0,NA,Detchd,1974,Unf,2,624,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,7,2007,WD,Normal,150750 134,20,RL,NA,6853,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,Timber,Norm,Norm,1Fam,1Story,8,5,2001,2002,Gable,CompShg,VinylSd,VinylSd,BrkFace,136,Gd,TA,PConc,Ex,TA,No,GLQ,1005,Unf,0,262,1267,GasA,Ex,Y,SBrkr,1296,0,0,1296,1,0,2,0,2,1,Gd,6,Typ,0,NA,Attchd,2001,Fin,2,471,TA,TA,Y,192,25,0,0,0,0,NA,NA,NA,0,6,2009,WD,Normal,220000 135,20,RL,78,10335,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,Sawyer,Norm,Norm,1Fam,1Story,5,6,1968,1993,Gable,CompShg,Plywood,Plywood,None,0,TA,TA,CBlock,TA,TA,No,Rec,570,Unf,0,891,1461,GasA,Gd,Y,SBrkr,1721,0,0,1721,0,0,2,1,3,1,TA,7,Min1,1,TA,Attchd,1968,RFn,2,440,TA,TA,Y,0,96,180,0,0,0,NA,MnPrv,NA,0,7,2006,WD,Normal,180000 136,20,RL,80,10400,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NWAmes,Norm,Norm,1Fam,1Story,7,6,1970,1970,Hip,CompShg,Plywood,Plywood,BrkFace,288,TA,TA,PConc,TA,TA,No,Unf,0,Unf,0,1304,1304,GasA,Gd,Y,SBrkr,1682,0,0,1682,0,0,2,0,3,1,TA,7,Typ,1,Gd,Attchd,1970,Unf,2,530,TA,TA,Y,98,0,0,0,0,0,NA,MnPrv,NA,0,5,2008,WD,Normal,174000 137,20,RL,NA,10355,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,NAmes,Norm,Norm,1Fam,1Story,5,5,1967,1967,Gable,CompShg,MetalSd,MetalSd,BrkFace,196,TA,TA,CBlock,TA,TA,No,BLQ,695,Unf,0,519,1214,GasA,TA,Y,SBrkr,1214,0,0,1214,0,0,2,0,3,1,TA,5,Typ,1,Fa,Attchd,1967,RFn,1,318,TA,TA,Y,0,111,0,0,0,0,NA,NA,NA,0,7,2007,WD,Normal,143000 138,90,RL,82,11070,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Mitchel,Norm,Norm,Duplex,1Story,7,5,1988,1989,Gable,CompShg,VinylSd,VinylSd,BrkFace,70,TA,TA,CBlock,TA,TA,No,Unf,0,Unf,0,1907,1907,GasA,Gd,Y,SBrkr,1959,0,0,1959,0,0,3,0,5,2,TA,9,Typ,0,NA,2Types,1989,Unf,3,766,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,7,2006,WD,Family,171000 139,60,RL,73,9066,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,2Story,8,5,1999,2000,Gable,CompShg,VinylSd,VinylSd,BrkFace,320,Gd,TA,PConc,Gd,TA,Mn,GLQ,668,Unf,0,336,1004,GasA,Ex,Y,SBrkr,1004,848,0,1852,0,0,2,1,3,1,Gd,7,Typ,2,TA,Attchd,1999,Fin,3,660,TA,TA,Y,224,106,0,0,0,0,NA,GdPrv,NA,0,12,2008,WD,Normal,230000 140,60,RL,65,15426,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,2Story,6,5,1997,1997,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,PConc,Gd,TA,No,GLQ,821,Unf,0,107,928,GasA,Ex,Y,SBrkr,928,836,0,1764,1,0,2,1,3,1,Gd,7,Typ,0,NA,Attchd,1997,RFn,2,470,TA,TA,Y,276,99,0,0,0,0,NA,MnPrv,NA,0,8,2009,WD,Normal,231500 141,20,RL,70,10500,Pave,NA,Reg,Lvl,AllPub,FR2,Gtl,NAmes,Norm,Norm,1Fam,1Story,4,5,1971,1971,Gable,CompShg,HdBoard,HdBoard,None,0,TA,TA,CBlock,TA,TA,No,ALQ,432,Unf,0,432,864,GasA,TA,Y,SBrkr,864,0,0,864,0,0,1,0,3,1,TA,5,Typ,1,Po,NA,NA,NA,0,0,NA,NA,Y,0,0,0,0,0,0,NA,NA,NA,0,4,2010,ConLI,Normal,115000 142,20,RL,78,11645,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,1Story,7,5,2005,2005,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,TA,Av,GLQ,1300,Unf,0,434,1734,GasA,Ex,Y,SBrkr,1734,0,0,1734,1,0,2,0,3,1,Gd,7,Typ,0,NA,Attchd,2005,Fin,2,660,TA,TA,Y,160,24,0,0,0,0,NA,NA,NA,0,1,2006,WD,Normal,260000 143,50,RL,71,8520,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,NAmes,Artery,Norm,1Fam,1.5Fin,5,4,1952,1952,Gable,CompShg,BrkFace,Wd Sdng,None,0,TA,Fa,CBlock,TA,TA,No,Rec,507,Unf,0,403,910,GasA,Fa,Y,SBrkr,910,475,0,1385,0,0,2,0,4,1,TA,6,Typ,0,NA,Detchd,2000,Unf,2,720,TA,TA,Y,0,0,0,0,0,0,NA,MnPrv,NA,0,6,2010,WD,Normal,166000 144,20,RL,78,10335,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,1Story,7,5,1999,1999,Gable,CompShg,VinylSd,VinylSd,BrkFace,183,Gd,TA,PConc,Gd,TA,Gd,GLQ,679,Unf,0,811,1490,GasA,Ex,Y,SBrkr,1501,0,0,1501,1,0,2,0,3,1,Gd,6,Typ,0,NA,Attchd,1999,RFn,2,577,TA,TA,Y,144,29,0,0,0,0,NA,NA,NA,0,6,2009,WD,Normal,204000 145,90,RM,70,9100,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Sawyer,RRAe,Norm,Duplex,1Story,5,5,1963,1963,Gable,CompShg,HdBoard,HdBoard,BrkFace,336,TA,TA,CBlock,TA,TA,No,Rec,1332,Unf,0,396,1728,GasA,TA,Y,SBrkr,1728,0,0,1728,1,0,2,0,6,2,TA,10,Typ,0,NA,Detchd,1963,Unf,2,504,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,11,2006,ConLI,Abnorml,125000 146,160,RM,24,2522,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Edwards,Norm,Norm,Twnhs,2Story,6,5,2004,2006,Gable,CompShg,VinylSd,VinylSd,Stone,50,Gd,TA,PConc,Gd,TA,No,Unf,0,Unf,0,970,970,GasA,Ex,Y,SBrkr,970,739,0,1709,0,0,2,0,3,1,Gd,7,Maj1,0,NA,Detchd,2004,Unf,2,380,TA,TA,Y,0,40,0,0,0,0,NA,NA,NA,0,4,2006,WD,Normal,130000 147,30,RM,51,6120,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,BrkSide,Norm,Norm,1Fam,1Story,5,7,1931,1993,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,BrkTil,TA,TA,No,BLQ,209,Unf,0,506,715,GasA,TA,Y,FuseA,875,0,0,875,1,0,1,0,2,1,TA,5,Typ,0,NA,Detchd,1931,Unf,1,180,Fa,TA,Y,48,0,0,0,0,0,NA,NA,NA,0,11,2009,WD,Normal,105000 148,60,RL,NA,9505,Pave,NA,IR1,Lvl,AllPub,CulDSac,Gtl,Gilbert,Norm,Norm,1Fam,2Story,7,5,2001,2001,Gable,CompShg,VinylSd,VinylSd,BrkFace,180,Gd,TA,PConc,Gd,TA,No,Unf,0,Unf,0,884,884,GasA,Ex,Y,SBrkr,884,1151,0,2035,0,0,2,1,3,1,Gd,8,Typ,1,Gd,BuiltIn,2001,Fin,2,434,TA,TA,Y,144,48,0,0,0,0,NA,NA,NA,0,5,2010,WD,Normal,222500 149,20,RL,63,7500,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,SawyerW,Norm,Norm,1Fam,1Story,7,5,2004,2005,Gable,CompShg,VinylSd,VinylSd,BrkFace,120,TA,TA,PConc,Gd,TA,No,GLQ,680,Unf,0,400,1080,GasA,Ex,Y,SBrkr,1080,0,0,1080,1,0,1,0,3,1,Gd,6,Typ,0,NA,NA,NA,NA,0,0,NA,NA,Y,0,0,0,0,0,0,NA,NA,NA,0,4,2008,WD,Normal,141000 150,50,RM,NA,6240,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,BrkSide,Norm,Norm,1Fam,1.5Fin,5,4,1936,1950,Gable,CompShg,MetalSd,MetalSd,None,0,TA,TA,BrkTil,Gd,TA,No,Unf,0,Unf,0,896,896,GasA,Gd,Y,FuseA,896,448,0,1344,0,0,1,0,3,1,TA,7,Typ,0,NA,Detchd,1936,Unf,1,240,Fa,TA,Y,200,114,0,0,0,0,NA,NA,NA,0,4,2006,WD,Normal,115000 151,20,RL,120,10356,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,CollgCr,Norm,Norm,1Fam,1Story,5,6,1975,1975,Gable,CompShg,HdBoard,HdBoard,None,0,TA,TA,CBlock,TA,TA,Av,BLQ,716,Unf,0,253,969,GasA,TA,Y,SBrkr,969,0,0,969,0,0,1,1,3,1,TA,5,Typ,0,NA,Attchd,1975,Unf,2,440,TA,TA,Y,0,0,0,0,0,0,NA,MnPrv,NA,0,1,2007,WD,Normal,122000 152,20,RL,107,13891,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NridgHt,Norm,Norm,1Fam,1Story,8,5,2007,2008,Hip,CompShg,VinylSd,VinylSd,Stone,436,Gd,TA,PConc,Ex,TA,Gd,GLQ,1400,Unf,0,310,1710,GasA,Ex,Y,SBrkr,1710,0,0,1710,1,0,2,0,2,1,Gd,6,Typ,1,Gd,Attchd,2007,RFn,3,866,TA,TA,Y,0,102,0,0,0,0,NA,NA,NA,0,1,2008,New,Partial,372402 153,60,RL,NA,14803,Pave,NA,IR1,Lvl,AllPub,CulDSac,Gtl,NWAmes,Norm,Norm,1Fam,2Story,6,5,1971,1971,Gable,CompShg,HdBoard,HdBoard,BrkFace,252,TA,TA,CBlock,TA,TA,No,Rec,416,Unf,0,409,825,GasA,Gd,Y,SBrkr,1097,896,0,1993,0,0,2,1,4,1,TA,8,Typ,1,Gd,Attchd,1971,RFn,2,495,TA,TA,Y,0,66,0,0,0,0,NA,GdWo,NA,0,6,2006,WD,Normal,190000 154,20,RL,NA,13500,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,ClearCr,Norm,Norm,1Fam,1Story,6,7,1960,1975,Flat,CompShg,BrkFace,Plywood,None,0,TA,TA,CBlock,Gd,TA,Gd,BLQ,429,ALQ,1080,93,1602,GasA,Gd,Y,SBrkr,1252,0,0,1252,1,0,1,0,1,1,TA,4,Typ,1,Gd,Attchd,1960,RFn,2,564,TA,TA,Y,409,0,0,0,0,0,NA,NA,NA,0,3,2008,WD,Normal,235000 155,30,RM,84,11340,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,OldTown,Norm,Norm,1Fam,1Story,6,5,1923,1950,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,BrkTil,TA,TA,No,Unf,0,Unf,0,1200,1200,GasA,TA,Y,FuseA,1200,0,0,1200,0,0,1,0,4,1,TA,7,Typ,0,NA,Detchd,1923,Unf,1,312,Fa,Fa,Y,0,0,228,0,0,0,NA,NA,NA,0,3,2006,WD,Family,125000 156,50,RL,60,9600,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,Edwards,Artery,Norm,1Fam,1.5Fin,6,5,1924,1950,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,BrkTil,TA,TA,No,Unf,0,Unf,0,572,572,Grav,Fa,N,FuseF,572,524,0,1096,0,0,1,0,2,1,TA,5,Typ,0,NA,NA,NA,NA,0,0,NA,NA,N,0,8,128,0,0,0,NA,NA,NA,0,4,2008,WD,Normal,79000 157,20,RL,60,7200,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,5,7,1950,1950,Hip,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,CBlock,NA,NA,NA,NA,0,NA,0,0,0,GasA,TA,Y,FuseF,1040,0,0,1040,0,0,1,0,2,1,TA,5,Typ,0,NA,Detchd,1950,Unf,2,625,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,6,2006,WD,Normal,109500 158,60,RL,92,12003,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,Timber,Norm,Norm,1Fam,2Story,8,5,2009,2010,Gable,CompShg,VinylSd,VinylSd,BrkFace,84,Gd,TA,PConc,Ex,TA,No,Unf,0,Unf,0,774,774,GasA,Ex,Y,SBrkr,774,1194,0,1968,0,0,2,1,4,1,Ex,8,Typ,1,Gd,BuiltIn,2009,Fin,3,680,TA,TA,Y,0,75,0,0,0,0,NA,NA,NA,0,5,2010,New,Partial,269500 159,60,FV,100,12552,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,Somerst,Norm,Norm,1Fam,2Story,7,5,2004,2005,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,TA,No,GLQ,222,Unf,0,769,991,GasA,Ex,Y,SBrkr,991,956,0,1947,0,0,2,1,3,1,Gd,8,Typ,1,Gd,Attchd,2004,RFn,2,678,TA,TA,Y,0,136,0,0,0,0,NA,GdWo,NA,0,5,2010,WD,Normal,254900 160,60,RL,134,19378,Pave,NA,IR1,HLS,AllPub,Corner,Gtl,Gilbert,Norm,Norm,1Fam,2Story,7,5,2005,2006,Gable,CompShg,VinylSd,VinylSd,BrkFace,456,Gd,TA,PConc,Gd,TA,Mn,GLQ,57,Unf,0,1335,1392,GasA,Ex,Y,SBrkr,1392,1070,0,2462,1,0,2,1,4,1,Gd,9,Typ,1,Gd,Attchd,2006,RFn,2,576,TA,TA,Y,239,132,0,168,0,0,NA,NA,NA,0,3,2006,New,Partial,320000 161,20,RL,NA,11120,Pave,NA,IR1,Lvl,AllPub,CulDSac,Gtl,Veenker,Norm,Norm,1Fam,1Story,6,6,1984,1984,Gable,CompShg,Plywood,Plywood,None,0,TA,TA,PConc,Gd,TA,No,BLQ,660,Unf,0,572,1232,GasA,TA,Y,SBrkr,1232,0,0,1232,0,0,2,0,3,1,TA,6,Typ,0,NA,Attchd,1984,Unf,2,516,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,6,2008,WD,Normal,162500 162,60,RL,110,13688,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,NridgHt,Norm,Norm,1Fam,2Story,9,5,2003,2004,Gable,CompShg,VinylSd,VinylSd,BrkFace,664,Gd,TA,PConc,Ex,TA,Av,GLQ,1016,Unf,0,556,1572,GasA,Ex,Y,SBrkr,1572,1096,0,2668,1,0,2,1,3,1,Ex,10,Typ,2,Gd,BuiltIn,2003,Fin,3,726,TA,TA,Y,400,0,0,0,0,0,NA,NA,NA,0,3,2008,WD,Normal,412500 163,20,RL,95,12182,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,NridgHt,Norm,Norm,1Fam,1Story,7,5,2005,2005,Gable,CompShg,VinylSd,VinylSd,BrkFace,226,Gd,TA,PConc,Gd,TA,Mn,BLQ,1201,Unf,0,340,1541,GasA,Ex,Y,SBrkr,1541,0,0,1541,0,0,2,0,3,1,Gd,7,Typ,1,Gd,Attchd,2005,RFn,2,532,TA,TA,Y,0,70,0,0,0,0,NA,NA,NA,0,5,2010,New,Partial,220000 164,45,RL,55,5500,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,OldTown,Norm,Norm,1Fam,1.5Unf,4,6,1956,1956,Gable,CompShg,MetalSd,MetalSd,None,0,TA,TA,CBlock,TA,TA,No,Unf,0,Unf,0,882,882,GasA,Ex,Y,SBrkr,882,0,0,882,0,0,1,0,1,1,TA,4,Typ,0,NA,NA,NA,NA,0,0,NA,NA,Y,0,0,0,0,0,0,NA,MnPrv,NA,0,4,2007,WD,Normal,103200 165,40,RM,40,5400,Pave,Pave,Reg,Lvl,AllPub,Corner,Gtl,OldTown,Norm,Norm,1Fam,1Story,6,7,1926,2004,Gable,CompShg,MetalSd,MetalSd,None,0,TA,Gd,BrkTil,TA,TA,Mn,LwQ,370,Unf,0,779,1149,GasA,Gd,Y,FuseA,1149,467,0,1616,0,0,2,0,3,1,Gd,5,Typ,0,NA,Detchd,1926,Unf,1,216,TA,TA,Y,0,0,183,0,0,0,NA,NA,NA,0,10,2007,WD,Normal,152000 166,190,RL,62,10106,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Edwards,Norm,Norm,2fmCon,1.5Fin,5,7,1940,1999,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,Gd,BrkTil,TA,TA,No,ALQ,351,Rec,181,112,644,GasA,Gd,Y,SBrkr,808,547,0,1355,1,0,2,0,4,2,TA,6,Typ,0,NA,NA,NA,NA,0,0,NA,NA,Y,140,0,0,0,0,0,NA,NA,NA,0,9,2008,WD,Normal,127500 167,20,RL,NA,10708,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,ClearCr,Norm,Norm,1Fam,1Story,5,5,1955,1993,Hip,CompShg,Wd Sdng,Wd Sdng,None,0,Gd,TA,CBlock,TA,TA,No,LwQ,379,BLQ,768,470,1617,GasA,Ex,Y,FuseA,1867,0,0,1867,1,0,1,0,2,1,TA,7,Typ,3,Gd,Attchd,1955,Fin,1,303,TA,TA,Y,476,0,0,0,142,0,NA,GdWo,NA,0,11,2009,COD,Normal,190000 168,60,RL,86,10562,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NridgHt,Norm,Norm,1Fam,2Story,8,5,2007,2007,Gable,CompShg,VinylSd,VinylSd,Stone,300,Gd,TA,PConc,Ex,TA,No,GLQ,1288,Unf,0,294,1582,GasA,Ex,Y,SBrkr,1610,551,0,2161,1,0,1,1,3,1,Ex,8,Typ,1,Gd,Attchd,2007,Fin,3,789,TA,TA,Y,178,120,0,0,0,0,NA,NA,NA,0,11,2007,New,Partial,325624 169,60,RL,62,8244,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,Gilbert,Norm,Norm,1Fam,2Story,7,5,2004,2004,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,TA,No,Unf,0,Unf,0,840,840,GasA,Ex,Y,SBrkr,840,880,0,1720,0,0,2,1,3,1,Gd,7,Typ,1,Gd,Attchd,2004,Fin,2,440,TA,TA,Y,100,48,0,0,0,0,NA,NA,NA,0,5,2007,WD,Normal,183500 170,20,RL,NA,16669,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,Timber,Norm,Norm,1Fam,1Story,8,6,1981,1981,Hip,WdShake,Plywood,Plywood,BrkFace,653,Gd,TA,CBlock,Gd,TA,No,Unf,0,Unf,0,1686,1686,GasA,TA,Y,SBrkr,1707,0,0,1707,0,0,2,1,2,1,TA,6,Typ,1,TA,Attchd,1981,RFn,2,511,TA,TA,Y,574,64,0,0,0,0,NA,NA,NA,0,1,2006,WD,Normal,228000 171,50,RM,NA,12358,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,OldTown,Feedr,Norm,1Fam,1.5Fin,5,6,1941,1950,Gable,CompShg,MetalSd,MetalSd,None,0,TA,TA,CBlock,TA,TA,No,Rec,360,Unf,0,360,720,GasA,TA,Y,SBrkr,854,0,528,1382,0,0,1,1,2,1,TA,7,Typ,0,NA,Detchd,1991,Unf,2,660,TA,TA,Y,237,0,0,0,0,0,NA,NA,NA,0,5,2007,WD,Normal,128500 172,20,RL,141,31770,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,NAmes,Norm,Norm,1Fam,1Story,6,5,1960,1960,Hip,CompShg,BrkFace,Plywood,Stone,112,TA,TA,CBlock,TA,Gd,Gd,BLQ,639,Unf,0,441,1080,GasA,Fa,Y,SBrkr,1656,0,0,1656,1,0,1,0,3,1,TA,7,Typ,2,Gd,Attchd,1960,Fin,2,528,TA,TA,P,210,62,0,0,0,0,NA,NA,NA,0,5,2010,WD,Normal,215000 173,160,RL,44,5306,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,StoneBr,Norm,Norm,TwnhsE,2Story,7,7,1987,1987,Gable,CompShg,HdBoard,HdBoard,None,0,Gd,Gd,PConc,Gd,Gd,No,GLQ,495,Rec,215,354,1064,GasA,Gd,Y,SBrkr,1064,703,0,1767,1,0,2,0,2,1,Gd,5,Typ,1,TA,Attchd,1987,RFn,2,504,Gd,TA,Y,441,35,0,0,0,0,NA,NA,NA,0,6,2006,WD,Normal,239000 174,20,RL,80,10197,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,6,5,1961,1961,Gable,CompShg,WdShing,Wd Shng,BrkCmn,491,TA,TA,CBlock,TA,TA,No,ALQ,288,Rec,374,700,1362,GasA,TA,Y,SBrkr,1362,0,0,1362,1,0,1,1,3,1,TA,6,Typ,1,TA,Attchd,1961,Unf,2,504,TA,TA,Y,0,20,0,0,0,0,NA,NA,NA,0,6,2008,COD,Normal,163000 175,20,RL,47,12416,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,Timber,Norm,Norm,1Fam,1Story,6,5,1986,1986,Gable,CompShg,VinylSd,Plywood,Stone,132,TA,TA,CBlock,Gd,Fa,No,ALQ,1398,LwQ,208,0,1606,GasA,TA,Y,SBrkr,1651,0,0,1651,1,0,2,0,3,1,TA,7,Min2,1,TA,Attchd,1986,Fin,2,616,TA,TA,Y,192,0,0,0,0,0,NA,NA,NA,0,11,2008,WD,Normal,184000 176,20,RL,84,12615,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,Edwards,Norm,Norm,1Fam,1Story,6,7,1950,2001,Gable,CompShg,WdShing,Wd Shng,None,0,TA,TA,CBlock,TA,Gd,Av,ALQ,477,Unf,0,725,1202,GasA,TA,Y,SBrkr,2158,0,0,2158,1,0,2,0,4,1,Gd,7,Typ,1,Gd,Attchd,1950,Unf,2,576,TA,TA,Y,0,29,39,0,0,0,NA,MnPrv,NA,0,6,2007,WD,Normal,243000 177,60,RL,97,10029,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,ClearCr,Norm,Norm,1Fam,2Story,6,5,1988,1989,Gable,CompShg,Plywood,Plywood,BrkFace,268,Gd,TA,PConc,Gd,TA,No,GLQ,831,Unf,0,320,1151,GasA,TA,Y,SBrkr,1164,896,0,2060,0,1,2,1,4,1,TA,8,Typ,1,TA,Attchd,1988,Unf,2,521,TA,TA,Y,0,228,0,0,192,0,NA,NA,NA,0,9,2007,WD,Normal,211000 178,50,RL,NA,13650,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Sawyer,Norm,Norm,1Fam,1.5Fin,5,5,1958,1958,Gable,CompShg,MetalSd,MetalSd,None,0,Gd,Gd,CBlock,TA,TA,No,ALQ,57,BLQ,441,554,1052,GasA,Ex,Y,SBrkr,1252,668,0,1920,1,0,2,0,4,1,Gd,8,Typ,1,Gd,Attchd,1958,Unf,2,451,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,7,2006,WD,Normal,172500 179,20,RL,63,17423,Pave,NA,IR1,Lvl,AllPub,CulDSac,Gtl,StoneBr,Norm,Norm,1Fam,1Story,9,5,2008,2009,Hip,CompShg,VinylSd,VinylSd,Stone,748,Ex,TA,PConc,Ex,TA,No,GLQ,1904,Unf,0,312,2216,GasA,Ex,Y,SBrkr,2234,0,0,2234,1,0,2,0,1,1,Ex,9,Typ,1,Gd,Attchd,2009,Fin,3,1166,TA,TA,Y,0,60,0,0,0,0,NA,NA,NA,0,7,2009,New,Partial,501837 180,30,RM,60,8520,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,OldTown,Norm,Norm,1Fam,1Story,5,6,1923,2006,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,Gd,TA,CBlock,TA,TA,No,Unf,0,Unf,0,968,968,GasA,TA,Y,SBrkr,968,0,0,968,0,0,1,0,2,1,TA,5,Typ,0,NA,Detchd,1935,Unf,2,480,Fa,TA,N,0,0,184,0,0,0,NA,NA,NA,0,7,2007,WD,Normal,100000 181,160,FV,NA,2117,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Somerst,Norm,Norm,Twnhs,2Story,6,5,2000,2000,Gable,CompShg,MetalSd,MetalSd,BrkFace,456,Gd,TA,PConc,Gd,TA,No,GLQ,436,Unf,0,320,756,GasA,Ex,Y,SBrkr,769,756,0,1525,0,0,2,1,3,1,Gd,5,Typ,1,TA,Detchd,2000,Unf,2,440,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,6,2007,WD,Normal,177000 182,70,RL,54,7588,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Crawfor,Norm,Norm,1Fam,2Story,7,6,1920,1950,Gable,CompShg,Stucco,Stucco,None,0,TA,TA,BrkTil,Fa,TA,No,LwQ,352,Unf,0,441,793,GasA,Gd,Y,SBrkr,901,901,0,1802,0,0,1,1,4,1,TA,9,Typ,1,Gd,Detchd,1920,Unf,1,216,Fa,TA,Y,0,0,40,0,0,0,NA,NA,NA,0,7,2006,WD,Normal,200100 183,20,RL,60,9060,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Edwards,Artery,Norm,1Fam,1Story,5,6,1957,2006,Hip,CompShg,Wd Sdng,Wd Sdng,BrkFace,98,TA,TA,PConc,NA,NA,NA,NA,0,NA,0,0,0,GasA,Ex,Y,SBrkr,1340,0,0,1340,0,0,1,0,3,1,TA,7,Typ,1,Gd,Attchd,1957,RFn,1,252,TA,TA,Y,116,0,0,180,0,0,NA,MnPrv,NA,0,6,2007,WD,Normal,120000 184,50,RM,63,11426,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,OldTown,Norm,Norm,1Fam,1.5Fin,7,5,2003,2003,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,PConc,Gd,TA,No,Unf,0,Unf,0,1362,1362,GasA,Ex,Y,SBrkr,1362,720,0,2082,0,0,2,1,3,1,Gd,6,Mod,0,NA,Detchd,2003,Unf,2,484,TA,TA,N,280,238,0,0,0,0,NA,NA,NA,0,6,2008,WD,Normal,200000 185,50,RL,92,7438,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,BrkSide,RRAn,Feedr,1Fam,1.5Fin,5,8,1908,1991,Gable,CompShg,AsbShng,Plywood,None,0,TA,TA,PConc,Fa,TA,No,Unf,0,Unf,0,504,504,GasA,Gd,Y,SBrkr,936,316,0,1252,0,0,1,0,3,1,TA,5,Typ,0,NA,Attchd,1986,Unf,2,576,TA,TA,Y,104,0,0,0,0,0,NA,MnPrv,NA,0,6,2006,WD,Normal,127000 186,75,RM,90,22950,Pave,NA,IR2,Lvl,AllPub,Inside,Gtl,OldTown,Artery,Norm,1Fam,2.5Fin,10,9,1892,1993,Gable,WdShngl,Wd Sdng,Wd Sdng,None,0,Gd,Gd,BrkTil,TA,TA,Mn,Unf,0,Unf,0,1107,1107,GasA,Ex,Y,SBrkr,1518,1518,572,3608,0,0,2,1,4,1,Ex,12,Typ,2,TA,Detchd,1993,Unf,3,840,Ex,TA,Y,0,260,0,0,410,0,NA,GdPrv,NA,0,6,2006,WD,Normal,475000 187,80,RL,NA,9947,Pave,NA,IR1,Lvl,AllPub,CulDSac,Gtl,Mitchel,Norm,Norm,1Fam,SLvl,7,5,1990,1991,Gable,CompShg,HdBoard,HdBoard,None,0,TA,TA,PConc,Gd,TA,Av,GLQ,611,Unf,0,577,1188,GasA,Ex,Y,SBrkr,1217,0,0,1217,1,0,2,0,3,1,Gd,6,Typ,0,NA,Attchd,1990,Unf,2,497,TA,TA,Y,168,27,0,0,0,0,NA,GdPrv,NA,0,6,2009,WD,Normal,173000 188,50,RL,60,10410,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,OldTown,Norm,Norm,1Fam,1.5Fin,5,7,1916,1987,Gable,CompShg,HdBoard,HdBoard,None,0,TA,TA,CBlock,Fa,TA,No,Unf,0,Unf,0,660,660,GasA,Ex,Y,SBrkr,808,704,144,1656,0,0,2,1,3,1,TA,8,Min2,0,NA,Detchd,1916,Unf,1,180,Fa,Fa,N,0,0,0,140,0,0,NA,MnPrv,NA,0,8,2009,WD,Normal,135000 189,90,RL,64,7018,Pave,NA,Reg,Bnk,AllPub,Inside,Gtl,SawyerW,Feedr,Norm,Duplex,SFoyer,5,5,1979,1979,Gable,CompShg,Plywood,Plywood,Stone,275,TA,TA,CBlock,Gd,TA,Av,GLQ,1086,Unf,0,0,1086,GasA,TA,Y,SBrkr,1224,0,0,1224,2,0,0,2,2,2,TA,6,Typ,2,TA,Detchd,1979,Unf,2,528,TA,TA,Y,120,0,0,0,0,0,NA,NA,NA,0,6,2009,WD,Alloca,153337 190,120,RL,41,4923,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,StoneBr,Norm,Norm,TwnhsE,1Story,8,5,2001,2002,Gable,CompShg,CemntBd,CmentBd,None,0,Gd,TA,PConc,Ex,TA,Av,GLQ,1153,Unf,0,440,1593,GasA,Ex,Y,SBrkr,1593,0,0,1593,1,0,1,1,0,1,Ex,5,Typ,1,Gd,Attchd,2001,Fin,2,682,TA,TA,Y,0,120,0,0,224,0,NA,NA,NA,0,8,2008,WD,Normal,286000 191,70,RL,70,10570,Pave,NA,Reg,Bnk,AllPub,Inside,Mod,Crawfor,Norm,Norm,1Fam,2Story,8,8,1932,1994,Hip,CompShg,BrkFace,BrkFace,None,0,Gd,TA,CBlock,Gd,Gd,No,Rec,297,Unf,0,556,853,GasA,TA,Y,SBrkr,1549,1178,0,2727,0,0,2,1,3,1,Gd,10,Maj1,2,TA,Detchd,1932,Unf,2,440,TA,TA,Y,0,74,0,0,0,0,NA,NA,NA,0,12,2007,WD,Normal,315000 192,60,RL,NA,7472,Pave,NA,IR1,Lvl,AllPub,CulDSac,Gtl,NAmes,Norm,Norm,1Fam,2Story,7,9,1972,2004,Gable,CompShg,HdBoard,HdBoard,BrkFace,138,TA,TA,CBlock,TA,TA,No,ALQ,626,Unf,0,99,725,GasA,Gd,Y,SBrkr,725,754,0,1479,1,0,1,1,4,1,Gd,7,Typ,0,NA,Attchd,1972,Fin,2,484,TA,TA,Y,0,32,0,0,0,0,NA,NA,NA,0,6,2007,WD,Normal,184000 193,20,RL,68,9017,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,1Story,7,5,1999,1999,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,TA,Av,GLQ,560,Unf,0,871,1431,GasA,Ex,Y,SBrkr,1431,0,0,1431,1,0,2,0,3,1,Gd,6,Typ,0,NA,Attchd,1999,Fin,2,666,TA,TA,Y,0,35,0,0,0,0,NA,NA,NA,0,9,2009,WD,Normal,192000 194,160,RM,24,2522,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Edwards,Norm,Norm,Twnhs,2Story,7,5,2004,2004,Gable,CompShg,VinylSd,VinylSd,Stone,50,Gd,TA,PConc,Gd,TA,No,Unf,0,Unf,0,970,970,GasA,Ex,Y,SBrkr,970,739,0,1709,0,0,2,0,3,1,Gd,7,Maj1,0,NA,Detchd,2004,Unf,2,380,TA,TA,Y,0,40,0,0,0,0,NA,NA,NA,0,5,2006,WD,Normal,130000 195,20,RL,60,7180,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,1Story,5,7,1972,1972,Hip,CompShg,HdBoard,HdBoard,None,0,TA,TA,CBlock,TA,TA,Av,ALQ,390,Unf,0,474,864,GasA,TA,Y,SBrkr,864,0,0,864,0,0,1,0,3,1,TA,5,Typ,0,NA,Detchd,1989,Unf,1,352,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,5,2008,WD,Normal,127000 196,160,RL,24,2280,Pave,NA,Reg,Lvl,AllPub,FR2,Gtl,NPkVill,Norm,Norm,Twnhs,2Story,6,6,1976,1976,Gable,CompShg,Plywood,Brk Cmn,None,0,TA,TA,CBlock,Gd,TA,No,ALQ,566,Unf,0,289,855,GasA,TA,Y,SBrkr,855,601,0,1456,0,0,2,1,3,1,TA,7,Typ,1,TA,Attchd,1976,Unf,2,440,TA,TA,Y,87,0,0,0,0,0,NA,NA,NA,0,7,2009,WD,Normal,148500 197,20,RL,79,9416,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Somerst,Norm,Norm,1Fam,1Story,7,5,2007,2007,Hip,CompShg,CemntBd,CmentBd,Stone,205,Ex,TA,PConc,Ex,TA,No,GLQ,1126,Unf,0,600,1726,GasA,Ex,Y,SBrkr,1726,0,0,1726,1,0,2,0,3,1,Ex,8,Typ,1,Gd,Attchd,2007,Fin,3,786,TA,TA,Y,171,138,0,0,266,0,NA,NA,NA,0,9,2007,New,Partial,311872 198,75,RL,174,25419,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,NAmes,Artery,Norm,1Fam,2Story,8,4,1918,1990,Gable,CompShg,Stucco,Stucco,None,0,Gd,Gd,PConc,TA,TA,No,GLQ,1036,LwQ,184,140,1360,GasA,Gd,Y,SBrkr,1360,1360,392,3112,1,1,2,0,4,1,Gd,8,Typ,1,Ex,Detchd,1918,Unf,2,795,TA,TA,Y,0,16,552,0,0,512,Ex,GdPrv,NA,0,3,2006,WD,Abnorml,235000 199,75,RM,92,5520,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,OldTown,Norm,Norm,1Fam,2.5Fin,6,6,1912,1950,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,CBlock,TA,TA,No,Unf,0,Unf,0,755,755,GasA,Ex,Y,SBrkr,929,929,371,2229,0,0,1,0,5,1,TA,8,Typ,0,NA,NA,NA,NA,0,0,NA,NA,Y,0,198,30,0,0,0,NA,MnPrv,NA,0,7,2009,WD,Abnorml,104000 200,20,RL,76,9591,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NridgHt,Norm,Norm,1Fam,1Story,8,5,2004,2005,Hip,CompShg,VinylSd,VinylSd,BrkFace,262,Gd,TA,PConc,Ex,TA,Av,GLQ,1088,Unf,0,625,1713,GasA,Ex,Y,SBrkr,1713,0,0,1713,1,0,2,0,3,1,Ex,7,Typ,1,Gd,Attchd,2004,Fin,3,856,TA,TA,Y,0,26,0,0,170,0,NA,NA,NA,0,1,2009,WD,Normal,274900 201,20,RM,80,8546,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,Edwards,Norm,Norm,1Fam,1Story,4,5,2003,2004,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,PConc,Gd,TA,No,Unf,0,Unf,0,1121,1121,GasA,Ex,Y,SBrkr,1121,0,0,1121,0,0,2,0,2,1,TA,5,Typ,0,NA,Attchd,2003,RFn,2,440,TA,TA,Y,132,64,0,0,0,0,NA,NA,NA,0,3,2010,WD,Normal,140000 202,20,RL,75,10125,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Mitchel,Norm,Norm,1Fam,1Story,6,6,1977,1977,Gable,CompShg,Plywood,Plywood,None,0,TA,TA,CBlock,TA,TA,No,ALQ,641,LwQ,279,276,1196,GasA,TA,Y,SBrkr,1279,0,0,1279,0,1,2,0,3,1,TA,6,Typ,2,Fa,Detchd,1980,Unf,2,473,TA,TA,Y,238,83,0,0,0,0,NA,MnPrv,NA,0,2,2008,WD,Normal,171500 203,50,RL,50,7000,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,OldTown,Artery,Norm,1Fam,1.5Fin,6,6,1924,1950,Gable,CompShg,MetalSd,MetalSd,None,0,TA,Gd,BrkTil,Fa,TA,No,LwQ,617,Unf,0,0,617,GasA,Gd,Y,SBrkr,865,445,0,1310,0,0,2,0,2,1,TA,6,Min1,0,NA,Attchd,1924,Unf,1,398,TA,TA,Y,0,0,126,0,0,0,NA,NA,NA,0,5,2006,COD,Normal,112000 204,120,RM,NA,4438,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,TwnhsE,1Story,6,5,2004,2004,Gable,CompShg,VinylSd,VinylSd,BrkFace,205,Gd,TA,PConc,Gd,TA,Av,GLQ,662,Unf,0,186,848,GasA,Ex,Y,SBrkr,848,0,0,848,1,0,1,0,1,1,Gd,3,Typ,1,Gd,Attchd,2004,RFn,2,420,TA,TA,Y,149,0,0,0,0,0,NA,NA,NA,0,1,2008,WD,Normal,149000 205,50,RM,50,3500,Pave,Grvl,Reg,Lvl,AllPub,Inside,Gtl,OldTown,Norm,Norm,1Fam,1.5Fin,5,7,1947,1950,Gable,CompShg,AsbShng,AsbShng,None,0,TA,TA,CBlock,TA,TA,No,LwQ,312,Unf,0,408,720,GasA,TA,Y,SBrkr,720,564,0,1284,0,0,1,1,2,1,TA,5,Typ,0,NA,Detchd,1948,Unf,1,240,TA,TA,Y,0,35,0,0,0,0,NA,MnWw,NA,0,4,2009,WD,Normal,110000 206,20,RL,99,11851,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,Gilbert,Norm,Norm,1Fam,1Story,7,5,1990,1990,Gable,CompShg,HdBoard,HdBoard,None,0,TA,TA,PConc,Gd,TA,No,Unf,0,Unf,0,1424,1424,GasA,Ex,Y,SBrkr,1442,0,0,1442,0,0,2,0,3,1,TA,5,Typ,0,NA,Attchd,1990,RFn,2,500,TA,TA,Y,0,34,0,508,0,0,NA,NA,NA,0,5,2009,WD,Normal,180500 207,20,RL,40,13673,Pave,NA,IR1,Lvl,AllPub,CulDSac,Gtl,Sawyer,RRAe,Norm,1Fam,1Story,5,5,1962,1962,Gable,CompShg,HdBoard,HdBoard,None,0,TA,Gd,CBlock,TA,TA,No,Unf,0,Unf,0,1140,1140,GasA,TA,Y,SBrkr,1696,0,0,1696,0,0,1,1,3,1,TA,8,Min2,1,TA,Attchd,1962,RFn,1,349,TA,TA,Y,0,30,0,0,0,0,NA,NA,NA,0,3,2007,WD,Normal,143900 208,20,RL,NA,12493,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,4,5,1960,1960,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,PConc,TA,TA,No,ALQ,419,Rec,306,375,1100,GasA,TA,Y,SBrkr,1100,0,0,1100,1,0,1,0,3,1,TA,6,Typ,1,Po,Attchd,1960,RFn,1,312,TA,TA,Y,355,0,0,0,0,0,NA,GdWo,NA,0,4,2008,WD,Normal,141000 209,60,RL,NA,14364,Pave,NA,IR1,Low,AllPub,Inside,Mod,SawyerW,Norm,Norm,1Fam,2Story,7,5,1988,1989,Gable,CompShg,Plywood,Plywood,BrkFace,128,Gd,TA,CBlock,Gd,TA,Gd,GLQ,1065,Unf,0,92,1157,GasA,Ex,Y,SBrkr,1180,882,0,2062,1,0,2,1,3,1,TA,7,Typ,1,Gd,Attchd,1988,Fin,2,454,TA,TA,Y,60,55,0,0,154,0,NA,NA,NA,0,4,2007,WD,Normal,277000 210,20,RL,75,8250,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,6,7,1964,1964,Hip,CompShg,HdBoard,HdBoard,Stone,260,TA,TA,CBlock,Gd,TA,No,Rec,787,Unf,0,305,1092,GasA,Ex,Y,SBrkr,1092,0,0,1092,1,0,1,0,3,1,TA,6,Typ,0,NA,Attchd,1964,RFn,2,504,TA,Gd,Y,0,0,0,0,0,0,NA,MnPrv,NA,0,7,2008,WD,Normal,145000 211,30,RL,67,5604,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Edwards,Norm,Norm,1Fam,1Story,5,6,1925,1950,Gable,CompShg,Stucco,Stucco,None,0,TA,TA,CBlock,TA,TA,No,Rec,468,Unf,0,396,864,GasA,TA,N,FuseA,864,0,0,864,1,0,1,0,2,1,TA,5,Typ,0,NA,NA,NA,NA,0,0,NA,NA,Y,0,0,96,0,0,0,NA,NA,NA,0,4,2008,WD,Normal,98000 212,20,RL,83,10420,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,Edwards,Norm,Norm,1Fam,1Story,6,5,2009,2009,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,PConc,Gd,TA,Mn,GLQ,36,Unf,0,1176,1212,GasA,Ex,Y,SBrkr,1212,0,0,1212,0,0,2,0,3,1,Gd,6,Typ,0,NA,Attchd,2009,RFn,2,460,TA,TA,Y,100,22,0,0,0,0,NA,NA,NA,0,3,2010,WD,Normal,186000 213,60,FV,72,8640,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Somerst,Norm,Norm,1Fam,2Story,7,5,2009,2009,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,PConc,Gd,TA,No,GLQ,822,Unf,0,78,900,GasA,Ex,Y,SBrkr,932,920,0,1852,1,0,2,1,3,1,Gd,7,Typ,1,TA,Attchd,2009,RFn,2,644,TA,TA,Y,168,108,0,0,0,0,NA,NA,NA,0,7,2009,New,Partial,252678 214,20,RL,43,13568,Pave,NA,IR2,Lvl,AllPub,CulDSac,Gtl,CollgCr,Norm,Norm,1Fam,1Story,5,5,1995,1995,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,PConc,Gd,TA,No,ALQ,716,Unf,0,274,990,GasA,Ex,Y,SBrkr,990,0,0,990,0,1,1,0,3,1,TA,5,Typ,0,NA,Attchd,1996,Unf,2,576,TA,TA,Y,224,0,0,0,0,0,NA,NA,NA,0,7,2006,WD,Normal,156000 215,60,RL,NA,10900,Pave,NA,IR1,Lvl,AllPub,FR2,Gtl,CollgCr,Norm,Norm,1Fam,2Story,6,7,1977,1977,Gable,CompShg,HdBoard,HdBoard,BrkFace,153,TA,TA,CBlock,Gd,TA,No,GLQ,378,Unf,0,311,689,GasA,Ex,Y,SBrkr,689,703,0,1392,0,0,1,1,3,1,TA,6,Typ,0,NA,Attchd,1977,Fin,1,299,TA,TA,Y,0,36,0,0,0,0,NA,MnPrv,Shed,450,3,2010,WD,Normal,161750 216,20,RL,72,10011,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,5,6,1957,1996,Gable,CompShg,HdBoard,HdBoard,BrkFace,64,TA,TA,CBlock,TA,TA,No,BLQ,360,Unf,0,710,1070,GasA,TA,Y,SBrkr,1236,0,0,1236,0,1,1,0,2,1,Gd,6,Min1,1,Fa,Attchd,1957,Unf,1,447,TA,TA,Y,0,0,0,0,0,0,NA,MnPrv,NA,0,5,2006,WD,Normal,134450 217,20,RL,65,8450,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,1Story,7,5,2004,2004,Gable,CompShg,VinylSd,VinylSd,BrkFace,266,Gd,TA,PConc,Gd,TA,Mn,GLQ,946,Unf,0,490,1436,GasA,Ex,Y,SBrkr,1436,0,0,1436,1,0,2,0,3,1,Gd,8,Typ,0,NA,Attchd,2004,Unf,2,484,TA,TA,Y,139,98,0,0,0,0,NA,NA,NA,0,4,2008,WD,Normal,210000 218,70,RM,57,9906,Pave,Grvl,Reg,Lvl,AllPub,Inside,Gtl,OldTown,Norm,Norm,1Fam,2Story,4,4,1925,1950,Gable,CompShg,MetalSd,MetalSd,None,0,TA,TA,CBlock,TA,TA,No,Unf,0,Unf,0,686,686,GasA,Fa,N,SBrkr,810,518,0,1328,0,0,1,0,3,1,TA,8,Typ,0,NA,Detchd,1940,Unf,1,210,TA,TA,Y,0,172,60,0,0,0,NA,NA,NA,0,9,2006,WD,Family,107000 219,50,RL,NA,15660,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,Crawfor,Norm,Norm,1Fam,1.5Fin,7,9,1939,2006,Gable,CompShg,VinylSd,VinylSd,BrkFace,312,Gd,Gd,CBlock,TA,TA,No,BLQ,341,Unf,0,457,798,GasA,Ex,Y,SBrkr,1137,817,0,1954,0,1,1,1,3,1,Gd,8,Typ,2,TA,Attchd,1939,Unf,2,431,TA,TA,Y,0,119,150,0,0,0,NA,NA,NA,0,5,2008,WD,Normal,311500 220,120,RL,43,3010,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Blmngtn,Norm,Norm,TwnhsE,1Story,7,5,2005,2006,Gable,CompShg,VinylSd,VinylSd,BrkFace,16,Gd,TA,PConc,Gd,TA,Av,GLQ,16,Unf,0,1232,1248,GasA,Ex,Y,SBrkr,1248,0,0,1248,0,0,2,0,2,1,Gd,5,Typ,0,NA,Attchd,2005,Fin,2,438,TA,TA,Y,108,0,0,0,0,0,NA,NA,NA,0,3,2006,New,Partial,167240 221,20,RL,73,8990,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,1Story,7,5,2006,2006,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,TA,Mn,Unf,0,Unf,0,1498,1498,GasA,Ex,Y,SBrkr,1498,0,0,1498,0,0,2,0,2,1,Gd,5,Typ,0,NA,Attchd,2006,RFn,2,675,TA,TA,Y,351,33,0,0,0,0,NA,NA,NA,0,4,2006,New,Partial,204900 222,60,RL,NA,8068,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,Gilbert,Norm,Norm,1Fam,2Story,6,5,2002,2002,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,TA,No,Unf,0,Unf,0,1010,1010,GasA,Ex,Y,SBrkr,1010,1257,0,2267,0,0,2,1,4,1,Gd,8,Typ,1,TA,BuiltIn,2002,RFn,2,390,TA,TA,Y,120,46,0,0,0,0,NA,NA,NA,0,12,2009,ConLI,Normal,200000 223,60,RL,85,11475,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NWAmes,RRAn,Norm,1Fam,2Story,6,6,1975,1975,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,CBlock,Gd,TA,No,ALQ,550,Unf,0,163,713,GasA,TA,Y,SBrkr,811,741,0,1552,1,0,2,1,3,1,TA,6,Typ,1,TA,Attchd,1975,RFn,2,434,TA,TA,Y,209,208,0,0,0,0,NA,MnPrv,NA,0,2,2006,WD,Normal,179900 224,20,RL,70,10500,Pave,NA,Reg,Lvl,AllPub,FR2,Gtl,NAmes,Norm,Norm,1Fam,1Story,4,6,1971,1971,Gable,CompShg,HdBoard,HdBoard,None,0,TA,TA,CBlock,TA,TA,No,ALQ,524,LwQ,180,160,864,GasA,Gd,Y,SBrkr,864,0,0,864,0,0,1,0,2,1,TA,4,Typ,0,NA,Detchd,1989,Unf,2,576,TA,TA,Y,216,0,0,0,0,0,NA,NA,NA,0,3,2009,WD,Abnorml,97000 225,20,RL,103,13472,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NridgHt,Norm,Norm,1Fam,1Story,10,5,2003,2003,Hip,CompShg,VinylSd,VinylSd,BrkFace,922,Ex,TA,PConc,Ex,TA,Gd,GLQ,56,Unf,0,2336,2392,GasA,Ex,Y,SBrkr,2392,0,0,2392,0,0,2,0,3,1,Ex,8,Typ,1,Ex,Attchd,2003,Fin,3,968,TA,TA,Y,248,105,0,0,0,0,NA,NA,NA,0,6,2009,WD,Normal,386250 226,160,RM,21,1680,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,BrDale,Norm,Norm,Twnhs,2Story,5,5,1971,1971,Gable,CompShg,HdBoard,HdBoard,BrkFace,142,TA,TA,CBlock,TA,TA,No,Unf,0,Unf,0,630,630,GasA,TA,Y,SBrkr,630,672,0,1302,0,0,2,1,3,1,TA,6,Typ,0,NA,Detchd,1991,Unf,1,280,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,5,2009,COD,Abnorml,112000 227,60,RL,82,9950,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,NoRidge,Norm,Norm,1Fam,2Story,7,5,1995,1995,Gable,CompShg,VinylSd,VinylSd,BrkFace,290,Gd,TA,PConc,Gd,TA,No,GLQ,565,Unf,0,638,1203,GasA,Ex,Y,SBrkr,1214,1306,0,2520,0,0,2,1,4,1,Gd,9,Typ,1,TA,Attchd,1995,RFn,3,721,TA,TA,Y,224,114,0,0,0,0,NA,NA,NA,0,6,2007,WD,Abnorml,290000 228,160,RM,21,1869,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,BrDale,Norm,Norm,Twnhs,2Story,6,6,1970,1970,Gable,CompShg,HdBoard,HdBoard,BrkFace,127,TA,TA,CBlock,TA,TA,No,Rec,321,Unf,0,162,483,GasA,TA,Y,SBrkr,483,504,0,987,0,0,1,1,2,1,TA,5,Typ,0,NA,Detchd,1987,Unf,1,280,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,9,2008,WD,Normal,106000 229,20,RL,70,8521,Pave,NA,Reg,Lvl,AllPub,FR2,Gtl,Sawyer,Feedr,Norm,1Fam,1Story,5,5,1967,1967,Gable,CompShg,HdBoard,HdBoard,None,0,TA,TA,CBlock,TA,TA,No,ALQ,842,Unf,0,70,912,GasA,TA,Y,SBrkr,912,0,0,912,0,0,1,0,3,1,TA,5,Typ,1,Fa,Detchd,1974,Unf,1,336,TA,TA,Y,0,0,0,0,0,0,NA,MnPrv,NA,0,5,2010,WD,Normal,125000 230,120,RL,43,3182,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Blmngtn,Norm,Norm,TwnhsE,1Story,7,5,2005,2006,Gable,CompShg,VinylSd,VinylSd,BrkFace,16,Gd,TA,PConc,Gd,TA,Av,GLQ,16,Unf,0,1357,1373,GasA,Ex,Y,SBrkr,1555,0,0,1555,0,0,2,0,2,1,Gd,7,Typ,1,TA,Attchd,2005,Fin,2,430,TA,TA,Y,143,20,0,0,0,0,NA,NA,NA,0,5,2009,WD,Normal,192500 231,20,RL,73,8760,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,6,6,1959,1959,Hip,CompShg,MetalSd,MetalSd,BrkFace,220,TA,TA,CBlock,TA,TA,No,Unf,0,Unf,0,1194,1194,GasA,TA,Y,SBrkr,1194,0,0,1194,1,0,1,0,3,1,TA,6,Typ,0,NA,Attchd,1959,RFn,1,312,TA,TA,Y,0,0,120,0,0,0,NA,NA,NA,0,4,2010,WD,Normal,148000 232,60,RL,174,15138,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,NoRidge,Norm,Norm,1Fam,2Story,8,5,1995,1996,Gable,CompShg,VinylSd,VinylSd,BrkFace,506,Gd,TA,PConc,Gd,TA,No,GLQ,689,Unf,0,773,1462,GasA,Ex,Y,SBrkr,1490,1304,0,2794,1,0,2,1,4,1,Ex,9,Typ,1,TA,Attchd,1995,Fin,3,810,TA,TA,Y,0,146,202,0,0,0,NA,NA,NA,0,7,2009,WD,Normal,403000 233,160,RM,21,1680,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,BrDale,Norm,Norm,Twnhs,2Story,6,5,1972,1972,Gable,CompShg,HdBoard,HdBoard,BrkFace,297,TA,TA,CBlock,TA,TA,No,Unf,0,Unf,0,483,483,GasA,TA,Y,SBrkr,483,504,0,987,0,0,1,1,2,1,TA,5,Typ,1,Po,Attchd,1972,Unf,1,288,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,6,2006,WD,Normal,94500 234,20,RL,75,10650,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,CollgCr,Norm,Norm,1Fam,1Story,5,6,1976,1976,Gable,CompShg,HdBoard,HdBoard,None,0,TA,TA,CBlock,TA,Gd,Av,LwQ,182,ALQ,712,0,894,GasA,TA,Y,SBrkr,894,0,0,894,1,0,1,0,3,1,TA,5,Typ,0,NA,Attchd,1976,Unf,1,308,TA,TA,Y,365,0,0,0,0,0,NA,MnPrv,NA,0,2,2010,WD,Normal,128200 235,60,RL,NA,7851,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Gilbert,Norm,Norm,1Fam,2Story,6,5,2002,2002,Gable,CompShg,VinylSd,VinylSd,NA,NA,Gd,TA,PConc,Gd,TA,No,GLQ,625,Unf,0,235,860,GasA,Ex,Y,SBrkr,860,1100,0,1960,1,0,2,1,4,1,Gd,8,Typ,2,TA,BuiltIn,2002,Fin,2,440,TA,TA,Y,288,48,0,0,0,0,NA,NA,NA,0,5,2010,WD,Normal,216500 236,160,RM,21,1680,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,BrDale,Norm,Norm,TwnhsE,2Story,6,3,1971,1971,Gable,CompShg,HdBoard,HdBoard,BrkFace,604,TA,TA,CBlock,TA,TA,No,ALQ,358,Unf,0,125,483,GasA,TA,Y,SBrkr,483,504,0,987,0,0,1,1,2,1,TA,5,Typ,0,NA,Detchd,1971,Unf,1,264,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,8,2008,WD,Normal,89500 237,20,RL,65,8773,Pave,NA,Reg,Lvl,AllPub,FR2,Gtl,CollgCr,Norm,Norm,1Fam,1Story,7,5,2004,2004,Gable,CompShg,VinylSd,VinylSd,BrkFace,98,Gd,TA,PConc,Gd,TA,Av,GLQ,24,Unf,0,1390,1414,GasA,Ex,Y,SBrkr,1414,0,0,1414,0,0,2,0,3,1,Gd,6,Typ,0,NA,Attchd,2004,RFn,2,494,TA,TA,Y,132,105,0,0,0,0,NA,NA,NA,0,5,2010,WD,Normal,185500 238,60,RL,NA,9453,Pave,NA,IR1,Lvl,AllPub,CulDSac,Gtl,SawyerW,RRNe,Norm,1Fam,2Story,7,7,1993,2003,Gable,CompShg,HdBoard,HdBoard,None,0,Gd,TA,PConc,Gd,TA,No,BLQ,402,Unf,0,594,996,GasA,Ex,Y,SBrkr,1014,730,0,1744,0,0,2,1,3,1,Gd,7,Typ,0,NA,Attchd,1993,RFn,2,457,TA,TA,Y,370,70,0,238,0,0,NA,NA,NA,0,2,2010,WD,Normal,194500 239,20,RL,93,12030,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NridgHt,Norm,Norm,1Fam,1Story,8,5,2007,2007,Hip,CompShg,VinylSd,VinylSd,BrkFace,254,Ex,TA,PConc,Ex,TA,No,Unf,0,Unf,0,1694,1694,GasA,Ex,Y,SBrkr,1694,0,0,1694,0,0,2,0,3,1,Gd,7,Typ,0,NA,Attchd,2007,Fin,3,818,TA,TA,Y,168,228,0,0,0,0,NA,NA,NA,0,12,2007,New,Partial,318000 240,50,RL,52,8741,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Edwards,Norm,Norm,1Fam,1.5Fin,6,4,1945,1950,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,CBlock,TA,Fa,No,LwQ,94,Unf,0,641,735,GasA,TA,Y,FuseA,798,689,0,1487,0,0,1,1,3,1,TA,7,Typ,1,Gd,Detchd,1949,Unf,1,220,TA,TA,Y,0,140,0,0,0,0,NA,MnPrv,NA,0,4,2010,WD,Normal,113000 241,20,FV,75,9000,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Somerst,Norm,Norm,1Fam,1Story,8,5,2008,2008,Gable,CompShg,VinylSd,VinylSd,Stone,36,Gd,TA,PConc,Gd,TA,Av,GLQ,1078,Unf,0,488,1566,GasA,Ex,Y,SBrkr,1566,0,0,1566,1,0,2,0,3,1,Gd,7,Typ,0,NA,Attchd,2008,RFn,2,750,TA,TA,Y,144,168,0,0,0,0,NA,NA,NA,0,4,2010,WD,Normal,262500 242,30,RM,40,3880,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,OldTown,Norm,Norm,1Fam,1Story,5,9,1945,1997,Gable,CompShg,VinylSd,VinylSd,None,0,TA,Gd,CBlock,TA,TA,No,ALQ,329,Unf,0,357,686,GasA,Gd,Y,SBrkr,866,0,0,866,0,0,1,0,2,1,Gd,4,Typ,0,NA,NA,NA,NA,0,0,NA,NA,Y,58,42,0,0,0,0,NA,NA,NA,0,8,2007,WD,Normal,110500 243,50,RM,63,5000,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,OldTown,Norm,Norm,1Fam,1.5Fin,5,4,1900,1950,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,BrkTil,TA,TA,No,Unf,0,Unf,0,540,540,GasA,Gd,N,FuseA,889,551,0,1440,0,0,1,0,3,1,TA,6,Typ,0,NA,Attchd,1940,Unf,1,352,Fa,TA,Y,0,0,77,0,0,0,NA,NA,NA,0,4,2006,WD,Normal,79000 244,160,RL,75,10762,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,SawyerW,Norm,Norm,TwnhsE,2Story,6,6,1980,1980,Gable,CompShg,Plywood,Plywood,None,0,TA,TA,CBlock,Gd,TA,No,Unf,0,Unf,0,626,626,GasA,TA,Y,SBrkr,626,591,0,1217,0,0,1,1,3,1,TA,6,Typ,1,TA,Attchd,1980,RFn,1,288,TA,TA,Y,0,28,0,0,0,0,NA,NA,NA,0,4,2009,WD,Normal,120000 245,60,RL,NA,8880,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,SawyerW,Norm,Norm,1Fam,2Story,7,5,1994,2002,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,TA,No,GLQ,695,Unf,0,253,948,GasA,Ex,Y,SBrkr,1222,888,0,2110,1,0,2,1,3,1,Gd,8,Typ,2,Fa,Attchd,1994,RFn,2,463,TA,TA,Y,0,130,0,0,0,0,NA,NA,NA,0,5,2010,WD,Normal,205000 246,20,RL,80,10400,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NWAmes,Norm,Norm,1Fam,1Story,7,5,1988,1988,Gable,CompShg,Wd Sdng,Wd Sdng,BrkFace,102,TA,TA,CBlock,Gd,TA,Av,GLQ,929,Unf,0,916,1845,GasA,Gd,Y,SBrkr,1872,0,0,1872,0,1,2,0,3,1,TA,6,Typ,1,TA,Attchd,1988,Fin,2,604,TA,TA,Y,197,39,0,0,0,0,NA,NA,NA,0,6,2006,WD,Normal,241500 247,190,RM,69,9142,Pave,Grvl,Reg,Lvl,AllPub,Inside,Gtl,OldTown,Norm,Norm,2fmCon,2Story,6,8,1910,1950,Gable,CompShg,AsbShng,AsbShng,None,0,TA,Fa,Stone,Fa,TA,No,Unf,0,Unf,0,1020,1020,GasA,Gd,N,FuseP,908,1020,0,1928,0,0,2,0,4,2,Fa,9,Typ,0,NA,Detchd,1910,Unf,1,440,Po,Po,Y,0,60,112,0,0,0,NA,NA,NA,0,4,2006,WD,Normal,137000 248,20,RL,75,11310,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,6,5,1954,1954,Hip,CompShg,Wd Sdng,BrkFace,None,0,TA,TA,CBlock,TA,TA,No,Unf,0,Unf,0,1367,1367,GasA,Ex,Y,SBrkr,1375,0,0,1375,0,0,1,0,2,1,TA,5,Typ,1,TA,Attchd,1954,Unf,2,451,TA,TA,Y,0,30,0,0,0,0,NA,NA,NA,0,6,2006,WD,Normal,140000 249,60,RL,72,11317,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,2Story,7,5,2003,2003,Gable,CompShg,VinylSd,VinylSd,BrkFace,101,Gd,TA,PConc,Gd,TA,No,Unf,0,Unf,0,840,840,GasA,Ex,Y,SBrkr,840,828,0,1668,0,0,2,1,3,1,Gd,8,Typ,0,NA,Attchd,2003,RFn,2,500,TA,TA,Y,144,68,0,0,0,0,NA,NA,NA,0,9,2007,WD,Normal,180000 250,50,RL,NA,159000,Pave,NA,IR2,Low,AllPub,CulDSac,Sev,ClearCr,Norm,Norm,1Fam,1.5Fin,6,7,1958,2006,Gable,CompShg,Wd Sdng,HdBoard,BrkCmn,472,Gd,TA,CBlock,Gd,TA,Gd,Rec,697,Unf,0,747,1444,GasA,Gd,Y,SBrkr,1444,700,0,2144,0,1,2,0,4,1,Gd,7,Typ,2,TA,Attchd,1958,Fin,2,389,TA,TA,Y,0,98,0,0,0,0,NA,NA,Shed,500,6,2007,WD,Normal,277000 251,30,RL,55,5350,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,BrkSide,Norm,Norm,1Fam,1Story,3,2,1940,1966,Gable,CompShg,Wd Sdng,Plywood,None,0,TA,Po,CBlock,TA,TA,No,Unf,0,Unf,0,728,728,GasA,Ex,Y,SBrkr,1306,0,0,1306,0,0,1,0,3,1,Fa,6,Mod,0,NA,NA,NA,NA,0,0,NA,NA,Y,263,0,0,0,0,0,NA,GdWo,Shed,450,5,2010,WD,Normal,76500 252,120,RM,44,4750,Pave,NA,IR1,HLS,AllPub,Inside,Mod,Crawfor,Norm,Norm,TwnhsE,1Story,8,5,2006,2007,Hip,CompShg,VinylSd,VinylSd,Stone,481,Gd,TA,PConc,Gd,TA,Gd,GLQ,1573,Unf,0,0,1573,GasA,Ex,Y,SBrkr,1625,0,0,1625,1,1,2,0,2,1,Gd,5,Typ,1,Gd,Attchd,2006,Fin,2,538,TA,TA,Y,123,0,0,0,153,0,NA,NA,NA,0,12,2007,WD,Family,235000 253,60,RL,65,8366,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,SawyerW,Norm,Norm,1Fam,2Story,6,5,2004,2004,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,TA,No,Unf,0,Unf,0,798,798,GasA,Ex,Y,SBrkr,798,842,0,1640,0,0,2,1,3,1,Gd,6,Typ,0,NA,Attchd,2004,RFn,2,520,TA,TA,Y,138,45,0,0,0,0,NA,NA,NA,0,12,2008,WD,Normal,173000 254,80,RL,85,9350,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,SLvl,6,7,1964,1991,Hip,CompShg,HdBoard,HdBoard,BrkFace,108,TA,TA,CBlock,Gd,TA,Gd,LwQ,270,ALQ,580,452,1302,GasA,Ex,Y,SBrkr,1302,0,0,1302,0,1,2,0,3,1,Gd,7,Min1,0,NA,Attchd,1964,RFn,1,309,TA,TA,Y,333,0,0,0,0,0,NA,MnPrv,NA,0,10,2007,CWD,Normal,158000 255,20,RL,70,8400,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,5,6,1957,1957,Gable,CompShg,MetalSd,MetalSd,None,0,TA,Gd,CBlock,TA,TA,No,Rec,922,Unf,0,392,1314,GasA,TA,Y,SBrkr,1314,0,0,1314,1,0,1,0,3,1,TA,5,Typ,0,NA,Attchd,1957,RFn,1,294,TA,TA,Y,250,0,0,0,0,0,NA,NA,NA,0,6,2010,WD,Normal,145000 256,60,RL,66,8738,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,Gilbert,Norm,Norm,1Fam,2Story,7,5,1999,1999,Gable,CompShg,VinylSd,VinylSd,BrkFace,302,Gd,TA,PConc,Gd,TA,No,Unf,0,Unf,0,975,975,GasA,Ex,Y,SBrkr,1005,1286,0,2291,0,0,2,1,4,1,Gd,8,Typ,1,TA,BuiltIn,1999,Fin,2,429,TA,TA,Y,192,0,0,0,0,0,NA,NA,NA,0,2,2006,WD,Normal,230000 257,60,FV,64,8791,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,Somerst,Norm,Norm,1Fam,2Story,6,5,2003,2003,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,TA,No,Rec,503,Unf,0,361,864,GasA,Ex,Y,SBrkr,864,864,0,1728,0,0,2,1,3,1,Gd,7,Typ,0,NA,Attchd,2003,RFn,2,673,TA,TA,Y,216,56,0,0,0,0,NA,NA,NA,0,5,2008,WD,Normal,207500 258,20,RL,68,8814,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,1Story,7,5,2006,2006,Gable,CompShg,VinylSd,VinylSd,Stone,180,Gd,TA,PConc,Gd,TA,No,GLQ,1334,Unf,0,270,1604,GasA,Ex,Y,SBrkr,1604,0,0,1604,1,0,2,1,3,1,Gd,8,Typ,1,Gd,Attchd,2006,RFn,2,660,TA,TA,Y,123,110,0,0,0,0,NA,NA,NA,0,3,2009,WD,Abnorml,220000 259,60,RL,80,12435,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,2Story,7,5,2001,2001,Gable,CompShg,VinylSd,VinylSd,BrkFace,172,Gd,TA,PConc,Gd,TA,No,GLQ,361,Unf,0,602,963,GasA,Ex,Y,SBrkr,963,829,0,1792,0,0,2,1,3,1,Gd,7,Typ,1,TA,Attchd,2001,RFn,2,564,TA,TA,Y,0,96,0,245,0,0,NA,NA,NA,0,5,2008,WD,Normal,231500 260,20,RM,70,12702,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,OldTown,Norm,Norm,1Fam,1Story,5,5,1956,1956,Gable,CompShg,BrkFace,BrkFace,None,0,TA,TA,PConc,NA,NA,NA,NA,0,NA,0,0,0,GasA,Gd,Y,FuseA,882,0,0,882,0,0,1,0,2,1,TA,4,Typ,0,NA,Detchd,1956,Unf,1,308,TA,TA,Y,0,45,0,0,0,0,NA,NA,NA,0,12,2008,WD,Normal,97000 261,80,RL,120,19296,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,NAmes,Artery,Norm,1Fam,SLvl,6,5,1962,1962,Gable,CompShg,Wd Sdng,Wd Sdng,BrkFace,399,TA,TA,CBlock,TA,TA,Gd,Rec,672,ALQ,690,0,1362,GasA,TA,Y,SBrkr,1382,0,0,1382,1,0,1,0,3,1,TA,6,Typ,1,TA,Attchd,1991,Unf,2,884,TA,TA,Y,0,0,252,0,0,0,NA,GdWo,NA,0,5,2009,WD,Normal,176000 262,60,RL,69,9588,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,2Story,8,5,2007,2007,Gable,CompShg,CemntBd,CmentBd,Stone,270,Gd,TA,PConc,Ex,TA,No,Unf,0,Unf,0,1482,1482,GasA,Ex,Y,SBrkr,1482,1092,0,2574,0,0,2,1,3,1,Ex,10,Typ,1,Gd,BuiltIn,2007,Fin,3,868,TA,TA,Y,0,148,0,0,0,0,NA,NA,NA,0,11,2007,New,Partial,276000 263,80,RL,88,8471,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,Sawyer,Norm,Norm,1Fam,SLvl,6,7,1977,1995,Gable,CompShg,HdBoard,Plywood,BrkFace,46,TA,TA,CBlock,Gd,Gd,Av,ALQ,506,Unf,0,0,506,GasA,TA,Y,SBrkr,1212,0,0,1212,1,0,1,0,3,1,TA,6,Typ,1,TA,Attchd,1978,Unf,2,492,TA,TA,Y,292,12,0,0,0,0,NA,GdWo,NA,0,7,2006,WD,Normal,151000 264,50,RM,50,5500,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,OldTown,Norm,Norm,1Fam,1.5Fin,5,7,1929,2001,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,BrkTil,TA,TA,No,LwQ,234,ALQ,692,0,926,GasA,TA,Y,SBrkr,926,0,390,1316,1,0,1,0,3,1,TA,6,Typ,0,NA,Detchd,1974,Unf,2,484,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,4,2010,WD,Normal,130000 265,30,RM,30,5232,Pave,Grvl,IR3,Bnk,AllPub,Inside,Gtl,OldTown,Artery,Norm,1Fam,1Story,5,5,1925,2004,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,BrkTil,Fa,TA,No,Unf,0,Unf,0,680,680,GasA,Gd,N,FuseP,764,0,0,764,0,0,1,0,2,1,TA,4,Typ,0,NA,Detchd,1965,Unf,2,504,TA,TA,N,0,0,0,0,0,0,NA,NA,NA,0,6,2008,WD,Normal,73000 266,20,RL,78,12090,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,NWAmes,Norm,Norm,1Fam,1Story,6,6,1981,1981,Gable,CompShg,MetalSd,MetalSd,BrkFace,210,TA,Gd,CBlock,Gd,TA,No,GLQ,588,LwQ,228,606,1422,GasA,TA,Y,SBrkr,1422,0,0,1422,0,0,2,0,3,1,Gd,7,Typ,1,TA,Attchd,1981,Fin,2,576,TA,TA,Y,276,0,0,0,0,0,NA,GdPrv,NA,0,6,2008,WD,Normal,175500 267,60,RL,70,11207,Pave,NA,IR1,HLS,AllPub,FR2,Gtl,Gilbert,Norm,Norm,1Fam,2Story,6,5,1997,1997,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,PConc,Gd,TA,Av,GLQ,714,Unf,0,88,802,GasA,Gd,Y,SBrkr,802,709,0,1511,1,0,2,1,3,1,TA,8,Typ,1,TA,Attchd,1997,Fin,2,413,TA,TA,Y,95,75,0,0,0,0,NA,NA,NA,0,6,2006,WD,Normal,185000 268,75,RL,60,8400,Pave,NA,Reg,Bnk,AllPub,Inside,Mod,SWISU,Norm,Norm,1Fam,2.5Fin,5,8,1939,1997,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,PConc,TA,TA,No,LwQ,378,Unf,0,342,720,GasA,Ex,Y,SBrkr,1052,720,420,2192,0,0,2,1,4,1,Gd,8,Typ,1,Gd,Detchd,1939,Unf,1,240,TA,TA,Y,262,24,0,0,0,0,NA,NA,NA,0,7,2008,WD,Normal,179500 269,30,RM,71,6900,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,IDOTRR,Norm,Norm,1Fam,1Story,5,6,1940,1955,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,CBlock,TA,TA,No,ALQ,403,Rec,125,212,740,GasA,Ex,Y,SBrkr,778,0,0,778,0,0,1,0,2,1,TA,4,Typ,1,Gd,Detchd,1966,Fin,1,924,Ex,Ex,Y,0,25,0,0,0,0,NA,NA,NA,0,2,2008,WD,Normal,120500 270,20,RL,NA,7917,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,Edwards,Norm,Norm,1Fam,1Story,6,7,1976,1976,Hip,CompShg,HdBoard,HdBoard,BrkFace,174,TA,Gd,CBlock,TA,Gd,No,BLQ,751,Unf,0,392,1143,GasA,TA,Y,SBrkr,1113,0,0,1113,1,0,1,1,3,1,TA,6,Typ,1,Fa,Attchd,1987,RFn,1,504,TA,Gd,Y,370,30,0,0,0,0,NA,GdPrv,NA,0,5,2007,WD,Normal,148000 271,60,FV,84,10728,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Somerst,Norm,Norm,1Fam,2Story,8,5,2006,2006,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,TA,Mn,Unf,0,Unf,0,1095,1095,GasA,Gd,Y,SBrkr,1095,844,0,1939,0,0,2,1,3,1,Gd,8,Typ,1,Gd,Attchd,2006,RFn,3,1053,TA,TA,Y,192,51,0,0,0,0,NA,NA,NA,0,8,2006,New,Partial,266000 272,20,RL,73,39104,Pave,NA,IR1,Low,AllPub,CulDSac,Sev,ClearCr,Norm,Norm,1Fam,1Story,7,7,1954,2005,Flat,Membran,Plywood,Plywood,None,0,TA,TA,CBlock,Gd,TA,Gd,LwQ,226,GLQ,1063,96,1385,GasA,Ex,Y,SBrkr,1363,0,0,1363,1,0,1,0,2,1,TA,5,Mod,2,TA,Attchd,1954,Unf,2,439,TA,TA,Y,81,0,0,0,0,0,NA,NA,NA,0,4,2008,WD,Normal,241500 273,60,RL,92,11764,Pave,NA,IR1,Lvl,AllPub,CulDSac,Gtl,NoRidge,Norm,Norm,1Fam,2Story,8,7,1999,2007,Gable,CompShg,VinylSd,VinylSd,BrkFace,348,Gd,TA,PConc,Gd,TA,No,GLQ,524,Unf,0,628,1152,GasA,Ex,Y,SBrkr,1164,1106,0,2270,0,0,2,1,4,1,Gd,9,Typ,1,Gd,Attchd,1999,Fin,3,671,TA,TA,Y,132,57,0,0,0,0,NA,NA,NA,0,4,2010,WD,Normal,290000 274,20,RL,80,9600,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Feedr,Norm,1Fam,1Story,6,6,1958,1988,Hip,CompShg,Wd Sdng,Wd Sdng,BrkCmn,183,TA,TA,CBlock,TA,TA,No,Rec,620,LwQ,620,0,1240,GasA,Gd,Y,SBrkr,1632,0,0,1632,1,0,2,0,3,1,TA,6,Min1,1,Gd,Attchd,1958,RFn,1,338,TA,TA,Y,289,0,0,0,0,0,NA,MnPrv,NA,0,4,2009,WD,Normal,139000 275,20,RL,76,8314,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,Mitchel,Norm,Norm,1Fam,1Story,5,7,1982,1982,Gable,CompShg,HdBoard,ImStucc,None,0,TA,TA,CBlock,TA,TA,Gd,ALQ,546,Unf,0,270,816,GasA,TA,Y,SBrkr,816,0,0,816,0,0,1,0,2,1,TA,5,Typ,0,NA,Attchd,1982,Unf,1,264,TA,TA,Y,168,0,0,0,0,0,NA,NA,NA,0,6,2007,WD,Normal,124500 276,50,RL,55,7264,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,BrkSide,Norm,Norm,1Fam,1.5Fin,7,7,1925,2007,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,Gd,Gd,BrkTil,TA,TA,No,Unf,0,Unf,0,952,952,GasW,Gd,N,SBrkr,952,596,0,1548,0,0,2,1,3,1,Ex,5,Typ,0,NA,Detchd,1978,Unf,2,672,TA,TA,Y,74,0,0,0,144,0,NA,NA,NA,0,10,2009,WD,Normal,205000 277,20,RL,129,9196,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,Mitchel,Norm,Norm,1Fam,1Story,7,5,2003,2003,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Ex,TA,No,Unf,0,Unf,0,1560,1560,GasA,Ex,Y,SBrkr,1560,0,0,1560,0,0,2,0,3,1,Gd,7,Typ,0,NA,Attchd,2003,Fin,2,573,TA,TA,Y,100,150,0,0,0,0,NA,NA,NA,0,4,2010,WD,Normal,201000 278,20,RL,140,19138,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,Gilbert,Norm,Norm,1Fam,1Story,4,5,1951,1951,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,CBlock,TA,TA,No,LwQ,120,Unf,0,744,864,GasA,Ex,Y,SBrkr,864,0,0,864,0,0,1,0,2,1,TA,4,Typ,0,NA,Detchd,1951,Unf,2,400,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,6,2010,WD,Normal,141000 279,20,RL,107,14450,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NridgHt,Norm,Norm,1Fam,1Story,9,5,2006,2007,Gable,CompShg,CemntBd,CmentBd,BrkFace,315,Ex,TA,PConc,Ex,TA,Gd,Unf,0,Unf,0,2121,2121,GasA,Ex,Y,SBrkr,2121,0,0,2121,0,0,2,1,3,1,Ex,8,Typ,1,Ex,Attchd,2007,Fin,3,732,TA,TA,Y,124,98,0,0,142,0,NA,NA,NA,0,5,2007,New,Partial,415298 280,60,RL,83,10005,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,ClearCr,Norm,Norm,1Fam,2Story,7,5,1977,1977,Hip,CompShg,Plywood,Plywood,BrkFace,299,TA,TA,CBlock,Gd,TA,No,BLQ,392,Unf,0,768,1160,GasA,Ex,Y,SBrkr,1156,866,0,2022,0,0,2,1,4,1,TA,8,Typ,1,TA,Attchd,1977,Fin,2,505,TA,TA,Y,288,117,0,0,0,0,NA,NA,NA,0,3,2008,WD,Normal,192000 281,60,RL,82,11287,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,SawyerW,Norm,Norm,1Fam,2Story,7,6,1989,1989,Gable,CompShg,Plywood,Plywood,BrkFace,340,Gd,TA,CBlock,Gd,TA,Av,GLQ,421,Unf,0,386,807,GasA,Gd,Y,SBrkr,1175,807,0,1982,0,0,2,1,3,1,Gd,7,Typ,1,TA,Attchd,1989,Fin,2,575,TA,TA,Y,0,84,0,196,0,0,NA,NA,NA,0,1,2007,WD,Normal,228500 282,20,FV,60,7200,Pave,Pave,Reg,Lvl,AllPub,Inside,Gtl,Somerst,Norm,Norm,1Fam,1Story,6,5,2006,2006,Gable,CompShg,VinylSd,VinylSd,Stone,68,Gd,TA,PConc,Gd,TA,No,GLQ,905,Unf,0,357,1262,GasA,Gd,Y,SBrkr,1262,0,0,1262,0,0,2,0,2,1,Gd,5,Typ,0,NA,Attchd,2006,Fin,2,572,TA,TA,Y,0,120,0,0,0,0,NA,NA,NA,0,5,2006,New,Partial,185000 283,120,RL,34,5063,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NridgHt,Norm,Norm,Twnhs,1Story,7,5,2007,2008,Gable,CompShg,VinylSd,VinylSd,Stone,166,Gd,TA,PConc,Gd,TA,No,GLQ,904,Unf,0,410,1314,GasA,Ex,Y,SBrkr,1314,0,0,1314,1,0,2,0,2,1,Gd,6,Typ,1,Gd,Attchd,2008,RFn,2,626,TA,TA,Y,172,62,0,0,0,0,NA,NA,NA,0,4,2009,ConLw,Normal,207500 284,20,RL,74,9612,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Somerst,Feedr,Norm,1Fam,1Story,8,5,2008,2009,Gable,CompShg,VinylSd,VinylSd,Stone,72,Gd,TA,PConc,Gd,TA,No,Unf,0,Unf,0,1468,1468,GasA,Ex,Y,SBrkr,1468,0,0,1468,0,0,2,0,3,1,Gd,6,Typ,1,Gd,Attchd,2008,Fin,3,898,TA,TA,Y,210,150,0,0,0,0,NA,NA,NA,0,12,2009,New,Partial,244600 285,120,RL,50,8012,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,SawyerW,Norm,Norm,TwnhsE,1Story,6,5,1992,1992,Gable,CompShg,Plywood,ImStucc,None,0,Gd,TA,PConc,Gd,TA,No,GLQ,430,Unf,0,1145,1575,GasA,Gd,Y,SBrkr,1575,0,0,1575,1,0,2,0,2,1,Gd,5,Typ,0,NA,Attchd,1992,RFn,2,529,TA,TA,Y,0,0,52,0,0,0,NA,NA,NA,0,7,2007,WD,Normal,179200 286,160,FV,35,4251,Pave,Pave,IR1,Lvl,AllPub,Inside,Gtl,Somerst,Norm,Norm,TwnhsE,2Story,7,5,2006,2007,Gable,CompShg,MetalSd,MetalSd,None,0,Gd,TA,PConc,Gd,TA,No,Unf,0,Unf,0,625,625,GasA,Ex,Y,SBrkr,625,625,0,1250,0,0,2,1,2,1,Gd,5,Typ,0,NA,Detchd,2006,RFn,2,528,TA,TA,Y,0,54,0,0,0,0,NA,NA,NA,0,6,2007,New,Partial,164700 287,50,RL,77,9786,Pave,NA,IR1,Bnk,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1.5Fin,6,7,1962,1981,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,CBlock,TA,TA,No,Rec,600,Unf,0,312,912,GasA,TA,Y,SBrkr,1085,649,0,1734,0,0,1,1,3,1,Gd,7,Typ,1,Gd,Attchd,1962,RFn,2,440,TA,TA,Y,0,0,0,0,128,0,NA,GdPrv,NA,0,6,2006,WD,Normal,159000 288,20,RL,NA,8125,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,NAmes,Norm,Norm,1Fam,1Story,4,4,1971,1971,Gable,CompShg,HdBoard,HdBoard,None,0,TA,TA,CBlock,TA,TA,No,BLQ,614,Unf,0,244,858,GasA,TA,Y,SBrkr,858,0,0,858,0,0,1,0,3,1,TA,5,Typ,0,NA,NA,NA,NA,0,0,NA,NA,Y,0,0,0,0,0,0,NA,NA,NA,0,6,2006,WD,Normal,88000 289,20,RL,NA,9819,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,Sawyer,Norm,Norm,1Fam,1Story,5,5,1967,1967,Gable,CompShg,MetalSd,MetalSd,BrkFace,31,TA,Gd,CBlock,TA,TA,No,BLQ,450,Unf,0,432,882,GasA,TA,Y,SBrkr,900,0,0,900,0,0,1,0,3,1,TA,5,Typ,0,NA,Detchd,1970,Unf,1,280,TA,TA,Y,0,0,0,0,0,0,NA,MnPrv,NA,0,2,2010,WD,Normal,122000 290,70,RL,60,8730,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,BrkSide,RRAn,Norm,1Fam,2Story,6,7,1915,2003,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,BrkTil,TA,TA,No,Unf,0,Unf,0,698,698,GasA,Ex,Y,FuseA,698,698,0,1396,0,0,1,0,3,1,TA,7,Typ,0,NA,Detchd,2003,Unf,1,384,TA,TA,Y,0,0,0,0,259,0,NA,NA,NA,0,7,2007,WD,Normal,153575 291,60,RL,120,15611,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,2Story,8,5,2006,2006,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,TA,Av,Unf,0,Unf,0,1079,1079,GasA,Ex,Y,SBrkr,1079,840,0,1919,0,0,2,1,3,1,Gd,8,Typ,1,Gd,Attchd,2006,RFn,2,685,Gd,TA,Y,0,51,0,0,0,0,NA,NA,NA,0,7,2006,New,Partial,233230 292,190,RL,55,5687,Pave,Grvl,Reg,Bnk,AllPub,Inside,Gtl,SWISU,Norm,Norm,2fmCon,2Story,5,6,1912,2000,Gable,CompShg,VinylSd,VinylSd,None,0,TA,Fa,PConc,TA,Fa,No,Rec,210,Unf,0,570,780,GasA,Ex,N,SBrkr,936,780,0,1716,1,0,2,0,6,1,Fa,9,Typ,0,NA,NA,NA,NA,0,0,NA,NA,N,0,184,0,0,0,0,NA,NA,NA,0,3,2008,WD,Normal,135900 293,50,RL,60,11409,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Edwards,Norm,Norm,1Fam,1.5Fin,5,4,1949,2008,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,CBlock,TA,TA,No,LwQ,292,Unf,0,476,768,GasA,Gd,Y,SBrkr,1148,568,0,1716,0,0,1,1,3,1,TA,8,Min2,1,Gd,Attchd,1949,Unf,1,281,TA,TA,Y,0,0,0,0,160,0,NA,NA,NA,0,1,2009,WD,Normal,131000 294,60,RL,NA,16659,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,NWAmes,PosA,Norm,1Fam,2Story,7,7,1977,1994,Gable,CompShg,Plywood,Plywood,BrkFace,34,TA,TA,CBlock,TA,TA,No,ALQ,795,Unf,0,0,795,GasA,Fa,Y,SBrkr,1468,795,0,2263,1,0,2,1,3,1,Gd,9,Typ,1,TA,Attchd,1977,Fin,2,539,TA,TA,Y,0,250,0,0,0,0,NA,NA,NA,0,3,2006,WD,Normal,235000 295,20,RL,80,9600,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,6,5,1953,1953,Hip,CompShg,HdBoard,HdBoard,Stone,238,TA,TA,CBlock,TA,TA,No,GLQ,1285,Unf,0,131,1416,GasA,TA,Y,SBrkr,1644,0,0,1644,1,0,1,0,3,1,TA,7,Typ,2,Gd,Attchd,1953,Fin,2,418,TA,TA,Y,110,0,0,0,0,0,NA,NA,NA,0,10,2009,WD,Normal,167000 296,80,RL,37,7937,Pave,NA,IR1,Lvl,AllPub,CulDSac,Gtl,Mitchel,Norm,Norm,1Fam,SLvl,6,6,1984,1984,Gable,CompShg,HdBoard,HdBoard,None,0,TA,TA,CBlock,TA,TA,Av,GLQ,819,Unf,0,184,1003,GasA,TA,Y,SBrkr,1003,0,0,1003,1,0,1,0,3,1,TA,6,Typ,0,NA,Detchd,1984,Unf,2,588,TA,TA,Y,120,0,0,0,0,0,NA,GdPrv,NA,0,3,2006,WD,Normal,142500 297,50,RM,75,13710,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,IDOTRR,Norm,Norm,1Fam,1.5Fin,5,5,1950,1950,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,CBlock,TA,TA,No,BLQ,420,Unf,0,490,910,GasA,TA,Y,FuseA,910,648,0,1558,0,0,1,1,4,1,TA,6,Typ,0,NA,Attchd,1950,Unf,1,282,TA,TA,Y,289,0,0,0,0,0,NA,MnPrv,NA,0,6,2007,WD,Normal,152000 298,60,FV,66,7399,Pave,Pave,IR1,Lvl,AllPub,Inside,Gtl,Somerst,Norm,Norm,1Fam,2Story,7,5,1997,1998,Hip,CompShg,VinylSd,VinylSd,BrkFace,1600,Gd,TA,PConc,Gd,TA,No,BLQ,649,Unf,0,326,975,GasA,Ex,Y,SBrkr,975,975,0,1950,0,0,2,1,3,1,Gd,7,Typ,1,TA,Detchd,1997,RFn,2,576,TA,TA,Y,0,10,0,0,198,0,NA,NA,NA,0,6,2007,WD,Normal,239000 299,60,RL,90,11700,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NWAmes,Norm,Norm,1Fam,2Story,6,6,1968,1968,Mansard,CompShg,HdBoard,AsphShn,BrkFace,365,Gd,TA,CBlock,TA,TA,No,ALQ,384,Rec,175,143,702,GasA,Gd,Y,SBrkr,1041,702,0,1743,0,1,1,2,3,1,TA,7,Typ,1,Gd,Attchd,1968,Unf,2,539,TA,TA,Y,224,0,0,0,0,0,NA,NA,NA,0,6,2007,WD,Normal,175000 300,20,RL,80,14000,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Crawfor,Norm,Norm,1Fam,1Story,6,8,1950,2004,Gable,CompShg,HdBoard,HdBoard,None,0,TA,Gd,CBlock,TA,TA,No,Unf,0,Unf,0,1092,1092,GasA,Ex,Y,SBrkr,1152,0,0,1152,0,1,1,0,3,1,Gd,6,Typ,1,Gd,Attchd,1950,Unf,1,300,TA,TA,Y,0,36,0,0,0,0,NA,GdPrv,NA,0,8,2009,WD,Family,158500 301,190,RL,90,15750,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,Crawfor,Norm,Norm,2fmCon,1Story,5,5,1953,1953,Hip,CompShg,MetalSd,MetalSd,BrkFace,56,TA,TA,CBlock,TA,TA,Mn,BLQ,841,Unf,0,324,1165,GasA,TA,Y,SBrkr,1336,0,0,1336,1,0,1,0,2,1,TA,5,Typ,2,Gd,Attchd,1953,Unf,1,375,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,6,2006,WD,Normal,157000 302,60,RL,66,16226,Pave,NA,IR3,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,2Story,8,5,1998,1999,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,TA,No,GLQ,281,Unf,0,747,1028,GasA,Ex,Y,SBrkr,1210,1242,0,2452,0,0,2,1,4,1,Gd,9,Typ,1,TA,BuiltIn,1998,Fin,2,683,TA,TA,Y,208,50,0,0,0,0,NA,NA,NA,0,5,2007,WD,Normal,267000 303,20,RL,118,13704,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,CollgCr,Norm,Norm,1Fam,1Story,7,5,2001,2002,Gable,CompShg,VinylSd,VinylSd,BrkFace,150,Gd,TA,PConc,Gd,TA,No,Unf,0,Unf,0,1541,1541,GasA,Ex,Y,SBrkr,1541,0,0,1541,0,0,2,0,3,1,Gd,6,Typ,1,TA,Attchd,2001,RFn,3,843,TA,TA,Y,468,81,0,0,0,0,NA,NA,NA,0,1,2006,WD,Normal,205000 304,20,RL,70,9800,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,CollgCr,Norm,Norm,1Fam,1Story,5,7,1972,1972,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,PConc,TA,TA,No,ALQ,894,Unf,0,0,894,GasA,TA,Y,SBrkr,894,0,0,894,1,0,1,0,3,1,TA,5,Typ,0,NA,Attchd,1975,Unf,2,552,TA,TA,Y,256,0,0,0,0,0,NA,GdWo,NA,0,7,2006,WD,Abnorml,149900 305,75,RM,87,18386,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,OldTown,Norm,Norm,1Fam,2.5Fin,7,9,1880,2002,Gable,CompShg,CemntBd,CmentBd,None,0,TA,TA,BrkTil,TA,TA,No,Unf,0,Unf,0,1470,1470,GasA,Ex,Y,SBrkr,1675,1818,0,3493,0,0,3,0,3,1,Gd,10,Typ,1,Ex,Attchd,2003,Unf,3,870,TA,TA,Y,302,0,0,0,0,0,NA,NA,NA,0,5,2008,WD,Normal,295000 306,20,RL,80,10386,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,1Story,8,5,2004,2005,Gable,CompShg,CemntBd,CmentBd,Stone,246,Gd,TA,PConc,Gd,TA,No,GLQ,1464,Unf,0,536,2000,GasA,Ex,Y,SBrkr,2000,0,0,2000,1,0,2,0,3,1,Gd,8,Typ,0,NA,Attchd,2004,Fin,3,888,TA,TA,Y,168,0,0,0,0,0,NA,NA,NA,0,7,2007,WD,Normal,305900 307,60,RL,116,13474,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,SawyerW,Feedr,Norm,1Fam,2Story,7,5,1990,1991,Gable,CompShg,HdBoard,Plywood,BrkFace,246,Gd,TA,CBlock,Gd,TA,No,ALQ,700,Unf,0,0,700,GasA,Gd,Y,SBrkr,1122,1121,0,2243,1,0,2,1,4,1,Gd,8,Typ,1,TA,Attchd,1990,RFn,3,746,TA,TA,Y,127,44,224,0,0,0,NA,NA,NA,0,6,2007,WD,Normal,225000 308,50,RM,NA,7920,Pave,Grvl,IR1,Lvl,AllPub,Inside,Gtl,IDOTRR,Artery,Norm,1Fam,1.5Fin,6,7,1920,1950,Gable,CompShg,MetalSd,MetalSd,None,0,TA,Fa,CBlock,TA,TA,No,Unf,0,Unf,0,319,319,GasA,TA,Y,FuseA,1035,371,0,1406,0,0,1,0,3,1,Fa,6,Typ,0,NA,NA,NA,NA,0,0,NA,NA,N,0,144,0,0,0,0,NA,MnPrv,NA,0,3,2008,WD,Normal,89500 309,30,RL,NA,12342,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,Edwards,Norm,Norm,1Fam,1Story,4,5,1940,1950,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,CBlock,TA,TA,No,BLQ,262,Unf,0,599,861,GasA,Ex,Y,SBrkr,861,0,0,861,0,0,1,0,1,1,TA,4,Typ,0,NA,Detchd,1961,Unf,2,539,TA,TA,Y,158,0,0,0,0,0,NA,NA,NA,0,3,2009,WD,Normal,82500 310,20,RL,90,12378,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,NridgHt,Norm,Norm,1Fam,1Story,9,5,2003,2004,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Ex,TA,Gd,GLQ,1274,Unf,0,622,1896,GasA,Ex,Y,SBrkr,1944,0,0,1944,1,0,2,0,3,1,Ex,8,Typ,3,Ex,Attchd,2003,Fin,3,708,TA,TA,Y,208,175,0,0,0,0,NA,NA,NA,0,11,2006,WD,Normal,360000 311,60,RL,NA,7685,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,Gilbert,Norm,Norm,1Fam,2Story,6,5,1993,1994,Gable,CompShg,HdBoard,HdBoard,BrkFace,112,TA,TA,PConc,Gd,TA,No,ALQ,518,Unf,0,179,697,GasA,Gd,Y,SBrkr,697,804,0,1501,0,0,2,1,3,1,Gd,6,Typ,1,TA,Attchd,1993,Fin,2,420,TA,TA,Y,190,63,0,0,0,0,NA,NA,NA,0,5,2006,WD,Normal,165600 312,20,RL,50,8000,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,6,6,1948,2002,Gable,CompShg,VinylSd,VinylSd,None,0,TA,Gd,CBlock,TA,TA,No,ALQ,680,Unf,0,292,972,GasA,Ex,Y,SBrkr,972,0,0,972,1,0,1,0,2,1,TA,5,Typ,1,Gd,Detchd,1948,Unf,1,240,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,5,2009,WD,Normal,132000 313,190,RM,65,7800,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,OldTown,Artery,Norm,2fmCon,1.5Fin,5,7,1939,1950,Gable,CompShg,MetalSd,MetalSd,None,0,TA,TA,CBlock,Gd,TA,Mn,Rec,507,Unf,0,286,793,GasA,TA,Y,SBrkr,793,325,0,1118,1,0,1,0,3,1,TA,5,Typ,1,Gd,Detchd,1939,Unf,2,410,TA,TA,Y,0,0,0,0,271,0,NA,MnPrv,NA,0,5,2006,WD,Normal,119900 314,20,RL,150,215245,Pave,NA,IR3,Low,AllPub,Inside,Sev,Timber,Norm,Norm,1Fam,1Story,7,5,1965,1965,Hip,CompShg,BrkFace,BrkFace,None,0,TA,TA,CBlock,Gd,TA,Gd,ALQ,1236,Rec,820,80,2136,GasW,TA,Y,SBrkr,2036,0,0,2036,2,0,2,0,3,1,TA,8,Typ,2,Gd,Attchd,1965,RFn,2,513,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,6,2009,WD,Normal,375000 315,70,RM,60,9600,Pave,Grvl,Reg,Lvl,AllPub,Inside,Gtl,OldTown,Norm,Norm,1Fam,2Story,7,7,1925,1990,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,BrkTil,TA,Gd,No,LwQ,16,Unf,0,712,728,GasA,Ex,Y,SBrkr,832,809,0,1641,0,1,1,1,3,1,Ex,6,Typ,1,Gd,Detchd,1925,Unf,2,546,Fa,TA,Y,0,0,234,0,0,0,NA,NA,NA,0,8,2006,WD,Normal,178000 316,60,RL,71,7795,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,Gilbert,Norm,Norm,1Fam,2Story,7,5,2004,2005,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,TA,No,GLQ,425,Unf,0,291,716,GasA,Ex,Y,SBrkr,716,716,0,1432,1,0,2,1,3,1,Gd,6,Typ,1,Gd,Attchd,2004,Fin,2,432,TA,TA,Y,100,51,0,0,0,0,NA,NA,NA,0,7,2009,WD,Normal,188500 317,60,RL,94,13005,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,NWAmes,Norm,Norm,1Fam,2Story,7,7,1980,1980,Gable,CompShg,CemntBd,CmentBd,BrkFace,278,Gd,TA,CBlock,Gd,TA,No,GLQ,692,Unf,0,153,845,GasA,TA,Y,SBrkr,1153,1200,0,2353,1,0,2,1,4,1,Ex,10,Typ,1,TA,Attchd,1983,RFn,2,484,TA,TA,Y,288,195,0,0,0,0,NA,GdPrv,NA,0,8,2009,WD,Normal,260000 318,60,FV,75,9000,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Somerst,Norm,Norm,1Fam,2Story,8,5,2006,2006,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,TA,Av,Unf,0,Unf,0,1088,1088,GasA,Ex,Y,SBrkr,1088,871,0,1959,0,0,2,1,3,1,Gd,8,Typ,1,Gd,Attchd,2006,RFn,3,1025,TA,TA,Y,208,46,0,0,0,0,NA,NA,NA,0,12,2007,WD,Normal,270000 319,60,RL,90,9900,Pave,NA,Reg,Low,AllPub,Inside,Mod,NoRidge,Norm,Norm,1Fam,2Story,7,5,1993,1993,Gable,CompShg,HdBoard,HdBoard,BrkFace,256,Gd,TA,PConc,Gd,TA,Gd,GLQ,987,Unf,0,360,1347,GasA,Ex,Y,SBrkr,1372,1274,0,2646,1,0,2,1,4,1,Gd,9,Typ,1,TA,Attchd,1993,RFn,3,656,TA,TA,Y,340,60,144,0,0,0,NA,NA,NA,0,4,2009,WD,Normal,260000 320,80,RL,NA,14115,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NWAmes,Norm,Norm,1Fam,SLvl,7,5,1980,1980,Gable,CompShg,Plywood,Plywood,BrkFace,225,TA,TA,CBlock,Gd,TA,Av,GLQ,1036,Unf,0,336,1372,GasA,TA,Y,SBrkr,1472,0,0,1472,1,0,2,0,3,1,TA,6,Typ,2,TA,Attchd,1980,Unf,2,588,TA,TA,Y,233,48,0,0,0,0,NA,NA,NA,0,6,2009,WD,Normal,187500 321,60,RL,111,16259,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,NridgHt,Norm,Norm,1Fam,2Story,9,5,2006,2006,Gable,CompShg,VinylSd,VinylSd,Stone,370,TA,TA,PConc,Ex,Gd,Av,Unf,0,Unf,0,1249,1249,GasA,Ex,Y,SBrkr,1249,1347,0,2596,0,0,3,1,4,1,Gd,9,Typ,0,NA,Attchd,2006,RFn,3,840,TA,TA,Y,240,154,0,0,0,0,NA,NA,NA,0,9,2006,New,Partial,342643 322,60,RL,99,12099,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,NridgHt,Norm,Norm,1Fam,2Story,8,5,2004,2004,Gable,CompShg,VinylSd,VinylSd,BrkFace,388,Gd,TA,PConc,Ex,TA,Av,GLQ,970,Unf,0,166,1136,GasA,Ex,Y,SBrkr,1136,1332,0,2468,1,0,2,1,4,1,Gd,10,Typ,1,Gd,BuiltIn,2004,Fin,3,872,TA,TA,Y,184,154,0,0,0,0,NA,NA,NA,0,6,2007,WD,Normal,354000 323,60,RL,86,10380,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,SawyerW,Norm,Norm,1Fam,2Story,7,5,1986,1987,Gable,CompShg,Plywood,Plywood,BrkFace,172,Gd,TA,CBlock,TA,TA,Gd,LwQ,28,ALQ,1474,0,1502,GasA,Ex,Y,SBrkr,1553,1177,0,2730,1,0,2,1,4,1,Gd,8,Typ,1,TA,Attchd,1987,Fin,2,576,TA,TA,Y,201,96,0,0,0,0,NA,MnPrv,NA,0,8,2007,WD,Normal,301000 324,20,RM,49,5820,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,OldTown,Norm,Norm,1Fam,1Story,3,8,1955,2005,Gable,CompShg,VinylSd,VinylSd,None,0,TA,Gd,CBlock,TA,TA,No,ALQ,256,Unf,0,906,1162,GasA,Ex,Y,SBrkr,1163,0,0,1163,1,0,1,0,3,1,TA,6,Typ,0,NA,Attchd,1955,Unf,1,220,Fa,TA,Y,142,98,0,0,0,0,NA,NA,NA,0,7,2006,WD,Normal,126175 325,80,RL,96,11275,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,NAmes,PosN,Norm,1Fam,SLvl,7,7,1967,2007,Mansard,WdShake,Wd Sdng,Wd Sdng,BrkFace,300,Gd,Gd,CBlock,Gd,TA,No,Unf,0,Unf,0,710,710,GasA,Ex,Y,SBrkr,1898,1080,0,2978,0,0,2,1,5,1,Gd,11,Typ,1,Gd,BuiltIn,1961,Fin,2,564,TA,TA,Y,240,0,0,0,0,0,NA,NA,NA,0,6,2010,WD,Normal,242000 326,45,RM,50,5000,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,IDOTRR,RRAe,Norm,1Fam,1.5Unf,5,6,1941,1950,Gable,CompShg,MetalSd,MetalSd,None,0,TA,TA,CBlock,TA,TA,Av,BLQ,116,Unf,0,604,720,GasA,Po,N,FuseF,803,0,0,803,0,0,1,0,2,1,TA,5,Typ,0,NA,Detchd,1941,Unf,2,360,TA,TA,Y,0,0,244,0,0,0,NA,NA,NA,0,12,2007,WD,Normal,87000 327,120,RL,32,10846,Pave,NA,IR1,Lvl,AllPub,CulDSac,Gtl,Veenker,Norm,Norm,TwnhsE,1Story,8,5,1993,1993,Gable,CompShg,BrkFace,BrkFace,None,0,Gd,TA,PConc,Gd,TA,Gd,GLQ,1619,Unf,0,100,1719,GasA,Ex,Y,SBrkr,1719,0,0,1719,2,0,1,1,1,1,Gd,6,Typ,2,Gd,Attchd,1993,Fin,2,473,TA,TA,Y,122,30,0,0,0,0,NA,NA,NA,0,5,2008,Con,Normal,324000 328,20,RL,80,11600,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,6,5,1960,1960,Hip,CompShg,Wd Sdng,Wd Sdng,BrkFace,175,TA,TA,CBlock,TA,TA,No,Rec,565,Unf,0,818,1383,GasA,TA,Y,SBrkr,1383,0,0,1383,0,0,1,1,3,1,TA,7,Typ,0,NA,Attchd,1960,RFn,1,292,TA,TA,Y,0,45,0,0,0,0,NA,NA,NA,0,4,2006,WD,Normal,145250 329,75,RL,NA,11888,Pave,Pave,IR1,Bnk,AllPub,Inside,Gtl,BrkSide,PosN,Norm,1Fam,2.5Unf,6,6,1916,1994,Gable,CompShg,Wd Sdng,Wd Shng,None,0,TA,TA,BrkTil,TA,TA,No,Unf,0,Unf,0,844,844,GasA,Gd,N,FuseA,1445,689,0,2134,0,0,2,0,5,1,Gd,10,Typ,0,NA,Detchd,1930,Unf,2,441,TA,TA,Y,0,60,268,0,0,0,NA,NA,NA,0,7,2009,WD,Normal,214500 330,70,RM,60,6402,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,IDOTRR,Norm,Norm,1Fam,2Story,5,5,1920,1950,Gable,CompShg,Wd Sdng,Wd Shng,None,0,TA,TA,PConc,TA,TA,Mn,Unf,0,Unf,0,596,596,GasA,TA,N,SBrkr,596,596,0,1192,0,0,1,0,3,1,TA,6,Typ,0,NA,Detchd,1920,Unf,1,189,Fa,Fa,N,0,0,137,0,0,0,NA,GdWo,NA,0,7,2009,WD,Normal,78000 331,90,RL,NA,10624,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,Duplex,1Story,5,4,1964,1964,Gable,CompShg,HdBoard,HdBoard,BrkFace,84,TA,TA,CBlock,TA,TA,No,GLQ,40,Rec,264,1424,1728,GasA,TA,Y,SBrkr,1728,0,0,1728,0,1,2,0,6,2,TA,10,Typ,0,NA,Detchd,2002,Unf,1,352,TA,TA,Y,155,0,0,0,0,0,NA,NA,NA,0,11,2007,WD,Normal,119000 332,20,RL,70,8176,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,5,6,1958,1992,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,CBlock,TA,TA,No,Rec,846,Unf,0,210,1056,GasA,Fa,Y,SBrkr,1056,0,0,1056,1,0,1,0,3,1,TA,6,Typ,0,NA,Attchd,1958,RFn,1,308,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,8,2007,WD,Normal,139000 333,20,RL,85,10655,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,NridgHt,Norm,Norm,1Fam,1Story,8,5,2003,2004,Gable,CompShg,VinylSd,VinylSd,BrkFace,296,Gd,TA,PConc,Gd,TA,No,GLQ,1124,NA,479,1603,3206,GasA,Ex,Y,SBrkr,1629,0,0,1629,1,0,2,0,3,1,Gd,7,Typ,1,Gd,Attchd,2003,RFn,3,880,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,10,2009,WD,Normal,284000 334,120,RM,59,8198,Pave,NA,Reg,Lvl,AllPub,FR3,Gtl,NridgHt,Norm,Norm,TwnhsE,1Story,7,5,2004,2004,Gable,CompShg,VinylSd,VinylSd,Stone,146,Gd,TA,PConc,Gd,TA,Av,GLQ,720,Unf,0,638,1358,GasA,Ex,Y,SBrkr,1358,0,0,1358,1,0,2,0,2,1,Gd,6,Typ,1,Gd,Attchd,2004,RFn,2,484,TA,TA,Y,192,30,0,0,0,0,NA,NA,NA,0,7,2008,WD,Normal,207000 335,60,RL,59,9042,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,Gilbert,Norm,Norm,1Fam,2Story,6,5,1998,1998,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,PConc,Gd,TA,Gd,GLQ,828,Unf,0,115,943,GasA,Gd,Y,SBrkr,943,695,0,1638,1,0,2,1,3,1,TA,7,Typ,2,TA,Attchd,1998,Fin,2,472,TA,TA,Y,100,38,0,0,0,0,NA,NA,NA,0,7,2008,WD,Normal,192000 336,190,RL,NA,164660,Grvl,NA,IR1,HLS,AllPub,Corner,Sev,Timber,Norm,Norm,2fmCon,1.5Fin,5,6,1965,1965,Gable,CompShg,Plywood,Plywood,None,0,TA,TA,CBlock,TA,TA,Gd,ALQ,1249,BLQ,147,103,1499,GasA,Ex,Y,SBrkr,1619,167,0,1786,2,0,2,0,3,1,TA,7,Typ,2,Gd,Attchd,1965,Fin,2,529,TA,TA,Y,670,0,0,0,0,0,NA,NA,Shed,700,8,2008,WD,Normal,228950 337,20,RL,86,14157,Pave,NA,IR1,HLS,AllPub,Corner,Gtl,StoneBr,Norm,Norm,1Fam,1Story,9,5,2005,2006,Hip,CompShg,VinylSd,VinylSd,Stone,200,Gd,TA,PConc,Ex,TA,Gd,GLQ,1249,Unf,0,673,1922,GasA,Ex,Y,SBrkr,1922,0,0,1922,1,0,2,0,3,1,Gd,8,Typ,1,Gd,Attchd,2005,Fin,3,676,TA,TA,Y,178,51,0,0,0,0,NA,NA,NA,0,7,2007,WD,Normal,377426 338,20,RL,70,9135,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,1Story,7,5,2002,2003,Gable,CompShg,VinylSd,VinylSd,BrkFace,113,Gd,TA,PConc,Gd,TA,Av,GLQ,810,Unf,0,726,1536,GasA,Ex,Y,SBrkr,1536,0,0,1536,1,0,2,0,3,1,Gd,7,Typ,0,NA,Attchd,2002,RFn,2,532,TA,TA,Y,192,74,0,0,0,0,NA,NA,NA,0,12,2008,WD,Normal,214000 339,20,RL,91,14145,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,NWAmes,Norm,Norm,1Fam,1Story,7,7,1984,1998,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,Gd,TA,CBlock,Gd,TA,Mn,ALQ,213,Unf,0,995,1208,GasA,Ex,Y,SBrkr,1621,0,0,1621,1,0,2,0,3,1,Gd,8,Typ,0,NA,Attchd,1984,RFn,2,440,TA,TA,Y,108,45,0,0,0,0,NA,NA,Shed,400,5,2006,WD,Normal,202500 340,20,RL,66,12400,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,NAmes,Feedr,Norm,1Fam,1Story,6,7,1958,1998,Hip,CompShg,Wd Sdng,Wd Sdng,BrkFace,176,TA,TA,CBlock,TA,Fa,No,Rec,585,Unf,0,630,1215,GasA,TA,Y,FuseA,1215,0,0,1215,0,0,1,0,3,1,TA,6,Typ,0,NA,Attchd,1958,Unf,1,297,TA,TA,Y,0,0,0,0,234,0,NA,NA,NA,0,6,2009,WD,Normal,155000 341,60,RL,85,14191,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Timber,Norm,Norm,1Fam,2Story,8,5,2002,2002,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,TA,No,Unf,0,Unf,0,967,967,GasA,Ex,Y,SBrkr,993,915,0,1908,0,0,2,1,4,1,Gd,9,Typ,0,NA,Attchd,2002,Fin,2,431,TA,TA,Y,135,0,0,0,0,0,NA,NA,NA,0,4,2010,WD,Normal,202900 342,20,RH,60,8400,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,SawyerW,Feedr,Norm,1Fam,1Story,4,4,1950,1950,Gable,CompShg,Wd Sdng,AsbShng,None,0,Fa,Fa,CBlock,TA,Fa,No,Unf,0,Unf,0,721,721,GasA,Gd,Y,SBrkr,841,0,0,841,0,0,1,0,2,1,TA,4,Typ,0,NA,CarPort,1950,Unf,1,294,TA,TA,N,250,0,24,0,0,0,NA,NA,NA,0,9,2009,WD,Normal,82000 343,90,RL,NA,8544,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,Duplex,1Story,3,4,1949,1950,Gable,CompShg,Stucco,Stucco,BrkFace,340,TA,TA,Slab,NA,NA,NA,NA,0,NA,0,0,0,Wall,Fa,N,FuseA,1040,0,0,1040,0,0,2,0,2,2,TA,6,Typ,0,NA,Detchd,1949,Unf,2,400,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,5,2006,WD,Normal,87500 344,120,RL,63,8849,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,NridgHt,Norm,Norm,TwnhsE,1Story,9,5,2005,2005,Hip,CompShg,MetalSd,MetalSd,BrkFace,616,Ex,TA,PConc,Ex,TA,No,GLQ,28,Unf,0,1656,1684,GasA,Ex,Y,SBrkr,1684,0,0,1684,0,0,2,0,2,1,Ex,6,Typ,1,Ex,Attchd,2005,RFn,2,564,TA,TA,Y,495,72,0,0,0,0,NA,NA,NA,0,7,2008,WD,Normal,266000 345,160,RM,36,2592,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,MeadowV,Norm,Norm,TwnhsE,2Story,5,3,1976,1976,Gable,CompShg,CemntBd,CmentBd,None,0,TA,TA,CBlock,Gd,TA,No,Rec,129,BLQ,232,175,536,GasA,TA,Y,SBrkr,536,576,0,1112,0,0,1,1,3,1,TA,4,Typ,0,NA,Attchd,1976,Unf,1,336,TA,TA,Y,182,0,0,0,0,0,NA,NA,NA,0,4,2010,WD,Normal,85000 346,50,RL,65,6435,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,BrkSide,RRAn,Norm,1Fam,1.5Fin,6,5,1939,1950,Gable,CompShg,MetalSd,MetalSd,None,0,TA,TA,BrkTil,TA,TA,No,Unf,0,Unf,0,972,972,GasA,Gd,Y,SBrkr,972,605,0,1577,0,0,1,0,3,1,Fa,6,Typ,1,Gd,Detchd,1939,Unf,1,312,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,10,2006,WD,Normal,140200 347,20,RL,NA,12772,Pave,NA,IR1,Lvl,AllPub,CulDSac,Gtl,NAmes,Norm,Norm,1Fam,1Story,6,8,1960,1998,Hip,CompShg,MetalSd,MetalSd,None,0,TA,Gd,CBlock,TA,TA,Mn,BLQ,498,Unf,0,460,958,GasA,TA,Y,SBrkr,958,0,0,958,0,0,1,0,2,1,TA,5,Typ,0,NA,Attchd,1960,RFn,1,301,TA,TA,Y,0,0,0,0,0,0,NA,NA,Gar2,15500,4,2007,WD,Normal,151500 348,20,RL,NA,17600,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,6,5,1960,1960,Gable,CompShg,Wd Sdng,Wd Sdng,BrkFace,30,TA,TA,CBlock,TA,TA,No,BLQ,1270,Unf,0,208,1478,GasA,Ex,Y,FuseA,1478,0,0,1478,1,0,2,0,3,1,TA,6,Typ,2,Gd,Attchd,1960,Unf,2,498,TA,TA,Y,0,40,0,0,0,0,NA,NA,NA,0,12,2009,WD,Normal,157500 349,160,RL,36,2448,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NridgHt,Norm,Norm,Twnhs,2Story,7,5,2003,2004,Gable,CompShg,VinylSd,Wd Shng,Stone,106,Gd,TA,PConc,Gd,TA,No,GLQ,573,Unf,0,191,764,GasA,Ex,Y,SBrkr,764,862,0,1626,1,0,2,1,2,1,Gd,6,Typ,0,NA,BuiltIn,2003,RFn,2,474,TA,TA,Y,0,27,0,0,0,0,NA,NA,NA,0,10,2008,WD,Normal,154000 350,60,RL,56,20431,Pave,NA,IR2,Lvl,AllPub,Inside,Gtl,NridgHt,Norm,Norm,1Fam,2Story,9,5,2005,2006,Hip,CompShg,CemntBd,CmentBd,BrkFace,870,Ex,TA,PConc,Ex,TA,No,GLQ,1410,Unf,0,438,1848,GasA,Ex,Y,SBrkr,1848,880,0,2728,1,0,2,1,4,1,Ex,10,Typ,2,Ex,Attchd,2006,Fin,3,706,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,4,2006,New,Partial,437154 351,120,RL,68,7820,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,NridgHt,Norm,Norm,TwnhsE,1Story,9,5,2007,2007,Hip,CompShg,MetalSd,MetalSd,BrkFace,362,Ex,TA,PConc,Ex,TA,No,Unf,0,Unf,0,1869,1869,GasA,Ex,Y,SBrkr,1869,0,0,1869,0,0,2,0,2,1,Ex,6,Typ,1,Gd,Attchd,2007,RFn,2,617,TA,TA,Y,210,54,0,0,0,0,NA,NA,NA,0,12,2007,New,Partial,318061 352,120,RL,NA,5271,Pave,NA,IR1,Low,AllPub,Inside,Mod,ClearCr,Norm,Norm,1Fam,1Story,7,5,1986,1986,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,PConc,Gd,TA,Gd,GLQ,1082,Unf,0,371,1453,GasA,Gd,Y,SBrkr,1453,0,0,1453,1,0,1,1,2,1,Gd,6,Typ,1,TA,Attchd,1986,RFn,2,445,TA,TA,Y,0,80,0,0,184,0,NA,NA,NA,0,12,2006,WD,Abnorml,190000 353,50,RL,60,9084,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Edwards,Artery,Norm,1Fam,1.5Fin,5,6,1941,1950,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,CBlock,TA,Fa,Mn,LwQ,236,Rec,380,0,616,GasA,TA,N,SBrkr,616,495,0,1111,0,1,1,0,3,1,TA,5,Typ,0,NA,Detchd,1941,Unf,1,200,TA,Fa,Y,48,0,0,0,0,0,NA,NA,NA,0,3,2008,ConLw,Normal,95000 354,30,RM,60,8520,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,OldTown,Norm,Norm,1Fam,1Story,6,8,1928,2003,Gable,CompShg,VinylSd,VinylSd,None,0,TA,Gd,BrkTil,TA,TA,No,Unf,0,Unf,0,624,624,GasA,Gd,Y,SBrkr,720,0,0,720,0,0,1,0,2,1,TA,5,Typ,0,NA,Detchd,2005,Unf,2,484,TA,TA,Y,106,0,0,0,0,0,NA,NA,NA,0,5,2010,WD,Normal,105900 355,50,RL,60,8400,Pave,NA,Reg,Bnk,AllPub,Inside,Gtl,SWISU,Norm,Norm,1Fam,1.5Fin,6,5,1940,2000,Gable,CompShg,Wd Sdng,MetalSd,None,0,TA,TA,CBlock,TA,TA,No,LwQ,388,Unf,0,552,940,GasA,Ex,Y,SBrkr,1192,403,0,1595,0,0,1,0,2,1,TA,6,Typ,2,Gd,Attchd,1940,Unf,1,240,TA,TA,Y,0,0,108,0,0,0,NA,NA,NA,0,6,2006,WD,Normal,140000 356,20,RL,105,11249,Pave,NA,IR2,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,1Story,6,5,1995,1995,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,Gd,PConc,Gd,Gd,No,ALQ,334,BLQ,544,322,1200,GasA,Ex,Y,SBrkr,1200,0,0,1200,1,0,2,0,3,1,Gd,6,Typ,0,NA,Attchd,1995,RFn,2,521,TA,TA,Y,0,26,0,0,0,0,NA,NA,NA,0,8,2007,WD,Normal,177500 357,20,RL,NA,9248,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,Gilbert,Norm,Norm,1Fam,1Story,6,6,1992,1992,Gable,CompShg,HdBoard,HdBoard,BrkFace,106,TA,TA,PConc,Gd,TA,No,GLQ,560,Unf,0,598,1158,GasA,Gd,Y,SBrkr,1167,0,0,1167,1,0,2,0,3,1,Gd,6,Typ,0,NA,Attchd,1992,RFn,2,400,TA,TA,Y,120,26,0,0,0,0,NA,NA,NA,0,7,2009,WD,Normal,173000 358,120,RM,44,4224,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,MeadowV,Norm,Norm,TwnhsE,1Story,5,5,1976,1976,Gable,CompShg,CemntBd,CmentBd,None,0,TA,TA,PConc,Gd,TA,No,ALQ,874,Unf,0,268,1142,GasA,TA,Y,SBrkr,1142,0,0,1142,1,0,1,1,3,1,TA,6,Typ,1,Po,Attchd,1976,Fin,2,528,TA,TA,Y,536,90,0,0,0,0,NA,MnPrv,NA,0,8,2007,WD,Normal,134000 359,80,RL,92,6930,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,ClearCr,Norm,Norm,1Fam,SLvl,5,4,1958,1958,Hip,CompShg,Wd Sdng,ImStucc,BrkFace,120,TA,TA,CBlock,TA,TA,Av,BLQ,300,Rec,294,468,1062,GasA,Ex,Y,FuseF,1352,0,0,1352,0,1,1,0,3,1,Gd,6,Min2,0,NA,BuiltIn,1958,Unf,1,288,TA,TA,Y,168,0,294,0,0,0,NA,NA,NA,0,7,2006,WD,Abnorml,130000 360,60,RL,78,12011,Pave,NA,IR1,Lvl,AllPub,CulDSac,Gtl,NoRidge,Norm,Norm,1Fam,2Story,8,5,1998,1998,Gable,CompShg,VinylSd,VinylSd,BrkFace,530,Gd,TA,PConc,Gd,TA,Av,GLQ,956,Unf,0,130,1086,GasA,Ex,Y,SBrkr,1086,838,0,1924,1,0,2,1,3,1,Gd,7,Typ,1,TA,Attchd,1998,RFn,2,592,TA,TA,Y,208,75,0,0,374,0,NA,NA,NA,0,6,2006,WD,Normal,280000 361,85,RL,NA,7540,Pave,NA,IR1,Lvl,AllPub,CulDSac,Gtl,Mitchel,Norm,Norm,1Fam,SFoyer,6,6,1978,1978,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,CBlock,Gd,TA,Av,GLQ,773,Unf,0,115,888,GasA,Ex,Y,SBrkr,912,0,0,912,1,0,1,0,2,1,TA,5,Typ,1,TA,Attchd,1978,RFn,2,470,TA,TA,Y,0,0,0,0,192,0,NA,MnPrv,NA,0,6,2007,WD,Normal,156000 362,50,RL,NA,9144,Pave,Pave,Reg,Lvl,AllPub,Inside,Gtl,BrkSide,Norm,Norm,1Fam,1.5Fin,5,5,1940,1982,Gable,CompShg,MetalSd,MetalSd,None,0,TA,TA,CBlock,TA,TA,No,Rec,399,Unf,0,484,883,GasA,Gd,Y,SBrkr,988,517,0,1505,1,0,1,0,3,1,TA,8,Typ,0,NA,Detchd,1940,Unf,1,240,TA,TA,N,0,0,0,0,0,0,NA,NA,NA,0,7,2008,WD,Normal,145000 363,85,RL,64,7301,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,Edwards,Norm,Norm,1Fam,SFoyer,7,5,2003,2003,Gable,CompShg,HdBoard,HdBoard,BrkFace,500,Gd,TA,Slab,NA,NA,NA,NA,0,NA,0,0,0,GasA,Ex,Y,SBrkr,495,1427,0,1922,0,0,3,0,4,1,Gd,7,Typ,1,Ex,BuiltIn,2003,RFn,2,672,TA,TA,Y,0,0,177,0,0,0,NA,NA,NA,0,7,2009,ConLD,Normal,198500 364,160,RM,21,1680,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,BrDale,Norm,Norm,Twnhs,2Story,6,8,1972,2007,Gable,CompShg,HdBoard,HdBoard,BrkFace,510,TA,TA,CBlock,TA,TA,No,ALQ,162,Unf,0,321,483,GasA,Gd,Y,SBrkr,483,504,0,987,0,0,1,1,2,1,Gd,5,Typ,0,NA,Detchd,1972,Unf,1,264,TA,TA,Y,250,0,0,0,0,0,NA,NA,NA,0,5,2009,WD,Normal,118000 365,60,RL,NA,18800,Pave,NA,IR1,Lvl,AllPub,FR2,Gtl,NWAmes,Norm,Norm,1Fam,2Story,6,5,1976,1976,Gable,CompShg,HdBoard,HdBoard,BrkFace,120,TA,TA,PConc,Gd,TA,Mn,GLQ,712,Unf,0,84,796,GasA,TA,Y,SBrkr,790,784,0,1574,1,0,2,1,3,1,TA,6,Typ,1,TA,Attchd,1976,Fin,2,566,TA,TA,Y,306,111,0,0,0,0,NA,NA,NA,0,7,2006,WD,Normal,190000 366,70,RM,59,10690,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,IDOTRR,Norm,Norm,1Fam,2Story,5,7,1920,1997,Hip,CompShg,VinylSd,VinylSd,None,0,TA,Gd,CBlock,TA,Fa,No,Rec,456,Unf,0,216,672,GasA,Gd,Y,FuseA,672,672,0,1344,0,0,1,0,3,1,TA,6,Typ,0,NA,Detchd,1964,Unf,1,468,TA,Fa,Y,0,128,218,0,0,0,NA,NA,NA,0,7,2009,WD,Normal,147000 367,20,RL,NA,9500,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,6,5,1963,1963,Gable,CompShg,Plywood,Plywood,BrkFace,247,TA,TA,CBlock,Gd,TA,No,BLQ,609,Unf,0,785,1394,GasA,Gd,Y,SBrkr,1394,0,0,1394,1,0,1,1,3,1,TA,6,Typ,2,Gd,Attchd,1963,RFn,2,514,TA,TA,Y,0,76,0,0,185,0,NA,NA,NA,0,7,2009,WD,Normal,159000 368,80,RL,101,9150,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,NAmes,Norm,Norm,1Fam,SLvl,6,5,1962,1962,Gable,Tar&Grv,Plywood,Plywood,BrkFace,305,TA,TA,CBlock,Gd,TA,Gd,GLQ,371,Unf,0,728,1099,GasA,Gd,Y,SBrkr,1431,0,0,1431,0,1,1,0,3,1,TA,6,Typ,1,Gd,Basment,1962,RFn,1,296,TA,TA,Y,64,110,0,0,0,0,NA,NA,NA,0,12,2008,WD,Normal,165000 369,20,RL,78,7800,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,5,6,1954,1954,Gable,CompShg,HdBoard,HdBoard,BrkFace,200,TA,TA,PConc,TA,TA,No,LwQ,540,Unf,0,728,1268,GasA,Gd,Y,SBrkr,1268,0,0,1268,0,0,1,0,2,1,TA,7,Typ,1,Gd,Attchd,1954,Fin,1,244,TA,TA,Y,0,98,0,0,0,0,NA,NA,NA,0,3,2010,WD,Normal,132000 370,20,RL,NA,9830,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,NAmes,Norm,Norm,1Fam,1Story,5,7,1959,2006,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,Gd,CBlock,TA,TA,No,ALQ,72,Rec,258,733,1063,GasA,Ex,Y,SBrkr,1287,0,0,1287,1,0,1,0,3,1,Gd,7,Typ,1,Gd,Detchd,1997,Fin,2,576,TA,TA,Y,364,17,0,0,182,0,NA,NA,NA,0,3,2010,WD,Normal,162000 371,60,RL,NA,8121,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,Gilbert,Norm,Norm,1Fam,2Story,6,5,2000,2000,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,PConc,Gd,TA,No,Unf,0,Unf,0,953,953,GasA,Ex,Y,SBrkr,953,711,0,1664,0,0,2,1,3,1,TA,7,Typ,1,TA,Attchd,2000,RFn,2,460,TA,TA,Y,100,40,0,0,0,0,NA,NA,NA,0,1,2006,WD,Normal,172400 372,50,RL,80,17120,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,ClearCr,Feedr,Norm,1Fam,1.5Fin,4,4,1959,1959,Gable,CompShg,WdShing,Plywood,None,0,TA,TA,CBlock,NA,NA,NA,NA,0,NA,0,0,0,GasA,TA,Y,SBrkr,1120,468,0,1588,0,0,2,0,4,1,TA,7,Min2,1,Gd,Detchd,1991,Fin,2,680,TA,TA,N,0,59,0,0,0,0,NA,NA,NA,0,7,2008,WD,Normal,134432 373,120,RL,50,7175,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,SawyerW,Norm,Norm,TwnhsE,1Story,6,5,1984,1984,Gable,CompShg,Plywood,Plywood,None,0,TA,TA,CBlock,Gd,TA,No,ALQ,623,LwQ,121,0,744,GasA,TA,Y,SBrkr,752,0,0,752,1,0,1,0,2,1,TA,4,Typ,0,NA,Attchd,1984,Unf,1,264,TA,TA,Y,353,0,0,0,90,0,NA,MnPrv,NA,0,2,2010,WD,Normal,125000 374,20,RL,79,10634,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,5,6,1953,1953,Gable,CompShg,MetalSd,MetalSd,None,0,TA,TA,PConc,TA,TA,No,BLQ,428,LwQ,180,0,608,GasA,TA,Y,SBrkr,1319,0,0,1319,1,0,1,0,3,1,TA,5,Min2,0,NA,Attchd,1953,Unf,1,270,TA,TA,Y,66,0,0,0,0,0,NA,GdWo,NA,0,11,2009,WD,Normal,123000 375,60,RL,65,8200,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,2Story,7,5,2003,2004,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,TA,No,Unf,0,Unf,0,847,847,GasA,Ex,Y,SBrkr,847,1081,0,1928,0,0,2,1,4,1,Gd,8,Typ,1,Gd,BuiltIn,2003,Fin,2,434,TA,TA,Y,100,48,0,0,0,0,NA,NA,NA,0,7,2007,WD,Normal,219500 376,30,RL,NA,10020,Pave,NA,IR1,Low,AllPub,Inside,Sev,Edwards,Norm,Norm,1Fam,1Story,1,1,1922,1950,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,Fa,Fa,BrkTil,Fa,Po,Gd,BLQ,350,Unf,0,333,683,GasA,Gd,N,FuseA,904,0,0,904,1,0,0,1,1,1,Fa,4,Maj1,0,NA,NA,NA,NA,0,0,NA,NA,Y,0,0,0,0,0,0,NA,NA,NA,0,3,2009,WD,Normal,61000 377,85,RL,57,8846,Pave,NA,IR1,Lvl,AllPub,CulDSac,Gtl,CollgCr,Norm,Norm,1Fam,SFoyer,5,5,1996,1996,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,TA,Av,GLQ,298,Unf,0,572,870,GasA,Ex,Y,SBrkr,914,0,0,914,0,0,1,0,2,1,TA,5,Typ,0,NA,Detchd,1998,Unf,2,576,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,7,2006,WD,Normal,148000 378,60,FV,102,11143,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,Somerst,Norm,Norm,1Fam,2Story,8,5,2004,2005,Gable,CompShg,CemntBd,CmentBd,None,0,Gd,TA,PConc,Gd,TA,No,Unf,0,Unf,0,1580,1580,GasA,Ex,Y,SBrkr,1580,886,0,2466,0,0,3,0,4,1,Gd,8,Typ,1,Gd,Attchd,2004,RFn,2,610,TA,TA,Y,159,214,0,0,0,0,NA,NA,NA,0,12,2007,WD,Normal,340000 379,20,RL,88,11394,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,StoneBr,Norm,Norm,1Fam,1Story,9,2,2010,2010,Hip,CompShg,VinylSd,VinylSd,Stone,350,Gd,TA,PConc,Ex,TA,Av,GLQ,1445,Unf,0,411,1856,GasA,Ex,Y,SBrkr,1856,0,0,1856,1,0,1,1,1,1,Ex,8,Typ,1,Ex,Attchd,2010,Fin,3,834,TA,TA,Y,113,0,0,0,0,0,NA,NA,NA,0,6,2010,New,Partial,394432 380,60,RL,60,8123,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,Gilbert,RRAn,Norm,1Fam,2Story,6,5,2000,2000,Gable,CompShg,VinylSd,VinylSd,BrkFace,16,TA,TA,PConc,Gd,TA,No,Unf,0,Unf,0,982,982,GasA,Ex,Y,SBrkr,1007,793,0,1800,0,0,2,1,3,1,TA,7,Typ,1,TA,Attchd,2000,Fin,2,463,TA,TA,Y,100,63,0,0,0,0,NA,NA,NA,0,6,2009,WD,Normal,179000 381,50,RL,50,5000,Pave,Pave,Reg,Lvl,AllPub,Inside,Gtl,SWISU,Norm,Norm,1Fam,1.5Fin,5,6,1924,1950,Gable,CompShg,BrkFace,Wd Sdng,None,0,TA,TA,BrkTil,TA,TA,No,LwQ,218,Unf,0,808,1026,GasA,TA,Y,SBrkr,1026,665,0,1691,0,0,2,0,3,1,Gd,6,Typ,1,Gd,Detchd,1924,Unf,1,308,TA,TA,Y,0,0,242,0,0,0,NA,NA,NA,0,5,2010,WD,Normal,127000 382,20,FV,60,7200,Pave,Pave,Reg,Lvl,AllPub,Inside,Gtl,Somerst,Norm,Norm,1Fam,1Story,7,5,2006,2006,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,Gd,No,Unf,0,Unf,0,1293,1293,GasA,Ex,Y,SBrkr,1301,0,0,1301,1,0,2,0,2,1,Gd,5,Typ,1,Gd,Attchd,2006,RFn,2,572,TA,TA,Y,216,121,0,0,0,0,NA,NA,NA,0,8,2006,New,Partial,187750 383,60,RL,79,9245,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,2Story,7,5,2006,2006,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,TA,Av,Unf,0,Unf,0,939,939,GasA,Ex,Y,SBrkr,939,858,0,1797,0,0,2,1,3,1,Gd,8,Typ,0,NA,Attchd,2006,RFn,2,639,TA,TA,Y,144,53,0,0,0,0,NA,NA,NA,0,4,2007,WD,Normal,213500 384,45,RH,60,9000,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,SawyerW,Norm,Norm,1Fam,1.5Unf,6,3,1928,1950,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,BrkTil,Fa,Fa,No,Unf,0,Unf,0,784,784,GasA,TA,N,FuseA,784,0,0,784,0,0,1,0,2,1,TA,5,Typ,0,NA,Detchd,1950,Unf,2,360,Fa,Fa,N,0,0,91,0,0,0,NA,NA,NA,0,10,2009,WD,Normal,76000 385,60,RL,NA,53107,Pave,NA,IR2,Low,AllPub,Corner,Mod,ClearCr,Feedr,Norm,1Fam,2Story,6,5,1992,1992,Gable,CompShg,HdBoard,HdBoard,None,0,Gd,TA,PConc,Gd,TA,Av,GLQ,985,Unf,0,595,1580,GasA,Ex,Y,SBrkr,1079,874,0,1953,1,0,2,1,3,1,Gd,9,Typ,2,Fa,Attchd,1992,Fin,2,501,TA,TA,Y,216,231,0,0,0,0,NA,NA,NA,0,6,2007,WD,Normal,240000 386,120,RL,43,3182,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Blmngtn,Norm,Norm,TwnhsE,1Story,8,5,2004,2005,Gable,CompShg,VinylSd,VinylSd,BrkFace,16,Gd,TA,PConc,Gd,TA,No,GLQ,24,Unf,0,1232,1256,GasA,Ex,Y,SBrkr,1269,0,0,1269,0,0,2,0,2,1,Gd,6,Typ,1,TA,Attchd,2004,Fin,2,430,TA,TA,Y,146,20,0,0,144,0,NA,NA,NA,0,4,2010,WD,Normal,192000 387,50,RL,58,8410,Pave,NA,Reg,Lvl,AllPub,FR2,Gtl,Edwards,Feedr,Norm,1Fam,1.5Fin,5,3,1910,1996,Gambrel,CompShg,Wd Sdng,VinylSd,None,0,TA,Fa,PConc,TA,TA,No,Unf,0,Unf,0,658,658,GasA,TA,Y,SBrkr,658,526,0,1184,0,0,1,0,5,1,TA,8,Typ,0,NA,NA,NA,NA,0,0,NA,NA,N,0,151,0,0,0,0,NA,NA,NA,0,5,2006,WD,AdjLand,81000 388,80,RL,72,7200,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Edwards,Norm,Norm,1Fam,SLvl,6,6,1976,1976,Hip,CompShg,MetalSd,MetalSd,BrkFace,255,TA,TA,CBlock,TA,TA,Av,ALQ,631,Unf,0,410,1041,GasA,Ex,Y,SBrkr,1125,0,0,1125,1,0,1,0,3,1,TA,6,Typ,1,Fa,Detchd,1977,Unf,1,352,TA,TA,Y,296,0,0,0,0,0,NA,GdWo,NA,0,10,2009,WD,Abnorml,125000 389,20,RL,93,9382,Pave,NA,IR1,Lvl,AllPub,CulDSac,Gtl,CollgCr,Norm,Norm,1Fam,1Story,7,5,1999,2000,Gable,CompShg,VinylSd,VinylSd,BrkFace,125,Gd,TA,PConc,Gd,TA,No,Unf,0,Unf,0,1468,1468,GasA,Ex,Y,SBrkr,1479,0,0,1479,0,0,2,0,3,1,Gd,6,Typ,0,NA,Attchd,1999,RFn,2,577,TA,TA,Y,120,25,0,0,0,0,NA,NA,NA,0,7,2008,WD,Normal,191000 390,60,RL,96,12474,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NridgHt,Norm,Norm,1Fam,2Story,10,5,2007,2008,Gable,CompShg,VinylSd,VinylSd,Stone,272,Ex,TA,PConc,Ex,TA,Av,GLQ,1280,Unf,0,402,1682,GasA,Ex,Y,SBrkr,1742,590,0,2332,1,0,2,1,3,1,Ex,9,Typ,1,Ex,BuiltIn,2008,Fin,3,846,TA,TA,Y,196,134,0,0,0,0,NA,NA,NA,0,8,2008,New,Partial,426000 391,50,RL,50,8405,Pave,Grvl,Reg,Lvl,AllPub,Inside,Gtl,Edwards,Norm,Norm,1Fam,1.5Fin,5,8,1900,1950,Gable,CompShg,MetalSd,MetalSd,None,0,TA,TA,BrkTil,TA,Gd,No,Rec,241,BLQ,391,229,861,GasA,Ex,Y,SBrkr,961,406,0,1367,1,0,1,0,4,1,TA,7,Typ,0,NA,Detchd,1978,Unf,1,384,TA,TA,Y,0,130,112,0,0,0,NA,MnPrv,NA,0,4,2008,WD,Normal,119000 392,60,RL,71,12209,Pave,NA,IR1,Lvl,AllPub,CulDSac,Gtl,Mitchel,Norm,Norm,1Fam,2Story,6,5,2001,2002,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,PConc,Ex,TA,No,ALQ,690,Unf,0,114,804,GasA,Ex,Y,SBrkr,804,1157,0,1961,1,0,2,1,3,1,Gd,7,Typ,1,TA,BuiltIn,2001,Fin,2,560,TA,TA,Y,125,192,0,0,0,0,NA,NA,NA,0,6,2009,WD,Normal,215000 393,20,RL,NA,8339,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,5,7,1959,1959,Gable,CompShg,MetalSd,MetalSd,None,0,TA,TA,Slab,NA,NA,NA,NA,0,NA,0,0,0,GasA,TA,Y,SBrkr,882,0,0,882,0,0,1,0,3,1,TA,5,Typ,0,NA,Attchd,1959,RFn,1,294,TA,TA,Y,0,0,0,0,0,0,NA,MnPrv,Shed,1200,7,2007,WD,Normal,106500 394,30,RL,NA,7446,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,BrkSide,Feedr,Norm,1Fam,1Story,4,5,1941,1950,Gable,CompShg,WdShing,Wd Shng,None,0,TA,TA,CBlock,TA,TA,No,Rec,266,Unf,0,522,788,GasA,TA,Y,FuseA,788,0,0,788,0,0,1,0,2,1,TA,4,Typ,2,TA,NA,NA,NA,0,0,NA,NA,Y,0,0,0,0,0,0,NA,GdWo,NA,0,4,2006,WD,Abnorml,100000 395,50,RL,60,10134,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,OldTown,Norm,Norm,1Fam,1.5Fin,5,6,1940,1950,Gable,CompShg,MetalSd,MetalSd,None,0,TA,TA,CBlock,TA,TA,No,Unf,0,Unf,0,735,735,GasA,Gd,Y,FuseA,735,299,0,1034,0,0,1,0,2,1,TA,5,Typ,0,NA,Detchd,1940,Unf,1,240,TA,TA,Y,0,39,0,0,0,0,NA,NA,NA,0,7,2007,WD,Normal,109000 396,20,RL,68,9571,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Edwards,Norm,Norm,1Fam,1Story,5,6,1956,1956,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,CBlock,TA,TA,Av,BLQ,739,Unf,0,405,1144,GasA,TA,Y,SBrkr,1144,0,0,1144,1,0,1,0,3,1,TA,6,Typ,0,NA,Attchd,1956,Unf,1,596,TA,TA,Y,44,0,0,0,0,0,NA,NA,NA,0,6,2010,WD,Normal,129000 397,20,RL,60,7200,Pave,NA,Reg,Low,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,1Story,5,5,1972,1972,Hip,CompShg,MetalSd,MetalSd,None,0,TA,TA,CBlock,TA,TA,Av,Rec,777,Unf,0,117,894,GasA,TA,Y,SBrkr,894,0,0,894,0,0,1,0,2,1,TA,6,Typ,0,NA,Detchd,1985,RFn,2,600,TA,TA,Y,215,0,0,0,0,0,NA,NA,NA,0,9,2009,WD,Normal,123000 398,60,RL,69,7590,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,PosN,Norm,1Fam,2Story,5,5,1962,1962,Gable,CompShg,VinylSd,VinylSd,BrkFace,288,TA,TA,CBlock,TA,TA,No,ALQ,540,Unf,0,324,864,GasA,TA,Y,SBrkr,876,936,0,1812,0,0,2,0,4,1,TA,8,Typ,1,TA,Attchd,1962,RFn,1,264,TA,TA,Y,0,168,0,0,0,0,NA,NA,NA,0,7,2007,WD,Normal,169500 399,30,RM,60,8967,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,IDOTRR,Norm,Norm,1Fam,1Story,5,2,1920,1950,Gable,CompShg,MetalSd,MetalSd,None,0,TA,Fa,BrkTil,Fa,Po,No,Unf,0,Unf,0,961,961,GasA,Gd,Y,Mix,1077,0,0,1077,0,0,1,0,2,1,TA,6,Maj2,0,NA,Detchd,1920,Unf,1,338,Po,Po,N,0,0,0,0,0,0,NA,NA,NA,0,11,2007,WD,Abnorml,67000 400,60,FV,65,8125,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Somerst,Norm,Norm,1Fam,2Story,7,5,2006,2007,Gable,CompShg,CemntBd,CmentBd,Stone,100,Gd,TA,PConc,Gd,TA,No,GLQ,812,Unf,0,280,1092,GasA,Ex,Y,SBrkr,1112,438,0,1550,1,0,2,0,2,1,Gd,7,Typ,0,NA,Attchd,2007,Fin,2,438,TA,TA,Y,0,168,0,0,0,0,NA,NA,NA,0,10,2009,WD,Normal,241000 401,120,RL,38,14963,Pave,NA,IR2,Lvl,AllPub,Inside,Gtl,Veenker,Norm,Norm,TwnhsE,1Story,8,5,1996,1996,Gable,CompShg,BrkFace,BrkFace,None,0,Gd,TA,PConc,Gd,TA,No,GLQ,786,Unf,0,474,1260,GasA,Ex,Y,SBrkr,1288,0,0,1288,1,0,1,1,1,1,Ex,4,Typ,2,Gd,Attchd,1996,Fin,2,500,TA,TA,Y,120,30,0,0,224,0,NA,NA,NA,0,12,2008,WD,Normal,245500 402,20,RL,65,8767,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,1Story,7,5,2005,2005,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,TA,Av,GLQ,24,Unf,0,1286,1310,GasA,Ex,Y,SBrkr,1310,0,0,1310,0,0,2,0,3,1,Gd,6,Typ,1,Gd,Attchd,2005,Fin,2,400,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,7,2006,New,Partial,164990 403,30,RL,60,10200,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Sawyer,Norm,Norm,1Fam,1Story,5,8,1940,1997,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,PConc,TA,TA,No,Unf,0,Unf,0,672,672,GasA,Ex,Y,SBrkr,672,0,0,672,0,0,1,0,2,1,TA,4,Typ,0,NA,Detchd,1940,Unf,1,240,TA,TA,N,168,0,0,0,0,0,NA,GdPrv,NA,0,8,2008,WD,Normal,108000 404,60,RL,93,12090,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,NoRidge,Norm,Norm,1Fam,2Story,8,5,1998,1998,Hip,CompShg,VinylSd,VinylSd,BrkFace,650,Gd,TA,PConc,Gd,TA,No,Unf,0,Unf,0,1141,1141,GasA,Gd,Y,SBrkr,1165,1098,0,2263,0,0,2,1,4,1,Gd,10,Typ,1,TA,BuiltIn,1998,Fin,2,420,TA,TA,Y,144,123,0,0,0,0,NA,NA,NA,0,7,2006,WD,Abnorml,258000 405,60,RL,NA,10364,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,Gilbert,Norm,Norm,1Fam,2Story,6,5,1995,1996,Gable,CompShg,MetalSd,MetalSd,None,0,TA,TA,PConc,Gd,TA,No,Unf,0,Unf,0,806,806,GasA,Gd,Y,SBrkr,806,766,0,1572,0,0,2,1,3,1,TA,7,Typ,1,TA,BuiltIn,1995,Fin,2,373,TA,TA,Y,0,40,0,0,0,0,NA,NA,NA,0,5,2007,WD,Normal,168000 406,20,RL,NA,9991,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,Sawyer,Feedr,Norm,1Fam,1Story,4,4,1976,1993,Gable,CompShg,Plywood,Plywood,None,0,TA,TA,CBlock,TA,TA,No,BLQ,1116,Unf,0,165,1281,GasA,Ex,Y,SBrkr,1620,0,0,1620,1,0,2,0,3,1,TA,8,Min1,1,TA,Attchd,1993,Unf,2,490,TA,TA,Y,120,78,0,0,0,0,NA,GdWo,NA,0,6,2009,WD,Normal,150000 407,50,RL,51,10480,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,SWISU,Norm,Norm,1Fam,1.5Fin,6,5,1936,1950,Gable,CompShg,MetalSd,MetalSd,None,0,TA,TA,BrkTil,TA,TA,No,Unf,0,Unf,0,1064,1064,GasA,Ex,Y,FuseA,1166,0,473,1639,0,0,1,0,3,1,TA,6,Maj2,0,NA,Detchd,1936,Unf,1,240,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,3,2008,WD,Normal,115000 408,70,RL,63,15576,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Crawfor,Norm,Norm,1Fam,2Story,6,7,1915,1976,Gable,CompShg,Wd Sdng,Plywood,None,0,TA,TA,BrkTil,Gd,TA,No,Unf,0,Unf,0,840,840,GasA,Ex,Y,SBrkr,840,840,0,1680,0,0,2,0,4,1,TA,8,Typ,0,NA,Attchd,1960,Unf,1,308,TA,TA,Y,0,0,160,0,0,0,NA,NA,NA,0,3,2008,WD,Normal,177000 409,60,RL,109,14154,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,NridgHt,Norm,Norm,1Fam,2Story,7,5,2006,2006,Gable,CompShg,VinylSd,VinylSd,BrkFace,350,Gd,TA,PConc,Ex,Gd,No,Unf,0,Unf,0,1063,1063,GasA,Ex,Y,SBrkr,1071,1101,0,2172,0,0,2,1,3,1,Gd,9,Typ,1,Gd,Attchd,2006,RFn,3,947,TA,TA,Y,192,62,0,0,0,0,NA,NA,NA,0,8,2007,New,Partial,280000 410,60,FV,85,10800,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Somerst,Norm,Norm,1Fam,2Story,8,5,2007,2008,Gable,CompShg,VinylSd,VinylSd,Stone,100,Gd,TA,PConc,Ex,TA,No,GLQ,789,Unf,0,245,1034,GasA,Ex,Y,SBrkr,1050,1028,0,2078,1,0,2,1,3,1,Ex,8,Typ,1,Gd,Attchd,2008,Fin,3,836,TA,TA,Y,0,102,0,0,0,0,NA,NA,NA,0,4,2008,New,Partial,339750 411,20,RL,68,9571,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Edwards,Norm,Norm,1Fam,1Story,5,3,1958,1958,Gable,CompShg,BrkComm,Brk Cmn,None,0,TA,Fa,CBlock,TA,Fa,No,Unf,0,Unf,0,1276,1276,GasA,TA,Y,FuseA,1276,0,0,1276,0,0,1,0,3,1,TA,5,Mod,0,NA,Attchd,1958,Unf,1,350,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,6,2009,COD,Abnorml,60000 412,190,RL,100,34650,Pave,NA,Reg,Bnk,AllPub,Inside,Gtl,Gilbert,Norm,Norm,2fmCon,1Story,5,5,1955,1955,Hip,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,CBlock,TA,TA,Mn,Rec,1056,Unf,0,0,1056,GasA,TA,N,SBrkr,1056,0,0,1056,1,0,1,0,3,1,TA,5,Typ,0,NA,Attchd,1955,Fin,2,572,TA,TA,Y,264,0,0,0,0,0,NA,NA,NA,0,1,2006,WD,Normal,145000 413,20,FV,NA,4403,Pave,NA,IR2,Lvl,AllPub,Inside,Gtl,Somerst,Norm,Norm,1Fam,1Story,7,5,2009,2009,Gable,CompShg,MetalSd,MetalSd,Stone,432,Ex,TA,PConc,Ex,TA,Av,GLQ,578,Unf,0,892,1470,GasA,Ex,Y,SBrkr,1478,0,0,1478,1,0,2,1,2,1,Gd,7,Typ,1,Gd,Attchd,2009,Fin,2,484,TA,TA,Y,0,144,0,0,0,0,NA,NA,NA,0,6,2010,New,Partial,222000 414,30,RM,56,8960,Pave,Grvl,Reg,Lvl,AllPub,Inside,Gtl,OldTown,Artery,Norm,1Fam,1Story,5,6,1927,1950,Gable,CompShg,WdShing,Wd Shng,None,0,TA,TA,CBlock,TA,TA,No,Unf,0,Unf,0,1008,1008,GasA,Gd,Y,FuseA,1028,0,0,1028,0,0,1,0,2,1,TA,5,Typ,1,Gd,Detchd,1927,Unf,2,360,TA,TA,Y,0,0,130,0,0,0,NA,NA,NA,0,3,2010,WD,Normal,115000 415,60,RL,59,11228,Pave,NA,IR2,Lvl,AllPub,CulDSac,Gtl,SawyerW,Norm,Norm,1Fam,2Story,7,5,1993,1993,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,TA,No,BLQ,50,GLQ,531,499,1080,GasA,Ex,Y,SBrkr,1080,1017,0,2097,0,1,2,1,3,1,Gd,9,Typ,1,TA,Attchd,1993,Unf,3,678,TA,TA,Y,196,187,0,0,0,0,NA,NA,NA,0,12,2008,WD,Normal,228000 416,20,RL,73,8899,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,Gilbert,Norm,Norm,1Fam,1Story,7,5,2007,2007,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,TA,Av,GLQ,24,Unf,0,1316,1340,GasA,Ex,Y,SBrkr,1340,0,0,1340,0,0,2,0,3,1,Gd,6,Typ,0,NA,Attchd,2007,Fin,2,396,TA,TA,Y,100,30,0,0,0,0,NA,NA,NA,0,8,2007,New,Partial,181134 417,60,RL,74,7844,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Sawyer,Norm,Norm,1Fam,2Story,6,7,1978,1978,Hip,CompShg,HdBoard,HdBoard,BrkFace,203,TA,TA,CBlock,TA,TA,No,ALQ,209,Unf,0,463,672,GasA,TA,Y,SBrkr,672,728,0,1400,0,0,1,1,3,1,TA,6,Typ,1,TA,Attchd,1978,Fin,2,440,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,3,2006,WD,Normal,149500 418,70,RL,86,22420,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,Crawfor,Feedr,Norm,1Fam,2Story,6,6,1918,1950,Hip,CompShg,Wd Sdng,Stucco,None,0,TA,TA,BrkTil,Gd,TA,No,BLQ,1128,Unf,0,242,1370,GasW,TA,N,FuseA,1370,1254,0,2624,1,0,2,1,4,1,TA,10,Typ,1,Gd,Detchd,1918,Unf,3,864,TA,TA,N,0,0,0,0,0,0,NA,NA,NA,0,11,2007,WD,Normal,239000 419,50,RL,60,8160,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Edwards,Norm,Norm,1Fam,1.5Fin,5,6,1940,1950,Gable,CompShg,MetalSd,MetalSd,None,0,TA,TA,BrkTil,TA,TA,No,ALQ,312,Unf,0,444,756,GasA,Fa,N,FuseF,756,378,0,1134,1,0,1,1,3,1,TA,7,Typ,0,NA,Detchd,1940,Unf,1,240,TA,TA,P,0,0,0,0,0,0,NA,NA,NA,0,4,2007,WD,AdjLand,126000 420,20,RL,65,8450,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,5,6,1968,1968,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,CBlock,TA,TA,No,BLQ,775,Unf,0,281,1056,GasA,Ex,Y,SBrkr,1056,0,0,1056,1,0,1,0,3,1,TA,6,Typ,1,Fa,Attchd,1968,Unf,1,304,TA,TA,Y,0,85,184,0,0,0,NA,NA,NA,0,7,2010,WD,Normal,142000 421,90,RM,78,7060,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Mitchel,Norm,Norm,Duplex,SFoyer,7,5,1997,1998,Gable,CompShg,VinylSd,VinylSd,BrkFace,200,TA,Gd,PConc,Gd,Gd,Gd,GLQ,1309,Unf,0,35,1344,GasA,Ex,Y,SBrkr,1344,0,0,1344,2,0,2,0,2,2,TA,8,Typ,0,NA,Attchd,1997,Fin,4,784,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,11,2008,WD,Alloca,206300 422,20,RL,NA,16635,Pave,NA,IR1,Lvl,AllPub,FR2,Gtl,NWAmes,Norm,Norm,1Fam,1Story,6,7,1977,2000,Gable,CompShg,CemntBd,CmentBd,Stone,126,Gd,TA,CBlock,Gd,TA,No,ALQ,1246,Unf,0,356,1602,GasA,Gd,Y,SBrkr,1602,0,0,1602,0,1,2,0,3,1,Gd,8,Typ,1,TA,Attchd,1977,Fin,2,529,TA,TA,Y,240,0,0,0,0,0,NA,NA,NA,0,6,2009,WD,Normal,215000 423,20,RL,100,21750,Pave,NA,Reg,HLS,AllPub,Inside,Mod,Mitchel,Artery,Norm,1Fam,1Story,5,5,1954,1954,Hip,CompShg,HdBoard,HdBoard,None,0,TA,TA,CBlock,TA,TA,No,Unf,0,Unf,0,988,988,GasA,Ex,Y,FuseA,988,0,0,988,0,0,1,0,2,1,TA,4,Typ,0,NA,Attchd,1954,RFn,2,520,TA,TA,N,0,0,0,0,0,0,NA,NA,NA,0,2,2008,WD,Normal,113000 424,60,RL,80,9200,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NoRidge,Norm,Norm,1Fam,2Story,8,5,1998,1998,Gable,CompShg,VinylSd,VinylSd,BrkFace,473,Gd,TA,PConc,Gd,TA,No,GLQ,986,Unf,0,484,1470,GasA,Gd,Y,SBrkr,1470,1160,0,2630,1,0,2,1,4,1,Gd,8,Typ,1,TA,Attchd,1998,Fin,3,696,TA,TA,Y,0,66,0,0,0,0,NA,NA,NA,0,6,2008,WD,Normal,315000 425,20,RL,72,9000,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,6,5,1956,1956,Gable,CompShg,Wd Sdng,Wd Sdng,BrkFace,74,TA,TA,CBlock,Gd,TA,No,LwQ,616,Unf,0,580,1196,GasA,Gd,Y,FuseA,1196,0,0,1196,1,0,1,0,2,1,TA,6,Typ,1,Gd,Attchd,1956,RFn,1,297,TA,TA,Y,0,44,0,0,0,0,NA,NA,NA,0,5,2008,WD,Normal,139000 426,60,RM,60,3378,Pave,Grvl,Reg,HLS,AllPub,Inside,Gtl,OldTown,Norm,Norm,1Fam,2Story,7,8,1946,1992,Gable,CompShg,HdBoard,HdBoard,None,0,TA,Gd,CBlock,TA,TA,No,Unf,0,Unf,0,651,651,GasA,Gd,Y,SBrkr,707,682,0,1389,0,0,1,1,3,1,TA,6,Typ,2,Gd,Detchd,1947,Unf,1,240,TA,TA,P,0,0,126,0,0,0,NA,NA,NA,0,9,2009,WD,Normal,135000 427,80,RL,NA,12800,Pave,NA,Reg,Low,AllPub,Inside,Mod,SawyerW,Norm,Norm,1Fam,SLvl,7,5,1989,1989,Gable,CompShg,Wd Sdng,Wd Sdng,BrkFace,145,Gd,TA,PConc,Gd,TA,Gd,GLQ,1518,Unf,0,0,1518,GasA,Gd,Y,SBrkr,1644,0,0,1644,1,1,2,0,2,1,Gd,5,Typ,1,TA,Attchd,1989,Fin,2,569,TA,TA,Y,80,0,0,0,396,0,NA,NA,NA,0,8,2009,WD,Normal,275000 428,20,RL,77,8593,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,4,6,1957,1957,Hip,CompShg,MetalSd,MetalSd,None,0,TA,TA,CBlock,TA,TA,No,Rec,288,Unf,0,619,907,GasA,Ex,Y,SBrkr,907,0,0,907,0,0,1,0,3,1,TA,5,Typ,0,NA,Detchd,1964,Unf,1,352,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,7,2008,WD,Normal,109008 429,20,RL,64,6762,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,1Story,7,5,2007,2007,Gable,CompShg,VinylSd,VinylSd,BrkFace,108,Gd,TA,PConc,Gd,TA,No,GLQ,664,Unf,0,544,1208,GasA,Ex,Y,SBrkr,1208,0,0,1208,1,0,2,0,2,1,Gd,6,Typ,0,NA,Attchd,2007,RFn,2,628,TA,TA,Y,105,54,0,0,0,0,NA,NA,NA,0,9,2007,New,Partial,195400 430,20,RL,130,11457,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,Timber,Norm,Norm,1Fam,1Story,6,5,1988,1988,Gable,CompShg,HdBoard,HdBoard,None,0,TA,TA,CBlock,Gd,TA,Mn,GLQ,1005,Unf,0,387,1392,GasA,TA,Y,SBrkr,1412,0,0,1412,1,0,2,0,3,1,Gd,6,Typ,1,TA,Attchd,1988,Unf,2,576,TA,TA,Y,0,0,169,0,0,0,NA,NA,NA,0,3,2009,WD,Normal,175000 431,160,RM,21,1680,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,BrDale,Norm,Norm,Twnhs,2Story,6,5,1971,1971,Gable,CompShg,HdBoard,HdBoard,BrkFace,232,TA,TA,CBlock,TA,TA,No,ALQ,387,Unf,0,96,483,GasA,TA,Y,SBrkr,483,504,0,987,0,0,1,1,2,1,TA,4,Typ,0,NA,Detchd,1971,Unf,1,264,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,7,2008,COD,Abnorml,85400 432,50,RM,60,5586,Pave,NA,IR1,Bnk,AllPub,Inside,Gtl,OldTown,Feedr,Norm,1Fam,1.5Fin,6,7,1920,1998,Gable,CompShg,MetalSd,MetalSd,None,0,TA,TA,BrkTil,TA,TA,No,Unf,0,Unf,0,901,901,GasA,Gd,Y,SBrkr,1088,110,0,1198,0,0,1,0,4,1,TA,7,Typ,0,NA,NA,NA,NA,0,0,NA,NA,N,0,98,0,0,0,0,NA,MnPrv,NA,0,9,2008,ConLD,Abnorml,79900 433,160,RM,24,1920,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,BrDale,Norm,Norm,TwnhsE,2Story,5,5,1971,1971,Gable,CompShg,HdBoard,HdBoard,BrkFace,376,TA,TA,CBlock,TA,TA,No,ALQ,471,Unf,0,294,765,GasA,Ex,Y,SBrkr,765,600,0,1365,1,0,1,1,2,1,TA,6,Min1,0,NA,Detchd,1971,Unf,2,440,TA,TA,Y,240,36,0,0,0,0,NA,NA,NA,0,8,2007,WD,Normal,122500 434,60,RL,100,10839,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,Gilbert,Norm,Norm,1Fam,2Story,6,5,1997,1998,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,PConc,Gd,TA,No,Unf,0,Unf,0,926,926,GasA,Ex,Y,SBrkr,926,678,0,1604,0,0,2,1,3,1,TA,7,Typ,1,TA,Attchd,1997,Fin,2,470,TA,TA,Y,0,36,0,0,0,0,NA,NA,NA,0,7,2008,WD,Normal,181000 435,180,RM,21,1890,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,MeadowV,Norm,Norm,Twnhs,SFoyer,4,7,1972,1972,Gable,CompShg,CemntBd,CmentBd,None,0,TA,Gd,CBlock,Gd,TA,Av,ALQ,495,Unf,0,135,630,GasA,Gd,Y,SBrkr,630,0,0,630,1,0,1,0,1,1,TA,3,Typ,0,NA,NA,NA,NA,0,0,NA,NA,Y,88,0,0,0,0,0,NA,NA,NA,0,6,2008,WD,Normal,81000 436,60,RL,43,10667,Pave,NA,IR2,Lvl,AllPub,CulDSac,Gtl,CollgCr,PosN,Norm,1Fam,2Story,7,6,1996,1996,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,TA,Av,GLQ,385,ALQ,344,70,799,GasA,Ex,Y,SBrkr,827,834,0,1661,1,0,2,1,3,1,Gd,6,Typ,1,TA,Attchd,1996,RFn,2,550,TA,TA,Y,158,61,0,0,0,0,NA,NA,NA,0,4,2009,ConLw,Normal,212000 437,50,RM,40,4400,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,OldTown,Norm,Norm,1Fam,1.5Fin,6,8,1920,1950,Gable,CompShg,Stucco,Stucco,None,0,TA,TA,BrkTil,Fa,TA,No,Unf,0,Unf,0,648,648,GasA,TA,Y,FuseA,734,384,0,1118,0,0,1,0,2,1,TA,6,Typ,0,NA,Detchd,1990,Unf,2,440,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,10,2006,WD,Normal,116000 438,45,RM,50,6000,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,BrkSide,Norm,Norm,1Fam,1.5Unf,6,7,1926,2004,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,Gd,TA,PConc,TA,TA,No,Unf,0,Unf,0,884,884,GasA,Gd,Y,SBrkr,904,0,0,904,0,0,1,0,2,1,TA,4,Typ,0,NA,Detchd,1926,Unf,1,180,TA,TA,Y,0,0,105,0,0,0,NA,NA,NA,0,1,2009,WD,Normal,119000 439,30,RL,40,4280,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Crawfor,Norm,Norm,1Fam,1Story,5,6,1913,2002,Gable,CompShg,WdShing,Stucco,None,0,TA,TA,PConc,TA,TA,No,LwQ,365,Unf,0,75,440,GasA,TA,N,SBrkr,694,0,0,694,0,0,1,0,2,1,Gd,4,Typ,1,Gd,Detchd,1990,Unf,1,352,Gd,TA,P,0,0,34,0,0,0,NA,MnPrv,NA,0,3,2007,WD,Normal,90350 440,50,RL,67,12354,Pave,Grvl,Reg,Lvl,AllPub,Corner,Gtl,Edwards,Norm,Norm,1Fam,1.5Fin,6,8,1920,2000,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,BrkTil,TA,Fa,Mn,Unf,0,Unf,0,684,684,GasA,Gd,Y,SBrkr,684,512,0,1196,0,0,1,0,3,1,Gd,7,Typ,0,NA,Detchd,2005,Unf,2,528,TA,TA,Y,0,46,0,0,0,0,NA,GdPrv,Shed,800,8,2009,ConLI,Normal,110000 441,20,RL,105,15431,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NridgHt,Norm,Norm,1Fam,1Story,10,5,2008,2008,Hip,CompShg,VinylSd,VinylSd,Stone,200,Ex,TA,PConc,Ex,TA,Gd,GLQ,1767,ALQ,539,788,3094,GasA,Ex,Y,SBrkr,2402,0,0,2402,1,0,2,0,2,1,Ex,10,Typ,2,Gd,Attchd,2008,Fin,3,672,TA,TA,Y,0,72,0,0,170,0,NA,NA,NA,0,4,2009,WD,Normal,555000 442,90,RL,92,12108,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Edwards,Norm,Norm,Duplex,1Story,4,4,1955,1955,Gable,CompShg,VinylSd,VinylSd,BrkFace,270,TA,TA,CBlock,TA,TA,No,ALQ,133,Unf,0,1307,1440,GasA,TA,N,FuseF,1440,0,0,1440,0,0,2,0,4,2,Fa,8,Typ,0,NA,NA,NA,NA,0,0,NA,NA,Y,0,0,0,0,0,0,NA,NA,NA,0,9,2008,WD,Normal,118000 443,50,RM,52,6240,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,BrkSide,Norm,Norm,1Fam,1.5Fin,5,7,1930,1992,Gable,CompShg,MetalSd,MetalSd,None,0,TA,TA,PConc,TA,TA,No,Unf,0,Unf,0,1078,1078,GasA,TA,Y,SBrkr,1128,445,0,1573,0,0,2,0,3,1,TA,8,Typ,1,Gd,Detchd,1930,Unf,2,360,TA,TA,P,0,0,0,0,0,0,NA,NA,NA,0,6,2008,WD,Normal,162900 444,120,RL,53,3922,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Blmngtn,Norm,Norm,TwnhsE,1Story,7,5,2006,2007,Gable,CompShg,WdShing,Wd Shng,BrkFace,72,Gd,TA,PConc,Ex,TA,Av,Unf,0,Unf,0,1258,1258,GasA,Ex,Y,SBrkr,1258,0,0,1258,0,0,2,0,2,1,Gd,6,Typ,1,Gd,Attchd,2007,Fin,3,648,TA,TA,Y,144,16,0,0,0,0,NA,NA,NA,0,6,2007,New,Partial,172500 445,60,RL,70,8750,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,2Story,7,5,1994,1995,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,Gd,PConc,Gd,TA,No,GLQ,642,Unf,0,273,915,GasA,Ex,Y,SBrkr,933,975,0,1908,1,0,2,1,4,1,Gd,8,Typ,1,TA,Attchd,1994,Unf,2,493,TA,TA,Y,144,133,0,0,0,0,NA,NA,NA,0,7,2008,WD,Normal,210000 446,20,RL,73,9855,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,Edwards,Norm,Norm,1Fam,1Story,6,5,1956,1956,Hip,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,CBlock,TA,TA,No,Unf,0,Unf,0,1436,1436,GasA,Fa,Y,SBrkr,1689,0,0,1689,0,0,1,0,3,1,TA,7,Typ,1,Gd,Attchd,1956,Unf,2,480,TA,TA,Y,0,0,0,0,0,0,NA,MnPrv,NA,0,11,2009,COD,Normal,127500 447,20,RL,137,16492,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,NAmes,PosA,Norm,1Fam,1Story,6,6,1966,2002,Gable,CompShg,BrkFace,Plywood,None,0,Gd,TA,CBlock,TA,TA,No,ALQ,247,Rec,713,557,1517,GasA,Ex,Y,SBrkr,1888,0,0,1888,0,0,2,1,2,1,Gd,6,Mod,1,Gd,Attchd,1966,Fin,2,578,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,6,2010,WD,Normal,190000 448,60,RL,NA,11214,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,Gilbert,Norm,Norm,1Fam,2Story,7,5,1998,1999,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,TA,No,Unf,0,Unf,0,930,930,GasA,Gd,Y,SBrkr,956,930,0,1886,0,0,2,1,4,1,Gd,10,Typ,1,TA,Attchd,1998,Fin,2,431,TA,TA,Y,89,0,0,0,0,0,NA,NA,NA,0,7,2006,WD,Normal,199900 449,50,RM,50,8600,Pave,NA,Reg,Bnk,AllPub,Inside,Gtl,IDOTRR,Norm,Norm,1Fam,1.5Fin,6,6,1937,1950,Gable,CompShg,MetalSd,MetalSd,None,0,TA,TA,BrkTil,TA,TA,No,Unf,0,Unf,0,780,780,GasA,TA,Y,SBrkr,780,596,0,1376,0,0,2,0,3,1,TA,7,Typ,1,Gd,Detchd,1937,Unf,1,198,TA,TA,N,0,0,0,0,0,0,NA,NA,NA,0,6,2006,WD,Normal,119500 450,50,RM,50,6000,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,OldTown,Norm,Norm,1Fam,1.5Fin,3,7,1948,2002,Gable,CompShg,MetalSd,MetalSd,None,0,TA,Gd,CBlock,TA,TA,No,ALQ,331,Unf,0,318,649,GasA,Ex,Y,SBrkr,679,504,0,1183,0,0,1,1,2,1,TA,6,Typ,0,NA,Detchd,1981,Unf,1,308,TA,TA,Y,0,176,0,0,0,0,NA,NA,NA,0,6,2007,WD,Normal,120000 451,30,RM,70,5684,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,OldTown,Norm,Norm,1Fam,1Story,6,8,1930,2005,Hip,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,BrkTil,TA,TA,No,Unf,0,Unf,0,813,813,GasA,Ex,Y,FuseA,813,0,0,813,0,0,1,0,2,1,Gd,5,Typ,0,NA,Detchd,1932,Unf,1,270,Fa,Fa,N,0,113,0,0,0,0,NA,NA,NA,0,6,2006,WD,Normal,110000 452,20,RL,62,70761,Pave,NA,IR1,Low,AllPub,Inside,Mod,ClearCr,Norm,Norm,1Fam,1Story,7,5,1975,1975,Gable,WdShngl,Plywood,Plywood,None,0,TA,TA,CBlock,Gd,TA,Gd,ALQ,655,Unf,0,878,1533,GasA,TA,Y,SBrkr,1533,0,0,1533,1,0,2,0,2,1,Gd,5,Typ,2,TA,Attchd,1975,Unf,2,576,TA,TA,Y,200,54,0,0,0,0,NA,NA,NA,0,12,2006,WD,Normal,280000 453,60,RL,NA,9303,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,Timber,Norm,Norm,1Fam,2Story,6,5,1996,1997,Hip,CompShg,VinylSd,VinylSd,BrkFace,42,Gd,TA,PConc,Ex,TA,No,ALQ,742,Unf,0,130,872,GasA,Ex,Y,SBrkr,888,868,0,1756,1,0,2,1,3,1,TA,7,Typ,0,NA,Attchd,1996,Fin,2,422,TA,TA,Y,144,122,0,0,0,0,NA,NA,NA,0,7,2007,WD,Normal,204000 454,60,FV,75,9000,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Somerst,Norm,Norm,1Fam,2Story,8,5,2008,2008,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,TA,No,Unf,0,Unf,0,768,768,GasA,Ex,Y,SBrkr,786,804,0,1590,0,0,2,1,3,1,Gd,6,Typ,0,NA,Attchd,2008,RFn,2,676,TA,TA,Y,0,30,0,0,0,0,NA,NA,NA,0,6,2009,WD,Normal,210000 455,90,RL,63,9297,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Mitchel,Norm,Norm,Duplex,1Story,5,5,1976,1976,Gable,CompShg,Plywood,Plywood,None,0,TA,TA,CBlock,TA,TA,No,ALQ,1606,Unf,0,122,1728,GasA,TA,Y,SBrkr,1728,0,0,1728,2,0,2,0,4,2,TA,8,Typ,0,NA,Detchd,1976,Unf,2,560,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,7,2006,WD,Family,188000 456,20,RL,80,9600,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NWAmes,Norm,Norm,1Fam,1Story,7,6,1973,1973,Hip,CompShg,HdBoard,HdBoard,BrkFace,320,TA,TA,CBlock,TA,TA,No,ALQ,916,Unf,0,326,1242,GasA,Fa,Y,SBrkr,1242,0,0,1242,0,0,1,1,3,1,TA,6,Typ,1,TA,Attchd,1973,Unf,2,528,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,9,2007,WD,Normal,175500 457,70,RM,34,4571,Pave,Grvl,Reg,Lvl,AllPub,Inside,Gtl,OldTown,Norm,Norm,1Fam,2Story,5,5,1916,1950,Gable,CompShg,AsbShng,AsbShng,None,0,TA,TA,BrkTil,TA,TA,No,Unf,0,Unf,0,624,624,GasA,Fa,N,SBrkr,624,720,0,1344,0,0,1,0,4,1,TA,7,Typ,0,NA,Detchd,1916,Unf,3,513,Fa,Fa,Y,0,0,96,0,0,0,NA,NA,NA,0,5,2008,COD,Abnorml,98000 458,20,RL,NA,53227,Pave,NA,IR1,Low,AllPub,CulDSac,Mod,ClearCr,Norm,Norm,1Fam,1Story,4,6,1954,1994,Flat,Tar&Grv,Plywood,Plywood,None,0,TA,TA,CBlock,Gd,TA,Gd,BLQ,1116,Unf,0,248,1364,GasA,Ex,Y,SBrkr,1663,0,0,1663,1,0,1,0,2,1,Gd,6,Min1,2,Gd,Attchd,1954,Fin,2,529,TA,TA,Y,224,137,0,0,0,0,NA,NA,NA,0,3,2008,WD,Normal,256000 459,70,RM,NA,5100,Pave,Grvl,Reg,Lvl,AllPub,Inside,Gtl,OldTown,Norm,Norm,1Fam,2Story,8,7,1925,1996,Hip,CompShg,Stucco,Wd Shng,None,0,TA,Gd,PConc,TA,TA,No,Unf,0,Unf,0,588,588,GasA,Fa,Y,SBrkr,833,833,0,1666,0,0,1,0,3,1,Gd,7,Typ,1,Gd,Detchd,1925,Unf,1,228,TA,TA,Y,192,63,0,0,0,0,NA,MnPrv,NA,0,6,2008,WD,Normal,161000 460,50,RL,NA,7015,Pave,NA,IR1,Bnk,AllPub,Corner,Gtl,BrkSide,Norm,Norm,1Fam,1.5Fin,5,4,1950,1950,Gable,CompShg,MetalSd,MetalSd,BrkCmn,161,TA,TA,CBlock,TA,TA,No,LwQ,185,Unf,0,524,709,GasA,TA,Y,SBrkr,979,224,0,1203,1,0,1,0,3,1,Gd,5,Typ,1,TA,Detchd,1950,Unf,1,352,TA,TA,Y,0,0,248,0,0,0,NA,NA,NA,0,7,2009,WD,Normal,110000 461,60,FV,75,8004,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,Somerst,RRAn,Norm,1Fam,2Story,8,5,2009,2009,Gable,CompShg,VinylSd,VinylSd,Stone,110,Gd,TA,PConc,Gd,TA,No,GLQ,544,Unf,0,288,832,GasA,Ex,Y,SBrkr,832,1103,0,1935,1,0,2,1,3,1,TA,8,Typ,0,NA,BuiltIn,2009,Fin,2,552,TA,TA,Y,0,150,0,0,0,0,NA,NA,NA,0,12,2009,New,Partial,263435 462,70,RL,60,7200,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,SWISU,Feedr,Norm,1Fam,2Story,7,9,1936,2007,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,Gd,Gd,PConc,Gd,Gd,No,ALQ,350,BLQ,210,0,560,GasA,Ex,Y,SBrkr,575,560,0,1135,1,0,1,0,3,1,Gd,6,Typ,0,NA,Detchd,1971,RFn,2,576,TA,TA,Y,256,0,0,0,0,0,NA,MnPrv,NA,0,4,2009,WD,Normal,155000 463,20,RL,60,8281,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,Sawyer,Norm,Norm,1Fam,1Story,5,5,1965,1965,Gable,CompShg,MetalSd,MetalSd,None,0,TA,TA,CBlock,TA,TA,No,Rec,553,BLQ,311,0,864,GasA,Gd,Y,SBrkr,864,0,0,864,0,0,1,0,3,1,TA,5,Typ,1,Po,Detchd,1965,Unf,1,360,TA,TA,Y,0,0,236,0,0,0,NA,GdWo,NA,0,12,2009,WD,Normal,62383 464,70,RL,74,11988,Pave,NA,IR1,HLS,AllPub,Inside,Mod,Crawfor,Norm,Norm,1Fam,2Story,6,7,1934,1995,Hip,CompShg,Stucco,Stucco,None,0,TA,TA,CBlock,TA,TA,No,LwQ,326,Unf,0,389,715,GasA,Fa,Y,FuseA,849,811,0,1660,0,0,1,1,3,1,TA,6,Typ,1,Gd,Detchd,1939,Unf,1,240,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,8,2008,WD,Normal,188700 465,20,RL,60,8430,Pave,NA,Reg,HLS,AllPub,Inside,Mod,CollgCr,Norm,Norm,1Fam,1Story,5,5,1978,1978,Gable,CompShg,HdBoard,HdBoard,BrkFace,136,TA,TA,CBlock,Gd,TA,No,Rec,616,Unf,0,424,1040,GasA,TA,Y,SBrkr,1040,0,0,1040,0,0,2,0,3,1,TA,5,Typ,0,NA,NA,NA,NA,0,0,NA,NA,Y,0,0,0,0,0,0,NA,NA,NA,0,8,2009,WD,Normal,124000 466,120,RM,NA,3072,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Blmngtn,Norm,Norm,TwnhsE,1Story,7,5,2004,2004,Hip,CompShg,VinylSd,VinylSd,BrkFace,18,Gd,TA,PConc,Gd,TA,No,Unf,0,Unf,0,1375,1375,GasA,Ex,Y,SBrkr,1414,0,0,1414,0,0,2,0,2,1,Gd,6,Typ,1,TA,Attchd,2004,Fin,2,398,TA,TA,Y,144,20,0,0,0,0,NA,NA,NA,0,5,2006,WD,Normal,178740 467,20,RL,85,10628,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,7,5,1970,1970,Flat,Tar&Grv,Plywood,Plywood,None,0,TA,Gd,CBlock,TA,Gd,Gd,GLQ,778,Unf,0,499,1277,GasA,TA,Y,SBrkr,1277,0,0,1277,1,0,1,0,2,1,TA,5,Typ,1,Po,Attchd,1970,Unf,2,526,TA,TA,Y,0,0,0,0,176,0,NA,GdWo,NA,0,4,2007,WD,Normal,167000 468,70,RL,79,9480,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Artery,Norm,1Fam,2Story,5,7,1942,1995,Gable,CompShg,MetalSd,MetalSd,Stone,224,TA,TA,CBlock,TA,TA,No,LwQ,386,Unf,0,342,728,GasA,Ex,Y,SBrkr,888,756,0,1644,0,0,1,1,3,1,Gd,7,Typ,2,Gd,Attchd,1942,Unf,1,312,TA,TA,Y,168,0,0,0,0,0,NA,NA,NA,0,6,2007,WD,Normal,146500 469,20,RL,98,11428,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,NridgHt,Norm,Norm,1Fam,1Story,8,5,2006,2006,Gable,CompShg,VinylSd,VinylSd,Stone,248,Gd,TA,PConc,Gd,TA,No,Unf,0,Unf,0,1626,1626,GasA,Ex,Y,SBrkr,1634,0,0,1634,0,0,2,0,3,1,Gd,7,Typ,1,Gd,Attchd,2006,RFn,3,866,TA,TA,Y,0,44,0,0,0,0,NA,NA,NA,0,5,2007,WD,Normal,250000 470,60,RL,76,9291,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,SawyerW,RRNe,Norm,1Fam,2Story,6,5,1993,1993,Gable,CompShg,HdBoard,HdBoard,BrkFace,120,Gd,TA,PConc,Gd,TA,No,GLQ,426,Unf,0,406,832,GasA,Ex,Y,SBrkr,832,878,0,1710,0,0,2,1,3,1,Gd,7,Typ,0,NA,Attchd,1993,RFn,2,506,TA,TA,Y,144,70,0,0,0,0,NA,NA,NA,0,6,2008,WD,Normal,187000 471,120,RL,NA,6820,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,StoneBr,Norm,Norm,TwnhsE,1Story,8,5,1985,1985,Gable,CompShg,HdBoard,HdBoard,None,0,Gd,TA,PConc,Gd,TA,Av,GLQ,368,BLQ,1120,0,1488,GasA,TA,Y,SBrkr,1502,0,0,1502,1,0,1,1,1,1,Gd,4,Typ,0,NA,Attchd,1985,RFn,2,528,TA,TA,Y,0,54,0,0,140,0,NA,NA,NA,0,6,2010,WD,Normal,212000 472,60,RL,92,11952,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NWAmes,PosA,Norm,1Fam,2Story,7,6,1977,1977,Mansard,WdShake,WdShing,Plywood,None,0,TA,TA,CBlock,Gd,TA,No,Unf,0,Unf,0,808,808,GasA,TA,Y,SBrkr,1161,808,0,1969,0,0,2,1,3,1,TA,8,Typ,1,Gd,Attchd,1977,RFn,2,534,TA,TA,Y,0,0,0,0,276,0,NA,NA,NA,0,11,2007,WD,Normal,190000 473,180,RM,35,3675,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Edwards,Norm,Norm,TwnhsE,SLvl,6,5,2005,2005,Gable,CompShg,VinylSd,VinylSd,BrkFace,80,TA,TA,PConc,Gd,TA,Gd,GLQ,459,Unf,0,88,547,GasA,Ex,Y,SBrkr,1072,0,0,1072,1,0,1,0,2,1,TA,5,Typ,0,NA,Basment,2005,RFn,2,525,TA,TA,Y,0,28,0,0,0,0,NA,NA,NA,0,6,2008,WD,Normal,148000 474,20,RL,110,14977,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,NridgHt,Norm,Norm,1Fam,1Story,8,5,2006,2007,Gable,CompShg,VinylSd,VinylSd,BrkFace,304,Gd,TA,PConc,Ex,TA,Gd,GLQ,1350,Unf,0,626,1976,GasA,Ex,Y,SBrkr,1976,0,0,1976,1,0,2,0,2,1,Gd,7,Typ,1,Ex,Attchd,2006,RFn,3,908,TA,TA,Y,250,63,0,0,0,0,NA,NA,NA,0,7,2007,New,Partial,440000 475,120,RL,41,5330,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,StoneBr,Norm,Norm,TwnhsE,1Story,8,5,2000,2000,Gable,CompShg,CemntBd,CmentBd,None,0,Gd,TA,PConc,Gd,TA,Av,GLQ,1196,Unf,0,298,1494,GasA,Ex,Y,SBrkr,1652,0,0,1652,1,0,2,0,2,1,Ex,6,Typ,0,NA,Attchd,2000,RFn,2,499,TA,TA,Y,96,48,0,0,0,0,NA,NA,NA,0,8,2007,WD,Normal,251000 476,20,RL,80,8480,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,Sawyer,Norm,Norm,1Fam,1Story,5,6,1963,1963,Hip,CompShg,HdBoard,HdBoard,None,0,TA,TA,CBlock,TA,TA,No,GLQ,630,Unf,0,340,970,GasA,TA,Y,SBrkr,970,0,0,970,1,0,1,0,2,1,TA,5,Typ,0,NA,Detchd,1996,Unf,2,624,TA,TA,Y,0,24,0,0,192,0,NA,NA,NA,0,7,2007,WD,Normal,132500 477,20,RL,75,13125,Pave,NA,Reg,Lvl,AllPub,Inside,Mod,CollgCr,Norm,Norm,1Fam,1Story,6,5,1997,1998,Gable,CompShg,VinylSd,VinylSd,BrkFace,215,TA,TA,PConc,Gd,TA,Gd,GLQ,994,Unf,0,484,1478,GasA,Ex,Y,SBrkr,1493,0,0,1493,1,0,2,0,3,1,Gd,7,Typ,1,TA,Attchd,1997,Fin,2,508,TA,TA,Y,140,39,0,0,0,0,NA,NA,NA,0,4,2008,WD,Normal,208900 478,60,RL,105,13693,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NridgHt,Norm,Norm,1Fam,2Story,9,5,2006,2006,Hip,CompShg,VinylSd,VinylSd,BrkFace,772,Ex,TA,PConc,Gd,TA,Av,Unf,0,Unf,0,2153,2153,GasA,Ex,Y,SBrkr,2069,574,0,2643,0,0,2,1,3,1,Ex,9,Typ,1,Gd,BuiltIn,2006,Fin,3,694,TA,TA,Y,414,84,0,0,0,0,NA,NA,NA,0,3,2007,WD,Normal,380000 479,20,RL,79,10637,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,1Story,8,5,2007,2008,Hip,CompShg,VinylSd,VinylSd,Stone,336,Gd,TA,PConc,Ex,TA,Gd,GLQ,1288,Unf,0,417,1705,GasA,Ex,Y,SBrkr,1718,0,0,1718,1,0,2,0,3,1,Gd,7,Typ,1,Gd,Attchd,2007,RFn,3,826,TA,TA,Y,208,44,0,0,0,0,NA,NA,NA,0,9,2009,WD,Normal,297000 480,30,RM,50,5925,Pave,NA,Reg,Bnk,AllPub,Inside,Gtl,OldTown,Norm,Norm,1Fam,1Story,4,7,1937,2000,Hip,CompShg,Stucco,Stucco,BrkCmn,435,TA,TA,BrkTil,Fa,TA,No,Rec,168,Unf,0,739,907,GasA,TA,Y,SBrkr,1131,0,0,1131,0,0,1,0,2,1,TA,7,Typ,0,NA,Detchd,1995,Unf,2,672,TA,TA,Y,0,72,0,0,0,0,NA,MnPrv,NA,0,3,2007,WD,Alloca,89471 481,20,RL,98,16033,Pave,NA,IR1,Lvl,AllPub,FR2,Gtl,NridgHt,Norm,Norm,1Fam,1Story,9,5,2004,2005,Hip,CompShg,VinylSd,VinylSd,BrkFace,378,Gd,TA,PConc,Ex,TA,Gd,GLQ,1261,Unf,0,572,1833,GasA,Ex,Y,SBrkr,1850,0,0,1850,1,0,2,0,3,1,Gd,8,Typ,1,Gd,Attchd,2004,Fin,3,772,TA,TA,Y,519,112,0,0,0,0,NA,NA,NA,0,3,2006,WD,Normal,326000 482,20,RL,72,11846,Pave,NA,IR1,HLS,AllPub,Inside,Gtl,NridgHt,Norm,Norm,1Fam,1Story,9,5,2003,2004,Hip,CompShg,VinylSd,VinylSd,BrkFace,562,Gd,TA,PConc,Ex,TA,Gd,GLQ,1567,Unf,0,225,1792,GasA,Ex,Y,SBrkr,1792,0,0,1792,1,0,2,0,2,1,Ex,6,Typ,1,Gd,Attchd,2003,Fin,3,874,TA,TA,Y,206,49,0,0,0,0,NA,NA,NA,0,8,2006,WD,Normal,374000 483,70,RM,50,2500,Pave,Pave,Reg,Lvl,AllPub,Corner,Gtl,OldTown,Norm,Norm,1Fam,2Story,7,8,1915,2005,Gable,CompShg,Stucco,Stucco,None,0,Gd,TA,PConc,TA,TA,No,ALQ,299,Unf,0,611,910,GasA,Ex,Y,SBrkr,916,910,0,1826,1,0,1,1,4,1,Ex,7,Min2,1,Gd,Attchd,1915,Unf,1,164,Fa,Fa,Y,0,0,0,0,0,0,NA,NA,NA,0,6,2009,WD,Normal,155000 484,120,RM,32,4500,Pave,NA,Reg,Lvl,AllPub,FR2,Gtl,Mitchel,Norm,Norm,Twnhs,1Story,6,5,1998,1998,Hip,CompShg,VinylSd,VinylSd,BrkFace,116,TA,TA,PConc,Ex,TA,No,GLQ,897,Unf,0,319,1216,GasA,Ex,Y,SBrkr,1216,0,0,1216,1,0,2,0,2,1,TA,5,Typ,0,NA,Attchd,1998,Unf,2,402,TA,TA,Y,0,125,0,0,0,0,NA,NA,NA,0,5,2006,WD,Normal,164000 485,20,RL,NA,7758,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,Sawyer,Norm,Norm,1Fam,1Story,5,7,1962,2001,Gable,CompShg,HdBoard,Plywood,None,0,TA,Gd,CBlock,TA,TA,No,ALQ,588,Unf,0,411,999,GasA,Gd,Y,SBrkr,999,0,0,999,1,0,1,0,3,1,Gd,6,Typ,0,NA,Detchd,1963,Unf,1,264,TA,TA,Y,0,132,0,0,0,0,NA,NA,NA,0,3,2007,WD,Normal,132500 486,20,RL,80,9600,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,5,7,1950,2007,Gable,CompShg,MetalSd,MetalSd,None,0,Gd,TA,CBlock,TA,TA,No,ALQ,607,Unf,0,506,1113,GasA,Gd,Y,SBrkr,1113,0,0,1113,0,0,1,0,3,1,Gd,5,Typ,1,Gd,Attchd,1950,Unf,1,264,TA,TA,Y,0,80,120,0,0,0,NA,NA,NA,0,7,2009,WD,Normal,147000 487,20,RL,79,10289,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,5,7,1965,1965,Hip,CompShg,MetalSd,MetalSd,BrkFace,168,TA,TA,CBlock,TA,TA,No,ALQ,836,Unf,0,237,1073,GasA,TA,Y,SBrkr,1073,0,0,1073,1,0,1,1,3,1,TA,6,Typ,0,NA,Attchd,1965,RFn,2,515,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,6,2007,WD,Normal,156000 488,20,RL,70,12243,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,NWAmes,Norm,Norm,1Fam,1Story,5,6,1971,1971,Gable,CompShg,Plywood,Plywood,None,0,TA,TA,CBlock,Gd,TA,Av,ALQ,998,Unf,0,486,1484,GasA,Gd,Y,SBrkr,1484,0,0,1484,0,0,2,0,3,1,TA,7,Typ,1,TA,Attchd,1971,Unf,2,487,TA,TA,Y,224,0,0,0,180,0,NA,NA,NA,0,2,2007,WD,Normal,175000 489,190,RL,60,10800,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,OldTown,Norm,Norm,2fmCon,1.5Fin,5,4,1900,1970,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,Fa,CBlock,TA,Fa,No,BLQ,664,Unf,0,290,954,GasA,TA,N,FuseA,1766,648,0,2414,0,0,2,0,3,2,TA,10,Mod,1,Gd,Attchd,1970,Unf,2,520,TA,Fa,N,142,0,0,0,0,0,NA,NA,NA,0,5,2006,ConLD,Normal,160000 490,180,RM,21,1526,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,MeadowV,Norm,Norm,Twnhs,SFoyer,4,8,1970,2002,Gable,CompShg,CemntBd,CmentBd,None,0,TA,Gd,CBlock,Gd,TA,Av,GLQ,515,Unf,0,115,630,GasA,TA,Y,SBrkr,630,0,0,630,1,0,1,0,1,1,Gd,3,Typ,0,NA,Attchd,1970,Unf,1,286,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,5,2009,WD,Normal,86000 491,160,RM,NA,2665,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,MeadowV,Norm,Norm,TwnhsE,2Story,5,6,1976,1976,Gable,CompShg,CemntBd,CmentBd,None,0,TA,TA,PConc,Gd,TA,Mn,Unf,0,Unf,0,264,264,GasA,TA,Y,SBrkr,616,688,0,1304,0,0,1,1,3,1,TA,4,Typ,1,Gd,BuiltIn,1976,Fin,1,336,TA,TA,Y,141,24,0,0,0,0,NA,NA,NA,0,6,2008,WD,Normal,115000 492,50,RL,79,9490,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Artery,Norm,1Fam,1.5Fin,6,7,1941,1950,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,CBlock,TA,TA,No,BLQ,403,Rec,165,238,806,GasA,TA,Y,FuseA,958,620,0,1578,1,0,1,0,3,1,Fa,5,Typ,2,TA,Attchd,1941,Unf,1,240,TA,TA,Y,0,0,32,0,0,0,NA,MnPrv,NA,0,8,2006,WD,Normal,133000 493,60,RL,105,15578,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,Gilbert,Norm,Norm,1Fam,2Story,6,5,2006,2006,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,TA,No,Unf,0,Unf,0,728,728,GasA,Gd,Y,SBrkr,728,728,0,1456,0,0,2,1,3,1,TA,8,Typ,0,NA,Attchd,2006,RFn,2,429,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,5,2006,New,Partial,172785 494,20,RL,70,7931,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,5,6,1960,1960,Gable,CompShg,BrkFace,Wd Sdng,None,0,TA,TA,CBlock,TA,TA,No,BLQ,374,LwQ,532,363,1269,GasA,TA,Y,FuseA,1269,0,0,1269,0,0,1,1,3,1,TA,6,Typ,1,Fa,Detchd,1964,Unf,1,308,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,6,2008,WD,Normal,155000 495,30,RM,50,5784,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,OldTown,Artery,Norm,1Fam,1Story,5,8,1938,1996,Gable,CompShg,MetalSd,MetalSd,None,0,TA,TA,BrkTil,Fa,TA,No,Unf,0,Unf,0,190,190,GasA,Gd,Y,FuseA,886,0,0,886,0,0,1,0,2,1,TA,4,Typ,0,NA,Attchd,1938,Unf,1,273,TA,TA,Y,144,20,80,0,0,0,NA,NA,NA,0,12,2009,WD,Normal,91300 496,30,C (all),60,7879,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,IDOTRR,Norm,Norm,1Fam,1Story,4,5,1920,1950,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,CBlock,TA,TA,No,Rec,495,Unf,0,225,720,GasA,TA,N,FuseA,720,0,0,720,0,0,1,0,2,1,TA,4,Typ,0,NA,NA,NA,NA,0,0,NA,NA,N,0,523,115,0,0,0,NA,GdWo,NA,0,11,2009,WD,Abnorml,34900 497,20,RL,NA,12692,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,NoRidge,Norm,Norm,1Fam,1Story,8,5,1992,1993,Hip,CompShg,BrkFace,BrkFace,None,0,Gd,TA,PConc,Gd,TA,No,GLQ,1231,Unf,0,1969,3200,GasA,Ex,Y,SBrkr,3228,0,0,3228,1,0,3,0,4,1,Gd,10,Typ,1,Gd,Attchd,1992,RFn,2,546,TA,TA,Y,264,75,291,0,0,0,NA,NA,NA,0,5,2007,WD,Normal,430000 498,50,RL,60,9120,Pave,Pave,Reg,Lvl,AllPub,Inside,Gtl,BrkSide,Norm,Norm,1Fam,1.5Fin,7,6,1925,1950,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,Gd,PConc,TA,TA,No,Rec,329,Unf,0,697,1026,GasA,Ex,Y,SBrkr,1133,687,0,1820,1,0,2,0,4,1,TA,8,Typ,0,NA,Detchd,1925,Unf,1,240,TA,TA,N,0,100,0,0,0,0,NA,GdPrv,NA,0,6,2008,WD,Normal,184000 499,20,RL,65,7800,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Sawyer,Norm,Norm,1Fam,1Story,5,7,1967,2004,Hip,CompShg,HdBoard,HdBoard,BrkFace,89,TA,TA,PConc,TA,TA,No,ALQ,450,Unf,0,414,864,GasA,Ex,Y,SBrkr,899,0,0,899,0,0,1,0,3,1,Gd,5,Typ,0,NA,Attchd,1967,Fin,1,288,TA,TA,Y,64,0,0,0,0,0,NA,MnPrv,NA,0,6,2009,WD,Normal,130000 500,20,RL,70,7535,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,5,7,1958,1985,Gable,CompShg,MetalSd,MetalSd,None,0,TA,TA,CBlock,TA,TA,No,BLQ,111,LwQ,279,522,912,GasA,Fa,Y,SBrkr,912,0,0,912,0,1,1,0,2,1,TA,5,Typ,0,NA,Attchd,1958,Fin,1,297,TA,TA,Y,12,285,0,0,0,0,NA,MnWw,Shed,480,6,2007,WD,Normal,120000 501,160,RM,21,1890,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,BrDale,Norm,Norm,Twnhs,2Story,6,5,1973,1973,Gable,CompShg,HdBoard,HdBoard,BrkFace,285,TA,TA,CBlock,TA,TA,No,BLQ,356,Unf,0,316,672,GasA,TA,Y,SBrkr,672,546,0,1218,0,0,1,1,3,1,TA,7,Typ,0,NA,Detchd,1973,Unf,1,264,TA,TA,Y,144,28,0,0,0,0,NA,NA,NA,0,5,2007,WD,Normal,113000 502,60,FV,75,9803,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Somerst,Norm,Norm,1Fam,2Story,7,5,2005,2005,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,TA,No,GLQ,400,Unf,0,466,866,GasA,Gd,Y,SBrkr,866,902,0,1768,0,0,2,1,3,1,Gd,7,Typ,0,NA,Attchd,2005,RFn,2,603,TA,TA,Y,0,108,0,0,0,0,NA,NA,NA,0,2,2008,WD,Normal,226700 503,20,RL,70,9170,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,Edwards,Feedr,Norm,1Fam,1Story,5,7,1965,1965,Hip,CompShg,MetalSd,MetalSd,None,0,TA,TA,CBlock,TA,TA,No,ALQ,698,GLQ,96,420,1214,GasA,Ex,Y,SBrkr,1214,0,0,1214,1,0,1,0,2,1,TA,6,Typ,0,NA,Detchd,1965,Unf,2,461,Fa,Fa,Y,0,0,184,0,0,0,NA,GdPrv,Shed,400,4,2007,WD,Normal,140000 504,20,RL,100,15602,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,Crawfor,Norm,Norm,1Fam,1Story,7,8,1959,1997,Gable,CompShg,BrkFace,Wd Sdng,None,0,TA,TA,CBlock,TA,TA,No,ALQ,1247,Unf,0,254,1501,GasA,TA,Y,SBrkr,1801,0,0,1801,1,0,2,0,1,1,TA,6,Typ,2,TA,Attchd,1959,Fin,2,484,TA,TA,Y,0,54,0,0,161,0,NA,GdWo,NA,0,3,2010,WD,Normal,289000 505,160,RL,24,2308,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NPkVill,Norm,Norm,TwnhsE,2Story,6,5,1974,1974,Gable,CompShg,Plywood,Brk Cmn,None,0,TA,TA,CBlock,TA,TA,No,ALQ,257,Rec,495,103,855,GasA,TA,Y,SBrkr,855,467,0,1322,0,1,2,1,3,1,TA,6,Typ,1,Fa,Attchd,1974,Unf,2,440,TA,TA,Y,260,0,0,0,0,0,NA,NA,NA,0,6,2009,WD,Normal,147000 506,90,RM,60,7596,Pave,Grvl,Reg,Lvl,AllPub,Inside,Gtl,OldTown,Artery,Norm,Duplex,2Story,5,5,1952,1952,Hip,CompShg,Wd Sdng,Wd Sdng,BrkFace,360,TA,TA,CBlock,TA,TA,No,Unf,0,Unf,0,960,960,GasA,Gd,Y,SBrkr,960,1000,0,1960,0,0,2,0,4,2,TA,10,Typ,0,NA,Detchd,1952,Unf,2,400,TA,TA,N,0,0,0,0,0,0,NA,NA,NA,0,7,2009,COD,Normal,124500 507,60,RL,80,9554,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,SawyerW,Norm,Norm,1Fam,2Story,8,5,1993,1994,Gable,CompShg,VinylSd,VinylSd,BrkFace,125,Gd,TA,PConc,Gd,TA,No,GLQ,380,Unf,0,397,777,GasA,Ex,Y,SBrkr,1065,846,0,1911,0,0,2,1,3,1,Gd,8,Typ,1,TA,Attchd,1993,RFn,2,471,TA,TA,Y,182,81,0,0,0,0,NA,NA,NA,0,9,2006,WD,Normal,215000 508,20,FV,75,7862,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,Somerst,Norm,Norm,1Fam,1Story,6,5,2009,2009,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,TA,No,GLQ,27,Unf,0,1191,1218,GasA,Ex,Y,SBrkr,1218,0,0,1218,0,0,2,0,2,1,Gd,4,Typ,0,NA,Attchd,2009,Fin,2,676,TA,TA,Y,0,102,0,0,0,0,NA,NA,NA,0,9,2009,New,Partial,208300 509,70,RM,60,9600,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,OldTown,Norm,Norm,1Fam,2Story,7,9,1928,2005,Gambrel,CompShg,MetalSd,MetalSd,None,0,TA,Ex,BrkTil,TA,TA,No,Rec,141,Unf,0,548,689,GasA,Ex,Y,SBrkr,689,689,0,1378,0,0,2,0,3,1,Gd,7,Typ,1,Gd,Detchd,1928,Unf,2,360,TA,TA,N,0,0,116,0,0,0,NA,NA,NA,0,10,2008,WD,Normal,161000 510,20,RL,80,9600,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,NAmes,Norm,Norm,1Fam,1Story,5,6,1959,1959,Gable,CompShg,MetalSd,MetalSd,BrkFace,132,TA,TA,CBlock,TA,TA,No,ALQ,991,Unf,0,50,1041,GasA,Ex,Y,SBrkr,1041,0,0,1041,1,0,1,0,3,1,TA,6,Typ,0,NA,Attchd,1959,RFn,1,270,TA,TA,Y,224,88,0,0,0,0,NA,MnPrv,NA,0,7,2009,WD,Normal,124500 511,20,RL,75,14559,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,5,7,1951,2000,Hip,CompShg,Wd Sdng,Wd Sdng,BrkCmn,70,Gd,TA,CBlock,TA,TA,No,BLQ,650,Rec,180,178,1008,GasA,Ex,Y,SBrkr,1363,0,0,1363,1,0,1,0,2,1,TA,6,Min1,2,TA,CarPort,1951,Unf,1,288,TA,TA,Y,324,42,0,0,168,0,NA,NA,Shed,2000,6,2009,WD,Normal,164900 512,120,RL,40,6792,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,NridgHt,Norm,Norm,TwnhsE,1Story,7,5,2005,2006,Gable,CompShg,VinylSd,VinylSd,Stone,94,Gd,TA,PConc,Gd,TA,No,Unf,0,Unf,0,1368,1368,GasA,Ex,Y,SBrkr,1368,0,0,1368,0,0,2,0,2,1,Gd,6,Typ,1,Gd,Attchd,2005,RFn,2,474,TA,TA,Y,132,35,0,0,0,0,NA,NA,NA,0,3,2006,New,Partial,202665 513,20,RL,70,9100,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,NAmes,Feedr,Norm,1Fam,1Story,5,5,1958,1958,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,CBlock,TA,TA,No,BLQ,521,LwQ,174,169,864,GasA,TA,Y,SBrkr,864,0,0,864,1,0,1,0,3,1,TA,5,Typ,0,NA,Detchd,1964,Unf,2,624,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,7,2006,WD,Normal,129900 514,20,RL,71,9187,Pave,NA,Reg,Bnk,AllPub,Corner,Gtl,Mitchel,Norm,Norm,1Fam,1Story,6,5,1983,1983,Gable,CompShg,VinylSd,VinylSd,None,0,TA,Gd,PConc,TA,TA,No,ALQ,336,Unf,0,748,1084,GasA,TA,Y,SBrkr,1080,0,0,1080,0,0,1,1,3,1,TA,5,Typ,0,NA,Attchd,1983,Unf,2,484,TA,TA,Y,120,0,158,0,0,0,NA,NA,NA,0,6,2007,WD,Normal,134000 515,45,RL,55,10594,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Crawfor,Norm,Norm,1Fam,1.5Unf,5,5,1926,1950,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,BrkTil,TA,TA,No,Unf,0,Unf,0,768,768,Grav,Fa,N,SBrkr,789,0,0,789,0,0,1,0,2,1,TA,5,Typ,0,NA,Detchd,1926,Unf,1,200,Po,Po,Y,0,0,112,0,0,0,NA,MnPrv,NA,0,6,2007,WD,Normal,96500 516,20,RL,94,12220,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NridgHt,Norm,Norm,1Fam,1Story,10,5,2009,2009,Hip,CompShg,CemntBd,CmentBd,BrkFace,305,Ex,TA,CBlock,Ex,TA,No,GLQ,1436,Unf,0,570,2006,GasA,Ex,Y,SBrkr,2020,0,0,2020,1,0,2,1,3,1,Ex,9,Typ,1,Gd,Attchd,2009,Fin,3,900,TA,TA,Y,156,54,0,0,0,0,NA,NA,NA,0,9,2009,New,Partial,402861 517,80,RL,NA,10448,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,NWAmes,Norm,Norm,1Fam,SLvl,6,6,1972,1972,Gable,CompShg,HdBoard,HdBoard,BrkFace,333,TA,TA,CBlock,TA,TA,No,Unf,0,Unf,0,689,689,GasA,TA,Y,SBrkr,1378,741,0,2119,0,0,2,1,3,1,TA,7,Typ,1,TA,Attchd,1972,RFn,2,583,TA,TA,Y,0,104,0,0,0,0,NA,GdPrv,NA,0,8,2009,COD,Abnorml,158000 518,60,RL,79,10208,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,NoRidge,Norm,Norm,1Fam,2Story,7,5,1996,1997,Gable,CompShg,VinylSd,VinylSd,BrkFace,921,Gd,TA,PConc,Gd,TA,No,Unf,0,Unf,0,1264,1264,GasA,Ex,Y,SBrkr,1277,1067,0,2344,0,0,2,1,3,1,Gd,7,Typ,1,TA,Attchd,1996,RFn,3,889,TA,TA,Y,220,0,0,0,0,0,NA,NA,NA,0,7,2009,WD,Normal,265000 519,60,RL,NA,9531,Pave,NA,IR1,Lvl,AllPub,CulDSac,Gtl,CollgCr,Norm,Norm,1Fam,2Story,6,5,1998,1998,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,PConc,Gd,TA,Mn,GLQ,706,Unf,0,88,794,GasA,Ex,Y,SBrkr,882,914,0,1796,1,0,2,1,3,1,TA,7,Typ,0,NA,Attchd,1998,RFn,2,546,TA,TA,Y,0,36,0,0,0,0,NA,MnPrv,NA,0,5,2007,WD,Normal,211000 520,70,RL,53,10918,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Crawfor,Norm,Norm,1Fam,2Story,7,9,1926,2004,Gambrel,CompShg,MetalSd,MetalSd,None,0,Gd,TA,BrkTil,Gd,TA,No,Unf,0,Unf,0,1276,1276,GasA,Ex,Y,SBrkr,1276,804,0,2080,0,0,1,1,3,1,Gd,9,Typ,2,Gd,Detchd,1926,Unf,1,282,TA,TA,Y,0,0,0,0,145,0,NA,MnPrv,NA,0,6,2009,WD,Normal,234000 521,190,RL,60,10800,Pave,Grvl,Reg,Lvl,AllPub,Inside,Gtl,OldTown,Norm,Norm,2fmCon,2Story,4,7,1900,2000,Gable,CompShg,MetalSd,MetalSd,None,0,TA,TA,BrkTil,NA,NA,NA,NA,0,NA,0,0,0,GasA,TA,N,FuseA,694,600,0,1294,0,0,2,0,3,2,TA,7,Typ,0,NA,NA,NA,NA,0,0,NA,NA,N,220,114,210,0,0,0,NA,NA,NA,0,8,2008,WD,Normal,106250 522,20,RL,90,11988,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,NAmes,Feedr,Norm,1Fam,1Story,6,6,1957,1957,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,CBlock,TA,TA,No,Rec,777,Unf,0,467,1244,GasA,Ex,Y,FuseA,1244,0,0,1244,0,0,1,1,3,1,TA,6,Typ,2,Gd,Attchd,1957,Unf,1,336,TA,TA,Y,0,40,0,0,0,0,NA,NA,NA,0,5,2007,WD,Normal,150000 523,50,RM,50,5000,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,BrkSide,Feedr,Norm,1Fam,1.5Fin,6,7,1947,1950,Gable,CompShg,CemntBd,CmentBd,None,0,TA,Gd,CBlock,TA,TA,No,ALQ,399,Unf,0,605,1004,GasA,Ex,Y,SBrkr,1004,660,0,1664,0,0,2,0,3,1,TA,7,Typ,2,Gd,Detchd,1950,Unf,2,420,TA,TA,Y,0,24,36,0,0,0,NA,NA,NA,0,10,2006,WD,Normal,159000 524,60,RL,130,40094,Pave,NA,IR1,Bnk,AllPub,Inside,Gtl,Edwards,PosN,PosN,1Fam,2Story,10,5,2007,2008,Hip,CompShg,CemntBd,CmentBd,Stone,762,Ex,TA,PConc,Ex,TA,Gd,GLQ,2260,Unf,0,878,3138,GasA,Ex,Y,SBrkr,3138,1538,0,4676,1,0,3,1,3,1,Ex,11,Typ,1,Gd,BuiltIn,2007,Fin,3,884,TA,TA,Y,208,406,0,0,0,0,NA,NA,NA,0,10,2007,New,Partial,184750 525,60,RL,95,11787,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,NoRidge,Norm,Norm,1Fam,2Story,7,5,1996,1997,Gable,CompShg,VinylSd,VinylSd,BrkFace,594,Gd,TA,PConc,Gd,TA,No,GLQ,719,Unf,0,660,1379,GasA,Ex,Y,SBrkr,1383,1015,0,2398,1,0,2,1,3,1,Gd,8,Typ,1,TA,Attchd,1996,Fin,3,834,TA,TA,Y,239,60,0,0,0,0,NA,NA,NA,0,8,2007,WD,Normal,315750 526,20,FV,62,7500,Pave,Pave,Reg,Lvl,AllPub,Inside,Gtl,Somerst,Norm,Norm,1Fam,1Story,7,5,2005,2005,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,TA,No,Unf,0,Unf,0,1257,1257,GasA,Ex,Y,SBrkr,1266,0,0,1266,0,0,2,0,3,1,Gd,6,Typ,1,TA,Attchd,2005,Unf,2,453,TA,TA,Y,38,144,0,0,0,0,NA,NA,NA,0,4,2006,WD,Normal,176000 527,20,RL,70,13300,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,5,7,1956,2000,Hip,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,CBlock,Gd,TA,No,Rec,377,Unf,0,551,928,GasA,TA,Y,SBrkr,928,0,0,928,0,0,1,0,2,1,TA,4,Typ,0,NA,Attchd,1956,Unf,1,252,TA,TA,Y,261,0,156,0,0,0,NA,NA,NA,0,6,2007,WD,Normal,132000 528,60,RL,67,14948,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,NridgHt,Norm,Norm,1Fam,2Story,9,5,2008,2008,Hip,CompShg,VinylSd,VinylSd,Stone,268,Ex,TA,PConc,Ex,TA,Av,GLQ,1330,Unf,0,122,1452,GasA,Ex,Y,SBrkr,1476,1237,0,2713,1,0,2,1,3,1,Ex,11,Typ,1,Gd,Attchd,2008,Fin,3,858,TA,TA,Y,126,66,0,0,0,0,NA,NA,NA,0,11,2008,New,Partial,446261 529,30,RL,58,9098,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,Edwards,Norm,Norm,1Fam,1Story,4,7,1920,2002,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,BrkTil,TA,TA,Mn,ALQ,348,Unf,0,180,528,GasA,Ex,Y,SBrkr,605,0,0,605,1,0,1,0,2,1,TA,5,Typ,0,NA,NA,NA,NA,0,0,NA,NA,N,0,0,144,0,0,0,NA,NA,NA,0,7,2007,WD,Normal,86000 530,20,RL,NA,32668,Pave,NA,IR1,Lvl,AllPub,CulDSac,Gtl,Crawfor,Norm,Norm,1Fam,1Story,6,3,1957,1975,Hip,CompShg,Wd Sdng,Stone,NA,NA,Gd,TA,PConc,TA,TA,No,Rec,1219,Unf,0,816,2035,GasA,TA,Y,SBrkr,2515,0,0,2515,1,0,3,0,4,2,TA,9,Maj1,2,TA,Attchd,1975,RFn,2,484,TA,TA,Y,0,0,200,0,0,0,NA,NA,NA,0,3,2007,WD,Alloca,200624 531,80,RL,85,10200,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Timber,Norm,Norm,1Fam,SLvl,6,5,1988,1989,Gable,CompShg,HdBoard,HdBoard,BrkFace,219,Gd,TA,CBlock,Gd,TA,Av,GLQ,783,Unf,0,678,1461,GasA,Ex,Y,SBrkr,1509,0,0,1509,1,0,2,0,3,1,Gd,5,Typ,1,Fa,Attchd,1988,RFn,2,600,TA,TA,Y,224,0,0,0,0,0,NA,NA,NA,0,8,2008,WD,Abnorml,175000 532,70,RM,60,6155,Pave,NA,IR1,Lvl,AllPub,FR3,Gtl,BrkSide,RRNn,Feedr,1Fam,2Story,6,8,1920,1999,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,BrkTil,Fa,Fa,Mn,Unf,0,Unf,0,611,611,GasA,Ex,Y,SBrkr,751,611,0,1362,0,0,2,0,3,1,TA,6,Typ,0,NA,Detchd,1920,Fin,2,502,TA,Fa,Y,0,0,84,0,0,0,NA,NA,NA,0,6,2008,WD,Normal,128000 533,20,RL,60,7200,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,5,7,1955,2007,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,Slab,NA,NA,NA,NA,0,NA,0,0,0,GasA,Ex,Y,SBrkr,827,0,0,827,0,0,1,0,2,1,TA,5,Mod,1,Po,Detchd,1967,Unf,1,392,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,4,2010,WD,Normal,107500 534,20,RL,50,5000,Pave,NA,Reg,Low,AllPub,Inside,Mod,BrkSide,Norm,Norm,1Fam,1Story,1,3,1946,1950,Gable,CompShg,VinylSd,VinylSd,None,0,Fa,Fa,Slab,NA,NA,NA,NA,0,NA,0,0,0,GasA,Fa,N,FuseF,334,0,0,334,0,0,1,0,1,1,Fa,2,Typ,0,NA,NA,NA,NA,0,0,NA,NA,N,0,0,0,0,0,0,NA,NA,NA,0,1,2007,WD,Normal,39300 535,60,RL,74,9056,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,Gilbert,Norm,Norm,1Fam,2Story,8,5,2004,2004,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Ex,Gd,Av,Unf,0,Unf,0,707,707,GasA,Ex,Y,SBrkr,707,707,0,1414,0,0,2,1,3,1,Gd,6,Typ,1,Gd,Attchd,2004,Fin,2,403,TA,TA,Y,100,35,0,0,0,0,NA,NA,NA,0,10,2006,WD,Normal,178000 536,190,RL,70,7000,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Edwards,Norm,Norm,2fmCon,2Story,5,7,1910,1991,Gable,CompShg,MetalSd,MetalSd,None,0,TA,TA,CBlock,Gd,TA,Gd,GLQ,969,Unf,0,148,1117,GasA,TA,Y,SBrkr,820,527,0,1347,1,0,1,0,3,1,TA,5,Typ,0,NA,NA,NA,NA,0,0,NA,NA,N,85,0,148,0,0,0,NA,NA,NA,0,1,2008,WD,Normal,107500 537,60,RL,57,8924,Pave,NA,IR1,Lvl,AllPub,CulDSac,Gtl,CollgCr,Norm,Norm,1Fam,2Story,7,5,1998,1999,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,PConc,Gd,TA,Av,Unf,0,Unf,0,880,880,GasA,Ex,Y,SBrkr,880,844,0,1724,0,0,2,1,3,1,Gd,8,Typ,0,NA,Attchd,1998,Fin,2,527,TA,TA,Y,120,155,0,0,0,0,NA,NA,NA,0,7,2008,WD,Normal,188000 538,20,RL,NA,12735,Pave,NA,IR1,Lvl,AllPub,FR2,Gtl,NAmes,Norm,Norm,1Fam,1Story,4,5,1972,1972,Hip,CompShg,MetalSd,MetalSd,None,0,TA,TA,CBlock,TA,TA,No,BLQ,600,Unf,0,264,864,GasA,TA,Y,SBrkr,864,0,0,864,0,0,1,0,3,1,TA,5,Typ,0,NA,Detchd,1980,Unf,2,576,TA,TA,Y,216,0,0,0,0,0,NA,MnWw,NA,0,4,2008,COD,Normal,111250 539,20,RL,NA,11553,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,Sawyer,Norm,Norm,1Fam,1Story,5,5,1968,1968,Hip,CompShg,Plywood,Plywood,BrkFace,188,TA,TA,CBlock,TA,TA,No,BLQ,673,Unf,0,378,1051,GasA,TA,Y,SBrkr,1159,0,0,1159,0,0,1,1,3,1,TA,7,Typ,1,Fa,Attchd,1968,Unf,1,336,TA,TA,Y,466,0,0,0,0,0,NA,NA,NA,0,7,2006,WD,Normal,158000 540,20,RL,NA,11423,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,1Story,8,5,2001,2002,Gable,CompShg,VinylSd,VinylSd,BrkFace,479,Gd,TA,PConc,Gd,TA,Av,GLQ,1358,Unf,0,223,1581,GasA,Ex,Y,SBrkr,1601,0,0,1601,1,0,2,0,3,1,Gd,6,Typ,1,TA,Attchd,2001,RFn,2,670,TA,TA,Y,180,0,0,0,0,0,NA,MnPrv,Shed,2000,5,2010,WD,Normal,272000 541,20,RL,85,14601,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Timber,Norm,Norm,1Fam,1Story,9,5,2006,2006,Hip,CompShg,VinylSd,VinylSd,BrkFace,584,Ex,TA,PConc,Ex,TA,Av,GLQ,1260,Unf,0,578,1838,GasA,Ex,Y,SBrkr,1838,0,0,1838,1,0,2,0,2,1,Ex,8,Typ,1,Gd,Attchd,2006,Fin,3,765,TA,TA,Y,270,68,0,0,0,0,NA,NA,NA,0,3,2009,WD,Normal,315000 542,60,RL,NA,11000,Pave,NA,Reg,Lvl,AllPub,FR2,Gtl,NoRidge,Norm,Norm,1Fam,2Story,8,5,2000,2000,Gable,CompShg,VinylSd,VinylSd,BrkFace,72,Gd,TA,PConc,Gd,TA,No,Unf,0,Unf,0,969,969,GasA,Ex,Y,SBrkr,997,1288,0,2285,0,0,2,1,4,1,Gd,8,Typ,1,TA,BuiltIn,2000,Fin,3,648,TA,TA,Y,0,56,0,0,0,0,NA,NA,NA,0,6,2007,WD,Normal,248000 543,20,RL,78,10140,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NWAmes,RRAn,Norm,1Fam,1Story,7,5,1998,1999,Hip,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Ex,TA,No,LwQ,144,GLQ,1127,379,1650,GasA,Ex,Y,SBrkr,1680,0,0,1680,1,0,2,0,3,1,Gd,7,Maj1,1,TA,Attchd,1998,Fin,2,583,TA,TA,Y,78,73,0,0,0,0,NA,NA,NA,0,6,2009,WD,Normal,213250 544,120,RH,34,4058,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,TwnhsE,SFoyer,7,5,1998,1998,Gable,CompShg,MetalSd,MetalSd,BrkFace,182,TA,TA,PConc,Gd,TA,Av,GLQ,584,LwQ,139,0,723,GasA,Ex,Y,SBrkr,767,0,0,767,1,0,1,0,1,1,TA,4,Typ,0,NA,Attchd,1998,Fin,1,367,TA,TA,Y,120,40,0,0,0,0,NA,NA,NA,0,6,2007,WD,Normal,133000 545,60,RL,58,17104,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,Gilbert,Norm,Norm,1Fam,2Story,7,5,2006,2006,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,Gd,Av,GLQ,554,Unf,0,100,654,GasA,Ex,Y,SBrkr,664,832,0,1496,1,0,2,1,3,1,Gd,7,Typ,1,Gd,Attchd,2006,RFn,2,426,TA,TA,Y,100,24,0,0,0,0,NA,NA,NA,0,9,2006,New,Partial,179665 546,50,RL,NA,13837,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,NWAmes,Norm,Norm,1Fam,1.5Fin,7,5,1988,1988,Gable,CompShg,HdBoard,HdBoard,BrkFace,178,Gd,Gd,PConc,Gd,Gd,No,GLQ,1002,LwQ,202,0,1204,GasA,Gd,Y,SBrkr,1377,806,0,2183,0,0,2,1,4,1,Gd,9,Typ,0,NA,Attchd,1988,Unf,3,786,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,2,2006,WD,Normal,229000 547,50,RL,70,8737,Pave,NA,IR1,Bnk,AllPub,Inside,Gtl,BrkSide,Norm,Norm,1Fam,1.5Fin,6,7,1923,1950,Gable,CompShg,BrkFace,Wd Sdng,None,0,TA,TA,BrkTil,Gd,TA,No,Rec,300,Unf,0,765,1065,GasA,Ex,Y,FuseA,915,720,0,1635,0,0,1,1,3,1,TA,6,Typ,1,Gd,Detchd,1950,Unf,2,440,TA,TA,Y,0,38,0,144,0,0,NA,NA,NA,0,5,2007,WD,Normal,210000 548,85,RL,54,7244,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Mitchel,Norm,Norm,1Fam,SFoyer,5,7,1970,1970,Gable,CompShg,VinylSd,VinylSd,None,0,TA,Gd,CBlock,Gd,TA,Av,ALQ,619,Unf,0,149,768,GasA,Ex,Y,SBrkr,768,0,0,768,1,0,1,0,2,1,TA,5,Typ,0,NA,Detchd,1987,Unf,2,624,TA,TA,Y,104,0,0,0,0,0,NA,NA,NA,0,4,2007,WD,Normal,129500 549,20,RM,49,8235,Pave,NA,IR1,HLS,AllPub,Inside,Gtl,OldTown,Feedr,RRNn,1Fam,1Story,5,7,1955,1995,Gable,CompShg,MetalSd,MetalSd,None,0,TA,Gd,CBlock,TA,TA,No,LwQ,180,Rec,645,0,825,GasA,TA,Y,SBrkr,825,0,0,825,1,0,1,0,2,1,TA,4,Typ,0,NA,Detchd,1963,RFn,2,720,TA,TA,Y,140,50,0,0,0,0,NA,MnPrv,NA,0,6,2008,WD,Normal,125000 550,60,FV,75,9375,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Somerst,Norm,Norm,1Fam,2Story,7,5,2003,2004,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,TA,No,Unf,0,Unf,0,912,912,GasA,Ex,Y,SBrkr,912,1182,0,2094,0,0,2,1,4,1,Gd,8,Typ,1,Gd,BuiltIn,2003,Fin,2,615,TA,TA,Y,182,182,0,0,0,0,NA,NA,NA,0,11,2009,WD,Normal,263000 551,120,RL,53,4043,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NPkVill,Norm,Norm,TwnhsE,1Story,6,6,1977,1977,Gable,CompShg,Plywood,Plywood,None,0,TA,TA,CBlock,Gd,TA,No,ALQ,559,Unf,0,510,1069,GasA,TA,Y,SBrkr,1069,0,0,1069,0,0,2,0,2,1,TA,4,Typ,0,NA,Attchd,1977,RFn,2,440,TA,TA,Y,0,55,0,0,200,0,NA,NA,NA,0,10,2008,COD,Abnorml,140000 552,20,RM,50,6000,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,OldTown,Norm,Norm,1Fam,1Story,5,6,1957,1957,Hip,CompShg,BrkFace,BrkFace,None,0,TA,TA,CBlock,TA,TA,No,Rec,308,Unf,0,620,928,GasA,Gd,Y,FuseA,928,0,0,928,0,0,1,0,3,1,TA,5,Typ,0,NA,Attchd,1957,Fin,1,288,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,6,2008,WD,Normal,112500 553,20,RL,87,11146,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,NridgHt,Norm,Norm,1Fam,1Story,8,5,2006,2006,Gable,CompShg,VinylSd,VinylSd,Stone,250,Gd,TA,PConc,Ex,TA,Av,Unf,0,Unf,0,1709,1709,GasA,Ex,Y,SBrkr,1717,0,0,1717,0,0,2,0,3,1,Gd,7,Typ,1,Gd,Attchd,2006,RFn,3,908,TA,TA,Y,169,39,0,0,0,0,NA,NA,NA,0,7,2009,WD,Normal,255500 554,20,RL,67,8777,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Edwards,Feedr,Norm,1Fam,1Story,4,5,1949,2003,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,CBlock,NA,NA,NA,NA,0,NA,0,0,0,GasA,Ex,Y,SBrkr,1126,0,0,1126,0,0,2,0,2,1,Gd,5,Typ,0,NA,Detchd,2002,Fin,2,520,TA,TA,N,0,96,0,0,0,0,NA,MnPrv,NA,0,5,2009,WD,Normal,108000 555,60,RL,85,10625,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NridgHt,Norm,Norm,1Fam,2Story,7,5,2003,2004,Gable,CompShg,VinylSd,VinylSd,BrkFace,292,Gd,TA,PConc,Gd,TA,No,GLQ,866,Unf,0,132,998,GasA,Ex,Y,SBrkr,1006,1040,0,2046,1,0,2,1,3,1,Gd,8,Typ,1,Gd,BuiltIn,2003,RFn,3,871,TA,TA,Y,320,62,0,0,0,0,NA,NA,NA,0,8,2008,WD,Normal,284000 556,45,RM,58,6380,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,BrkSide,Norm,Norm,1Fam,1.5Unf,5,6,1922,1950,Gable,CompShg,MetalSd,MetalSd,None,0,TA,TA,BrkTil,TA,Fa,No,Unf,0,Unf,0,993,993,GasA,TA,Y,FuseA,1048,0,0,1048,0,0,1,0,2,1,TA,5,Typ,1,Gd,Detchd,1922,Unf,1,280,TA,TA,Y,0,0,116,0,0,0,NA,NA,NA,0,8,2006,WD,Normal,113000 557,20,RL,69,14850,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,5,5,1957,1957,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,CBlock,TA,TA,No,Rec,895,Unf,0,197,1092,GasA,TA,Y,FuseA,1092,0,0,1092,1,0,1,0,2,1,TA,6,Typ,1,TA,Attchd,1957,Fin,1,299,TA,TA,Y,268,0,0,0,122,0,NA,MnWw,NA,0,5,2006,WD,Normal,141000 558,50,C (all),60,11040,Pave,NA,Reg,Low,AllPub,Inside,Mod,IDOTRR,Norm,Norm,1Fam,1.5Fin,4,6,1920,1950,Gable,CompShg,MetalSd,MetalSd,None,0,TA,TA,CBlock,TA,TA,No,Rec,637,Unf,0,0,637,GasA,Gd,Y,SBrkr,897,439,0,1336,0,0,1,1,3,1,TA,7,Typ,0,NA,CarPort,1994,Unf,1,570,TA,TA,Y,0,47,120,0,0,0,NA,NA,NA,0,9,2006,COD,Normal,108000 559,60,RL,57,21872,Pave,NA,IR2,HLS,AllPub,FR2,Gtl,Gilbert,Norm,Norm,1Fam,2Story,7,5,1996,1997,Gable,CompShg,HdBoard,HdBoard,None,0,TA,TA,PConc,Gd,TA,Gd,GLQ,604,Unf,0,125,729,GasA,Ex,Y,SBrkr,729,717,0,1446,0,1,2,1,3,1,TA,6,Typ,1,TA,Attchd,1996,Unf,2,406,TA,TA,Y,264,22,0,0,0,0,NA,NA,NA,0,8,2008,WD,Normal,175000 560,120,RL,NA,3196,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Blmngtn,Norm,Norm,TwnhsE,1Story,7,5,2003,2004,Gable,CompShg,VinylSd,VinylSd,BrkFace,18,Gd,TA,PConc,Gd,TA,Gd,Unf,0,Unf,0,1374,1374,GasA,Ex,Y,SBrkr,1557,0,0,1557,0,0,2,0,2,1,Gd,7,Typ,1,TA,Attchd,2003,Fin,2,420,TA,TA,Y,143,20,0,0,0,0,NA,NA,NA,0,10,2006,WD,Normal,234000 561,20,RL,NA,11341,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,Sawyer,Norm,Norm,1Fam,1Story,5,6,1957,1996,Hip,CompShg,Wd Sdng,Wd Sdng,BrkFace,180,TA,TA,CBlock,Gd,TA,No,ALQ,1302,Unf,0,90,1392,GasA,TA,Y,SBrkr,1392,0,0,1392,1,0,1,1,3,1,TA,5,Mod,1,Gd,Detchd,1957,Unf,2,528,TA,TA,Y,0,0,0,0,95,0,NA,NA,NA,0,5,2010,WD,Normal,121500 562,20,RL,77,10010,Pave,NA,Reg,Lvl,AllPub,Inside,Mod,Mitchel,Norm,Norm,1Fam,1Story,5,5,1974,1975,Gable,CompShg,HdBoard,HdBoard,None,0,TA,TA,CBlock,Gd,TA,Av,ALQ,1071,LwQ,123,195,1389,GasA,Gd,Y,SBrkr,1389,0,0,1389,1,0,1,0,2,1,TA,6,Typ,1,TA,Attchd,1975,RFn,2,418,TA,TA,Y,240,38,0,0,0,0,NA,NA,NA,0,4,2006,WD,Normal,170000 563,30,RL,63,13907,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Edwards,Norm,Norm,1Fam,1Story,5,6,1940,1969,Gable,CompShg,WdShing,Wd Shng,None,0,TA,TA,CBlock,TA,TA,No,BLQ,290,Unf,0,706,996,GasA,Ex,Y,SBrkr,996,0,0,996,1,0,1,0,3,1,TA,6,Typ,1,Gd,NA,NA,NA,0,0,NA,NA,Y,144,0,0,0,0,0,NA,NA,NA,0,7,2008,WD,Normal,108000 564,50,RL,66,21780,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Edwards,Norm,Norm,1Fam,1.5Fin,6,7,1918,1950,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,BrkTil,Gd,TA,Mn,Unf,0,Unf,0,1163,1163,GasA,Ex,Y,SBrkr,1163,511,0,1674,0,0,2,0,4,1,TA,8,Typ,1,Gd,Detchd,1955,Fin,2,396,TA,TA,N,72,36,0,0,144,0,NA,NA,NA,0,7,2008,WD,Normal,185000 565,60,RL,NA,13346,Pave,NA,IR1,Lvl,AllPub,CulDSac,Gtl,NoRidge,Norm,Norm,1Fam,2Story,7,5,1992,2000,Gable,CompShg,HdBoard,HdBoard,None,0,Gd,TA,PConc,Gd,TA,No,GLQ,728,Unf,0,367,1095,GasA,Ex,Y,SBrkr,1166,1129,0,2295,1,0,2,1,4,1,Gd,9,Typ,1,TA,Attchd,1992,RFn,2,590,TA,TA,Y,0,40,0,0,0,0,NA,NA,NA,0,7,2006,WD,Normal,268000 566,70,RL,66,6858,Pave,NA,Reg,Bnk,AllPub,Corner,Gtl,SWISU,Norm,Norm,1Fam,2Story,6,4,1915,1950,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,PConc,Gd,TA,No,Unf,0,Unf,0,806,806,GasA,TA,N,FuseF,841,806,0,1647,1,0,1,1,4,1,Fa,6,Typ,0,NA,Detchd,1920,Unf,1,216,TA,TA,Y,0,66,136,0,0,0,NA,NA,NA,0,5,2010,WD,Normal,128000 567,60,RL,77,11198,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,StoneBr,Norm,Norm,1Fam,2Story,9,5,2005,2007,Hip,CompShg,VinylSd,VinylSd,BrkFace,245,Gd,TA,PConc,Gd,Gd,No,Unf,0,Unf,0,1122,1122,GasA,Ex,Y,SBrkr,1134,1370,0,2504,0,0,2,1,4,1,Ex,11,Typ,1,Gd,BuiltIn,2005,Fin,3,656,TA,TA,Y,144,39,0,0,0,0,NA,NA,NA,0,6,2008,WD,Normal,325000 568,20,RL,70,10171,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,NridgHt,Norm,Norm,1Fam,1Story,7,5,2004,2004,Gable,CompShg,VinylSd,VinylSd,BrkFace,168,Gd,TA,PConc,Gd,TA,No,GLQ,2,Unf,0,1515,1517,GasA,Ex,Y,SBrkr,1535,0,0,1535,0,0,2,0,3,1,Gd,7,Typ,0,NA,Attchd,2004,RFn,2,532,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,3,2010,WD,Normal,214000 569,50,RL,79,12327,Pave,NA,IR1,Low,AllPub,Inside,Mod,SawyerW,Norm,Norm,1Fam,1.5Fin,8,8,1983,2009,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,Gd,TA,CBlock,Gd,TA,Gd,GLQ,1441,Unf,0,55,1496,GasA,Ex,Y,SBrkr,1496,636,0,2132,1,0,1,1,1,1,Gd,5,Min2,1,Gd,BuiltIn,1983,Fin,2,612,Gd,TA,Y,349,40,0,0,0,0,NA,NA,NA,0,9,2009,WD,Normal,316600 570,90,RL,NA,7032,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,NAmes,Norm,Norm,Duplex,SFoyer,5,5,1979,1979,Gable,CompShg,MetalSd,MetalSd,None,0,TA,TA,CBlock,Gd,TA,Gd,GLQ,943,Unf,0,0,943,GasA,TA,Y,SBrkr,943,0,0,943,1,0,1,0,2,1,TA,4,Typ,2,TA,Detchd,1979,Unf,2,600,TA,TA,Y,42,0,0,0,0,0,NA,NA,NA,0,12,2006,WD,Normal,135960 571,90,RL,74,13101,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,Duplex,1Story,5,5,1965,1965,Gable,CompShg,HdBoard,HdBoard,BrkFace,108,TA,TA,CBlock,TA,TA,No,LwQ,231,Unf,0,1497,1728,GasA,TA,Y,SBrkr,1728,0,0,1728,0,0,2,0,6,2,TA,10,Typ,0,NA,Detchd,1987,Unf,2,576,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,11,2008,WD,Normal,142600 572,20,RL,60,7332,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,6,6,1959,1959,Gable,CompShg,WdShing,Wd Shng,BrkFace,207,TA,TA,CBlock,TA,TA,No,BLQ,414,Unf,0,450,864,GasA,Ex,Y,SBrkr,864,0,0,864,1,0,1,0,2,1,Gd,4,Typ,0,NA,Attchd,1959,Unf,1,288,TA,TA,Y,168,0,0,0,0,0,NA,NA,NA,0,10,2006,WD,Abnorml,120000 573,60,RL,83,13159,Pave,NA,IR1,HLS,AllPub,Corner,Gtl,Timber,Norm,Norm,1Fam,2Story,7,5,2009,2009,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,PConc,Ex,TA,Av,Unf,0,Unf,0,846,846,GasA,Gd,Y,SBrkr,846,846,0,1692,0,0,2,1,3,1,Gd,6,Typ,0,NA,Attchd,2009,RFn,2,650,TA,TA,Y,208,114,0,0,0,0,NA,NA,NA,0,7,2009,New,Partial,224500 574,80,RL,76,9967,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,Gilbert,Norm,Norm,1Fam,SLvl,7,5,2000,2000,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,PConc,Gd,TA,No,Unf,0,Unf,0,384,384,GasA,Ex,Y,SBrkr,774,656,0,1430,0,0,2,1,3,1,TA,8,Typ,1,TA,BuiltIn,2000,RFn,2,400,TA,TA,Y,100,0,0,0,0,0,NA,NA,NA,0,12,2007,WD,Normal,170000 575,80,RL,70,10500,Pave,NA,Reg,Lvl,AllPub,FR2,Gtl,NAmes,Norm,Norm,1Fam,SLvl,5,7,1971,2005,Gambrel,CompShg,MetalSd,AsphShn,BrkFace,82,TA,TA,CBlock,TA,TA,Av,ALQ,349,Unf,0,23,372,GasA,TA,Y,SBrkr,576,533,0,1109,0,1,1,0,3,1,TA,5,Typ,0,NA,BuiltIn,1971,Unf,1,288,TA,TA,Y,35,0,0,0,0,0,NA,GdWo,NA,0,12,2007,WD,Normal,139000 576,50,RL,80,8480,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1.5Fin,5,5,1947,1950,Gable,CompShg,MetalSd,MetalSd,None,0,TA,TA,CBlock,TA,TA,No,Rec,442,Unf,0,390,832,GasA,TA,Y,SBrkr,832,384,0,1216,0,0,1,0,2,1,TA,6,Typ,0,NA,Detchd,1947,Unf,1,336,TA,TA,Y,158,0,102,0,0,0,NA,NA,NA,0,10,2008,COD,Abnorml,118500 577,50,RL,52,6292,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,SWISU,Norm,Norm,1Fam,1.5Fin,7,7,1928,1950,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,BrkTil,TA,TA,No,Unf,0,Unf,0,861,861,GasA,Gd,Y,SBrkr,877,600,0,1477,0,1,2,0,3,1,TA,6,Typ,1,Gd,Detchd,1928,Unf,1,216,TA,TA,Y,0,50,0,0,0,0,NA,NA,NA,0,8,2009,WD,Normal,145000 578,80,RL,96,11777,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,Sawyer,Norm,Norm,1Fam,SLvl,5,6,1966,1966,Gable,CompShg,VinylSd,VinylSd,BrkFace,97,TA,TA,CBlock,TA,TA,Av,LwQ,328,ALQ,551,285,1164,GasA,Ex,Y,SBrkr,1320,0,0,1320,1,0,1,0,3,1,TA,6,Typ,2,Fa,Attchd,1966,RFn,2,564,TA,TA,Y,160,68,240,0,0,0,NA,NA,NA,0,5,2006,WD,Abnorml,164500 579,160,FV,34,3604,Pave,Pave,Reg,Lvl,AllPub,Corner,Gtl,Somerst,Norm,Norm,TwnhsE,2Story,7,5,2007,2007,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,TA,No,Unf,0,Unf,0,689,689,GasA,Ex,Y,SBrkr,703,689,0,1392,0,0,2,0,2,1,Gd,5,Typ,0,NA,Detchd,2007,Unf,2,540,TA,TA,Y,0,102,0,0,0,0,NA,NA,NA,0,2,2008,WD,Abnorml,146000 580,50,RM,81,12150,Pave,Grvl,Reg,Lvl,AllPub,Inside,Gtl,OldTown,Norm,Norm,1Fam,1.5Fin,5,5,1954,1954,Gable,CompShg,MetalSd,MetalSd,BrkFace,335,TA,TA,BrkTil,TA,TA,No,Unf,0,Unf,0,1050,1050,GasA,Ex,N,FuseF,1050,745,0,1795,0,0,2,0,4,1,TA,7,Typ,0,NA,Attchd,1954,Unf,1,352,Fa,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,11,2008,WD,Normal,131500 581,20,RL,NA,14585,Pave,NA,IR1,Lvl,AllPub,CulDSac,Gtl,NAmes,Norm,Norm,1Fam,1Story,6,6,1960,1987,Gable,CompShg,Wd Sdng,Wd Sdng,BrkFace,85,TA,TA,CBlock,TA,TA,No,BLQ,594,Rec,219,331,1144,GasA,Ex,Y,SBrkr,1429,0,0,1429,0,1,1,0,3,1,Gd,7,Typ,2,Gd,Attchd,1960,Unf,2,572,TA,TA,Y,216,110,0,0,0,0,NA,NA,NA,0,6,2007,WD,Normal,181900 582,20,RL,98,12704,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NridgHt,Norm,Norm,1Fam,1Story,8,5,2008,2009,Hip,CompShg,VinylSd,VinylSd,BrkFace,306,Ex,TA,PConc,Ex,TA,No,Unf,0,Unf,0,2042,2042,GasA,Ex,Y,SBrkr,2042,0,0,2042,0,0,2,1,3,1,Ex,8,Typ,1,Gd,Attchd,2009,RFn,3,1390,TA,TA,Y,0,90,0,0,0,0,NA,NA,NA,0,8,2009,New,Partial,253293 583,90,RL,81,11841,Grvl,NA,Reg,Lvl,AllPub,Inside,Gtl,Edwards,Norm,Norm,Duplex,SFoyer,6,5,1990,1990,Gable,CompShg,HdBoard,HdBoard,BrkFace,104,TA,Gd,CBlock,Gd,TA,Av,GLQ,816,Unf,0,0,816,GasA,TA,Y,SBrkr,816,0,0,816,1,0,1,0,3,1,TA,5,Typ,0,NA,NA,NA,NA,0,0,NA,NA,Y,0,32,0,0,0,0,NA,NA,NA,0,5,2007,WD,Normal,118500 584,75,RM,75,13500,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,OldTown,Artery,PosA,1Fam,2.5Unf,10,9,1893,2000,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,Ex,Ex,BrkTil,TA,TA,No,Unf,0,Unf,0,1237,1237,GasA,Gd,Y,SBrkr,1521,1254,0,2775,0,0,3,1,3,1,Gd,9,Typ,1,Gd,Detchd,1988,Unf,2,880,Gd,TA,Y,105,502,0,0,0,0,NA,NA,NA,0,7,2008,WD,Normal,325000 585,50,RM,51,6120,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,BrkSide,Norm,Norm,1Fam,1.5Fin,4,7,1935,1995,Gable,CompShg,AsbShng,AsbShng,None,0,TA,TA,BrkTil,TA,TA,No,Unf,0,Unf,0,884,884,GasA,Ex,Y,SBrkr,989,584,0,1573,0,0,1,0,3,1,Gd,6,Typ,0,NA,Detchd,1935,Unf,1,240,TA,TA,Y,0,0,54,0,120,0,NA,NA,NA,0,7,2009,WD,Normal,133000 586,20,RL,88,11443,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Timber,Norm,Norm,1Fam,1Story,8,5,2005,2006,Hip,CompShg,VinylSd,VinylSd,BrkFace,208,Gd,TA,PConc,Ex,TA,Gd,GLQ,1460,Unf,0,408,1868,GasA,Ex,Y,SBrkr,2028,0,0,2028,1,0,2,0,2,1,Gd,7,Typ,2,Gd,Attchd,2005,RFn,3,880,TA,TA,Y,326,66,0,0,0,0,NA,NA,NA,0,3,2006,New,Partial,369900 587,30,RL,55,10267,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,BrkSide,RRAn,Norm,1Fam,1Story,6,7,1918,2000,Gable,CompShg,Stucco,Wd Shng,None,0,TA,Gd,BrkTil,TA,Gd,Mn,Rec,210,ALQ,606,0,816,GasA,Ex,Y,SBrkr,838,0,0,838,1,0,1,0,2,1,Fa,5,Typ,0,NA,Detchd,1961,Fin,1,275,TA,TA,N,0,0,112,0,0,0,NA,MnWw,NA,0,5,2008,WD,Normal,130000 588,85,RL,74,8740,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,Sawyer,Norm,Norm,1Fam,SFoyer,5,6,1982,1982,Hip,CompShg,HdBoard,HdBoard,None,0,TA,TA,CBlock,TA,TA,Av,ALQ,672,Unf,0,168,840,GasA,TA,Y,SBrkr,860,0,0,860,1,0,1,0,2,1,TA,4,Typ,0,NA,Detchd,1996,Unf,2,528,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,7,2009,WD,Normal,137000 589,20,RL,65,25095,Pave,NA,IR1,Low,AllPub,Inside,Sev,ClearCr,Norm,Norm,1Fam,1Story,5,8,1968,2003,Flat,Tar&Grv,Wd Sdng,Wd Sdng,None,0,TA,TA,CBlock,TA,TA,Gd,GLQ,1324,Unf,0,113,1437,GasA,Ex,Y,SBrkr,1473,0,0,1473,2,0,1,0,1,1,Ex,5,Typ,2,Gd,Attchd,1968,Unf,1,452,TA,TA,Y,0,48,0,0,60,0,NA,NA,NA,0,6,2009,WD,Partial,143000 590,40,RM,50,9100,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,BrkSide,RRAn,Feedr,1Fam,1Story,5,6,1930,1960,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,BrkTil,TA,TA,No,Unf,0,Unf,0,742,742,GasA,TA,Y,FuseA,779,0,156,935,0,0,1,0,2,1,TA,4,Typ,0,NA,Detchd,1988,Unf,1,308,TA,TA,P,0,0,0,0,0,0,NA,NA,Shed,600,8,2008,WD,Normal,79500 591,60,RL,64,8320,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,2Story,7,5,2004,2004,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,TA,No,GLQ,490,Unf,0,280,770,GasA,Ex,Y,SBrkr,770,812,0,1582,0,0,2,1,3,1,Gd,6,Typ,0,NA,Attchd,2004,RFn,2,520,TA,TA,Y,0,45,0,0,0,0,NA,NA,NA,0,9,2008,WD,Normal,185900 592,60,RL,97,13478,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,NridgHt,Norm,Norm,1Fam,2Story,10,5,2008,2008,Gable,CompShg,CemntBd,CmentBd,Stone,420,Ex,TA,PConc,Ex,TA,Gd,GLQ,1338,Unf,0,384,1722,GasA,Ex,Y,SBrkr,1728,568,0,2296,1,0,2,1,3,1,Ex,10,Typ,1,Gd,BuiltIn,2008,RFn,3,842,TA,TA,Y,382,274,0,0,0,0,NA,NA,NA,0,6,2009,ConLI,Normal,451950 593,20,RL,60,6600,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Mitchel,Norm,Norm,1Fam,1Story,5,8,1982,2003,Gable,CompShg,HdBoard,HdBoard,None,0,TA,Gd,PConc,TA,Gd,No,GLQ,816,Unf,0,0,816,GasA,Ex,Y,SBrkr,816,0,0,816,1,0,1,0,2,1,TA,4,Typ,0,NA,Detchd,1985,Fin,2,816,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,6,2008,WD,Normal,138000 594,120,RM,NA,4435,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,TwnhsE,1Story,6,5,2003,2003,Gable,CompShg,VinylSd,VinylSd,BrkFace,170,Gd,TA,PConc,Gd,TA,Av,GLQ,685,Unf,0,163,848,GasA,Ex,Y,SBrkr,848,0,0,848,1,0,1,0,1,1,Gd,4,Typ,0,NA,Attchd,2003,Fin,2,420,TA,TA,Y,140,0,0,0,0,0,NA,NA,NA,0,5,2009,WD,Normal,140000 595,20,RL,88,7990,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,1Story,5,6,1975,1975,Hip,CompShg,HdBoard,HdBoard,None,0,TA,TA,CBlock,Gd,TA,No,Unf,0,Unf,0,924,924,GasA,TA,Y,SBrkr,924,0,0,924,0,0,1,0,3,1,TA,5,Typ,0,NA,Detchd,1981,Unf,1,280,TA,TA,Y,0,0,0,0,0,0,NA,MnPrv,NA,0,4,2008,WD,Normal,110000 596,20,RL,69,11302,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,StoneBr,Norm,Norm,1Fam,1Story,8,5,2005,2006,Gable,CompShg,VinylSd,Other,BrkFace,238,Gd,TA,PConc,Gd,TA,Gd,GLQ,1422,Unf,0,392,1814,GasA,Ex,Y,SBrkr,1826,0,0,1826,1,0,2,0,3,1,Gd,7,Typ,1,TA,Attchd,2005,Fin,3,758,TA,TA,Y,180,75,0,0,120,0,NA,NA,NA,0,8,2006,New,Partial,319000 597,70,RM,60,3600,Pave,Grvl,Reg,Lvl,AllPub,Inside,Gtl,OldTown,Norm,Norm,1Fam,2Story,6,7,1910,1993,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,CBlock,TA,TA,No,Unf,0,Unf,0,684,684,GasA,Ex,N,FuseA,684,684,0,1368,0,0,1,0,3,1,TA,7,Typ,0,NA,Detchd,1930,Unf,1,216,TA,Fa,N,0,158,0,0,0,0,NA,NA,NA,0,10,2006,WD,Normal,114504 598,120,RL,53,3922,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Blmngtn,Norm,Norm,TwnhsE,1Story,7,5,2006,2007,Gable,CompShg,VinylSd,VinylSd,BrkFace,72,Gd,TA,PConc,Ex,TA,Av,Unf,0,Unf,0,1258,1258,GasA,Ex,Y,SBrkr,1402,0,0,1402,0,2,0,2,2,1,Gd,7,Typ,1,Gd,Attchd,2006,Fin,3,648,TA,TA,Y,120,16,0,0,0,0,NA,NA,NA,0,2,2007,New,Partial,194201 599,20,RL,80,12984,Pave,NA,Reg,Bnk,AllPub,Inside,Gtl,Crawfor,Norm,Norm,1Fam,1Story,5,6,1977,1977,Gable,CompShg,Plywood,Plywood,BrkFace,459,TA,TA,CBlock,Gd,TA,Mn,ALQ,1283,LwQ,147,0,1430,GasA,Ex,Y,SBrkr,1647,0,0,1647,1,0,2,0,3,1,Gd,7,Typ,1,TA,Attchd,1977,Fin,2,621,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,3,2006,WD,Normal,217500 600,160,RM,24,1950,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Blueste,Norm,Norm,Twnhs,2Story,6,6,1980,1980,Gable,CompShg,MetalSd,MetalSd,None,0,TA,Gd,CBlock,Gd,TA,No,LwQ,81,GLQ,612,23,716,GasA,TA,Y,SBrkr,716,840,0,1556,1,0,2,1,3,1,TA,6,Typ,1,TA,Attchd,1980,Fin,2,452,TA,TA,Y,161,0,0,0,0,0,NA,GdPrv,NA,0,7,2008,COD,Normal,151000 601,60,RL,74,10927,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NridgHt,Norm,Norm,1Fam,2Story,8,5,2005,2005,Gable,CompShg,VinylSd,VinylSd,BrkFace,280,Gd,TA,PConc,Gd,TA,Av,GLQ,546,Unf,0,512,1058,GasA,Ex,Y,SBrkr,1058,846,0,1904,1,0,2,1,3,1,Ex,8,Typ,1,Gd,BuiltIn,2003,Fin,2,736,TA,TA,Y,179,60,0,0,0,0,NA,NA,NA,0,6,2006,WD,Normal,275000 602,50,RM,50,9000,Pave,NA,Reg,Bnk,AllPub,Inside,Gtl,IDOTRR,Norm,Norm,1Fam,1.5Fin,6,6,1937,1950,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,Gd,PConc,TA,TA,No,Unf,0,Unf,0,780,780,GasA,TA,Y,SBrkr,780,595,0,1375,0,0,1,1,3,1,Gd,6,Typ,1,Gd,Detchd,1979,Unf,1,544,TA,TA,P,0,162,0,0,126,0,NA,NA,NA,0,12,2007,WD,Normal,141000 603,60,RL,80,10041,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,SawyerW,Norm,Norm,1Fam,2Story,8,5,1992,1992,Gable,CompShg,HdBoard,HdBoard,None,0,Gd,TA,PConc,Gd,TA,Mn,GLQ,789,Unf,0,119,908,GasA,Ex,Y,SBrkr,927,988,0,1915,1,0,2,1,3,1,Gd,8,Typ,1,TA,Attchd,1992,Fin,2,506,TA,TA,Y,120,150,0,0,0,0,NA,NA,NA,0,2,2006,WD,Abnorml,220000 604,160,FV,30,3182,Pave,Pave,Reg,Lvl,AllPub,Inside,Gtl,Somerst,Norm,Norm,TwnhsE,2Story,7,5,2004,2005,Gable,CompShg,MetalSd,MetalSd,None,0,Gd,TA,PConc,Gd,TA,No,Unf,0,Unf,0,600,600,GasA,Ex,Y,SBrkr,600,600,0,1200,0,0,2,1,2,1,Gd,4,Typ,0,NA,Detchd,2004,RFn,2,480,TA,TA,Y,0,172,0,0,0,0,NA,NA,NA,0,6,2010,WD,Normal,151000 605,20,RL,88,12803,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,1Story,7,5,2002,2002,Gable,CompShg,VinylSd,VinylSd,BrkFace,99,Gd,TA,PConc,Gd,TA,Mn,GLQ,922,Unf,0,572,1494,GasA,Ex,Y,SBrkr,1494,0,0,1494,1,0,2,0,3,1,Gd,6,Typ,1,TA,Attchd,2002,RFn,2,530,TA,TA,Y,192,36,0,0,0,0,NA,NA,NA,0,9,2008,WD,Normal,221000 606,60,RL,85,13600,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,2Story,7,6,1965,1990,Gable,CompShg,HdBoard,HdBoard,BrkFace,176,TA,TA,CBlock,TA,TA,No,BLQ,454,Unf,0,314,768,GasA,TA,Y,SBrkr,1186,800,0,1986,0,0,2,1,3,1,TA,7,Typ,3,Fa,Attchd,1965,Unf,2,486,TA,TA,Y,0,42,0,0,189,0,NA,NA,NA,0,10,2009,WD,Normal,205000 607,20,RL,82,12464,Pave,NA,IR2,Low,AllPub,Corner,Mod,CollgCr,Norm,Norm,1Fam,1Story,5,5,1996,1996,Gable,CompShg,VinylSd,VinylSd,None,0,TA,Gd,PConc,Gd,TA,No,GLQ,732,Unf,0,308,1040,GasA,Gd,Y,SBrkr,1040,0,0,1040,1,0,1,0,3,1,Gd,6,Typ,0,NA,Detchd,2000,Unf,2,576,TA,TA,Y,168,0,0,0,0,0,NA,GdPrv,NA,0,11,2009,WD,Normal,152000 608,20,RL,78,7800,Pave,NA,Reg,Bnk,AllPub,Inside,Mod,Edwards,Norm,Norm,1Fam,2Story,5,8,1948,2002,Gable,CompShg,MetalSd,MetalSd,None,0,TA,Gd,CBlock,TA,Gd,No,GLQ,603,Unf,0,293,896,GasA,Ex,Y,SBrkr,1112,896,0,2008,1,0,3,0,3,1,Ex,8,Typ,0,NA,Attchd,1948,Unf,1,230,TA,TA,Y,103,0,0,0,0,0,NA,NA,NA,0,8,2006,WD,Normal,225000 609,70,RL,78,12168,Pave,NA,Reg,HLS,AllPub,Inside,Mod,Crawfor,Norm,Norm,1Fam,2Story,8,6,1934,1998,Gable,CompShg,BrkFace,Wd Sdng,None,0,TA,TA,PConc,Gd,TA,Mn,BLQ,428,Unf,0,537,965,GasA,TA,Y,SBrkr,1940,1254,0,3194,0,0,2,1,4,1,TA,10,Typ,2,Gd,Basment,1934,Unf,2,380,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,9,2007,WD,Alloca,359100 610,20,RL,61,7943,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Sawyer,Feedr,Norm,1Fam,1Story,4,5,1961,1961,Gable,CompShg,VinylSd,VinylSd,BrkCmn,192,TA,Fa,CBlock,TA,TA,Mn,Rec,903,Unf,0,126,1029,GasA,Gd,Y,SBrkr,1029,0,0,1029,1,0,1,0,3,1,TA,5,Typ,0,NA,Attchd,1961,Unf,1,261,TA,TA,Y,64,0,39,0,0,0,NA,NA,NA,0,4,2007,WD,Normal,118500 611,60,RL,NA,11050,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,CollgCr,PosN,Norm,1Fam,2Story,9,5,2000,2000,Hip,CompShg,VinylSd,VinylSd,BrkFace,204,Gd,TA,PConc,Ex,TA,Mn,GLQ,904,Unf,0,536,1440,GasA,Ex,Y,SBrkr,1476,677,0,2153,1,0,2,1,3,1,Ex,8,Typ,2,Ex,Attchd,2000,Fin,3,736,TA,TA,Y,253,142,0,0,0,0,NA,NA,NA,0,5,2009,WD,Normal,313000 612,80,RL,NA,10395,Pave,NA,IR1,Lvl,AllPub,FR2,Gtl,NWAmes,Norm,Norm,1Fam,SLvl,6,6,1978,1978,Gable,CompShg,HdBoard,HdBoard,BrkFace,233,TA,TA,CBlock,Gd,TA,Av,ALQ,605,Unf,0,427,1032,GasA,TA,Y,SBrkr,1032,0,0,1032,0,1,2,0,3,1,TA,6,Typ,1,TA,Attchd,1978,Unf,2,564,TA,TA,Y,0,0,0,0,0,0,NA,MnPrv,Shed,500,7,2007,WD,Normal,148000 613,60,RL,NA,11885,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,2Story,8,5,2001,2001,Gable,CompShg,VinylSd,VinylSd,BrkFace,108,Gd,TA,PConc,Gd,TA,Av,GLQ,990,Unf,0,309,1299,GasA,Ex,Y,SBrkr,1299,573,0,1872,1,0,2,1,3,1,Ex,7,Typ,1,TA,BuiltIn,2001,RFn,2,531,TA,TA,Y,160,122,0,0,0,0,NA,NA,NA,0,11,2009,WD,Normal,261500 614,20,RL,70,8402,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Mitchel,Feedr,Norm,1Fam,1Story,5,5,2007,2007,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,PConc,Gd,TA,No,ALQ,206,Unf,0,914,1120,GasA,Ex,Y,SBrkr,1120,0,0,1120,0,0,1,0,3,1,TA,6,Typ,0,NA,NA,NA,NA,0,0,NA,NA,Y,0,30,0,0,0,0,NA,NA,NA,0,12,2007,New,Partial,147000 615,180,RM,21,1491,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,MeadowV,Norm,Norm,TwnhsE,SFoyer,4,6,1972,1972,Gable,CompShg,CemntBd,CmentBd,None,0,TA,TA,CBlock,Gd,TA,Av,LwQ,150,GLQ,480,0,630,GasA,Ex,Y,SBrkr,630,0,0,630,1,0,1,0,1,1,TA,3,Typ,0,NA,NA,NA,NA,0,0,NA,NA,Y,96,24,0,0,0,0,NA,NA,NA,0,5,2010,WD,Normal,75500 616,85,RL,80,8800,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Feedr,Norm,1Fam,SFoyer,6,7,1963,1963,Gable,CompShg,MetalSd,MetalSd,BrkFace,156,TA,Gd,PConc,TA,TA,Gd,GLQ,763,Unf,0,173,936,GasA,Ex,Y,SBrkr,1054,0,0,1054,1,0,1,0,3,1,Gd,6,Typ,0,NA,Attchd,1963,RFn,2,480,TA,TA,Y,120,0,0,0,0,0,NA,MnPrv,NA,0,5,2010,WD,Abnorml,137500 617,60,RL,NA,7861,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,Gilbert,Norm,Norm,1Fam,2Story,6,5,2002,2003,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,TA,No,GLQ,457,Unf,0,326,783,GasA,Ex,Y,SBrkr,807,702,0,1509,1,0,2,1,3,1,Gd,7,Typ,1,Gd,Attchd,2002,Fin,2,393,TA,TA,Y,100,75,0,0,0,0,NA,NA,NA,0,6,2006,WD,Normal,183200 618,45,RL,59,7227,Pave,NA,Reg,HLS,AllPub,Corner,Mod,NAmes,Artery,Norm,1Fam,1.5Unf,6,6,1954,1954,Gable,CompShg,MetalSd,MetalSd,None,0,TA,TA,CBlock,TA,TA,No,Unf,0,Unf,0,832,832,GasA,Gd,Y,SBrkr,832,0,0,832,0,0,1,0,2,1,Gd,4,Typ,0,NA,Detchd,1962,Unf,2,528,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,6,2008,WD,Normal,105500 619,20,RL,90,11694,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NridgHt,Norm,Norm,1Fam,1Story,9,5,2007,2007,Hip,CompShg,CemntBd,CmentBd,BrkFace,452,Ex,TA,PConc,Ex,TA,Av,GLQ,48,Unf,0,1774,1822,GasA,Ex,Y,SBrkr,1828,0,0,1828,0,0,2,0,3,1,Gd,9,Typ,1,Gd,Attchd,2007,Unf,3,774,TA,TA,Y,0,108,0,0,260,0,NA,NA,NA,0,7,2007,New,Partial,314813 620,60,RL,85,12244,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Timber,Norm,Norm,1Fam,2Story,8,5,2003,2003,Hip,CompShg,VinylSd,VinylSd,Stone,226,Gd,TA,PConc,Gd,TA,Gd,GLQ,871,Unf,0,611,1482,GasA,Ex,Y,SBrkr,1482,780,0,2262,1,0,2,1,4,1,Gd,10,Typ,2,Gd,Attchd,2003,Fin,3,749,TA,TA,Y,168,0,0,0,0,0,NA,NA,NA,0,8,2008,WD,Normal,305000 621,30,RL,45,8248,Pave,Grvl,Reg,Lvl,AllPub,Inside,Gtl,Edwards,Norm,Norm,1Fam,1Story,3,3,1914,1950,Gable,CompShg,Stucco,Stucco,None,0,TA,TA,BrkTil,TA,TA,No,BLQ,41,Unf,0,823,864,GasA,TA,N,FuseF,864,0,0,864,1,0,1,0,2,1,TA,5,Typ,0,NA,NA,NA,NA,0,0,NA,NA,N,0,0,100,0,0,0,NA,NA,NA,0,9,2008,WD,Normal,67000 622,60,RL,90,10800,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NWAmes,Norm,Norm,1Fam,2Story,6,7,1974,1997,Gable,CompShg,HdBoard,HdBoard,None,0,TA,TA,CBlock,TA,TA,No,ALQ,956,Rec,182,384,1522,GasA,TA,Y,SBrkr,1548,1066,0,2614,0,0,2,1,4,1,TA,9,Typ,1,TA,Attchd,1974,RFn,2,624,TA,TA,Y,38,243,0,0,0,0,NA,NA,NA,0,6,2008,WD,Normal,240000 623,20,RL,71,7064,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Sawyer,Norm,Norm,1Fam,1Story,5,6,1977,1977,Gable,CompShg,Plywood,Plywood,BrkFace,153,TA,TA,CBlock,TA,TA,No,BLQ,560,Unf,0,420,980,GasA,TA,Y,SBrkr,980,0,0,980,0,0,1,0,3,1,TA,6,Typ,0,NA,Detchd,1986,Unf,2,484,TA,TA,Y,192,0,0,0,0,0,NA,NA,NA,0,7,2009,WD,Normal,135000 624,160,FV,NA,2117,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Somerst,Norm,Norm,TwnhsE,2Story,6,5,2000,2000,Gable,CompShg,MetalSd,MetalSd,BrkFace,513,Gd,TA,PConc,Gd,TA,No,GLQ,420,Unf,0,336,756,GasA,Ex,Y,SBrkr,756,756,0,1512,0,0,2,1,2,1,Gd,4,Typ,1,TA,Detchd,2000,Unf,2,440,TA,TA,Y,0,32,0,0,0,0,NA,NA,NA,0,6,2007,WD,Normal,168500 625,60,RL,80,10400,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NWAmes,Norm,Norm,1Fam,2Story,6,5,1972,1972,Gable,CompShg,VinylSd,VinylSd,None,288,TA,TA,CBlock,TA,TA,No,Rec,247,Unf,0,485,732,GasA,Gd,Y,SBrkr,1012,778,0,1790,1,0,1,2,4,1,TA,8,Min2,1,TA,Attchd,1972,RFn,2,484,TA,TA,Y,148,0,0,0,147,0,NA,NA,NA,0,11,2006,WD,Normal,165150 626,20,RL,87,10000,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,NAmes,Norm,Norm,1Fam,1Story,6,6,1962,1962,Hip,CompShg,Wd Sdng,Wd Sdng,BrkFace,261,TA,TA,CBlock,TA,TA,No,Unf,0,Unf,0,1116,1116,GasA,TA,Y,SBrkr,1116,0,0,1116,0,0,1,1,3,1,TA,5,Typ,0,NA,Attchd,1962,Unf,2,440,TA,TA,Y,0,0,0,0,385,0,NA,NA,NA,0,2,2010,WD,Normal,160000 627,20,RL,NA,12342,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,5,5,1960,1978,Hip,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,CBlock,TA,TA,No,Unf,0,Unf,0,978,978,GasA,TA,Y,SBrkr,1422,0,0,1422,0,0,1,0,3,1,TA,6,Min1,1,TA,Attchd,1960,RFn,1,286,TA,TA,Y,0,0,36,0,0,0,NA,GdWo,Shed,600,8,2007,WD,Normal,139900 628,80,RL,80,9600,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,SLvl,6,6,1955,1972,Gable,CompShg,AsbShng,AsbShng,BrkFace,164,TA,TA,CBlock,TA,TA,Av,BLQ,674,LwQ,132,350,1156,GasA,Ex,Y,SBrkr,1520,0,0,1520,1,0,1,0,3,1,TA,7,Typ,2,Gd,Basment,1955,RFn,1,364,TA,TA,Y,0,0,189,0,0,0,NA,NA,NA,0,3,2010,WD,Normal,153000 629,60,RL,70,11606,Pave,NA,IR1,HLS,AllPub,Inside,Sev,NAmes,Norm,Norm,1Fam,2Story,5,5,1969,1969,Gable,CompShg,Plywood,Plywood,BrkFace,192,TA,TA,PConc,Gd,TA,Av,Rec,650,Unf,0,390,1040,GasA,TA,Y,SBrkr,1040,1040,0,2080,0,1,1,2,5,1,Fa,9,Typ,2,TA,Attchd,1969,Unf,2,504,TA,TA,Y,335,0,0,0,0,0,NA,NA,NA,0,9,2007,WD,Family,135000 630,80,RL,82,9020,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,NAmes,Feedr,Norm,1Fam,SLvl,6,5,1964,1964,Gable,WdShngl,Plywood,Wd Sdng,BrkFace,259,TA,TA,CBlock,TA,TA,Gd,GLQ,624,Rec,336,288,1248,GasA,TA,Y,SBrkr,1350,0,0,1350,1,0,1,1,3,1,TA,6,Typ,0,NA,Attchd,1964,RFn,2,520,TA,TA,Y,176,0,0,0,0,0,NA,GdPrv,NA,0,6,2008,WD,Normal,168500 631,70,RM,50,9000,Pave,Grvl,Reg,Lvl,AllPub,Corner,Gtl,OldTown,Artery,Norm,1Fam,2Story,5,6,1880,1991,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,BrkTil,Fa,Fa,No,Unf,0,Unf,0,636,636,GasA,TA,Y,FuseA,1089,661,0,1750,0,0,1,0,3,1,Ex,8,Typ,0,NA,Detchd,1937,Unf,1,240,Fa,Po,N,0,0,293,0,0,0,NA,MnPrv,NA,0,6,2006,WD,Abnorml,124000 632,120,RL,34,4590,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NridgHt,Norm,Norm,Twnhs,1Story,8,5,2006,2006,Gable,CompShg,VinylSd,VinylSd,Stone,108,Gd,TA,PConc,Gd,Gd,Mn,GLQ,24,Unf,0,1530,1554,GasA,Ex,Y,SBrkr,1554,0,0,1554,0,0,2,0,2,1,Gd,6,Typ,1,Gd,Attchd,2006,RFn,2,627,TA,TA,Y,156,73,0,0,0,0,NA,NA,NA,0,8,2007,WD,Normal,209500 633,20,RL,85,11900,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NWAmes,Norm,Norm,1Fam,1Story,7,5,1977,1977,Hip,CompShg,Plywood,Plywood,BrkFace,209,TA,Gd,CBlock,TA,TA,No,ALQ,822,Unf,0,564,1386,GasA,TA,Y,SBrkr,1411,0,0,1411,0,0,2,0,3,1,TA,6,Typ,1,TA,Attchd,1977,Fin,2,544,TA,TA,Y,192,0,0,0,0,0,NA,NA,NA,0,4,2009,WD,Family,82500 634,20,RL,80,9250,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,NAmes,Norm,Norm,1Fam,1Story,5,7,1954,2005,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,CBlock,TA,TA,No,BLQ,480,LwQ,468,108,1056,GasA,TA,Y,SBrkr,1056,0,0,1056,0,1,1,0,3,1,TA,6,Typ,0,NA,Attchd,1954,Unf,1,260,TA,TA,Y,390,0,0,0,0,0,NA,NA,NA,0,7,2007,WD,Normal,139400 635,90,RL,64,6979,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,OldTown,Norm,Norm,Duplex,SFoyer,6,5,1980,1980,Gable,CompShg,Plywood,Plywood,None,0,TA,TA,CBlock,TA,TA,No,GLQ,1056,Unf,0,0,1056,GasA,Gd,Y,SBrkr,1056,0,0,1056,2,0,0,0,0,2,TA,4,Typ,0,NA,Detchd,1980,Unf,2,576,TA,TA,Y,264,56,0,0,0,0,NA,GdPrv,Shed,600,6,2010,WD,Normal,144000 636,190,RH,60,10896,Pave,Pave,Reg,Bnk,AllPub,Inside,Gtl,SWISU,Feedr,Norm,2fmCon,2.5Fin,6,7,1914,1995,Hip,CompShg,VinylSd,VinylSd,None,0,Fa,TA,CBlock,TA,Fa,No,LwQ,256,Unf,0,1184,1440,GasA,Ex,Y,FuseA,1440,1440,515,3395,0,0,2,0,8,2,Fa,14,Typ,0,NA,NA,NA,NA,0,0,NA,NA,N,0,110,0,0,0,0,NA,NA,NA,0,3,2007,WD,Abnorml,200000 637,30,RM,51,6120,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,BrkSide,Norm,Norm,1Fam,1Story,2,3,1936,1950,Gable,CompShg,AsbShng,AsbShng,None,0,Fa,Fa,BrkTil,TA,Fa,No,Unf,0,Unf,0,264,264,Grav,Fa,N,FuseA,800,0,0,800,0,0,1,0,1,1,Fa,4,Maj1,1,Po,NA,NA,NA,0,0,NA,NA,N,0,0,0,0,0,0,NA,NA,NA,0,1,2009,ConLw,Normal,60000 638,190,RM,50,6000,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,OldTown,Norm,Norm,2fmCon,1.5Fin,5,4,1954,1954,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,CBlock,TA,TA,No,Unf,0,Unf,0,811,811,GasA,TA,Y,FuseA,811,576,0,1387,0,0,2,0,3,2,Gd,7,Typ,0,NA,BuiltIn,1954,Unf,1,256,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,11,2009,WD,Normal,93000 639,30,RL,67,8777,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Edwards,Feedr,Norm,1Fam,1Story,5,7,1910,1950,Gable,CompShg,MetalSd,Wd Sdng,None,0,TA,TA,CBlock,Fa,TA,No,Unf,0,Unf,0,796,796,GasA,Gd,Y,FuseA,796,0,0,796,0,0,1,0,2,1,TA,4,Typ,0,NA,NA,NA,NA,0,0,NA,NA,P,328,0,164,0,0,0,NA,MnPrv,NA,0,5,2008,WD,Normal,85000 640,120,RL,53,3982,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Blmngtn,Norm,Norm,TwnhsE,1Story,8,5,2006,2006,Hip,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,Gd,Av,GLQ,1154,Unf,0,366,1520,GasA,Ex,Y,SBrkr,1567,0,0,1567,1,0,2,0,1,1,Ex,7,Typ,1,Gd,Attchd,2006,Fin,3,648,TA,TA,Y,312,0,0,0,0,0,NA,NA,NA,0,10,2006,New,Partial,264561 641,120,RL,62,12677,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,NridgHt,Norm,Norm,TwnhsE,1Story,8,5,2003,2004,Hip,CompShg,MetalSd,MetalSd,BrkFace,472,Ex,TA,PConc,Ex,TA,Gd,GLQ,1218,Unf,0,300,1518,GasA,Ex,Y,SBrkr,1518,0,0,1518,0,0,1,1,1,1,Ex,6,Typ,1,Gd,Attchd,2003,RFn,2,588,TA,TA,Y,185,140,0,0,0,0,NA,NA,NA,0,4,2008,WD,Normal,274000 642,60,FV,NA,7050,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Somerst,Norm,Norm,1Fam,2Story,7,5,2001,2001,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,TA,No,GLQ,738,Unf,0,319,1057,GasA,Ex,Y,SBrkr,1057,872,0,1929,1,0,2,1,3,1,Gd,7,Typ,1,TA,Attchd,2001,Fin,2,650,TA,TA,Y,0,235,0,0,0,0,NA,NA,NA,0,5,2007,WD,Normal,226000 643,80,RL,75,13860,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,SLvl,8,7,1972,1995,Gable,CompShg,Plywood,Wd Sdng,None,0,Gd,TA,CBlock,Gd,TA,Gd,GLQ,1410,Unf,0,542,1952,GasA,Gd,Y,SBrkr,2000,704,0,2704,1,0,2,1,4,1,Ex,9,Typ,3,TA,Attchd,1972,Fin,2,538,TA,TA,Y,269,111,0,0,0,0,NA,MnPrv,NA,0,7,2009,WD,Normal,345000 644,60,RL,80,10793,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NWAmes,RRAn,Norm,1Fam,2Story,5,5,1969,1969,Mansard,CompShg,WdShing,HdBoard,BrkFace,263,TA,TA,CBlock,TA,TA,No,Rec,493,BLQ,287,0,780,GasA,Ex,Y,SBrkr,780,840,0,1620,0,0,2,1,4,1,TA,7,Min1,0,NA,Attchd,1969,Fin,2,462,TA,TA,Y,208,0,0,0,0,0,NA,GdWo,NA,0,4,2007,WD,Normal,152000 645,20,FV,85,9187,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Somerst,Norm,Norm,1Fam,1Story,9,5,2009,2009,Gable,CompShg,CemntBd,CmentBd,Stone,162,Ex,TA,PConc,Ex,TA,Mn,GLQ,1121,Unf,0,645,1766,GasA,Ex,Y,SBrkr,1766,0,0,1766,1,0,2,1,2,1,Ex,7,Typ,1,Gd,Attchd,2009,Fin,3,478,TA,TA,Y,195,130,0,0,0,0,NA,NA,NA,0,10,2009,New,Partial,370878 646,20,RL,NA,10530,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,NAmes,Norm,Norm,1Fam,1Story,6,5,1971,1971,Hip,CompShg,Plywood,Plywood,None,0,TA,TA,CBlock,TA,TA,No,ALQ,282,LwQ,35,664,981,GasA,TA,Y,SBrkr,981,0,0,981,1,0,1,1,3,1,TA,5,Typ,0,NA,Detchd,1979,Unf,2,576,TA,TA,Y,0,312,40,0,0,0,NA,NA,NA,0,3,2007,WD,Normal,143250 647,20,RL,60,7200,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,5,5,1950,1950,Hip,CompShg,MetalSd,MetalSd,None,0,TA,TA,CBlock,NA,NA,NA,NA,0,NA,0,0,0,GasA,Gd,Y,SBrkr,1048,0,0,1048,0,0,1,0,3,1,TA,7,Min1,0,NA,Detchd,1950,Unf,2,420,TA,TA,Y,0,27,0,0,0,0,NA,NA,NA,0,7,2008,WD,Normal,98300 648,20,RL,85,10452,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,Edwards,Norm,Norm,1Fam,1Story,6,5,1953,1953,Hip,CompShg,Wd Sdng,Wd Sdng,Stone,216,TA,TA,CBlock,TA,TA,Mn,Rec,500,Unf,0,594,1094,GasA,Ex,Y,SBrkr,1094,0,0,1094,0,0,1,0,3,1,TA,5,Typ,2,Gd,Attchd,1953,RFn,2,495,TA,TA,Y,0,0,0,0,287,0,NA,NA,NA,0,6,2008,WD,Normal,155000 649,60,RL,70,7700,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,PosN,Norm,1Fam,2Story,6,5,1966,1966,Gable,CompShg,MetalSd,MetalSd,BrkFace,351,TA,TA,CBlock,TA,TA,No,Unf,0,Unf,0,756,756,GasA,TA,Y,SBrkr,1051,788,0,1839,0,0,1,1,4,1,TA,7,Typ,1,TA,Attchd,1966,Unf,2,442,TA,TA,Y,0,124,216,0,0,0,NA,NA,NA,0,6,2010,WD,Normal,155000 650,180,RM,21,1936,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,MeadowV,Norm,Norm,Twnhs,SFoyer,4,6,1970,1970,Gable,CompShg,CemntBd,CmentBd,None,0,TA,TA,CBlock,Gd,TA,Av,BLQ,131,GLQ,499,0,630,GasA,Gd,Y,SBrkr,630,0,0,630,1,0,1,0,1,1,TA,3,Typ,0,NA,NA,NA,NA,0,0,NA,NA,Y,0,0,0,0,0,0,NA,MnPrv,NA,0,12,2007,WD,Normal,84500 651,60,FV,65,8125,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Somerst,Norm,Norm,1Fam,2Story,7,6,2007,2007,Gable,CompShg,CemntBd,CmentBd,NA,NA,Gd,TA,PConc,Gd,TA,No,Unf,0,Unf,0,813,813,GasA,Ex,Y,SBrkr,822,843,0,1665,0,0,2,1,3,1,Gd,7,Typ,0,NA,Attchd,2007,RFn,2,562,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,5,2008,WD,Normal,205950 652,70,RL,60,9084,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Edwards,Artery,Norm,1Fam,2Story,4,5,1940,1950,Gable,CompShg,MetalSd,MetalSd,None,0,TA,TA,CBlock,TA,TA,Mn,Unf,0,Unf,0,755,755,GasA,TA,Y,SBrkr,755,755,0,1510,1,0,1,0,4,1,TA,7,Typ,1,Gd,Detchd,1940,Unf,1,296,Fa,Po,P,120,0,0,0,0,0,NA,MnPrv,NA,0,10,2009,WD,Normal,108000 653,60,RL,70,8750,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,2Story,7,5,1996,1996,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,TA,No,Unf,0,Unf,0,880,880,GasA,Ex,Y,SBrkr,909,807,0,1716,0,0,2,1,2,1,Gd,7,Typ,1,TA,Attchd,1996,RFn,2,512,TA,TA,Y,0,120,0,0,0,0,NA,NA,NA,0,7,2009,WD,Normal,191000 654,50,RM,60,10320,Pave,Grvl,Reg,Lvl,AllPub,Inside,Gtl,IDOTRR,Norm,Norm,1Fam,1.5Fin,6,7,1906,1995,Gable,CompShg,MetalSd,MetalSd,None,0,TA,TA,CBlock,TA,TA,No,Unf,0,Unf,0,756,756,GasA,Ex,Y,SBrkr,756,713,0,1469,0,0,1,0,3,1,TA,7,Typ,0,NA,Detchd,1906,Unf,1,216,TA,TA,Y,57,0,239,0,0,0,NA,MnPrv,NA,0,6,2008,WD,Normal,135000 655,20,RL,91,10437,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,NoRidge,Norm,Norm,1Fam,1Story,8,6,1995,1995,Hip,CompShg,MetalSd,MetalSd,BrkFace,660,Gd,Gd,PConc,Gd,TA,Gd,GLQ,1696,Unf,0,413,2109,GasA,Ex,Y,SBrkr,2113,0,0,2113,1,0,2,1,2,1,Gd,7,Typ,1,TA,Attchd,1995,Fin,3,839,TA,TA,Y,236,46,0,0,0,0,NA,NA,NA,0,8,2008,WD,Normal,350000 656,160,RM,21,1680,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,BrDale,Norm,Norm,Twnhs,2Story,6,5,1971,1971,Gable,CompShg,HdBoard,ImStucc,BrkFace,381,TA,TA,CBlock,TA,TA,No,Unf,0,Unf,0,525,525,GasA,TA,Y,SBrkr,525,567,0,1092,0,0,1,1,3,1,TA,6,Typ,0,NA,Detchd,1971,Unf,1,264,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,3,2010,WD,Family,88000 657,20,RL,72,10007,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,5,7,1959,2006,Gable,CompShg,HdBoard,HdBoard,BrkFace,54,Gd,TA,CBlock,TA,TA,No,ALQ,806,Unf,0,247,1053,GasA,Ex,Y,SBrkr,1053,0,0,1053,1,0,1,1,3,1,Gd,5,Typ,0,NA,Attchd,1959,RFn,1,312,TA,TA,Y,0,0,0,0,0,0,NA,MnPrv,NA,0,8,2008,WD,Normal,145500 658,70,RL,60,7200,Pave,NA,Reg,HLS,AllPub,Inside,Mod,Crawfor,Norm,Norm,1Fam,2Story,7,6,1931,2000,Gable,CompShg,Stucco,Wd Shng,None,0,TA,Fa,BrkTil,Gd,TA,No,Unf,0,Unf,0,776,776,GasA,TA,Y,SBrkr,851,651,0,1502,0,0,1,1,3,1,TA,6,Typ,1,Gd,Attchd,1931,RFn,1,270,TA,TA,P,0,0,112,0,0,0,NA,MnPrv,NA,0,2,2008,WD,Normal,149000 659,50,RL,78,17503,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Artery,Norm,1Fam,1.5Fin,6,5,1948,1950,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,CBlock,TA,TA,No,Unf,0,Unf,0,912,912,GasA,TA,Y,SBrkr,912,546,0,1458,0,1,1,0,3,1,TA,6,Typ,1,Gd,Attchd,1948,Unf,1,330,TA,TA,Y,192,0,0,0,0,0,NA,NA,NA,0,1,2010,WD,Abnorml,97500 660,20,RL,75,9937,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,Edwards,Norm,Norm,1Fam,1Story,5,7,1964,1999,Hip,CompShg,MetalSd,MetalSd,None,0,TA,Gd,PConc,TA,TA,No,BLQ,637,Unf,0,849,1486,GasA,Ex,Y,SBrkr,1486,0,0,1486,1,0,1,0,3,1,TA,7,Typ,0,NA,Detchd,1968,Fin,2,480,TA,TA,Y,0,0,0,0,0,0,NA,MnPrv,NA,0,3,2009,WD,Normal,167000 661,60,RL,NA,12384,Pave,NA,Reg,Lvl,AllPub,CulDSac,Gtl,NWAmes,Norm,Norm,1Fam,2Story,7,7,1976,1976,Gable,CompShg,Plywood,Plywood,BrkFace,233,TA,TA,CBlock,Gd,TA,No,Unf,0,Unf,0,793,793,GasA,TA,Y,SBrkr,1142,793,0,1935,0,0,2,1,3,1,TA,7,Typ,1,TA,Attchd,1976,RFn,2,550,TA,TA,Y,0,113,252,0,0,0,NA,NA,NA,0,11,2007,WD,Normal,197900 662,60,RL,52,46589,Pave,NA,IR2,Lvl,AllPub,CulDSac,Gtl,NoRidge,Norm,Norm,1Fam,2Story,8,7,1994,2005,Hip,CompShg,VinylSd,VinylSd,BrkFace,528,Gd,TA,PConc,Gd,Gd,No,GLQ,1361,Rec,180,88,1629,GasA,Ex,Y,SBrkr,1686,762,0,2448,1,0,2,1,4,1,Gd,8,Typ,1,TA,Attchd,1994,RFn,3,711,TA,TA,Y,517,76,0,0,0,0,NA,NA,NA,0,7,2009,WD,Normal,402000 663,20,RL,120,13560,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,NAmes,Norm,Norm,1Fam,1Story,6,3,1968,1968,Hip,CompShg,Wd Sdng,Wd Sdng,BrkFace,216,TA,TA,CBlock,Fa,Fa,No,Unf,0,Unf,0,1392,1392,GasA,Gd,Y,SBrkr,1392,0,0,1392,1,0,1,0,2,1,TA,5,Maj2,2,TA,Attchd,1968,RFn,2,576,TA,TA,Y,0,0,240,0,0,0,NA,NA,NA,0,7,2009,WD,Normal,110000 664,85,RL,90,10012,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Edwards,Norm,Norm,1Fam,SFoyer,4,5,1972,1972,Gable,CompShg,Plywood,Plywood,None,0,TA,TA,CBlock,Gd,TA,Av,BLQ,920,Rec,180,38,1138,GasA,TA,Y,SBrkr,1181,0,0,1181,1,0,2,0,3,1,TA,6,Typ,0,NA,Detchd,1974,RFn,2,588,TA,TA,Y,0,0,180,0,0,0,NA,MnPrv,NA,0,4,2008,WD,Normal,137500 665,20,RL,49,20896,Pave,NA,IR2,Lvl,AllPub,CulDSac,Gtl,Somerst,RRAn,Norm,1Fam,1Story,8,5,2005,2006,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Ex,TA,Mn,GLQ,1721,Unf,0,356,2077,GasA,Ex,Y,SBrkr,2097,0,0,2097,1,0,1,1,1,1,Ex,8,Typ,1,Ex,Attchd,2005,Fin,3,1134,TA,TA,Y,192,267,0,0,0,0,NA,NA,NA,0,1,2006,New,Partial,423000 666,60,RL,106,11194,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,Gilbert,Norm,Norm,1Fam,2Story,8,5,2000,2000,Gable,CompShg,VinylSd,VinylSd,BrkFace,40,Gd,TA,PConc,Gd,TA,No,Unf,0,Unf,0,1406,1406,GasA,Ex,Y,SBrkr,1454,482,0,1936,0,0,2,1,3,1,Gd,7,Typ,1,TA,Attchd,2000,RFn,2,504,TA,TA,Y,188,124,0,0,0,0,NA,NA,NA,0,11,2006,WD,Normal,230500 667,60,RL,NA,18450,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,2Story,6,5,1965,1979,Flat,Tar&Grv,Plywood,Plywood,BrkCmn,113,TA,Gd,CBlock,Gd,TA,No,LwQ,187,Rec,723,111,1021,GasA,TA,Y,SBrkr,1465,915,0,2380,0,0,2,1,3,1,TA,7,Sev,1,Po,CarPort,1965,Unf,2,596,TA,TA,Y,0,265,0,0,0,0,NA,NA,NA,0,8,2007,WD,Abnorml,129000 668,20,RL,65,8125,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,SawyerW,Norm,Norm,1Fam,1Story,6,5,1994,1998,Gable,CompShg,HdBoard,HdBoard,BrkFace,258,TA,TA,PConc,Gd,TA,No,GLQ,1138,Unf,0,270,1408,GasA,Ex,Y,SBrkr,1679,0,0,1679,1,0,2,0,3,1,Gd,7,Typ,1,Fa,Attchd,1994,RFn,2,575,TA,TA,Y,224,42,0,0,0,0,NA,NA,NA,0,10,2008,WD,Normal,193500 669,20,RL,NA,14175,Pave,NA,Reg,Bnk,AllPub,Corner,Mod,Sawyer,Norm,Norm,1Fam,1Story,5,6,1956,1987,Gable,CompShg,CemntBd,Wd Sdng,None,0,TA,TA,CBlock,TA,TA,No,Rec,988,Unf,0,200,1188,GasA,Gd,Y,SBrkr,1437,0,0,1437,1,0,1,1,3,1,TA,6,Min2,1,TA,Detchd,1999,Unf,2,576,TA,TA,Y,304,0,0,0,0,0,NA,NA,NA,0,11,2006,WD,Normal,168000 670,30,RL,80,11600,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Crawfor,Norm,Norm,1Fam,1Story,4,5,1922,1950,Gable,CompShg,MetalSd,MetalSd,None,0,TA,TA,BrkTil,Fa,TA,No,Unf,0,Unf,0,700,700,GasA,Ex,Y,SBrkr,1180,0,0,1180,0,0,1,0,2,1,Fa,5,Typ,1,Gd,Detchd,1922,Unf,1,252,TA,Fa,Y,0,0,67,0,0,0,NA,NA,NA,0,7,2006,WD,Normal,137500 671,60,RL,64,8633,Pave,NA,Reg,Lvl,AllPub,FR2,Gtl,CollgCr,Norm,Norm,1Fam,2Story,6,5,2005,2005,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,TA,No,GLQ,193,Unf,0,545,738,GasA,Ex,Y,SBrkr,738,738,0,1476,1,0,2,1,3,1,Gd,7,Typ,0,NA,Attchd,2005,Fin,2,540,TA,TA,Y,100,35,0,0,0,0,NA,NA,NA,0,2,2009,WD,Normal,173500 672,70,RH,54,6629,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Edwards,Artery,Norm,1Fam,2Story,6,6,1925,1950,Gambrel,CompShg,Wd Sdng,Wd Sdng,None,0,TA,Gd,BrkTil,TA,TA,No,BLQ,551,Unf,0,121,672,GasA,TA,N,SBrkr,697,672,0,1369,1,0,2,0,3,1,TA,6,Typ,0,NA,Detchd,1930,Unf,1,300,TA,TA,Y,147,0,0,0,0,0,NA,NA,NA,0,7,2009,WD,Normal,103600 673,20,RL,NA,11250,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,Veenker,Norm,Norm,1Fam,1Story,6,6,1977,1977,Gable,CompShg,Plywood,Plywood,None,0,Gd,TA,CBlock,Gd,TA,No,ALQ,767,Unf,0,441,1208,GasA,TA,Y,SBrkr,1208,0,0,1208,1,0,1,1,3,1,TA,6,Typ,1,TA,Attchd,1977,RFn,2,546,TA,TA,Y,198,42,0,0,0,0,NA,NA,NA,0,6,2006,WD,Normal,165000 674,20,RL,110,14442,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Crawfor,Norm,Norm,1Fam,1Story,6,7,1957,2004,Hip,CompShg,CemntBd,CmentBd,BrkFace,106,TA,TA,PConc,TA,TA,No,GLQ,1186,Unf,0,291,1477,GasA,Ex,Y,SBrkr,1839,0,0,1839,1,0,2,0,3,1,Gd,7,Typ,2,TA,Attchd,1957,Fin,2,416,TA,TA,Y,0,87,0,0,200,0,NA,NA,NA,0,6,2007,WD,Normal,257500 675,20,RL,80,9200,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,6,6,1965,1965,Gable,CompShg,HdBoard,HdBoard,None,0,TA,TA,CBlock,TA,TA,No,Rec,892,Unf,0,244,1136,GasA,TA,Y,SBrkr,1136,0,0,1136,1,0,1,0,3,1,TA,5,Typ,1,Gd,Attchd,1965,RFn,1,384,TA,TA,Y,426,0,0,0,0,0,NA,NA,NA,0,7,2008,WD,Normal,140000 676,160,RL,24,2289,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NPkVill,Norm,Norm,Twnhs,2Story,6,6,1978,1978,Gable,CompShg,Plywood,Brk Cmn,None,0,TA,TA,CBlock,TA,TA,No,ALQ,311,Unf,0,544,855,GasA,TA,Y,SBrkr,855,586,0,1441,0,0,2,1,3,1,TA,7,Typ,1,TA,Attchd,1978,Unf,2,440,TA,TA,Y,28,0,0,0,0,0,NA,NA,NA,0,4,2009,WD,Normal,148500 677,70,RM,60,9600,Pave,Grvl,Reg,Lvl,AllPub,Inside,Gtl,OldTown,Norm,Norm,1Fam,2Story,4,2,1900,1950,Gable,CompShg,AsbShng,Stucco,None,0,TA,TA,BrkTil,TA,Fa,No,Unf,0,Unf,0,1095,1095,GasW,Fa,N,SBrkr,1095,679,0,1774,1,0,2,0,4,2,TA,8,Min2,0,NA,2Types,1920,Unf,3,779,Fa,Fa,N,0,0,90,0,0,0,NA,NA,NA,0,5,2006,WD,Normal,87000 678,30,RL,52,9022,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,OldTown,Norm,Norm,1Fam,1Story,5,8,1924,2006,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,BrkTil,TA,TA,No,Unf,0,Unf,0,768,768,GasA,Ex,Y,SBrkr,792,0,0,792,0,0,1,0,2,1,Gd,5,Typ,0,NA,Detchd,1924,Unf,1,240,Fa,Fa,N,316,0,120,0,0,0,NA,NA,NA,0,5,2009,WD,Normal,109500 679,20,RL,80,11844,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,StoneBr,Norm,Norm,1Fam,1Story,8,5,2008,2008,Hip,CompShg,VinylSd,VinylSd,Stone,464,Gd,TA,PConc,Ex,TA,Mn,Unf,0,Unf,0,2046,2046,GasA,Ex,Y,SBrkr,2046,0,0,2046,0,0,2,1,3,1,Gd,7,Typ,1,Gd,Attchd,2008,Fin,3,834,TA,TA,Y,322,82,0,0,0,0,NA,NA,NA,0,7,2009,New,Partial,372500 680,20,RL,NA,9945,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,Sawyer,Norm,Norm,1Fam,1Story,5,5,1961,1961,Hip,CompShg,Wd Sdng,Wd Sdng,BrkFace,57,TA,TA,CBlock,TA,TA,No,Rec,827,Unf,0,161,988,GasA,TA,Y,SBrkr,988,0,0,988,1,0,1,0,3,1,TA,5,Typ,0,NA,Detchd,1963,Unf,2,572,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,10,2007,WD,Normal,128500 681,120,RL,50,8012,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,SawyerW,Norm,Norm,TwnhsE,1Story,6,5,1980,1980,Gable,CompShg,Plywood,Plywood,None,0,TA,TA,CBlock,Gd,TA,No,BLQ,543,BLQ,119,261,923,GasA,TA,Y,SBrkr,923,0,0,923,0,0,2,0,2,1,TA,5,Typ,1,TA,Attchd,1980,RFn,1,264,TA,TA,Y,80,0,0,0,0,0,NA,NA,NA,0,5,2010,WD,Normal,143000 682,50,RH,55,4500,Pave,Pave,IR2,Bnk,AllPub,Inside,Gtl,SWISU,Norm,Norm,1Fam,1.5Fin,5,5,1932,2000,Gable,CompShg,VinylSd,Stucco,None,0,TA,TA,BrkTil,TA,TA,No,Rec,182,Unf,0,611,793,GasA,Ex,Y,SBrkr,848,672,0,1520,0,0,1,0,3,1,TA,6,Typ,0,NA,Detchd,1968,Unf,1,281,TA,TA,Y,0,0,56,0,0,0,NA,NA,NA,0,7,2009,WD,Abnorml,159434 683,120,RL,NA,2887,Pave,NA,Reg,HLS,AllPub,Inside,Gtl,ClearCr,Norm,Norm,1Fam,1Story,6,5,1996,1997,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,PConc,Gd,TA,Mn,GLQ,1003,Unf,0,288,1291,GasA,Ex,Y,SBrkr,1291,0,0,1291,1,0,1,0,2,1,Gd,6,Typ,1,Gd,Attchd,1996,Unf,2,431,TA,TA,Y,307,0,0,0,0,0,NA,NA,NA,0,11,2008,WD,Normal,173000 684,20,RL,90,11248,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,CollgCr,Norm,Norm,1Fam,1Story,9,5,2002,2002,Hip,CompShg,VinylSd,VinylSd,Stone,215,Gd,TA,PConc,Gd,TA,Av,GLQ,1059,Unf,0,567,1626,GasA,Ex,Y,SBrkr,1668,0,0,1668,1,0,2,0,3,1,Gd,7,Typ,1,TA,Attchd,2002,Fin,3,702,TA,TA,Y,257,45,0,0,0,0,NA,NA,NA,0,7,2007,WD,Normal,285000 685,60,RL,58,16770,Pave,NA,IR2,Lvl,AllPub,CulDSac,Gtl,NoRidge,Norm,Norm,1Fam,2Story,7,5,1998,1998,Gable,CompShg,VinylSd,VinylSd,BrkFace,30,Gd,TA,PConc,Gd,TA,No,Unf,0,Unf,0,1195,1195,GasA,Gd,Y,SBrkr,1195,644,0,1839,0,0,2,1,4,1,TA,7,Typ,0,NA,Attchd,1998,Fin,2,486,TA,TA,Y,0,81,0,0,0,0,NA,NA,NA,0,6,2010,WD,Normal,221000 686,160,RL,NA,5062,Pave,NA,IR1,Lvl,AllPub,CulDSac,Gtl,StoneBr,Norm,Norm,TwnhsE,2Story,7,5,1984,1984,Gable,CompShg,HdBoard,HdBoard,None,0,Gd,TA,CBlock,Gd,TA,Mn,GLQ,828,LwQ,182,180,1190,GasA,Gd,Y,SBrkr,1190,900,0,2090,1,0,2,0,3,1,Gd,6,Min1,1,TA,Attchd,1984,Fin,2,577,TA,TA,Y,219,0,0,0,0,0,NA,NA,NA,0,9,2007,WD,Normal,207500 687,60,FV,84,10207,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Somerst,Norm,Norm,1Fam,2Story,7,6,2007,2007,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,TA,No,Unf,0,Unf,0,874,874,GasA,Ex,Y,SBrkr,874,887,0,1761,0,0,3,0,3,1,Gd,7,Typ,0,NA,Attchd,2007,Fin,2,578,TA,TA,Y,144,105,0,0,0,0,NA,NA,NA,0,8,2007,New,Partial,227875 688,160,FV,NA,5105,Pave,NA,IR2,Lvl,AllPub,FR2,Gtl,Somerst,Norm,Norm,TwnhsE,2Story,7,5,2004,2004,Gable,CompShg,MetalSd,MetalSd,None,0,Gd,TA,PConc,Gd,TA,No,GLQ,239,Unf,0,312,551,GasA,Ex,Y,SBrkr,551,551,0,1102,0,0,2,1,2,1,Gd,4,Typ,0,NA,Detchd,2004,Unf,2,480,TA,TA,Y,0,60,0,0,0,0,NA,NA,NA,0,3,2007,WD,Normal,148800 689,20,RL,60,8089,Pave,NA,Reg,HLS,AllPub,Inside,Gtl,StoneBr,Norm,Norm,1Fam,1Story,8,6,2007,2007,Gable,CompShg,MetalSd,MetalSd,BrkFace,0,Gd,TA,PConc,Gd,TA,Av,GLQ,945,Unf,0,474,1419,GasA,Ex,Y,SBrkr,1419,0,0,1419,1,0,2,0,2,1,Gd,7,Typ,1,Gd,Attchd,2007,RFn,2,567,TA,TA,Y,140,0,0,0,0,0,NA,NA,NA,0,10,2007,New,Partial,392000 690,120,RL,61,7577,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,NridgHt,Norm,Norm,TwnhsE,1Story,6,5,2005,2006,Gable,CompShg,VinylSd,VinylSd,Stone,256,Gd,TA,PConc,Gd,TA,Av,ALQ,20,Unf,0,1342,1362,GasA,Ex,Y,SBrkr,1362,0,0,1362,0,0,2,0,2,1,Gd,6,Typ,1,Gd,Attchd,2005,RFn,2,460,TA,TA,Y,192,28,0,0,0,0,NA,NA,NA,0,6,2007,WD,Normal,194700 691,120,RM,NA,4426,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,TwnhsE,1Story,6,5,2004,2004,Gable,CompShg,VinylSd,VinylSd,BrkFace,147,Gd,TA,PConc,Gd,TA,Gd,GLQ,697,Unf,0,151,848,GasA,Ex,Y,SBrkr,848,0,0,848,1,0,1,0,1,1,Gd,3,Typ,1,TA,Attchd,2004,RFn,2,420,TA,TA,Y,149,0,0,0,0,0,NA,NA,NA,0,5,2008,WD,Normal,141000 692,60,RL,104,21535,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,NoRidge,Norm,Norm,1Fam,2Story,10,6,1994,1995,Gable,WdShngl,HdBoard,HdBoard,BrkFace,1170,Ex,TA,PConc,Ex,TA,Gd,GLQ,1455,Unf,0,989,2444,GasA,Ex,Y,SBrkr,2444,1872,0,4316,0,1,3,1,4,1,Ex,10,Typ,2,Ex,Attchd,1994,Fin,3,832,TA,TA,Y,382,50,0,0,0,0,NA,NA,NA,0,1,2007,WD,Normal,755000 693,60,RL,42,26178,Pave,NA,IR1,Lvl,AllPub,Inside,Mod,Timber,Norm,Norm,1Fam,2Story,7,5,1989,1990,Hip,CompShg,MetalSd,MetalSd,BrkFace,293,Gd,TA,PConc,Gd,TA,Gd,GLQ,965,Unf,0,245,1210,GasA,Ex,Y,SBrkr,1238,1281,0,2519,1,0,2,1,4,1,Gd,9,Typ,2,Gd,Attchd,1989,RFn,2,628,TA,TA,Y,320,27,0,0,0,0,NA,NA,NA,0,4,2006,WD,Normal,335000 694,30,RL,60,5400,Pave,NA,Reg,Lvl,AllPub,Corner,Sev,OldTown,Norm,Norm,1Fam,1Story,5,6,1921,1968,Gable,CompShg,MetalSd,MetalSd,None,0,TA,TA,BrkTil,TA,TA,No,Unf,0,Unf,0,1073,1073,GasA,Ex,Y,SBrkr,1073,0,0,1073,0,0,1,0,2,1,TA,4,Typ,0,NA,Detchd,1968,Unf,1,326,TA,TA,Y,0,0,112,0,0,0,NA,NA,NA,0,12,2006,WD,Abnorml,108480 695,50,RM,51,6120,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,BrkSide,Norm,Norm,1Fam,1.5Fin,5,6,1936,1950,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,Fa,BrkTil,TA,TA,No,Unf,0,Unf,0,927,927,GasA,TA,Y,SBrkr,1067,472,0,1539,0,0,1,1,3,1,TA,5,Typ,0,NA,Detchd,1995,Unf,2,576,TA,TA,Y,112,0,0,0,0,0,NA,MnPrv,NA,0,4,2009,WD,Normal,141500 696,20,RL,54,13811,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,Timber,Norm,Norm,1Fam,1Story,6,6,1987,1987,Gable,CompShg,HdBoard,HdBoard,BrkFace,72,TA,TA,CBlock,Gd,Gd,No,GLQ,980,LwQ,40,92,1112,GasA,Gd,Y,SBrkr,1137,0,0,1137,1,0,2,0,2,1,Gd,5,Typ,1,TA,Attchd,1987,Unf,2,551,TA,TA,Y,125,0,0,0,0,0,NA,NA,NA,0,7,2006,WD,Normal,176000 697,30,RM,50,6000,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,BrkSide,Norm,Norm,1Fam,1Story,5,7,1921,1950,Gable,CompShg,Wd Sdng,Wd Shng,None,0,TA,TA,CBlock,TA,TA,No,LwQ,616,Unf,0,0,616,GasA,Gd,Y,SBrkr,616,0,0,616,0,0,1,0,2,1,TA,4,Typ,0,NA,Detchd,1921,Unf,1,205,TA,TA,Y,0,0,129,0,0,0,NA,NA,NA,0,6,2006,WD,Normal,89000 698,20,RL,57,6420,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,Edwards,Norm,Norm,1Fam,1Story,5,7,1952,1952,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,PConc,Ex,Gd,Mn,LwQ,210,ALQ,551,219,980,GasA,Fa,Y,FuseA,1148,0,0,1148,0,1,1,0,2,1,TA,6,Typ,0,NA,Detchd,1952,Unf,1,308,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,9,2006,WD,Normal,123500 699,20,RL,65,8450,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Sawyer,RRAe,Norm,1Fam,1Story,5,8,1965,2009,Gable,CompShg,MetalSd,MetalSd,None,0,TA,Gd,CBlock,TA,TA,No,GLQ,553,BLQ,117,224,894,GasA,Ex,Y,SBrkr,894,0,0,894,1,0,1,0,3,1,TA,5,Typ,1,Gd,Detchd,1973,Unf,1,336,TA,TA,Y,416,144,0,0,0,0,NA,MnPrv,NA,0,4,2010,WD,Normal,138500 700,120,FV,59,4282,Pave,Pave,IR2,Lvl,AllPub,Inside,Gtl,Somerst,Norm,Norm,TwnhsE,1Story,7,5,2004,2004,Gable,CompShg,MetalSd,MetalSd,None,0,Gd,TA,PConc,Gd,TA,Mn,GLQ,16,Unf,0,1375,1391,GasA,Ex,Y,SBrkr,1391,0,0,1391,0,0,2,0,2,1,Gd,5,Typ,0,NA,Attchd,2004,RFn,2,530,TA,TA,Y,156,158,0,0,0,0,NA,NA,NA,0,7,2008,WD,Normal,196000 701,20,RL,85,14331,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Timber,Norm,Norm,1Fam,1Story,8,5,2002,2002,Hip,CompShg,VinylSd,VinylSd,BrkFace,630,Gd,TA,PConc,Ex,TA,Gd,GLQ,1274,Unf,0,526,1800,GasA,Ex,Y,SBrkr,1800,0,0,1800,1,0,2,0,3,1,Gd,7,Typ,1,Gd,Attchd,2002,Fin,3,765,TA,TA,Y,270,78,0,0,0,0,NA,NA,NA,0,5,2006,WD,Normal,312500 702,20,RL,80,9600,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NWAmes,Norm,Norm,1Fam,1Story,7,5,1969,1969,Hip,CompShg,HdBoard,HdBoard,BrkFace,168,TA,TA,CBlock,TA,TA,No,Unf,0,Unf,0,1164,1164,GasA,TA,Y,SBrkr,1164,0,0,1164,0,0,1,1,3,1,TA,6,Typ,0,NA,Attchd,1969,Unf,2,528,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,7,2006,COD,Normal,140000 703,60,RL,82,12438,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,StoneBr,Norm,Norm,1Fam,2Story,8,5,2006,2006,Hip,CompShg,VinylSd,VinylSd,BrkFace,466,Ex,TA,PConc,Ex,Gd,No,Unf,0,Unf,0,1234,1234,GasA,Ex,Y,SBrkr,1264,1312,0,2576,0,0,2,1,4,1,Ex,10,Typ,1,Gd,BuiltIn,2006,Fin,3,666,TA,TA,Y,324,100,0,0,0,0,NA,NA,NA,0,7,2006,New,Partial,361919 704,190,RM,76,7630,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,OldTown,Feedr,Norm,2fmCon,2Story,5,9,1900,1996,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,Gd,BrkTil,Gd,TA,No,Unf,0,Unf,0,360,360,GasA,Gd,Y,SBrkr,1032,780,0,1812,0,0,2,0,4,2,Gd,8,Typ,1,Po,Detchd,1999,Unf,2,672,TA,TA,N,344,0,40,0,0,0,NA,MnPrv,NA,0,5,2010,WD,Normal,140000 705,20,RL,70,8400,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,1Story,7,5,2004,2005,Gable,CompShg,VinylSd,VinylSd,BrkFace,109,Gd,TA,PConc,Gd,TA,Av,GLQ,712,Unf,0,761,1473,GasA,Ex,Y,SBrkr,1484,0,0,1484,1,0,2,0,3,1,Gd,7,Typ,0,NA,Attchd,2004,RFn,2,606,TA,TA,Y,0,35,0,144,0,0,NA,NA,NA,0,5,2010,WD,Normal,213000 706,190,RM,70,5600,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,IDOTRR,Norm,Norm,2fmCon,2Story,4,5,1930,1950,Hip,CompShg,VinylSd,Wd Shng,None,0,Fa,Fa,Slab,NA,NA,NA,NA,0,NA,0,0,0,GasA,Fa,N,SBrkr,372,720,0,1092,0,0,2,0,3,2,Fa,7,Mod,0,NA,NA,NA,NA,0,0,NA,NA,N,0,0,0,0,0,0,NA,NA,Othr,3500,7,2010,WD,Normal,55000 707,20,RL,NA,115149,Pave,NA,IR2,Low,AllPub,CulDSac,Sev,ClearCr,Norm,Norm,1Fam,1Story,7,5,1971,2002,Gable,CompShg,Plywood,Plywood,Stone,351,TA,TA,CBlock,Gd,TA,Gd,GLQ,1219,Unf,0,424,1643,GasA,TA,Y,SBrkr,1824,0,0,1824,1,0,2,0,2,1,Gd,5,Typ,2,TA,Attchd,1971,Unf,2,739,TA,TA,Y,380,48,0,0,0,0,NA,NA,NA,0,6,2007,WD,Normal,302000 708,120,RL,48,6240,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NridgHt,Norm,Norm,TwnhsE,1Story,8,5,2006,2006,Hip,CompShg,MetalSd,MetalSd,BrkFace,176,Gd,TA,PConc,Gd,TA,No,GLQ,863,Unf,0,461,1324,GasA,Ex,Y,SBrkr,1324,0,0,1324,1,0,2,0,2,1,Gd,6,Typ,1,Gd,Attchd,2006,Fin,2,550,TA,TA,Y,192,38,0,0,0,0,NA,NA,NA,0,12,2009,WD,Normal,254000 709,60,RL,65,9018,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,Gilbert,Norm,Norm,1Fam,2Story,7,5,2007,2007,Hip,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,TA,Av,Unf,0,Unf,0,728,728,GasA,Ex,Y,SBrkr,728,728,0,1456,0,0,2,1,3,1,Gd,8,Typ,1,Gd,Attchd,2007,Fin,2,400,TA,TA,Y,100,24,0,0,0,0,NA,NA,NA,0,7,2007,New,Partial,179540 710,20,RL,NA,7162,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,Sawyer,Norm,Norm,1Fam,1Story,5,7,1966,1966,Gable,CompShg,HdBoard,HdBoard,BrkCmn,41,TA,TA,PConc,TA,TA,No,Unf,0,Unf,0,876,876,GasA,TA,Y,SBrkr,904,0,0,904,0,0,1,0,3,1,TA,6,Typ,0,NA,Attchd,1966,Unf,1,408,TA,TA,Y,0,0,0,0,0,0,NA,MnPrv,NA,0,12,2008,WD,Abnorml,109900 711,30,RL,56,4130,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,BrkSide,Norm,Norm,1Fam,1Story,3,6,1935,2003,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,CBlock,TA,TA,No,Unf,0,Unf,0,270,270,GasA,Gd,Y,SBrkr,729,0,0,729,0,0,1,0,2,1,TA,5,Maj2,0,NA,NA,NA,NA,0,0,NA,NA,N,0,0,0,0,0,0,NA,NA,NA,0,7,2008,WD,Normal,52000 712,50,C (all),66,8712,Pave,Pave,Reg,HLS,AllPub,Inside,Mod,IDOTRR,Norm,Norm,1Fam,1.5Fin,4,7,1900,1950,Gable,CompShg,MetalSd,MetalSd,None,0,TA,TA,Stone,TA,TA,Mn,Unf,0,Unf,0,859,859,GasA,Gd,Y,SBrkr,859,319,0,1178,0,0,1,0,2,1,TA,7,Typ,0,NA,Detchd,1964,RFn,1,384,TA,TA,N,68,0,98,0,0,0,NA,NA,NA,0,1,2010,WD,Abnorml,102776 713,120,RL,40,4671,Pave,NA,IR1,HLS,AllPub,Inside,Gtl,StoneBr,Norm,Norm,TwnhsE,1Story,8,5,1988,1989,Gable,CompShg,HdBoard,HdBoard,None,0,Gd,TA,PConc,Gd,TA,Mn,GLQ,767,Unf,0,461,1228,GasA,Gd,Y,SBrkr,1228,0,0,1228,1,0,2,0,2,1,Gd,5,Typ,1,Gd,Attchd,1988,Fin,2,472,TA,TA,Y,168,120,0,0,0,0,NA,NA,NA,0,10,2008,WD,Normal,189000 714,190,RL,60,9873,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,BrkSide,RRAn,Norm,2fmCon,1Story,4,5,1970,1970,Gable,CompShg,HdBoard,HdBoard,BrkFace,160,TA,TA,CBlock,TA,TA,Av,ALQ,789,Unf,0,171,960,GasW,TA,N,SBrkr,960,0,0,960,1,0,1,0,3,1,TA,6,Typ,0,NA,Detchd,1970,Unf,2,576,TA,TA,Y,0,288,0,0,0,0,NA,NA,NA,0,5,2006,WD,Normal,129000 715,60,RL,NA,13517,Pave,NA,IR1,Lvl,AllPub,CulDSac,Gtl,Sawyer,RRAe,Norm,1Fam,2Story,6,8,1976,2005,Gable,CompShg,HdBoard,Plywood,BrkFace,289,Gd,TA,CBlock,TA,TA,No,GLQ,533,Unf,0,192,725,GasA,Ex,Y,SBrkr,725,754,0,1479,0,0,2,1,3,1,Gd,6,Typ,0,NA,Attchd,1976,RFn,2,475,TA,TA,Y,0,44,0,0,0,0,NA,NA,NA,0,3,2010,WD,Normal,130500 716,20,RL,78,10140,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NWAmes,Norm,Norm,1Fam,1Story,6,5,1974,1974,Hip,CompShg,HdBoard,HdBoard,BrkFace,174,TA,TA,CBlock,Gd,TA,No,Unf,0,Unf,0,1064,1064,GasA,TA,Y,SBrkr,1350,0,0,1350,0,0,2,0,3,1,TA,7,Typ,1,TA,Attchd,1974,RFn,2,478,TA,TA,Y,0,0,0,0,0,0,NA,MnPrv,NA,0,8,2009,WD,Normal,165000 717,70,RM,60,10800,Pave,Grvl,Reg,Bnk,AllPub,Inside,Gtl,OldTown,Norm,Norm,1Fam,2Story,7,8,1890,1998,Gable,CompShg,Wd Sdng,VinylSd,None,0,TA,Gd,BrkTil,TA,TA,No,Unf,0,Unf,0,718,718,GasA,Ex,Y,SBrkr,1576,978,0,2554,0,0,1,1,3,1,TA,8,Typ,0,NA,Detchd,1996,Unf,2,704,TA,TA,P,0,48,143,0,0,0,NA,NA,NA,0,7,2007,WD,Normal,159500 718,20,RL,80,10000,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NWAmes,Norm,Norm,1Fam,1Story,5,6,1973,2000,Gable,CompShg,HdBoard,HdBoard,None,0,TA,TA,CBlock,Gd,TA,No,BLQ,1084,Unf,0,92,1176,GasA,Gd,Y,SBrkr,1178,0,0,1178,0,1,1,1,3,1,Gd,5,Typ,1,Fa,Attchd,1973,Unf,2,439,TA,TA,Y,224,0,0,0,0,0,NA,MnPrv,NA,0,11,2008,WD,Normal,157000 719,60,RL,96,10542,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NoRidge,Norm,Norm,1Fam,2Story,7,5,1993,1994,Hip,CompShg,Wd Sdng,ImStucc,BrkFace,651,Gd,TA,PConc,Gd,TA,Gd,GLQ,1173,Unf,0,138,1311,GasA,Ex,Y,SBrkr,1325,1093,0,2418,1,0,2,1,3,1,Gd,9,Typ,1,TA,Attchd,1993,RFn,3,983,TA,TA,Y,250,154,216,0,0,0,NA,NA,NA,0,8,2008,WD,Normal,341000 720,20,RL,69,9920,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,1Story,5,6,1969,1969,Gable,CompShg,HdBoard,Plywood,None,0,TA,TA,CBlock,Gd,TA,Gd,ALQ,523,Unf,0,448,971,GasA,TA,Y,SBrkr,971,0,0,971,0,0,1,1,3,1,TA,5,Typ,1,Po,Attchd,1969,Unf,1,300,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,5,2006,WD,Normal,128500 721,120,RL,NA,6563,Pave,NA,IR1,Low,AllPub,CulDSac,Mod,StoneBr,Norm,Norm,1Fam,1Story,8,5,1985,1985,Gable,CompShg,HdBoard,HdBoard,None,0,Gd,TA,PConc,Gd,TA,Gd,GLQ,1148,Unf,0,594,1742,GasA,TA,Y,SBrkr,1742,0,0,1742,1,0,2,0,2,1,Gd,5,Typ,1,TA,Attchd,1985,RFn,2,564,TA,TA,Y,114,28,234,0,0,0,NA,NA,NA,0,12,2006,WD,Normal,275000 722,120,RM,NA,4426,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,TwnhsE,1Story,6,5,2004,2004,Gable,CompShg,VinylSd,VinylSd,BrkFace,169,Gd,TA,PConc,Gd,TA,Av,GLQ,662,Unf,0,186,848,GasA,Ex,Y,SBrkr,848,0,0,848,1,0,1,0,1,1,Gd,3,Typ,0,NA,Attchd,2004,RFn,2,420,TA,TA,Y,160,0,0,0,0,0,NA,NA,NA,0,5,2010,WD,Normal,143000 723,20,RL,70,8120,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,4,7,1970,1970,Gable,CompShg,MetalSd,MetalSd,None,0,TA,Gd,CBlock,TA,TA,No,ALQ,191,Unf,0,673,864,GasA,Ex,Y,SBrkr,864,0,0,864,0,0,1,0,3,1,TA,5,Typ,0,NA,Detchd,1994,Unf,2,463,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,7,2009,WD,Normal,124500 724,50,RL,60,8172,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Edwards,Norm,Norm,1Fam,1.5Fin,4,6,1954,1972,Gable,CompShg,MetalSd,MetalSd,None,0,TA,TA,PConc,TA,TA,No,Unf,0,Unf,0,941,941,GasA,Ex,Y,SBrkr,997,473,0,1470,0,0,2,0,4,1,TA,7,Typ,0,NA,Detchd,1958,Unf,1,548,TA,TA,Y,0,0,0,0,156,0,NA,NA,NA,0,5,2008,WD,Normal,135000 725,20,RL,86,13286,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,Edwards,Norm,Norm,1Fam,1Story,9,5,2007,2008,Hip,CompShg,CemntBd,CmentBd,Stone,340,Ex,TA,PConc,Ex,TA,No,GLQ,1234,Unf,0,464,1698,GasA,Ex,Y,SBrkr,1698,0,0,1698,1,0,2,0,3,1,Ex,8,Typ,1,Gd,Attchd,2007,Fin,3,768,TA,TA,Y,327,64,0,0,0,0,NA,NA,NA,0,2,2009,WD,Normal,320000 726,20,RL,60,6960,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,4,6,1970,1970,Gable,CompShg,HdBoard,Plywood,None,0,TA,TA,CBlock,TA,TA,No,ALQ,375,BLQ,239,250,864,GasA,TA,Y,SBrkr,864,0,0,864,0,0,1,0,3,1,Gd,5,Typ,0,NA,Detchd,1989,Unf,2,660,TA,TA,Y,96,0,0,0,0,0,NA,NA,Shed,500,11,2009,WD,Normal,120500 727,20,RL,NA,21695,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,Crawfor,Norm,Norm,1Fam,1Story,6,9,1988,2007,Hip,CompShg,Wd Sdng,Plywood,BrkFace,260,Gd,Gd,CBlock,Gd,TA,No,GLQ,808,Unf,0,72,880,GasA,Ex,Y,SBrkr,1680,0,0,1680,1,0,2,0,3,1,Gd,5,Typ,1,Gd,Attchd,1988,Fin,2,540,TA,TA,Y,292,44,0,182,0,0,NA,NA,NA,0,12,2009,WD,Normal,222000 728,20,RL,64,7314,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,1Story,7,5,2007,2007,Gable,CompShg,VinylSd,VinylSd,Stone,82,Gd,TA,PConc,Gd,TA,Av,GLQ,724,Unf,0,508,1232,GasA,Ex,Y,SBrkr,1232,0,0,1232,1,0,2,0,2,1,Gd,6,Typ,0,NA,Attchd,2007,RFn,2,632,TA,TA,Y,132,0,0,0,0,0,NA,NA,NA,0,2,2009,WD,Normal,194500 729,90,RL,85,11475,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,NAmes,Norm,Norm,Duplex,1Story,5,5,1958,1958,Gable,CompShg,VinylSd,VinylSd,BrkFace,95,TA,TA,CBlock,TA,TA,No,Unf,0,Unf,0,1584,1584,GasA,TA,Y,SBrkr,1776,0,0,1776,1,0,2,0,4,2,TA,9,Typ,0,NA,Detchd,1968,Unf,3,888,TA,TA,Y,0,25,0,0,0,0,NA,NA,NA,0,7,2009,COD,Abnorml,110000 730,30,RM,52,6240,Pave,Grvl,Reg,Lvl,AllPub,Inside,Gtl,IDOTRR,Norm,Norm,1Fam,1.5Fin,4,5,1925,1950,Gable,CompShg,MetalSd,MetalSd,None,0,TA,TA,CBlock,TA,TA,No,BLQ,152,Unf,0,628,780,GasA,TA,Y,FuseA,848,0,360,1208,0,0,1,0,2,1,TA,5,Typ,0,NA,Detchd,1962,Unf,2,539,TA,TA,Y,0,23,112,0,0,0,NA,NA,NA,0,1,2009,WD,Normal,103000 731,120,RL,39,5389,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,StoneBr,Norm,Norm,TwnhsE,1Story,8,5,1995,1996,Gable,CompShg,CemntBd,CmentBd,None,0,Gd,TA,PConc,Gd,TA,No,GLQ,1180,Unf,0,415,1595,GasA,Ex,Y,SBrkr,1616,0,0,1616,1,0,2,0,2,1,Gd,5,Typ,1,TA,Attchd,1995,RFn,2,608,TA,TA,Y,237,152,0,0,0,0,NA,NA,NA,0,3,2010,WD,Normal,236500 732,80,RL,73,9590,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,Timber,Norm,Norm,1Fam,SLvl,7,5,2003,2003,Gable,CompShg,VinylSd,VinylSd,BrkFace,442,Gd,TA,PConc,Ex,TA,Av,GLQ,786,Unf,0,82,868,GasA,Ex,Y,SBrkr,1146,0,0,1146,1,0,2,0,3,1,Gd,6,Typ,1,Gd,Attchd,2003,Fin,2,438,TA,TA,Y,160,22,0,0,0,0,NA,NA,NA,0,5,2007,WD,Normal,187500 733,60,RL,75,11404,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,2Story,7,5,1998,1999,Gable,CompShg,VinylSd,VinylSd,BrkFace,202,Gd,TA,PConc,Gd,TA,Av,ALQ,252,Unf,0,901,1153,GasA,Ex,Y,SBrkr,1153,878,0,2031,0,0,2,1,3,1,Gd,8,Typ,1,TA,Attchd,1998,Fin,2,541,TA,TA,Y,192,84,0,0,0,0,NA,NA,NA,0,7,2008,WD,Normal,222500 734,20,RL,80,10000,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,Sawyer,Feedr,Norm,1Fam,1Story,5,6,1961,1983,Hip,CompShg,HdBoard,HdBoard,None,0,TA,TA,CBlock,TA,TA,No,BLQ,594,Unf,0,270,864,GasA,Ex,Y,SBrkr,1144,0,0,1144,1,0,1,0,3,1,TA,6,Typ,1,TA,Attchd,1961,RFn,1,264,TA,TA,Y,165,0,0,0,0,0,NA,GdWo,Shed,400,3,2009,WD,Normal,131400 735,20,RL,NA,8978,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,Sawyer,Norm,Norm,1Fam,1Story,5,5,1968,1968,Gable,CompShg,Plywood,Plywood,None,0,TA,TA,PConc,TA,TA,No,Unf,0,Unf,0,948,948,GasA,TA,Y,SBrkr,948,0,0,948,0,0,1,0,3,1,TA,6,Typ,0,NA,Attchd,1968,Unf,1,300,TA,TA,Y,147,0,0,0,0,0,NA,NA,NA,0,5,2007,WD,Family,108000 736,75,RM,60,10800,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,OldTown,Norm,Norm,1Fam,2.5Unf,7,7,1914,1970,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,BrkTil,Gd,TA,Mn,Rec,390,Unf,0,490,880,GasW,Fa,N,SBrkr,880,888,0,1768,0,0,1,1,2,1,TA,6,Typ,2,TA,Detchd,1914,Unf,2,320,TA,TA,N,0,341,0,0,0,0,NA,NA,NA,0,10,2006,WD,Normal,163000 737,90,RL,60,8544,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,Duplex,1Story,3,4,1950,1950,Gable,CompShg,Stucco,Stone,None,0,TA,TA,CBlock,NA,NA,NA,NA,0,NA,0,0,0,GasA,Gd,N,FuseF,1040,0,0,1040,0,0,2,0,2,2,TA,6,Typ,0,NA,Detchd,1949,Unf,2,400,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,7,2006,WD,Normal,93500 738,60,RL,72,10463,Pave,NA,IR1,HLS,AllPub,CulDSac,Gtl,Gilbert,Norm,Norm,1Fam,2Story,8,5,2005,2005,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,TA,No,Unf,0,Unf,0,893,893,GasA,Ex,Y,SBrkr,901,900,0,1801,0,0,2,1,3,1,Gd,8,Typ,1,Gd,Attchd,2005,Fin,3,800,TA,TA,Y,0,116,0,0,0,0,NA,NA,NA,0,6,2006,WD,Normal,239900 739,90,RL,60,10800,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Edwards,Norm,Norm,Duplex,1Story,5,5,1987,1988,Gable,CompShg,Plywood,Plywood,None,0,TA,TA,CBlock,Gd,Gd,Gd,GLQ,1200,Unf,0,0,1200,GasA,TA,Y,SBrkr,1200,0,0,1200,3,0,3,0,3,1,TA,5,Typ,0,NA,NA,NA,NA,0,0,NA,NA,Y,120,0,0,0,0,0,NA,NA,NA,0,3,2009,WD,Alloca,179000 740,60,RL,65,9313,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,2Story,7,5,2004,2004,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,TA,No,Unf,0,Unf,0,864,864,GasA,Ex,Y,SBrkr,864,864,0,1728,0,0,2,1,3,1,Gd,7,Typ,0,NA,Attchd,2004,RFn,2,572,TA,TA,Y,187,56,0,0,0,0,NA,NA,NA,0,4,2009,WD,Normal,190000 741,70,RM,60,9600,Pave,Grvl,Reg,Lvl,AllPub,Inside,Gtl,OldTown,Norm,Norm,1Fam,2Story,5,7,1910,2002,Gable,CompShg,Wd Sdng,Wd Shng,None,0,TA,Gd,BrkTil,Fa,Fa,No,Unf,0,Unf,0,264,264,GasA,Ex,Y,SBrkr,768,664,0,1432,0,0,2,0,2,1,TA,7,Typ,0,NA,Detchd,1910,Unf,2,360,TA,Gd,Y,270,0,112,0,0,0,NA,GdPrv,NA,0,5,2007,WD,Abnorml,132000 742,20,RL,65,6768,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,Sawyer,Feedr,Norm,1Fam,1Story,6,8,1961,1996,Hip,CompShg,HdBoard,HdBoard,None,0,TA,Gd,CBlock,TA,TA,Mn,GLQ,832,Unf,0,80,912,GasA,Gd,Y,SBrkr,912,0,0,912,1,1,1,0,3,1,Gd,5,Typ,0,NA,Detchd,1962,Unf,1,288,TA,TA,Y,168,0,0,0,0,0,NA,GdPrv,NA,0,5,2008,WD,Normal,142000 743,20,RL,65,8450,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,SawyerW,Norm,Norm,1Fam,1Story,7,5,2000,2001,Gable,CompShg,VinylSd,VinylSd,BrkFace,108,TA,TA,PConc,Gd,TA,No,Unf,0,Unf,0,1349,1349,GasA,Ex,Y,SBrkr,1349,0,0,1349,0,0,2,0,3,1,TA,6,Typ,0,NA,Attchd,2000,Unf,2,539,TA,TA,Y,120,55,0,0,0,0,NA,GdPrv,NA,0,12,2007,WD,Normal,179000 744,80,RL,70,12886,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,Sawyer,Norm,Norm,1Fam,SLvl,5,6,1963,1999,Gable,CompShg,HdBoard,HdBoard,None,0,TA,TA,CBlock,Gd,TA,Av,ALQ,444,Unf,0,76,520,GasA,Ex,Y,SBrkr,1464,0,0,1464,0,1,2,0,3,1,TA,6,Min2,1,TA,Attchd,1997,RFn,2,480,TA,TA,Y,302,0,0,0,100,0,NA,NA,NA,0,10,2009,WD,Normal,175000 745,120,RL,41,5395,Pave,NA,IR1,HLS,AllPub,Inside,Gtl,StoneBr,Norm,Norm,TwnhsE,1Story,8,5,1993,1993,Gable,CompShg,HdBoard,HdBoard,None,0,Gd,TA,PConc,Gd,TA,No,GLQ,733,Unf,0,604,1337,GasA,Gd,Y,SBrkr,1337,0,0,1337,1,0,2,0,2,1,Gd,5,Typ,1,TA,Attchd,1993,RFn,2,462,TA,TA,Y,96,0,70,168,0,0,NA,NA,NA,0,10,2008,WD,Normal,180000 746,60,RL,NA,8963,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,NWAmes,Norm,Norm,1Fam,2Story,8,9,1976,1996,Hip,CompShg,VinylSd,VinylSd,BrkFace,289,Ex,Gd,CBlock,TA,Gd,No,GLQ,575,ALQ,80,487,1142,GasA,Ex,Y,SBrkr,1175,1540,0,2715,0,1,3,1,4,1,Gd,11,Typ,2,TA,BuiltIn,1994,Fin,2,831,TA,TA,Y,0,204,0,0,0,0,NA,NA,NA,0,7,2008,WD,Normal,299800 747,60,RL,NA,8795,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,Gilbert,Norm,Norm,1Fam,2Story,7,5,2000,2000,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,TA,No,GLQ,300,Unf,0,652,952,GasA,Ex,Y,SBrkr,980,1276,0,2256,0,0,2,1,4,1,Gd,8,Typ,1,TA,BuiltIn,2000,Fin,2,554,TA,TA,Y,224,54,0,0,0,0,NA,NA,NA,0,4,2009,WD,Normal,236000 748,70,RM,65,11700,Pave,Pave,IR1,Lvl,AllPub,Corner,Gtl,OldTown,Norm,Norm,1Fam,2Story,7,7,1880,2003,Mansard,CompShg,Stucco,Stucco,None,0,Gd,TA,Stone,TA,Fa,No,Unf,0,Unf,0,1240,1240,GasW,TA,N,SBrkr,1320,1320,0,2640,0,0,1,1,4,1,Gd,8,Typ,1,Gd,Detchd,1950,Unf,4,864,TA,TA,N,181,0,386,0,0,0,NA,NA,NA,0,5,2009,WD,Normal,265979 749,20,RL,59,10593,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,NoRidge,Norm,Norm,1Fam,1Story,7,5,1996,1996,Hip,CompShg,VinylSd,VinylSd,BrkFace,338,Gd,TA,PConc,Gd,TA,No,GLQ,919,Unf,0,801,1720,GasA,Ex,Y,SBrkr,1720,0,0,1720,1,0,2,0,3,1,Gd,7,Typ,1,TA,Attchd,1996,Fin,2,527,TA,TA,Y,240,56,154,0,0,0,NA,NA,NA,0,3,2010,WD,Normal,260400 750,50,RL,50,8405,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Edwards,Norm,Norm,1Fam,1.5Fin,4,3,1945,1950,Gable,CompShg,WdShing,Wd Shng,None,0,TA,TA,Slab,NA,NA,NA,NA,0,NA,0,0,0,Wall,TA,N,FuseF,1088,441,0,1529,0,0,2,0,4,1,TA,9,Mod,0,NA,Detchd,1945,Unf,1,240,TA,TA,N,92,0,185,0,0,0,NA,NA,NA,0,4,2009,WD,Normal,98000 751,50,RM,55,8800,Pave,Grvl,Reg,Lvl,AllPub,Corner,Gtl,OldTown,Norm,Norm,1Fam,1.5Fin,4,7,1910,2004,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,BrkTil,TA,Fa,No,Unf,0,Unf,0,576,576,GasA,Gd,Y,SBrkr,792,348,0,1140,0,0,1,0,3,1,TA,7,Min2,0,NA,NA,NA,NA,0,0,NA,NA,N,0,160,0,0,0,0,NA,NA,NA,0,6,2010,WD,Normal,96500 752,60,RL,NA,7750,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Gilbert,RRAn,Norm,1Fam,2Story,7,5,2003,2003,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,TA,No,Unf,0,Unf,0,660,660,GasA,Ex,Y,SBrkr,660,660,0,1320,0,0,2,1,3,1,Gd,6,Typ,0,NA,Attchd,2003,Fin,2,400,TA,TA,Y,0,48,0,0,0,0,NA,NA,NA,0,8,2007,WD,Normal,162000 753,20,RL,79,9236,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,1Story,6,5,1997,1997,Gable,CompShg,VinylSd,VinylSd,None,0,TA,Gd,PConc,Gd,TA,Gd,GLQ,1200,Unf,0,279,1479,GasA,Ex,Y,SBrkr,1494,0,0,1494,1,0,2,0,3,1,Gd,6,Typ,0,NA,Attchd,1997,RFn,2,576,TA,TA,Y,168,27,0,0,0,0,NA,NA,NA,0,7,2006,WD,Normal,217000 754,60,RL,80,10240,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NridgHt,Norm,Norm,1Fam,2Story,8,5,2005,2005,Gable,CompShg,VinylSd,VinylSd,BrkFace,178,Gd,TA,PConc,Gd,TA,Mn,Unf,0,Unf,0,1030,1030,GasA,Gd,Y,SBrkr,1038,1060,0,2098,0,0,2,1,3,1,Ex,8,Typ,1,Gd,Attchd,2005,RFn,3,878,TA,TA,Y,192,52,0,0,0,0,NA,NA,NA,0,3,2006,WD,Normal,275500 755,20,RL,61,7930,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,6,8,1969,2005,Gable,CompShg,Plywood,Plywood,None,0,TA,TA,CBlock,TA,TA,No,GLQ,439,LwQ,472,115,1026,GasA,Gd,Y,SBrkr,1026,0,0,1026,1,0,1,0,3,1,Gd,5,Typ,0,NA,Detchd,1969,RFn,2,440,TA,TA,Y,171,48,0,0,0,0,NA,NA,NA,0,7,2009,WD,Normal,156000 756,160,FV,34,3230,Pave,Pave,Reg,Lvl,AllPub,Inside,Gtl,Somerst,Norm,Norm,TwnhsE,2Story,6,5,1999,1999,Gable,CompShg,MetalSd,MetalSd,BrkFace,894,TA,TA,PConc,Gd,TA,No,GLQ,381,Unf,0,348,729,GasA,Gd,Y,SBrkr,742,729,0,1471,0,0,2,1,3,1,TA,6,Typ,0,NA,Detchd,1999,Unf,2,440,TA,TA,Y,0,24,0,0,0,0,NA,NA,NA,0,3,2009,WD,Normal,172500 757,60,RL,68,10769,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,2Story,8,5,2007,2007,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,TA,Av,GLQ,20,Unf,0,846,866,GasA,Ex,Y,SBrkr,866,902,0,1768,0,0,2,1,3,1,Gd,7,Typ,0,NA,Attchd,2007,RFn,2,578,TA,TA,Y,144,105,0,0,0,0,NA,NA,NA,0,4,2009,WD,Normal,212000 758,60,RL,NA,11616,Pave,NA,IR1,Lvl,AllPub,CulDSac,Gtl,Sawyer,Norm,Norm,1Fam,2Story,6,5,1978,1978,Hip,CompShg,HdBoard,HdBoard,BrkCmn,328,TA,TA,CBlock,TA,TA,Mn,Rec,438,Unf,0,234,672,GasA,TA,Y,SBrkr,672,714,0,1386,0,0,2,1,3,1,TA,6,Typ,1,TA,Attchd,1978,Fin,2,440,TA,TA,Y,335,0,0,0,0,0,NA,GdPrv,NA,0,4,2010,WD,Abnorml,158900 759,160,FV,24,2280,Pave,Pave,Reg,Lvl,AllPub,Inside,Gtl,Somerst,Norm,Norm,Twnhs,2Story,7,5,1999,1999,Gable,CompShg,MetalSd,MetalSd,BrkFace,360,TA,TA,PConc,Gd,TA,No,ALQ,549,Unf,0,195,744,GasA,Gd,Y,SBrkr,757,744,0,1501,0,0,2,1,3,1,TA,6,Typ,0,NA,Detchd,1999,Unf,2,440,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,8,2008,WD,Normal,179400 760,60,RL,65,12257,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,NoRidge,Norm,Norm,1Fam,2Story,8,5,1995,1995,Gable,CompShg,VinylSd,VinylSd,BrkFace,513,Gd,TA,PConc,Gd,TA,Av,LwQ,56,ALQ,64,1198,1318,GasA,Ex,Y,SBrkr,1328,1203,0,2531,0,0,2,1,4,1,Gd,9,Typ,1,TA,Attchd,1995,RFn,3,752,TA,TA,Y,222,98,0,0,0,0,NA,NA,NA,0,11,2007,WD,Normal,290000 761,20,RL,70,9100,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,6,6,1959,1959,Hip,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,CBlock,TA,TA,No,Rec,612,Unf,0,252,864,GasA,Ex,Y,SBrkr,864,0,0,864,0,0,1,0,2,1,TA,5,Typ,0,NA,Detchd,2008,Unf,1,300,Ex,Ex,Y,0,0,0,0,0,0,NA,NA,Shed,450,10,2009,WD,Normal,127500 762,30,RM,60,6911,Pave,NA,Reg,Lvl,AllPub,FR2,Gtl,BrkSide,Feedr,Norm,1Fam,1Story,5,5,1924,1950,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,PConc,TA,TA,Mn,LwQ,405,Unf,0,740,1145,GasA,TA,Y,SBrkr,1301,0,0,1301,0,0,1,0,2,1,Fa,5,Min1,0,NA,Detchd,1965,Unf,2,440,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,10,2009,WD,Normal,100000 763,60,FV,72,8640,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Somerst,Norm,Norm,1Fam,2Story,7,5,2009,2009,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,PConc,Gd,TA,Mn,GLQ,24,Unf,0,732,756,GasA,Ex,Y,SBrkr,764,783,0,1547,0,0,2,1,3,1,Gd,7,Typ,0,NA,Attchd,2009,Unf,2,614,TA,TA,Y,169,45,0,0,0,0,NA,NA,NA,0,6,2010,Con,Normal,215200 764,60,RL,82,9430,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NoRidge,Norm,Norm,1Fam,2Story,8,5,1999,1999,Gable,CompShg,VinylSd,VinylSd,BrkFace,673,Gd,TA,PConc,Gd,TA,Mn,GLQ,1163,Unf,0,89,1252,GasA,Ex,Y,SBrkr,1268,1097,0,2365,1,0,2,1,3,1,Gd,8,Typ,1,Gd,Attchd,1999,RFn,3,856,TA,TA,Y,0,128,0,0,180,0,NA,NA,NA,0,7,2009,WD,Normal,337000 765,120,RL,30,9549,Pave,NA,IR1,Lvl,AllPub,CulDSac,Gtl,Veenker,Norm,Norm,TwnhsE,1Story,8,5,1995,1996,Hip,CompShg,BrkFace,BrkFace,None,0,Gd,Gd,PConc,Gd,Gd,Av,LwQ,437,GLQ,1057,0,1494,GasA,Ex,Y,SBrkr,1494,0,0,1494,1,0,1,1,2,1,Ex,6,Typ,1,Gd,Attchd,1995,Fin,2,481,TA,TA,Y,0,30,0,0,216,0,NA,NA,NA,0,4,2006,WD,Normal,270000 766,20,RL,75,14587,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,Somerst,Norm,Norm,1Fam,1Story,9,5,2008,2008,Gable,CompShg,VinylSd,VinylSd,Stone,284,Gd,TA,PConc,Gd,TA,No,Unf,0,Unf,0,1498,1498,GasA,Ex,Y,SBrkr,1506,0,0,1506,0,0,2,0,2,1,Ex,6,Typ,1,Gd,Attchd,2008,Fin,2,592,TA,TA,Y,0,174,0,0,0,0,NA,NA,NA,0,8,2008,New,Partial,264132 767,60,RL,80,10421,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NWAmes,Norm,Norm,1Fam,2Story,7,5,1988,1988,Gable,CompShg,HdBoard,HdBoard,BrkFace,42,TA,TA,CBlock,Gd,TA,No,GLQ,394,Unf,0,586,980,GasA,TA,Y,SBrkr,980,734,0,1714,0,0,2,1,3,1,TA,7,Typ,1,TA,Attchd,1988,Unf,2,496,TA,TA,Y,228,66,156,0,0,0,NA,MnPrv,Shed,500,3,2010,WD,Normal,196500 768,50,RL,75,12508,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,Mitchel,Norm,Norm,1Fam,1.5Fin,6,7,1940,1985,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,CBlock,Gd,TA,Mn,ALQ,660,Unf,0,323,983,GasA,Ex,Y,SBrkr,983,767,0,1750,1,0,2,0,4,1,TA,7,Mod,0,NA,Attchd,1989,Unf,1,423,TA,TA,Y,245,0,156,0,0,0,NA,NA,Shed,1300,7,2008,WD,Normal,160000 769,20,RL,70,9100,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,1Story,7,5,2004,2005,Hip,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,TA,No,GLQ,24,Unf,0,1836,1860,GasA,Ex,Y,SBrkr,1836,0,0,1836,0,0,2,0,3,1,Gd,8,Typ,1,Gd,Attchd,2004,Fin,2,484,TA,TA,Y,120,33,0,0,0,0,NA,NA,NA,0,10,2006,WD,Normal,216837 770,60,RL,47,53504,Pave,NA,IR2,HLS,AllPub,CulDSac,Mod,StoneBr,Norm,Norm,1Fam,2Story,8,5,2003,2003,Hip,CompShg,CemntBd,Wd Shng,BrkFace,603,Ex,TA,PConc,Gd,TA,Gd,ALQ,1416,Unf,0,234,1650,GasA,Ex,Y,SBrkr,1690,1589,0,3279,1,0,3,1,4,1,Ex,12,Mod,1,Gd,BuiltIn,2003,Fin,3,841,TA,TA,Y,503,36,0,0,210,0,NA,NA,NA,0,6,2010,WD,Normal,538000 771,85,RL,NA,7252,Pave,NA,IR1,Lvl,AllPub,CulDSac,Gtl,Sawyer,Norm,Norm,1Fam,SFoyer,5,5,1982,1982,Hip,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,CBlock,Gd,TA,Av,GLQ,685,Unf,0,173,858,GasA,TA,Y,SBrkr,858,0,0,858,1,0,1,0,2,1,TA,5,Typ,0,NA,Detchd,1983,Unf,2,576,TA,TA,Y,120,0,0,0,0,0,NA,NA,NA,0,4,2009,WD,Normal,134900 772,20,RL,67,8877,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Edwards,Norm,Norm,1Fam,1Story,4,5,1951,1951,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,CBlock,Fa,Fa,No,LwQ,836,Unf,0,0,836,GasA,TA,Y,FuseF,1220,0,0,1220,0,0,1,0,2,1,TA,6,Typ,0,NA,Detchd,1951,Unf,2,396,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,4,2006,COD,Normal,102000 773,80,RL,94,7819,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Edwards,Norm,Norm,1Fam,SLvl,6,5,1976,1976,Gable,CompShg,Plywood,Plywood,None,0,TA,TA,CBlock,TA,TA,Av,ALQ,422,BLQ,127,480,1029,GasA,TA,Y,SBrkr,1117,0,0,1117,1,0,1,0,3,1,TA,6,Typ,1,TA,Detchd,1976,Unf,2,672,TA,TA,Y,144,0,0,0,0,0,NA,MnPrv,NA,0,3,2010,WD,Abnorml,107000 774,20,RL,70,10150,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Feedr,Norm,1Fam,1Story,5,5,1958,1958,Gable,CompShg,Wd Sdng,Wd Sdng,None,1,TA,TA,CBlock,TA,TA,No,Rec,456,Unf,0,456,912,GasA,Ex,Y,FuseA,912,0,0,912,0,0,1,0,2,1,TA,5,Typ,0,NA,Attchd,1958,RFn,1,275,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,7,2007,COD,Normal,114500 775,20,RL,110,14226,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,NridgHt,Norm,Norm,1Fam,1Story,8,5,2006,2006,Hip,CompShg,VinylSd,VinylSd,BrkFace,375,Gd,TA,PConc,Gd,TA,Av,Unf,0,Unf,0,1935,1935,GasA,Gd,Y,SBrkr,1973,0,0,1973,0,0,2,0,3,1,Gd,9,Typ,1,Gd,Attchd,2006,Fin,3,895,TA,TA,Y,315,45,0,0,0,0,NA,NA,NA,0,7,2007,New,Partial,395000 776,120,RM,32,4500,Pave,NA,Reg,Lvl,AllPub,FR2,Gtl,Mitchel,Norm,Norm,TwnhsE,1Story,6,5,1998,1998,Hip,CompShg,VinylSd,VinylSd,BrkFace,320,TA,TA,PConc,Ex,TA,No,GLQ,866,Unf,0,338,1204,GasA,Ex,Y,SBrkr,1204,0,0,1204,1,0,2,0,2,1,TA,5,Typ,0,NA,Attchd,1998,Fin,2,412,TA,TA,Y,0,247,0,0,0,0,NA,NA,NA,0,6,2009,WD,Normal,162000 777,20,RL,86,11210,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,1Story,7,5,2005,2006,Gable,CompShg,VinylSd,VinylSd,BrkFace,240,Gd,TA,PConc,Gd,TA,Av,GLQ,20,Unf,0,1594,1614,GasA,Ex,Y,SBrkr,1614,0,0,1614,0,0,2,0,3,1,Gd,7,Typ,0,NA,Attchd,2005,RFn,3,865,TA,TA,Y,144,59,0,0,0,0,NA,NA,NA,0,7,2006,New,Partial,221500 778,20,RL,100,13350,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,Sawyer,Norm,Norm,1Fam,1Story,5,5,1974,1974,Hip,CompShg,HdBoard,Plywood,None,0,TA,TA,CBlock,TA,TA,No,ALQ,762,Unf,0,102,864,GasA,TA,Y,SBrkr,894,0,0,894,1,0,1,0,3,1,TA,5,Typ,1,Fa,Attchd,1974,Unf,2,440,TA,TA,Y,241,0,0,0,0,0,NA,MnPrv,NA,0,6,2006,WD,Normal,142500 779,90,RH,60,8400,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,SawyerW,Feedr,Norm,Duplex,1Story,5,5,1977,1977,Gable,CompShg,Plywood,Plywood,BrkFace,320,TA,TA,Slab,NA,NA,NA,NA,0,NA,0,0,0,GasA,TA,Y,SBrkr,2020,0,0,2020,0,0,2,0,4,2,TA,10,Typ,2,TA,Detchd,1977,Unf,2,630,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,10,2007,WD,Normal,144000 780,90,RL,78,10530,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Mitchel,Norm,Norm,Duplex,SFoyer,6,5,1977,1977,Gable,CompShg,Plywood,ImStucc,BrkFace,90,TA,TA,CBlock,Gd,TA,Gd,GLQ,975,Unf,0,0,975,GasA,TA,Y,SBrkr,1004,0,0,1004,1,0,1,0,2,1,TA,4,Typ,0,NA,Attchd,1977,Unf,2,504,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,5,2006,WD,Normal,135000 781,20,RL,63,7875,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Gilbert,Norm,Norm,1Fam,1Story,7,5,1995,1996,Gable,CompShg,HdBoard,HdBoard,BrkFace,38,TA,TA,PConc,Gd,Gd,No,Unf,0,Unf,0,1237,1237,GasA,Gd,Y,SBrkr,1253,0,0,1253,0,0,2,0,3,1,TA,6,Typ,1,TA,Attchd,1995,Fin,2,402,TA,TA,Y,220,21,0,0,0,0,NA,NA,NA,0,6,2007,WD,Normal,176000 782,60,RL,65,7153,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,SawyerW,Norm,Norm,1Fam,2Story,6,5,1992,1992,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,Gd,PConc,Gd,TA,No,ALQ,387,Unf,0,374,761,GasA,Ex,Y,SBrkr,810,793,0,1603,0,0,2,1,3,1,Gd,7,Typ,0,NA,Attchd,1992,RFn,2,484,TA,TA,Y,0,124,0,0,0,0,NA,NA,NA,0,7,2006,WD,Normal,175900 783,20,RL,67,16285,Pave,NA,IR2,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,1Story,7,5,2001,2002,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,TA,No,Unf,0,Unf,0,1413,1413,GasA,Ex,Y,SBrkr,1430,0,0,1430,0,0,2,0,3,1,Gd,6,Typ,0,NA,Attchd,2001,RFn,2,605,TA,TA,Y,0,33,0,0,0,0,NA,NA,NA,0,6,2009,WD,Normal,187100 784,85,RL,NA,9101,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,Mitchel,Norm,Norm,1Fam,SFoyer,5,6,1978,1978,Gable,CompShg,Plywood,Plywood,BrkFace,104,TA,Gd,PConc,Gd,TA,Av,GLQ,1097,Unf,0,0,1097,GasA,Ex,Y,SBrkr,1110,0,0,1110,1,0,1,0,1,1,Gd,4,Typ,1,TA,Attchd,1978,Fin,2,602,TA,TA,Y,303,30,0,0,0,0,NA,NA,NA,0,7,2009,WD,Normal,165500 785,75,RM,35,6300,Pave,Grvl,Reg,Lvl,AllPub,Inside,Gtl,OldTown,Norm,Norm,1Fam,2.5Unf,6,6,1914,2001,Gable,CompShg,Wd Sdng,Wd Shng,None,0,TA,TA,CBlock,TA,TA,No,Unf,0,Unf,0,742,742,GasA,Ex,Y,SBrkr,742,742,0,1484,0,0,2,0,3,1,TA,9,Typ,1,Gd,NA,NA,NA,0,0,NA,NA,Y,0,291,134,0,0,0,NA,NA,NA,0,6,2008,WD,Normal,128000 786,20,RL,NA,9790,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NWAmes,Feedr,Norm,1Fam,1Story,6,5,1967,1967,Gable,CompShg,BrkFace,Wd Sdng,None,0,TA,TA,CBlock,TA,TA,No,Rec,251,LwQ,630,491,1372,GasA,TA,Y,SBrkr,1342,0,0,1342,0,0,2,0,3,1,TA,7,Typ,1,Gd,Attchd,1967,Unf,2,457,TA,TA,Y,0,0,0,0,197,0,NA,NA,NA,0,9,2009,WD,Normal,161500 787,50,RM,60,10800,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,OldTown,Artery,Norm,1Fam,1.5Fin,5,6,1915,1950,Gable,CompShg,MetalSd,MetalSd,None,0,TA,Gd,PConc,Fa,TA,No,LwQ,686,Unf,0,0,686,GasA,TA,Y,SBrkr,966,686,0,1652,1,0,2,0,4,1,TA,7,Typ,0,NA,Detchd,1961,Unf,1,416,TA,TA,Y,0,0,196,0,0,0,NA,NA,Shed,1200,6,2010,WD,Normal,139000 788,60,RL,76,10142,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,SawyerW,Norm,Norm,1Fam,2Story,7,5,2004,2004,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,TA,No,GLQ,656,Unf,0,300,956,GasA,Ex,Y,SBrkr,956,1128,0,2084,1,0,2,1,4,1,Gd,8,Typ,0,NA,BuiltIn,2004,RFn,2,618,TA,TA,Y,0,45,0,0,0,0,NA,NA,NA,0,1,2010,WD,Normal,233000 789,20,RM,50,6000,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,OldTown,Norm,Norm,1Fam,1Story,4,7,1954,2000,Gable,CompShg,MetalSd,MetalSd,None,0,TA,TA,CBlock,TA,TA,No,Unf,0,Unf,0,901,901,GasA,Ex,Y,SBrkr,901,0,0,901,0,0,1,0,2,1,TA,4,Typ,0,NA,Detchd,1954,Unf,1,281,Fa,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,8,2008,WD,Normal,107900 790,60,RL,NA,12205,Pave,NA,IR1,Low,AllPub,Inside,Gtl,ClearCr,Norm,Norm,1Fam,2Story,6,8,1966,2007,Gable,CompShg,HdBoard,HdBoard,BrkFace,157,TA,TA,CBlock,TA,Fa,Gd,LwQ,568,Unf,0,264,832,GasA,Gd,Y,SBrkr,976,1111,0,2087,0,0,2,1,5,1,Gd,9,Typ,0,NA,Attchd,1966,Fin,2,444,TA,TA,Y,133,168,0,0,0,0,NA,NA,NA,0,7,2007,WD,Normal,187500 791,120,RL,43,3182,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Blmngtn,Norm,Norm,TwnhsE,1Story,7,5,2005,2006,Gable,CompShg,VinylSd,VinylSd,BrkFace,11,Gd,TA,PConc,Gd,TA,No,GLQ,16,Unf,0,1129,1145,GasA,Ex,Y,SBrkr,1145,0,0,1145,0,0,2,0,2,1,Gd,5,Typ,1,Gd,Attchd,2005,Fin,2,397,TA,TA,Y,100,16,0,0,0,0,NA,NA,NA,0,9,2009,WD,Normal,160200 792,80,RL,NA,11333,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,Mitchel,Norm,Norm,1Fam,SLvl,6,5,1976,1976,Gable,CompShg,HdBoard,HdBoard,None,0,TA,TA,PConc,Gd,TA,Av,ALQ,539,Unf,0,490,1029,GasA,TA,Y,SBrkr,1062,0,0,1062,1,0,1,0,3,1,TA,5,Typ,2,TA,Attchd,1976,RFn,2,539,TA,TA,Y,120,0,0,0,0,0,NA,NA,NA,0,5,2007,WD,Normal,146800 793,60,RL,92,9920,Pave,NA,IR1,Lvl,AllPub,CulDSac,Gtl,NoRidge,Norm,Norm,1Fam,2Story,7,5,1996,1997,Gable,CompShg,MetalSd,MetalSd,None,0,Gd,TA,PConc,Gd,TA,Av,GLQ,862,Unf,0,255,1117,GasA,Ex,Y,SBrkr,1127,886,0,2013,1,0,2,1,3,1,TA,8,Typ,1,TA,Attchd,1997,Unf,2,455,TA,TA,Y,180,130,0,0,0,0,NA,NA,NA,0,6,2007,WD,Normal,269790 794,20,RL,76,9158,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Somerst,Norm,Norm,1Fam,1Story,8,5,2007,2007,Gable,CompShg,CemntBd,CmentBd,Stone,140,Gd,TA,PConc,Gd,TA,Av,Unf,0,Unf,0,1496,1496,GasA,Ex,Y,SBrkr,1496,0,0,1496,0,0,2,0,3,1,Gd,7,Typ,0,NA,Attchd,2007,Fin,2,474,TA,TA,Y,168,130,0,0,0,0,NA,NA,NA,0,6,2007,New,Partial,225000 795,60,RL,NA,10832,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,Gilbert,Norm,Norm,1Fam,2Story,7,5,1994,1996,Gable,CompShg,MetalSd,MetalSd,None,0,Gd,TA,PConc,Gd,TA,No,Unf,0,Unf,0,712,712,GasA,Ex,Y,SBrkr,1086,809,0,1895,0,0,2,1,3,1,Gd,7,Typ,1,TA,Attchd,1994,Fin,2,409,TA,TA,Y,143,46,0,0,0,0,NA,NA,Shed,500,10,2008,WD,Normal,194500 796,60,RL,70,8400,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,SawyerW,Norm,Norm,1Fam,2Story,6,6,1980,1981,Gable,CompShg,HdBoard,HdBoard,BrkFace,130,TA,TA,CBlock,Gd,TA,No,Unf,0,Unf,0,650,650,GasA,TA,Y,SBrkr,888,676,0,1564,0,0,2,1,3,1,TA,7,Typ,1,TA,Attchd,1980,Unf,2,476,TA,TA,Y,0,50,0,0,204,0,NA,MnPrv,NA,0,4,2010,WD,Normal,171000 797,20,RL,71,8197,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Sawyer,Norm,Norm,1Fam,1Story,6,5,1977,1977,Gable,CompShg,Plywood,Plywood,BrkFace,148,TA,TA,CBlock,TA,TA,No,Unf,0,Unf,0,660,660,GasA,Ex,Y,SBrkr,1285,0,0,1285,0,0,1,1,3,1,TA,7,Typ,1,TA,Attchd,1977,RFn,2,528,TA,TA,Y,138,0,0,0,0,0,NA,MnPrv,NA,0,4,2007,WD,Normal,143500 798,20,RL,57,7677,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,5,5,1953,1953,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,CBlock,TA,TA,No,BLQ,570,Unf,0,203,773,GasA,Gd,Y,SBrkr,773,0,0,773,0,0,1,0,2,1,TA,4,Typ,0,NA,Attchd,1953,Unf,1,240,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,4,2008,WD,Abnorml,110000 799,60,RL,104,13518,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NridgHt,Norm,Norm,1Fam,2Story,9,5,2008,2009,Hip,CompShg,VinylSd,VinylSd,Stone,860,Ex,TA,PConc,Ex,TA,No,Unf,0,Unf,0,1926,1926,GasA,Ex,Y,SBrkr,1966,1174,0,3140,0,0,3,1,4,1,Ex,11,Typ,2,Gd,BuiltIn,2009,Fin,3,820,TA,TA,Y,144,78,0,0,0,0,NA,NA,NA,0,7,2009,New,Partial,485000 800,50,RL,60,7200,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,SWISU,Feedr,Norm,1Fam,1.5Fin,5,7,1937,1950,Gable,CompShg,Wd Sdng,Wd Sdng,BrkFace,252,TA,TA,BrkTil,Gd,TA,No,ALQ,569,Unf,0,162,731,GasA,Ex,Y,SBrkr,981,787,0,1768,1,0,1,1,3,1,Gd,7,Typ,2,TA,Detchd,1939,Unf,1,240,TA,TA,Y,0,0,264,0,0,0,NA,MnPrv,NA,0,6,2007,WD,Normal,175000 801,60,RL,79,12798,Pave,NA,IR1,HLS,AllPub,Inside,Mod,ClearCr,Feedr,Norm,1Fam,2Story,6,5,1997,1997,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,PConc,Gd,TA,Gd,GLQ,462,Unf,0,154,616,GasA,Gd,Y,SBrkr,616,1072,0,1688,1,0,2,1,4,1,Gd,8,Typ,0,NA,Attchd,1997,RFn,2,603,TA,TA,Y,403,114,185,0,0,0,NA,NA,Shed,400,5,2008,WD,Normal,200000 802,30,RM,40,4800,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,IDOTRR,Norm,Norm,1Fam,1Story,4,7,1916,1990,Gable,CompShg,MetalSd,MetalSd,None,0,TA,TA,CBlock,TA,TA,No,LwQ,197,Unf,0,999,1196,GasA,Ex,Y,FuseA,1196,0,0,1196,1,0,1,0,2,1,TA,5,Typ,0,NA,Detchd,1957,Unf,2,440,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,7,2007,WD,Normal,109900 803,60,RL,63,8199,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,2Story,7,5,2005,2005,Gable,CompShg,WdShing,Wd Shng,None,0,Gd,TA,PConc,Gd,TA,Av,GLQ,648,Unf,0,80,728,GasA,Ex,Y,SBrkr,728,728,0,1456,1,0,2,1,3,1,Gd,7,Typ,1,Gd,Attchd,2005,Fin,2,410,TA,TA,Y,36,18,0,0,0,0,NA,NA,NA,0,10,2008,WD,Normal,189000 804,60,RL,107,13891,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NridgHt,Norm,Norm,1Fam,2Story,9,5,2008,2009,Hip,CompShg,VinylSd,VinylSd,Stone,424,Ex,TA,PConc,Ex,TA,Gd,Unf,0,Unf,0,1734,1734,GasA,Ex,Y,SBrkr,1734,1088,0,2822,0,0,3,1,4,1,Ex,12,Typ,1,Gd,BuiltIn,2009,RFn,3,1020,TA,TA,Y,52,170,0,0,192,0,NA,NA,NA,0,1,2009,New,Partial,582933 805,20,RL,75,9000,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,5,5,1954,1954,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,CBlock,TA,TA,No,LwQ,812,Unf,0,124,936,GasA,TA,Y,SBrkr,1128,0,0,1128,0,0,1,0,2,1,TA,5,Min1,0,NA,Attchd,1954,Unf,1,286,TA,TA,Y,0,0,0,0,0,0,NA,GdWo,NA,0,6,2006,WD,Family,118000 806,20,RL,91,12274,Pave,NA,IR1,Lvl,AllPub,FR2,Gtl,Somerst,Norm,Norm,1Fam,1Story,7,5,2008,2008,Gable,CompShg,VinylSd,VinylSd,Stone,256,Gd,TA,PConc,Gd,TA,No,Unf,0,Unf,0,1417,1417,GasA,Ex,Y,SBrkr,1428,0,0,1428,0,0,2,0,3,1,Ex,6,Typ,0,NA,Attchd,2008,RFn,2,554,TA,TA,Y,0,60,0,0,0,0,NA,NA,NA,0,7,2008,New,Partial,227680 807,80,RL,75,9750,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,SLvl,5,5,1967,1967,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,PConc,TA,TA,Av,ALQ,400,Rec,480,100,980,GasA,Gd,Y,SBrkr,980,0,0,980,0,0,2,0,3,1,TA,6,Typ,0,NA,Attchd,1967,Fin,1,384,TA,TA,Y,68,0,0,0,0,0,NA,NA,NA,0,10,2006,WD,Normal,135500 808,70,RL,144,21384,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,BrkSide,Norm,Norm,1Fam,2Story,5,6,1923,2004,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,CBlock,TA,TA,Gd,GLQ,1309,Unf,0,15,1324,GasA,Ex,Y,SBrkr,1072,504,0,1576,2,0,1,1,3,1,Gd,6,Typ,1,TA,Attchd,1923,RFn,2,528,TA,TA,Y,0,312,0,0,0,0,NA,NA,NA,0,5,2009,WD,Normal,223500 809,80,RL,85,13400,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,SLvl,5,5,1966,1966,Gable,CompShg,VinylSd,VinylSd,BrkFace,1047,TA,TA,CBlock,TA,TA,Av,ALQ,516,BLQ,128,380,1024,GasA,TA,Y,SBrkr,1086,0,0,1086,1,0,1,0,3,1,TA,6,Typ,1,Gd,Attchd,1966,RFn,2,484,TA,TA,Y,0,0,0,0,0,0,NA,GdWo,NA,0,6,2006,WD,Normal,159950 810,75,RM,90,8100,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,OldTown,Norm,Norm,1Fam,2.5Unf,5,5,1898,1965,Hip,CompShg,AsbShng,AsbShng,None,0,TA,TA,PConc,TA,TA,No,Unf,0,Unf,0,849,849,GasA,TA,N,FuseA,1075,1063,0,2138,0,0,2,0,2,3,TA,11,Typ,0,NA,Detchd,1910,Unf,2,360,Fa,Po,N,40,156,0,0,0,0,NA,MnPrv,NA,0,11,2009,WD,Normal,106000 811,20,RL,78,10140,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NWAmes,Norm,Norm,1Fam,1Story,6,6,1974,1999,Hip,CompShg,HdBoard,HdBoard,BrkFace,99,TA,TA,CBlock,TA,TA,No,ALQ,663,LwQ,377,0,1040,GasA,Fa,Y,SBrkr,1309,0,0,1309,1,0,1,1,3,1,Gd,5,Typ,1,Fa,Attchd,1974,RFn,2,484,TA,TA,Y,265,0,0,0,0,648,Fa,GdPrv,NA,0,1,2006,WD,Normal,181000 812,120,RM,NA,4438,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,TwnhsE,1Story,6,5,2004,2004,Gable,CompShg,VinylSd,VinylSd,BrkFace,169,Gd,TA,PConc,Gd,TA,Gd,GLQ,662,Unf,0,186,848,GasA,Ex,Y,SBrkr,848,0,0,848,1,0,1,0,1,1,Gd,4,Typ,1,Gd,Attchd,2004,Fin,2,420,TA,TA,Y,140,0,0,0,0,0,NA,NA,NA,0,6,2008,ConLD,Normal,144500 813,20,C (all),66,8712,Grvl,NA,Reg,Bnk,AllPub,Inside,Mod,IDOTRR,Norm,Norm,1Fam,1Story,5,5,1952,1952,Hip,CompShg,Wd Sdng,Wd Sdng,None,0,Fa,TA,CBlock,TA,TA,Av,Unf,0,Unf,0,540,540,GasA,TA,N,FuseA,1044,0,0,1044,0,0,1,0,2,1,Fa,4,Typ,0,NA,Basment,1952,Unf,2,504,TA,TA,N,0,0,0,0,0,0,NA,NA,Shed,54,6,2010,WD,Alloca,55993 814,20,RL,75,9750,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,6,6,1958,1958,Gable,CompShg,MetalSd,MetalSd,BrkFace,243,TA,TA,CBlock,TA,TA,No,Rec,608,Unf,0,834,1442,GasA,Gd,Y,SBrkr,1442,0,0,1442,0,0,1,1,4,1,TA,7,Typ,0,NA,Attchd,1958,RFn,1,301,TA,TA,Y,0,0,275,0,0,0,NA,NA,Shed,500,4,2007,COD,Normal,157900 815,50,RL,45,8248,Pave,Grvl,Reg,Lvl,AllPub,Inside,Gtl,Edwards,Norm,Norm,1Fam,1.5Fin,5,7,1918,1950,Gable,CompShg,Stucco,Stucco,None,0,TA,TA,BrkTil,TA,TA,No,Unf,0,Unf,0,686,686,GasW,Gd,Y,SBrkr,686,564,0,1250,0,1,1,1,3,1,Fa,7,Typ,0,NA,Detchd,1955,Unf,1,280,TA,TA,P,207,0,96,0,0,0,NA,NA,NA,0,7,2006,WD,Normal,116000 816,20,RL,48,12137,Pave,NA,IR2,Lvl,AllPub,CulDSac,Gtl,CollgCr,Norm,Norm,1Fam,1Story,7,5,1998,1998,Gable,CompShg,VinylSd,VinylSd,BrkFace,442,TA,TA,PConc,Gd,TA,No,Unf,0,Unf,0,1649,1649,GasA,Ex,Y,SBrkr,1661,0,0,1661,0,0,2,0,3,1,Gd,6,Typ,0,NA,Attchd,1998,RFn,2,598,TA,TA,Y,0,34,0,0,0,0,NA,NA,NA,0,5,2010,WD,Normal,224900 817,20,RL,NA,11425,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,NAmes,Norm,Norm,1Fam,1Story,5,6,1954,1954,Gable,CompShg,BrkFace,BrkFace,None,0,TA,TA,CBlock,TA,TA,No,BLQ,486,Unf,0,522,1008,GasA,Gd,Y,SBrkr,1008,0,0,1008,0,0,1,0,2,1,TA,4,Typ,1,Gd,Attchd,1954,RFn,1,275,TA,TA,Y,0,0,120,0,0,0,NA,NA,NA,0,7,2006,WD,Normal,137000 818,20,RL,NA,13265,Pave,NA,IR1,Lvl,AllPub,CulDSac,Gtl,Mitchel,Norm,Norm,1Fam,1Story,8,5,2002,2002,Hip,CompShg,CemntBd,CmentBd,BrkFace,148,Gd,TA,PConc,Gd,TA,No,GLQ,1218,Unf,0,350,1568,GasA,Ex,Y,SBrkr,1689,0,0,1689,1,0,2,0,3,1,Gd,7,Typ,2,Gd,Attchd,2002,RFn,3,857,TA,TA,Y,150,59,0,0,0,0,NA,NA,NA,0,7,2008,WD,Normal,271000 819,80,RL,80,8816,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,ClearCr,Norm,Norm,1Fam,SLvl,6,7,1971,1971,Gable,CompShg,HdBoard,HdBoard,BrkFace,80,TA,TA,CBlock,TA,TA,Av,GLQ,504,Unf,0,506,1010,GasA,Gd,Y,SBrkr,1052,0,0,1052,1,0,1,0,3,1,TA,6,Typ,0,NA,Attchd,1971,Unf,2,440,TA,TA,Y,0,0,0,0,0,0,NA,MnPrv,NA,0,6,2010,WD,Normal,155000 820,120,RL,44,6371,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,NridgHt,Norm,Norm,TwnhsE,1Story,7,5,2009,2010,Gable,CompShg,VinylSd,VinylSd,Stone,128,Gd,TA,PConc,Gd,TA,Mn,GLQ,733,Unf,0,625,1358,GasA,Ex,Y,SBrkr,1358,0,0,1358,1,0,2,0,2,1,Gd,6,Typ,1,Gd,Attchd,2010,RFn,2,484,TA,TA,Y,192,35,0,0,0,0,NA,NA,NA,0,6,2010,New,Partial,224000 821,60,RL,72,7226,Pave,NA,IR1,Lvl,AllPub,CulDSac,Gtl,CollgCr,Norm,Norm,1Fam,2Story,7,5,2003,2003,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,TA,No,Unf,0,Unf,0,798,798,GasA,Ex,Y,SBrkr,798,842,0,1640,0,0,2,1,3,1,Gd,6,Typ,0,NA,Attchd,2003,RFn,2,595,TA,TA,Y,0,45,0,0,0,0,NA,NA,NA,0,6,2008,WD,Normal,183000 822,20,RM,60,6000,Pave,Pave,Reg,Bnk,AllPub,Inside,Mod,OldTown,Norm,Norm,2fmCon,1Story,4,4,1953,1953,Gable,CompShg,MetalSd,MetalSd,None,0,Fa,TA,CBlock,Fa,TA,No,Unf,0,Unf,0,936,936,GasA,TA,N,SBrkr,936,0,0,936,0,0,1,0,2,1,TA,4,Min2,0,NA,Detchd,1974,Unf,2,576,TA,TA,Y,0,32,112,0,0,0,NA,NA,NA,0,2,2009,WD,Normal,93000 823,60,RL,NA,12394,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,Gilbert,Norm,Norm,1Fam,2Story,7,5,2003,2003,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,TA,Gd,Unf,0,Unf,0,847,847,GasA,Ex,Y,SBrkr,847,886,0,1733,0,0,2,1,3,1,Gd,7,Typ,1,Gd,BuiltIn,2003,Fin,2,433,TA,TA,Y,100,48,0,0,0,0,NA,NA,NA,0,10,2007,WD,Family,225000 824,50,RL,60,9900,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,SWISU,Norm,Norm,1Fam,1.5Fin,6,7,1940,1950,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,BrkTil,TA,TA,No,Unf,0,Unf,0,778,778,GasA,TA,Y,SBrkr,944,545,0,1489,0,0,2,0,3,1,TA,7,Typ,1,Gd,Detchd,1940,Unf,1,240,TA,TA,Y,335,0,0,0,0,0,NA,GdWo,NA,0,7,2009,WD,Normal,139500 825,20,FV,81,11216,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Somerst,Norm,Norm,1Fam,1Story,8,5,2006,2006,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,Gd,No,Unf,0,Unf,0,1489,1489,GasA,Ex,Y,SBrkr,1489,0,0,1489,0,0,2,0,3,1,Gd,7,Typ,1,Gd,Attchd,2006,RFn,2,776,TA,TA,Y,0,140,0,0,0,0,NA,NA,NA,0,6,2006,New,Partial,232600 826,20,RL,114,14803,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NridgHt,PosN,PosN,1Fam,1Story,10,5,2007,2008,Hip,CompShg,CemntBd,CmentBd,BrkFace,816,Ex,TA,PConc,Ex,TA,Av,GLQ,1636,Unf,0,442,2078,GasA,Ex,Y,SBrkr,2084,0,0,2084,1,0,2,0,2,1,Ex,7,Typ,1,Gd,Attchd,2007,Fin,3,1220,TA,TA,Y,188,45,0,0,0,0,NA,NA,NA,0,6,2008,New,Partial,385000 827,45,RM,50,6130,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,BrkSide,Norm,Norm,1Fam,1.5Unf,5,6,1924,1950,Gable,CompShg,MetalSd,MetalSd,None,0,TA,TA,BrkTil,TA,TA,No,ALQ,784,Unf,0,0,784,GasA,Gd,Y,SBrkr,784,0,0,784,1,0,1,0,2,1,Gd,5,Typ,0,NA,NA,NA,NA,0,0,NA,NA,Y,0,0,116,0,0,0,NA,NA,NA,0,5,2008,WD,Normal,109500 828,20,RL,65,8529,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,SawyerW,Norm,Norm,1Fam,1Story,7,5,2001,2001,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,TA,No,GLQ,20,Unf,0,1434,1454,GasA,Ex,Y,SBrkr,1434,0,0,1434,0,0,2,0,3,1,Gd,6,Typ,1,TA,Attchd,2001,RFn,2,527,TA,TA,Y,290,39,0,0,0,0,NA,NA,NA,0,4,2009,WD,Normal,189000 829,60,RL,NA,28698,Pave,NA,IR2,Low,AllPub,CulDSac,Sev,ClearCr,Norm,Norm,1Fam,2Story,5,5,1967,1967,Flat,Tar&Grv,Plywood,Plywood,None,0,TA,TA,PConc,TA,Gd,Gd,LwQ,249,ALQ,764,0,1013,GasA,TA,Y,SBrkr,1160,966,0,2126,0,1,2,1,3,1,TA,7,Min2,0,NA,Attchd,1967,Fin,2,538,TA,TA,Y,486,0,0,0,225,0,NA,NA,NA,0,6,2009,WD,Abnorml,185000 830,160,FV,24,2544,Pave,Pave,Reg,Lvl,AllPub,Inside,Gtl,Somerst,Norm,Norm,Twnhs,2Story,7,5,2005,2005,Gable,CompShg,MetalSd,MetalSd,None,0,Gd,TA,PConc,Gd,TA,No,Unf,0,Unf,0,600,600,GasA,Ex,Y,SBrkr,520,623,80,1223,0,0,2,1,2,1,Gd,4,Typ,0,NA,Detchd,2005,RFn,2,480,TA,TA,Y,0,166,0,0,0,0,NA,NA,NA,0,7,2006,WD,Normal,147400 831,20,RL,80,11900,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,NAmes,Norm,Norm,1Fam,1Story,6,5,1957,1957,Gable,CompShg,HdBoard,HdBoard,BrkFace,387,TA,TA,CBlock,TA,TA,No,Rec,1040,Unf,0,352,1392,GasA,TA,Y,FuseA,1392,0,0,1392,1,0,1,1,3,1,TA,6,Typ,2,Gd,Attchd,1957,RFn,2,458,TA,TA,Y,0,0,0,0,192,0,NA,NA,NA,0,6,2008,WD,Normal,166000 832,160,FV,30,3180,Pave,Pave,Reg,Lvl,AllPub,Inside,Gtl,Somerst,Norm,Norm,TwnhsE,2Story,7,5,2005,2005,Gable,CompShg,MetalSd,MetalSd,None,0,TA,TA,PConc,Gd,TA,No,Unf,0,Unf,0,600,600,GasA,Ex,Y,SBrkr,520,600,80,1200,0,0,2,1,2,1,Gd,4,Typ,0,NA,Detchd,2005,RFn,2,480,TA,TA,Y,0,166,0,0,0,0,NA,NA,NA,0,6,2006,WD,Normal,151000 833,60,RL,44,9548,Pave,NA,IR1,Lvl,AllPub,CulDSac,Gtl,CollgCr,Norm,Norm,1Fam,2Story,7,6,2003,2003,Gable,CompShg,VinylSd,VinylSd,BrkFace,223,Gd,TA,PConc,Gd,TA,No,GLQ,483,Unf,0,458,941,GasA,Ex,Y,SBrkr,941,888,0,1829,1,0,2,1,3,1,Gd,7,Typ,1,TA,Attchd,2003,RFn,2,613,TA,TA,Y,192,39,0,0,0,0,NA,NA,NA,0,1,2010,WD,Normal,237000 834,20,RL,100,10004,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,6,6,1964,1964,Gable,CompShg,HdBoard,Plywood,BrkFace,180,TA,TA,CBlock,TA,TA,No,Rec,196,BLQ,345,975,1516,GasA,TA,Y,SBrkr,1516,0,0,1516,0,0,1,1,3,1,TA,6,Typ,0,NA,Attchd,1964,RFn,2,472,TA,TA,Y,0,0,0,0,152,0,NA,NA,NA,0,2,2009,WD,Normal,167000 835,20,RL,75,7875,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,5,6,1961,1961,Gable,CompShg,VinylSd,VinylSd,BrkFace,136,TA,TA,CBlock,TA,TA,No,Rec,572,Unf,0,572,1144,GasA,Gd,Y,SBrkr,1144,0,0,1144,1,0,1,0,3,1,TA,6,Typ,0,NA,Attchd,1961,Unf,2,456,TA,TA,Y,0,0,0,0,0,0,NA,GdWo,NA,0,9,2008,WD,Normal,139950 836,20,RL,60,9600,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Sawyer,Norm,Norm,1Fam,1Story,4,7,1950,1995,Gable,CompShg,VinylSd,HdBoard,None,0,TA,TA,CBlock,Gd,TA,No,BLQ,442,Unf,0,625,1067,GasA,TA,Y,SBrkr,1067,0,0,1067,0,0,2,0,2,1,Gd,4,Min2,0,NA,Attchd,1996,Unf,2,436,TA,TA,Y,290,0,0,0,0,0,NA,NA,NA,0,2,2010,WD,Normal,128000 837,30,RM,90,8100,Pave,Pave,Reg,Lvl,AllPub,Inside,Gtl,OldTown,Norm,Norm,1Fam,1Story,5,6,1948,1973,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,BrkTil,TA,TA,No,Rec,338,Unf,0,1221,1559,GasA,Gd,Y,SBrkr,1559,0,0,1559,1,0,1,0,2,1,TA,5,Min2,0,NA,Detchd,1948,Unf,2,812,TA,TA,Y,0,116,230,0,0,0,NA,GdWo,NA,0,6,2007,COD,Normal,153500 838,160,RM,21,1680,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,BrDale,Norm,Norm,Twnhs,2Story,6,5,1973,1973,Gable,CompShg,HdBoard,HdBoard,BrkFace,158,TA,TA,CBlock,TA,TA,No,BLQ,330,Unf,0,153,483,GasA,TA,Y,SBrkr,483,504,0,987,1,0,1,1,2,1,TA,5,Typ,0,NA,Detchd,1973,Unf,1,264,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,11,2008,WD,Normal,100000 839,20,RL,75,9525,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,1Story,5,6,1995,2006,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,PConc,Gd,TA,No,Unf,0,Unf,0,1099,1099,GasA,Ex,Y,SBrkr,1099,0,0,1099,0,0,1,1,3,1,Gd,6,Typ,0,NA,Attchd,1999,Unf,1,352,TA,TA,Y,278,0,0,0,0,0,NA,NA,NA,0,6,2008,WD,Normal,144000 840,50,RL,70,11767,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Edwards,Norm,Norm,1Fam,1.5Fin,5,6,1946,1995,Gable,CompShg,MetalSd,MetalSd,None,0,TA,TA,CBlock,TA,TA,No,BLQ,352,Unf,0,416,768,GasA,Ex,Y,SBrkr,768,432,0,1200,0,0,1,0,3,1,TA,6,Typ,0,NA,Detchd,1946,Unf,1,240,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,5,2008,WD,Normal,130500 841,70,RH,NA,12155,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,SWISU,Norm,Norm,1Fam,2Story,6,8,1925,1950,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,BrkTil,TA,TA,No,BLQ,156,Unf,0,516,672,GasA,TA,N,SBrkr,810,672,0,1482,0,0,2,0,4,1,Fa,7,Typ,0,NA,Detchd,1934,Unf,1,400,TA,TA,P,0,0,254,0,0,0,NA,NA,NA,0,3,2008,WD,Normal,140000 842,70,RM,60,10440,Pave,Grvl,Reg,Lvl,AllPub,Inside,Gtl,OldTown,Norm,Norm,1Fam,2Story,5,8,1904,2002,Gable,CompShg,MetalSd,MetalSd,None,0,TA,TA,PConc,TA,TA,No,Unf,0,Unf,0,650,650,GasA,Gd,Y,SBrkr,958,581,0,1539,0,0,2,0,3,1,Gd,8,Typ,1,Po,Detchd,1983,Unf,2,686,Gd,TA,P,70,78,68,0,0,0,NA,NA,NA,0,6,2008,WD,Normal,157500 843,80,RL,82,9020,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,SLvl,6,7,1966,1966,Gable,CompShg,HdBoard,HdBoard,BrkFace,183,TA,TA,CBlock,TA,TA,Gd,Rec,312,ALQ,539,276,1127,GasA,TA,Y,SBrkr,1165,0,0,1165,1,0,1,1,3,1,TA,6,Typ,0,NA,Attchd,1966,RFn,2,490,Gd,Gd,Y,0,129,0,0,0,0,NA,GdPrv,NA,0,5,2008,WD,Normal,174900 844,90,RL,80,8000,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,NAmes,Artery,Norm,Duplex,1Story,5,4,1961,1961,Gable,CompShg,BrkFace,BrkFace,None,0,TA,TA,CBlock,TA,TA,No,Unf,0,Unf,0,1800,1800,GasA,Ex,N,SBrkr,1800,0,0,1800,0,0,2,0,6,2,TA,10,Typ,0,NA,NA,NA,NA,0,0,NA,NA,Y,0,0,0,0,0,0,NA,NA,NA,0,7,2007,WD,Normal,141000 845,50,RM,100,12665,Pave,Grvl,IR1,Lvl,AllPub,Inside,Gtl,OldTown,Artery,Norm,1Fam,1.5Fin,5,8,1915,1950,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,BrkTil,TA,TA,Mn,Unf,0,Unf,0,876,876,GasA,Gd,Y,SBrkr,876,540,0,1416,0,0,1,1,4,1,TA,7,Typ,1,Gd,Detchd,1949,Unf,3,720,TA,TA,Y,418,0,194,0,0,0,NA,NA,NA,0,6,2008,WD,Normal,153900 846,85,RL,NA,16647,Pave,NA,IR1,Lvl,AllPub,CulDSac,Gtl,Sawyer,RRAe,Norm,1Fam,SFoyer,5,5,1975,1981,Gable,CompShg,HdBoard,HdBoard,None,0,TA,TA,CBlock,Gd,TA,Gd,ALQ,1390,Unf,0,0,1390,GasA,TA,Y,SBrkr,1701,0,0,1701,1,0,2,0,3,1,TA,6,Min2,2,TA,Basment,1975,Fin,2,611,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,1,2007,WD,Normal,171000 847,60,RL,75,9317,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,SawyerW,Norm,Norm,1Fam,2Story,7,5,1993,1993,Gable,CompShg,HdBoard,HdBoard,BrkFace,137,Gd,TA,PConc,Gd,TA,No,ALQ,513,Unf,0,227,740,GasA,Ex,Y,SBrkr,1006,769,0,1775,1,0,2,1,3,1,Gd,7,Typ,1,TA,Attchd,1993,Unf,2,425,TA,TA,Y,234,72,192,0,0,0,NA,NA,NA,0,7,2009,WD,Normal,213000 848,20,RL,36,15523,Pave,NA,IR1,Lvl,AllPub,CulDSac,Gtl,CollgCr,Norm,Norm,1Fam,1Story,5,6,1972,1972,Gable,CompShg,HdBoard,Plywood,None,0,TA,TA,CBlock,TA,TA,Av,BLQ,460,Unf,0,404,864,GasA,Ex,Y,SBrkr,864,0,0,864,1,0,1,0,3,1,TA,5,Typ,1,Fa,Attchd,1972,Unf,1,338,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,8,2009,WD,Normal,133500 849,50,RL,75,45600,Pave,NA,IR2,Bnk,AllPub,Inside,Gtl,ClearCr,Norm,Norm,1Fam,1.5Fin,6,8,1908,1997,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,BrkTil,TA,TA,No,Unf,0,Unf,0,907,907,GasA,TA,Y,SBrkr,1307,1051,0,2358,0,0,3,0,5,1,TA,10,Typ,1,Gd,Detchd,1908,Unf,2,360,Fa,TA,Y,486,40,0,0,175,0,NA,NA,NA,0,9,2008,WD,Normal,240000 850,80,RL,80,9600,Pave,NA,Reg,Lvl,AllPub,FR2,Gtl,Veenker,Feedr,Norm,1Fam,SLvl,6,7,1976,1994,Hip,CompShg,Plywood,Plywood,BrkFace,360,Gd,Gd,CBlock,TA,TA,No,Unf,0,Unf,0,528,528,GasA,Ex,Y,SBrkr,1094,761,0,1855,0,0,2,1,3,1,TA,7,Typ,1,TA,Attchd,1976,RFn,2,512,TA,TA,Y,113,100,0,0,0,0,NA,NA,NA,0,8,2007,WD,Normal,187000 851,120,RM,36,4435,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,TwnhsE,1Story,6,5,2003,2003,Gable,CompShg,VinylSd,VinylSd,BrkFace,170,Gd,TA,PConc,Gd,TA,Av,GLQ,659,Unf,0,189,848,GasA,Ex,Y,SBrkr,848,0,0,848,1,0,1,0,1,1,Gd,3,Typ,0,NA,Attchd,2003,Fin,2,420,TA,TA,Y,140,0,0,0,0,0,NA,NA,NA,0,11,2007,WD,Normal,131500 852,120,RL,NA,3196,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Blmngtn,Norm,Norm,TwnhsE,1Story,8,5,2003,2003,Gable,CompShg,VinylSd,VinylSd,BrkFace,40,Gd,TA,PConc,Gd,TA,Gd,Unf,0,Unf,0,1273,1273,GasA,Ex,Y,SBrkr,1456,0,0,1456,0,0,2,0,2,1,Gd,7,Typ,1,TA,Attchd,2003,Fin,2,400,TA,TA,Y,143,20,0,0,0,0,NA,NA,NA,0,5,2006,WD,Normal,215000 853,75,RL,53,7128,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Crawfor,Norm,Norm,1Fam,2.5Unf,7,5,1941,1950,Gable,CompShg,MetalSd,MetalSd,None,0,TA,Gd,CBlock,TA,TA,No,Rec,364,Unf,0,554,918,GasA,Gd,Y,SBrkr,918,728,0,1646,0,0,2,0,4,1,TA,7,Typ,2,Gd,Detchd,1941,Unf,1,240,TA,TA,Y,0,0,0,0,126,0,NA,MnPrv,NA,0,8,2007,WD,Normal,164000 854,80,RL,NA,12095,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,NAmes,Norm,Norm,1Fam,SLvl,6,6,1964,1964,Gable,CompShg,MetalSd,HdBoard,BrkFace,115,TA,Gd,CBlock,TA,TA,Gd,Rec,564,Unf,0,563,1127,GasA,TA,Y,SBrkr,1445,0,0,1445,0,0,1,1,3,1,TA,7,Typ,1,Fa,Attchd,1964,RFn,2,645,TA,TA,Y,180,0,0,0,0,0,NA,MnPrv,NA,0,8,2009,WD,Normal,158000 855,20,RL,102,17920,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Sawyer,Norm,Norm,1Fam,1Story,5,4,1955,1974,Hip,CompShg,Wd Sdng,Plywood,None,0,TA,TA,CBlock,TA,TA,Mn,ALQ,306,Rec,1085,372,1763,GasA,TA,Y,SBrkr,1779,0,0,1779,1,0,1,1,3,1,TA,6,Typ,1,Gd,Attchd,1955,Unf,2,454,TA,TA,Y,0,418,0,0,312,0,NA,NA,NA,0,7,2006,WD,Abnorml,170000 856,20,RL,NA,6897,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,Sawyer,Norm,Norm,1Fam,1Story,5,8,1962,2010,Gable,CompShg,HdBoard,HdBoard,None,0,TA,Gd,CBlock,TA,TA,No,ALQ,659,Unf,0,381,1040,GasA,Ex,Y,SBrkr,1040,0,0,1040,1,0,1,1,3,1,TA,6,Typ,0,NA,Detchd,1962,Unf,1,260,TA,TA,Y,0,104,0,0,0,0,NA,NA,NA,0,4,2010,WD,Normal,127000 857,80,RL,NA,10970,Pave,NA,IR1,Low,AllPub,Inside,Mod,CollgCr,Norm,Norm,1Fam,SLvl,6,6,1978,1978,Gable,CompShg,Plywood,HdBoard,None,0,TA,TA,CBlock,Gd,Gd,Gd,GLQ,505,LwQ,435,0,940,GasA,TA,Y,SBrkr,1026,0,0,1026,1,0,1,0,3,1,TA,5,Typ,0,NA,Detchd,1981,Unf,2,576,TA,Fa,Y,0,0,34,0,0,0,NA,MnPrv,NA,0,10,2008,WD,Normal,147000 858,60,RL,65,8125,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Gilbert,Norm,Norm,1Fam,2Story,6,5,1994,1995,Gable,CompShg,HdBoard,HdBoard,None,0,TA,TA,PConc,Gd,TA,No,Unf,0,Unf,0,702,702,GasA,Gd,Y,SBrkr,702,779,0,1481,0,0,2,1,3,1,TA,6,Typ,1,TA,Attchd,1994,Fin,2,343,TA,TA,Y,0,36,0,0,0,0,NA,NA,NA,0,3,2009,WD,Normal,174000 859,20,RL,80,10400,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NWAmes,Norm,Norm,1Fam,1Story,7,5,1976,1976,Gable,CompShg,HdBoard,HdBoard,BrkFace,189,TA,TA,CBlock,Gd,TA,No,Unf,0,Unf,0,1090,1090,GasA,TA,Y,SBrkr,1370,0,0,1370,0,0,2,0,3,1,TA,6,Typ,1,TA,Attchd,1976,RFn,2,479,TA,TA,Y,0,0,0,0,0,0,NA,MnPrv,NA,0,6,2009,WD,Family,152000 860,60,RL,NA,11029,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,NWAmes,PosA,Norm,1Fam,2Story,6,7,1968,1984,Gable,CompShg,HdBoard,HdBoard,BrkFace,220,TA,TA,CBlock,TA,TA,Mn,BLQ,619,Unf,0,435,1054,GasA,TA,Y,SBrkr,1512,1142,0,2654,1,0,2,1,4,1,Gd,9,Typ,1,Gd,Attchd,1968,Unf,2,619,TA,TA,Y,0,65,0,0,222,0,NA,NA,NA,0,8,2006,WD,Normal,250000 861,50,RL,55,7642,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,Crawfor,Norm,Norm,1Fam,1.5Fin,7,8,1918,1998,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,Gd,TA,BrkTil,TA,TA,No,Unf,0,Unf,0,912,912,GasA,Gd,Y,SBrkr,912,514,0,1426,0,0,1,1,3,1,Gd,7,Typ,1,Gd,Detchd,1925,Unf,1,216,TA,TA,Y,0,240,0,0,0,0,NA,GdPrv,NA,0,6,2007,WD,Normal,189950 862,190,RL,75,11625,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Sawyer,Norm,Norm,2fmCon,1Story,5,4,1965,1965,Hip,CompShg,Plywood,HdBoard,None,0,TA,TA,PConc,TA,TA,Mn,BLQ,841,Unf,0,198,1039,GasA,Ex,Y,SBrkr,1039,0,0,1039,1,0,1,1,3,1,TA,6,Typ,0,NA,Attchd,1965,Unf,2,504,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,4,2010,WD,Normal,131500 863,20,RL,81,9672,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,SawyerW,Norm,Norm,1Fam,1Story,6,5,1984,1985,Hip,CompShg,HdBoard,Plywood,None,0,TA,TA,PConc,Gd,TA,No,GLQ,338,Unf,0,702,1040,GasA,TA,Y,SBrkr,1097,0,0,1097,0,0,2,0,3,1,TA,6,Typ,0,NA,Attchd,1986,Unf,2,480,TA,TA,Y,0,0,0,0,0,0,NA,GdPrv,NA,0,5,2010,WD,Normal,152000 864,20,RL,70,7931,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,5,5,1959,1959,Hip,CompShg,BrkFace,Plywood,None,0,TA,TA,CBlock,TA,TA,No,BLQ,1148,Unf,0,0,1148,GasA,TA,Y,SBrkr,1148,0,0,1148,1,0,1,0,3,1,TA,6,Typ,0,NA,Attchd,1959,Unf,1,672,TA,TA,Y,0,0,0,0,0,0,NA,GdPrv,NA,0,7,2009,WD,Normal,132500 865,20,FV,72,8640,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Somerst,Norm,Norm,1Fam,1Story,7,5,2007,2008,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Ex,TA,No,Unf,0,Unf,0,1372,1372,GasA,Ex,Y,SBrkr,1372,0,0,1372,0,0,2,0,3,1,Gd,6,Typ,0,NA,Attchd,2008,Fin,2,529,TA,TA,Y,0,140,0,0,0,0,NA,NA,NA,0,5,2008,New,Partial,250580 866,20,RL,NA,8750,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,5,6,1970,1970,Gable,CompShg,MetalSd,MetalSd,BrkFace,76,TA,TA,CBlock,TA,TA,No,BLQ,828,Unf,0,174,1002,GasA,TA,Y,SBrkr,1002,0,0,1002,1,0,1,0,3,1,TA,5,Typ,0,NA,Detchd,1973,Unf,2,902,TA,TA,Y,0,0,0,0,0,0,NA,MnPrv,NA,0,8,2009,WD,Normal,148500 867,20,RL,67,10656,Pave,NA,IR1,HLS,AllPub,Inside,Gtl,Timber,Norm,Norm,1Fam,1Story,8,5,2006,2007,Gable,CompShg,VinylSd,VinylSd,Stone,274,Gd,TA,PConc,Gd,TA,Av,Unf,0,Unf,0,1638,1638,GasA,Ex,Y,SBrkr,1646,0,0,1646,0,0,2,0,3,1,Gd,6,Typ,1,Gd,Attchd,2007,RFn,3,870,TA,TA,Y,192,80,0,0,0,0,NA,NA,NA,0,11,2007,New,Partial,248900 868,20,RL,85,6970,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,Sawyer,Feedr,Norm,1Fam,1Story,4,5,1961,1961,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,CBlock,TA,TA,No,ALQ,932,Unf,0,108,1040,GasA,TA,Y,SBrkr,1120,0,0,1120,1,0,1,1,3,1,Fa,5,Typ,0,NA,Attchd,1961,RFn,2,544,TA,TA,Y,168,0,0,0,0,0,NA,NA,Shed,400,5,2007,WD,Normal,129000 869,60,RL,NA,14762,Pave,NA,IR2,Lvl,AllPub,Corner,Gtl,Gilbert,Feedr,Norm,1Fam,2Story,5,6,1948,1950,Gable,CompShg,Plywood,Plywood,None,0,TA,TA,Slab,NA,NA,NA,NA,0,NA,0,0,0,GasA,Gd,Y,SBrkr,1547,720,53,2320,0,0,2,0,2,1,TA,7,Typ,1,TA,Attchd,1979,Unf,2,672,TA,TA,P,120,144,0,0,0,0,NA,NA,NA,0,5,2006,WD,Normal,169000 870,60,RL,80,9938,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,SawyerW,Norm,Norm,1Fam,2Story,7,5,1993,1994,Gable,CompShg,MetalSd,MetalSd,BrkFace,246,Gd,TA,PConc,Gd,TA,No,GLQ,750,Unf,0,300,1050,GasA,Ex,Y,SBrkr,1062,887,0,1949,1,0,2,1,3,1,Gd,8,Typ,1,TA,Attchd,1993,Fin,2,574,TA,TA,Y,156,90,0,0,0,0,NA,GdPrv,NA,0,6,2010,WD,Normal,236000 871,20,RL,60,6600,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,PosN,Norm,1Fam,1Story,5,5,1962,1962,Hip,CompShg,MetalSd,MetalSd,None,0,TA,TA,CBlock,TA,TA,No,Unf,0,Unf,0,894,894,GasA,Gd,N,SBrkr,894,0,0,894,0,0,1,0,2,1,TA,5,Typ,0,NA,Detchd,1962,Unf,1,308,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,8,2009,WD,Normal,109500 872,60,RL,70,8750,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,2Story,6,5,1998,1998,Gable,CompShg,VinylSd,VinylSd,BrkFace,116,TA,TA,PConc,Gd,TA,No,GLQ,505,Unf,0,299,804,GasA,Ex,Y,SBrkr,804,878,0,1682,0,0,2,1,3,1,Gd,7,Typ,0,NA,Attchd,1998,RFn,2,523,TA,TA,Y,0,77,0,0,0,0,NA,NA,NA,0,6,2010,WD,Normal,200500 873,20,RL,74,8892,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,NAmes,Norm,Norm,1Fam,1Story,5,7,1953,1996,Gable,CompShg,WdShing,Wd Shng,None,0,Gd,TA,Stone,TA,TA,Av,Unf,0,Unf,0,105,105,GasA,Gd,Y,SBrkr,910,0,0,910,0,0,1,0,3,1,Gd,5,Typ,0,NA,Attchd,1953,Unf,2,414,TA,TA,Y,196,0,150,0,0,0,NA,GdWo,NA,0,10,2008,WD,Normal,116000 874,40,RL,60,12144,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,5,7,1949,1950,Gable,CompShg,HdBoard,HdBoard,None,0,Gd,TA,CBlock,TA,TA,No,Rec,375,Unf,0,457,832,GasA,Gd,Y,SBrkr,1036,0,232,1268,0,0,1,0,3,1,TA,6,Typ,1,Gd,Attchd,1949,Unf,1,288,TA,TA,Y,0,28,0,0,0,0,NA,NA,Othr,0,9,2009,WD,Normal,133000 875,50,RM,52,5720,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,OldTown,Artery,Norm,1Fam,1.5Fin,5,6,1941,1950,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,CBlock,TA,TA,No,Unf,0,Unf,0,676,676,GasA,Ex,Y,SBrkr,676,455,0,1131,0,0,1,1,3,1,TA,5,Typ,0,NA,Detchd,1941,Unf,1,200,TA,TA,Y,26,0,0,0,0,0,NA,NA,NA,0,8,2009,WD,Abnorml,66500 876,60,FV,75,9000,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Somerst,Norm,Norm,1Fam,2Story,8,5,2007,2007,Gable,CompShg,CemntBd,CmentBd,None,0,Gd,TA,PConc,Gd,TA,Av,GLQ,64,Unf,0,1120,1184,GasA,Ex,Y,SBrkr,1184,1426,0,2610,0,0,2,1,4,1,Ex,11,Typ,1,Gd,BuiltIn,2007,Fin,2,550,TA,TA,Y,208,364,0,0,0,0,NA,NA,NA,0,8,2007,New,Partial,303477 877,20,RL,94,25286,Pave,NA,Reg,HLS,AllPub,Inside,Mod,Mitchel,Norm,Norm,1Fam,1Story,4,5,1963,1963,Gable,CompShg,HdBoard,Plywood,None,0,TA,TA,PConc,TA,TA,Gd,ALQ,633,Unf,0,431,1064,GasA,Gd,Y,SBrkr,1040,0,0,1040,1,0,1,0,3,1,TA,5,Typ,0,NA,Attchd,1963,Unf,2,648,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,1,2007,WD,Normal,132250 878,60,RL,74,8834,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NridgHt,Norm,Norm,1Fam,2Story,9,5,2004,2005,Hip,CompShg,VinylSd,VinylSd,Stone,216,Gd,TA,PConc,Ex,TA,No,GLQ,1170,Unf,0,292,1462,GasA,Ex,Y,SBrkr,1462,762,0,2224,1,0,2,1,4,1,Ex,10,Typ,1,Gd,Attchd,2004,Fin,3,738,TA,TA,Y,184,0,0,0,0,0,NA,NA,NA,0,6,2009,WD,Normal,350000 879,85,RL,88,11782,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,Sawyer,Norm,Norm,1Fam,SFoyer,5,7,1961,1995,Gable,CompShg,HdBoard,HdBoard,None,0,TA,TA,CBlock,TA,TA,Av,ALQ,899,Unf,0,210,1109,GasA,TA,Y,SBrkr,1155,0,0,1155,1,0,1,0,3,1,Gd,6,Min2,0,NA,Detchd,1987,Unf,2,576,TA,TA,Y,192,0,0,0,0,0,NA,MnPrv,Shed,400,6,2010,WD,Normal,148000 880,20,RL,NA,7000,Pave,NA,IR1,Lvl,AllPub,CulDSac,Gtl,CollgCr,Norm,Norm,1Fam,1Story,5,8,1978,2005,Gable,CompShg,VinylSd,VinylSd,BrkFace,90,Gd,Gd,CBlock,TA,TA,No,ALQ,646,Unf,0,218,864,GasA,Ex,Y,SBrkr,864,0,0,864,1,0,1,0,3,1,TA,6,Typ,0,NA,Attchd,1978,Unf,1,336,TA,TA,Y,0,0,0,0,0,0,NA,GdWo,NA,0,7,2009,WD,Normal,136500 881,20,RL,60,7024,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Edwards,Norm,Norm,1Fam,1Story,5,5,2005,2006,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,PConc,Ex,Gd,No,ALQ,980,Unf,0,110,1090,GasA,Gd,Y,SBrkr,1090,0,0,1090,1,0,1,1,2,1,TA,5,Typ,0,NA,Attchd,2005,Fin,2,450,TA,TA,Y,0,49,0,0,0,0,NA,NA,NA,0,6,2007,WD,Normal,157000 882,50,RL,44,13758,Pave,NA,IR1,Lvl,AllPub,CulDSac,Gtl,Timber,Norm,Norm,1Fam,1.5Fin,7,5,1990,1991,Gable,CompShg,HdBoard,HdBoard,BrkFace,117,Gd,Gd,CBlock,Gd,TA,Mn,LwQ,902,Unf,0,254,1156,GasA,Ex,Y,SBrkr,1187,530,0,1717,0,0,2,1,3,1,Gd,7,Typ,1,TA,Attchd,1990,RFn,2,400,TA,TA,Y,168,36,0,0,0,0,NA,NA,NA,0,4,2007,WD,Normal,187500 883,60,RL,NA,9636,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,Gilbert,Norm,Norm,1Fam,2Story,6,5,1992,1993,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,PConc,Gd,TA,No,Unf,0,Unf,0,808,808,GasA,Gd,Y,SBrkr,808,785,0,1593,0,0,2,1,3,1,TA,7,Typ,1,TA,BuiltIn,1993,RFn,2,389,TA,TA,Y,342,40,0,0,0,0,NA,MnPrv,NA,0,12,2009,WD,Normal,178000 884,75,RL,60,6204,Pave,NA,Reg,Bnk,AllPub,Inside,Gtl,SWISU,Norm,Norm,1Fam,2.5Fin,4,5,1912,1950,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,Gd,TA,PConc,TA,Fa,No,Unf,0,Unf,0,795,795,GasA,TA,N,SBrkr,954,795,481,2230,1,0,1,0,5,1,TA,10,Typ,0,NA,Detchd,1997,Unf,1,440,TA,Gd,Y,0,188,0,0,0,0,NA,NA,NA,0,3,2006,WD,Normal,118500 885,20,RL,65,7150,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,5,5,1967,1967,Gable,CompShg,HdBoard,HdBoard,BrkFace,60,TA,TA,CBlock,TA,TA,No,BLQ,432,Unf,0,460,892,GasA,TA,Y,SBrkr,892,0,0,892,0,0,1,0,3,1,TA,5,Typ,0,NA,Attchd,1967,RFn,1,288,TA,TA,Y,0,0,0,0,0,0,NA,GdWo,NA,0,7,2009,WD,Normal,100000 886,120,FV,50,5119,Pave,NA,IR1,Lvl,AllPub,CulDSac,Gtl,Somerst,Norm,Norm,TwnhsE,1Story,9,5,1999,2000,Gable,CompShg,MetalSd,MetalSd,BrkFace,60,Gd,TA,PConc,Ex,TA,Av,GLQ,1238,Unf,0,460,1698,GasA,Ex,Y,SBrkr,1709,0,0,1709,1,0,2,0,2,1,Gd,5,Typ,1,TA,Attchd,1999,Fin,2,506,TA,TA,Y,97,65,0,0,0,0,NA,NA,NA,0,1,2008,CWD,Abnorml,328900 887,90,RL,70,8393,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,NAmes,Norm,Norm,Duplex,1Story,5,5,1959,2005,Gable,CompShg,MetalSd,MetalSd,BrkFace,122,TA,TA,CBlock,TA,TA,No,LwQ,528,Unf,0,1098,1626,GasA,Ex,Y,SBrkr,1712,0,0,1712,0,0,2,0,4,2,TA,8,Typ,0,NA,Attchd,2005,Fin,2,588,TA,TA,Y,272,54,0,0,0,0,NA,NA,NA,0,6,2006,WD,Family,145000 888,50,RL,59,16466,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,Edwards,Norm,Norm,1Fam,1.5Fin,5,7,1955,1955,Gable,CompShg,MetalSd,MetalSd,None,0,TA,Gd,PConc,TA,TA,No,Unf,0,Unf,0,816,816,GasA,TA,Y,SBrkr,872,521,0,1393,0,0,1,1,3,1,TA,8,Typ,0,NA,Attchd,1955,Unf,1,300,TA,TA,Y,121,0,0,0,265,0,NA,NA,NA,0,4,2008,WD,Normal,135500 889,20,RL,95,15865,Pave,NA,IR1,Lvl,AllPub,Inside,Mod,NAmes,Norm,Norm,1Fam,1Story,8,6,1970,1970,Flat,Tar&Grv,Wd Sdng,Wd Sdng,None,0,Gd,Gd,PConc,TA,Gd,Gd,ALQ,351,Rec,823,1043,2217,GasA,Ex,Y,SBrkr,2217,0,0,2217,1,0,2,0,4,1,Gd,8,Typ,1,TA,Attchd,1970,Unf,2,621,TA,TA,Y,81,207,0,0,224,0,NA,NA,NA,0,10,2007,WD,Normal,268000 890,20,RL,128,12160,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Feedr,Norm,1Fam,1Story,6,4,1953,1953,Hip,CompShg,Wd Sdng,Wd Sdng,BrkFace,90,TA,TA,CBlock,TA,TA,No,BLQ,1024,Unf,0,481,1505,GasA,Ex,Y,SBrkr,1505,0,0,1505,1,0,1,0,2,1,TA,6,Typ,1,TA,Attchd,1953,RFn,2,505,TA,TA,Y,0,0,0,162,0,0,NA,NA,NA,0,2,2009,WD,Normal,149500 891,50,RL,60,8064,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,NAmes,Artery,Norm,1Fam,1.5Fin,5,7,1949,2006,Gable,CompShg,MetalSd,MetalSd,None,0,TA,Gd,CBlock,TA,TA,Mn,Unf,0,Unf,0,672,672,GasA,Ex,Y,SBrkr,672,252,0,924,0,0,1,0,3,1,TA,6,Typ,1,Po,Detchd,2003,Unf,2,576,TA,TA,Y,0,0,0,0,0,0,NA,MnPrv,Shed,2000,7,2007,WD,Normal,122900 892,60,RL,70,11184,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Sawyer,Norm,Norm,1Fam,2Story,6,5,1978,1978,Hip,CompShg,HdBoard,HdBoard,BrkFace,92,TA,TA,CBlock,TA,TA,No,LwQ,226,Rec,500,192,918,GasA,Gd,Y,SBrkr,918,765,0,1683,0,0,2,1,3,1,TA,7,Typ,1,TA,Attchd,1978,RFn,2,440,TA,TA,Y,243,0,0,0,0,0,NA,NA,NA,0,7,2009,WD,Normal,172500 893,20,RL,70,8414,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Sawyer,Norm,Norm,1Fam,1Story,6,8,1963,2003,Hip,CompShg,HdBoard,HdBoard,None,0,TA,TA,CBlock,TA,TA,No,GLQ,663,Unf,0,396,1059,GasA,TA,Y,SBrkr,1068,0,0,1068,0,1,1,0,3,1,TA,6,Typ,0,NA,Attchd,1963,RFn,1,264,TA,TA,Y,192,0,0,0,0,0,NA,MnPrv,NA,0,2,2006,WD,Normal,154500 894,20,RL,NA,13284,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Sawyer,PosN,Norm,1Fam,1Story,5,5,1954,1954,Gable,CompShg,Wd Sdng,Plywood,None,0,TA,TA,PConc,Gd,TA,Mn,BLQ,1064,Unf,0,319,1383,GasA,TA,Y,SBrkr,1383,0,0,1383,1,0,1,0,3,1,TA,6,Typ,1,Gd,Attchd,1954,Unf,1,354,TA,TA,Y,511,116,0,0,0,0,NA,GdPrv,NA,0,6,2008,WD,Normal,165000 895,90,RL,64,7018,Pave,NA,Reg,Bnk,AllPub,Inside,Gtl,SawyerW,Norm,Norm,Duplex,1Story,5,5,1979,1979,Gable,CompShg,Plywood,Plywood,None,0,TA,TA,Slab,NA,NA,NA,NA,0,NA,0,0,0,GasA,TA,Y,SBrkr,1535,0,0,1535,0,0,2,0,4,2,TA,8,Typ,0,NA,Attchd,1979,Unf,2,400,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,6,2009,WD,Alloca,118858 896,60,RL,71,7056,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,2Story,6,5,1963,1963,Hip,CompShg,HdBoard,HdBoard,BrkFace,415,TA,TA,CBlock,TA,TA,No,BLQ,400,Unf,0,380,780,GasA,TA,Y,SBrkr,983,813,0,1796,1,0,1,1,4,1,TA,8,Typ,1,TA,Attchd,1963,RFn,2,483,TA,TA,Y,0,50,0,0,0,0,NA,NA,NA,0,10,2008,WD,Normal,140000 897,30,RM,50,8765,Pave,Grvl,Reg,Lvl,AllPub,Inside,Gtl,IDOTRR,Norm,Norm,1Fam,1Story,4,6,1936,1950,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,BrkTil,TA,TA,No,ALQ,285,Unf,0,666,951,GasA,Ex,N,SBrkr,951,0,0,951,0,0,1,0,2,1,TA,6,Typ,0,NA,Detchd,1936,Unf,1,327,TA,TA,Y,0,28,0,0,0,0,NA,NA,NA,0,4,2006,WD,Abnorml,106500 898,90,RL,64,7018,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,SawyerW,Feedr,Norm,Duplex,2Story,5,5,1979,1979,Gable,CompShg,Plywood,Plywood,None,0,TA,TA,Slab,NA,NA,NA,NA,0,NA,0,0,0,GasA,TA,Y,SBrkr,1120,1120,0,2240,0,0,2,0,6,2,TA,12,Typ,0,NA,Detchd,1979,Unf,2,528,TA,TA,Y,154,0,0,0,0,0,NA,NA,NA,0,6,2009,WD,Alloca,142953 899,20,RL,100,12919,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,NridgHt,Norm,Norm,1Fam,1Story,9,5,2009,2010,Hip,CompShg,VinylSd,VinylSd,Stone,760,Ex,TA,PConc,Ex,TA,Gd,GLQ,2188,Unf,0,142,2330,GasA,Ex,Y,SBrkr,2364,0,0,2364,1,0,2,1,2,1,Ex,11,Typ,2,Gd,Attchd,2009,Fin,3,820,TA,TA,Y,0,67,0,0,0,0,NA,NA,NA,0,3,2010,New,Partial,611657 900,20,RL,65,6993,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Sawyer,Feedr,Norm,1Fam,1Story,5,7,1961,1994,Gable,CompShg,HdBoard,Plywood,None,0,TA,TA,CBlock,TA,TA,No,BLQ,465,Unf,0,447,912,GasA,TA,Y,SBrkr,1236,0,0,1236,0,0,1,0,3,1,TA,6,Typ,1,TA,Attchd,1961,Unf,1,288,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,6,2006,WD,Normal,135000 901,20,RL,NA,7340,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,4,6,1971,1971,Gable,CompShg,HdBoard,HdBoard,None,0,TA,TA,CBlock,TA,TA,No,ALQ,322,Unf,0,536,858,GasA,TA,Y,SBrkr,858,0,0,858,0,0,1,0,2,1,TA,4,Typ,0,NA,Detchd,1979,Unf,1,684,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,6,2007,WD,Normal,110000 902,20,RL,64,8712,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,5,7,1957,2000,Hip,CompShg,MetalSd,MetalSd,None,0,TA,Gd,CBlock,TA,TA,Mn,BLQ,860,Unf,0,132,992,GasA,TA,Y,SBrkr,1306,0,0,1306,1,0,1,0,2,1,TA,5,Typ,0,NA,Detchd,1968,Unf,1,756,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,5,2009,WD,Normal,153000 903,60,RL,63,7875,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Gilbert,Norm,Norm,1Fam,2Story,7,5,2003,2003,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,TA,No,Unf,0,Unf,0,783,783,GasA,Ex,Y,SBrkr,807,702,0,1509,0,0,2,1,3,1,Gd,8,Typ,1,Gd,Attchd,2003,Fin,2,393,TA,TA,Y,0,75,0,0,0,0,NA,NA,NA,0,7,2006,WD,Normal,180000 904,20,RL,50,14859,Pave,NA,IR1,HLS,AllPub,CulDSac,Gtl,Gilbert,Norm,Norm,1Fam,1Story,7,5,2006,2006,Hip,CompShg,VinylSd,VinylSd,BrkFace,27,Gd,TA,PConc,Gd,TA,No,Unf,0,Unf,0,1670,1670,GasA,Ex,Y,SBrkr,1670,0,0,1670,0,0,2,0,3,1,Gd,7,Typ,1,Gd,Attchd,2006,RFn,3,690,TA,TA,Y,144,60,0,0,0,0,NA,NA,NA,0,8,2006,New,Partial,240000 905,20,RL,NA,6173,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,Sawyer,Norm,Norm,1Fam,1Story,5,6,1967,1967,Gable,CompShg,HdBoard,Wd Sdng,BrkFace,75,TA,TA,CBlock,TA,TA,No,GLQ,599,Unf,0,277,876,GasA,TA,Y,SBrkr,902,0,0,902,0,0,1,0,3,1,TA,6,Typ,0,NA,Attchd,1967,Unf,1,288,TA,TA,Y,0,0,0,0,0,0,NA,MnPrv,NA,0,8,2007,WD,Normal,125500 906,20,RL,80,9920,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,5,5,1954,1954,Gable,CompShg,HdBoard,HdBoard,Stone,110,TA,TA,CBlock,TA,TA,No,Rec,354,LwQ,290,412,1056,GasA,TA,Y,SBrkr,1063,0,0,1063,1,0,1,0,3,1,TA,6,Typ,0,NA,Attchd,1954,RFn,1,280,TA,TA,Y,0,0,164,0,0,0,NA,MnPrv,NA,0,2,2010,WD,Normal,128000 907,20,RL,116,13501,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,Somerst,Norm,Norm,1Fam,1Story,8,5,2006,2006,Gable,CompShg,VinylSd,VinylSd,Stone,208,Gd,TA,PConc,Gd,TA,No,GLQ,63,Unf,0,1560,1623,GasA,Ex,Y,SBrkr,1636,0,0,1636,1,0,2,0,3,1,Gd,8,Typ,1,Gd,Attchd,2006,RFn,3,865,TA,TA,Y,0,60,0,0,0,0,NA,NA,NA,0,6,2007,WD,Normal,255000 908,50,RL,86,11500,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,Crawfor,Norm,Norm,1Fam,1.5Fin,7,7,1936,1987,Gable,CompShg,BrkFace,BrkFace,None,0,Gd,TA,CBlock,Gd,TA,No,Rec,223,Unf,0,794,1017,GasA,Gd,Y,SBrkr,1020,1037,0,2057,0,0,1,1,3,1,Gd,6,Typ,1,Gd,Attchd,1936,Fin,1,180,Fa,TA,Y,0,0,0,0,322,0,NA,NA,NA,0,6,2006,WD,Normal,250000 909,20,RL,NA,8885,Pave,NA,IR1,Low,AllPub,Inside,Mod,Mitchel,Norm,Norm,1Fam,1Story,5,5,1983,1983,Gable,CompShg,HdBoard,HdBoard,None,0,TA,TA,CBlock,Gd,TA,Av,BLQ,301,ALQ,324,239,864,GasA,TA,Y,SBrkr,902,0,0,902,1,0,1,0,2,1,TA,5,Typ,0,NA,Attchd,1983,Unf,2,484,TA,TA,Y,164,0,0,0,0,0,NA,MnPrv,NA,0,6,2006,WD,Normal,131000 910,60,RL,149,12589,Pave,NA,IR2,Lvl,AllPub,Inside,Gtl,Gilbert,Norm,Norm,1Fam,2Story,6,5,2005,2005,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,TA,No,Unf,0,Unf,0,742,742,GasA,Ex,Y,SBrkr,742,742,0,1484,0,0,2,1,3,1,Gd,8,Typ,1,Gd,Attchd,2005,Fin,2,390,TA,TA,Y,36,24,0,0,0,0,NA,NA,NA,0,6,2009,WD,Normal,174000 911,90,RL,80,11600,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,NAmes,Feedr,Norm,Duplex,2Story,5,5,1960,1960,Gable,CompShg,MetalSd,MetalSd,BrkFace,361,TA,TA,CBlock,TA,TA,No,Rec,443,Unf,0,662,1105,GasA,TA,Y,FuseA,1105,1169,0,2274,0,0,2,0,5,2,TA,12,Typ,0,NA,Detchd,1960,Unf,2,480,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,1,2010,WD,Normal,154300 912,20,RL,NA,9286,Pave,NA,IR1,Lvl,AllPub,CulDSac,Mod,CollgCr,Norm,Norm,1Fam,1Story,5,7,1977,1989,Gable,CompShg,HdBoard,Plywood,None,0,TA,TA,CBlock,Gd,Gd,Av,ALQ,196,Unf,0,1072,1268,GasA,TA,Y,SBrkr,1268,0,0,1268,0,0,1,1,3,1,Gd,5,Typ,0,NA,Detchd,1978,Unf,1,252,TA,TA,Y,173,0,0,0,0,0,NA,NA,NA,0,10,2009,WD,Normal,143500 913,30,RM,51,6120,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,BrkSide,Norm,Norm,1Fam,1Story,5,7,1925,1950,Gable,CompShg,MetalSd,MetalSd,None,0,TA,TA,BrkTil,TA,TA,No,Rec,489,Unf,0,279,768,GasA,TA,N,SBrkr,1015,0,0,1015,0,0,1,0,3,1,TA,6,Min1,0,NA,Detchd,1925,Unf,1,450,TA,TA,Y,0,0,112,0,120,0,NA,MnPrv,Shed,620,7,2006,WD,Abnorml,88000 914,90,RH,82,6270,Pave,NA,Reg,HLS,AllPub,Inside,Gtl,Crawfor,Norm,Norm,Duplex,2Story,5,6,1949,1950,Gable,CompShg,MetalSd,MetalSd,None,0,TA,TA,CBlock,TA,TA,No,BLQ,284,Unf,0,717,1001,GasA,TA,N,FuseA,1001,1001,0,2002,0,0,2,0,4,2,TA,8,Typ,0,NA,2Types,1949,Unf,3,871,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,8,2007,WD,Normal,145000 915,160,FV,30,3000,Pave,Pave,Reg,Lvl,AllPub,Inside,Gtl,Somerst,Norm,Norm,TwnhsE,2Story,6,5,2009,2009,Gable,CompShg,VinylSd,VinylSd,Stone,76,Gd,TA,PConc,Gd,TA,Av,GLQ,294,Unf,0,318,612,GasA,Ex,Y,SBrkr,612,612,0,1224,0,0,2,1,2,1,Gd,4,Typ,0,NA,Detchd,2009,RFn,2,528,TA,TA,Y,0,234,0,0,0,0,NA,NA,NA,0,6,2009,New,Partial,173733 916,160,RM,21,2001,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,MeadowV,Norm,Norm,Twnhs,2Story,4,5,1970,1970,Gable,CompShg,CemntBd,CmentBd,BrkFace,80,TA,TA,CBlock,TA,TA,No,Unf,0,Unf,0,546,546,GasA,Fa,Y,SBrkr,546,546,0,1092,0,0,1,1,3,1,TA,6,Typ,0,NA,Attchd,1970,Unf,1,286,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,1,2007,WD,Normal,75000 917,20,C (all),50,9000,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,IDOTRR,Norm,Norm,1Fam,1Story,2,3,1949,1950,Gable,CompShg,AsbShng,AsbShng,None,0,TA,TA,CBlock,TA,TA,Av,BLQ,50,Unf,0,430,480,GasA,TA,N,FuseA,480,0,0,480,1,0,0,0,1,1,TA,4,Typ,0,NA,Detchd,1958,Unf,1,308,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,10,2006,WD,Abnorml,35311 918,20,RL,NA,17140,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Edwards,Norm,Norm,1Fam,1Story,4,6,1956,1956,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,CBlock,TA,TA,No,ALQ,1059,Unf,0,75,1134,GasA,Ex,Y,FuseA,1229,0,0,1229,0,0,1,0,3,1,TA,6,Typ,0,NA,Attchd,1956,RFn,1,284,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,4,2009,WD,Normal,135000 919,60,RL,103,13125,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,SawyerW,Norm,Norm,1Fam,2Story,7,5,1991,1991,Gable,CompShg,HdBoard,HdBoard,None,0,Gd,TA,PConc,Ex,TA,Mn,BLQ,48,GLQ,634,422,1104,GasA,Ex,Y,SBrkr,912,1215,0,2127,1,0,2,1,4,1,Gd,8,Typ,1,TA,Attchd,1991,RFn,3,833,TA,TA,Y,72,192,224,0,0,0,NA,GdPrv,NA,0,11,2007,WD,Normal,238000 920,20,RL,87,11029,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,NAmes,Norm,Norm,1Fam,1Story,6,8,1958,2002,Hip,CompShg,MetalSd,MetalSd,None,0,Ex,TA,CBlock,Gd,TA,No,ALQ,528,BLQ,411,245,1184,GasA,Ex,Y,SBrkr,1414,0,0,1414,1,0,1,0,3,1,TA,6,Min1,1,TA,Attchd,1990,Unf,2,601,TA,TA,Y,0,51,0,0,190,0,NA,NA,NA,0,5,2008,WD,Normal,176500 921,60,RL,70,8462,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,SawyerW,Norm,Norm,1Fam,2Story,6,5,1994,1994,Gable,CompShg,HdBoard,HdBoard,BrkFace,105,Gd,Gd,PConc,Gd,Gd,No,GLQ,814,Unf,0,114,928,GasA,Ex,Y,SBrkr,936,785,0,1721,0,1,2,1,3,1,Gd,7,Typ,0,NA,Attchd,1994,RFn,2,471,TA,TA,Y,300,87,0,0,0,0,NA,NA,NA,0,7,2007,WD,Normal,201000 922,90,RL,67,8777,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Edwards,Feedr,Norm,Duplex,1.5Fin,5,7,1900,2003,Gable,CompShg,MetalSd,MetalSd,None,0,TA,TA,CBlock,TA,TA,No,ALQ,1084,Unf,0,188,1272,GasA,Gd,Y,SBrkr,1272,928,0,2200,2,0,2,2,4,2,TA,9,Typ,0,NA,NA,NA,NA,0,0,NA,NA,N,0,70,0,0,0,0,NA,GdPrv,NA,0,9,2008,WD,Normal,145900 923,20,RL,65,10237,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Gilbert,RRAn,Norm,1Fam,1Story,6,5,2005,2006,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,TA,No,GLQ,28,Unf,0,1288,1316,GasA,Ex,Y,SBrkr,1316,0,0,1316,0,0,2,0,3,1,Gd,6,Typ,1,Gd,Attchd,2005,Fin,2,397,TA,TA,Y,100,0,0,23,0,0,NA,NA,NA,0,10,2006,New,Partial,169990 924,120,RL,50,8012,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,SawyerW,Norm,Norm,TwnhsE,1Story,6,5,1993,1994,Gable,CompShg,Plywood,Plywood,None,0,Gd,TA,PConc,Gd,TA,No,LwQ,165,GLQ,841,598,1604,GasA,Ex,Y,SBrkr,1617,0,0,1617,1,0,2,0,2,1,Gd,5,Typ,1,Fa,Attchd,1993,RFn,2,533,TA,TA,Y,0,69,0,0,0,0,NA,NA,NA,0,7,2008,WD,Normal,193000 925,20,RL,79,10240,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NWAmes,Norm,Norm,1Fam,1Story,6,6,1980,1980,Gable,CompShg,Plywood,Plywood,BrkFace,157,TA,Gd,CBlock,Gd,TA,No,BLQ,625,LwQ,1061,0,1686,GasA,TA,Y,SBrkr,1686,0,0,1686,1,0,2,0,3,1,TA,7,Typ,1,TA,Attchd,1980,Unf,2,612,TA,TA,Y,384,131,0,0,0,0,NA,NA,NA,0,5,2006,WD,Normal,207500 926,20,RL,NA,15611,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,NWAmes,Norm,Norm,1Fam,1Story,5,6,1977,1977,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,PConc,Gd,TA,Av,ALQ,767,LwQ,93,266,1126,GasA,TA,Y,SBrkr,1126,0,0,1126,0,1,2,0,3,1,Ex,6,Typ,0,NA,Attchd,1977,RFn,2,540,TA,TA,Y,180,0,0,0,0,0,NA,NA,NA,0,3,2008,WD,Abnorml,175000 927,60,RL,93,11999,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NridgHt,Norm,Norm,1Fam,2Story,8,5,2003,2004,Hip,CompShg,VinylSd,VinylSd,BrkFace,340,Gd,TA,PConc,Gd,TA,No,Unf,0,Unf,0,1181,1181,GasA,Ex,Y,SBrkr,1234,1140,0,2374,0,0,2,1,4,1,Ex,10,Typ,1,Gd,BuiltIn,2003,Fin,3,656,TA,TA,Y,104,100,0,0,0,0,NA,NA,NA,0,5,2007,WD,Normal,285000 928,60,RL,NA,9900,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NWAmes,Feedr,Norm,1Fam,2Story,7,5,1968,1968,Gable,CompShg,MetalSd,MetalSd,BrkFace,342,TA,TA,CBlock,TA,TA,No,BLQ,552,Unf,0,280,832,GasA,Gd,Y,SBrkr,1098,880,0,1978,0,0,2,1,4,1,TA,9,Typ,1,Gd,Attchd,1968,RFn,2,486,TA,TA,Y,0,43,0,0,0,0,NA,GdPrv,NA,0,4,2008,WD,Normal,176000 929,20,RL,NA,11838,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,1Story,8,5,2001,2001,Hip,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,TA,Av,Unf,0,Unf,0,1753,1753,GasA,Ex,Y,SBrkr,1788,0,0,1788,0,0,2,0,3,1,Ex,7,Typ,1,TA,Attchd,2001,RFn,2,522,TA,TA,Y,202,151,0,0,0,0,NA,NA,NA,0,6,2009,WD,Normal,236500 930,60,RL,NA,13006,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,Gilbert,Norm,Norm,1Fam,2Story,7,5,1997,1997,Gable,CompShg,HdBoard,HdBoard,BrkFace,285,TA,TA,PConc,Gd,TA,No,Unf,0,Unf,0,964,964,GasA,Gd,Y,SBrkr,993,1243,0,2236,0,0,2,1,4,1,Gd,8,Typ,1,TA,BuiltIn,1997,Fin,2,642,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,11,2006,WD,Normal,222000 931,20,RL,73,8925,Pave,NA,IR1,HLS,AllPub,Inside,Gtl,Timber,Norm,Norm,1Fam,1Story,8,5,2007,2007,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,TA,Av,GLQ,16,Unf,0,1450,1466,GasA,Ex,Y,SBrkr,1466,0,0,1466,0,0,2,0,3,1,Gd,7,Typ,0,NA,Attchd,2007,Fin,3,610,TA,TA,Y,100,18,0,0,0,0,NA,NA,NA,0,7,2009,WD,Normal,201000 932,20,RL,70,9100,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,5,6,1965,1965,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,CBlock,TA,TA,No,BLQ,338,Rec,466,121,925,GasA,Ex,Y,SBrkr,925,0,0,925,0,1,1,0,2,1,TA,5,Typ,0,NA,Detchd,1965,Unf,1,429,TA,TA,Y,0,0,0,0,0,0,NA,GdWo,NA,0,7,2009,WD,Normal,117500 933,20,RL,84,11670,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,Somerst,RRNn,Norm,1Fam,1Story,9,5,2006,2006,Hip,CompShg,VinylSd,ImStucc,Stone,302,Ex,TA,PConc,Ex,Gd,No,Unf,0,Unf,0,1905,1905,GasA,Ex,Y,SBrkr,1905,0,0,1905,0,0,2,0,3,1,Ex,8,Typ,1,Gd,Attchd,2006,Fin,3,788,TA,TA,Y,0,191,0,0,0,0,NA,NA,NA,0,3,2007,WD,Normal,320000 934,20,RL,63,8487,Pave,NA,Reg,Lvl,AllPub,FR2,Gtl,CollgCr,Norm,Norm,1Fam,1Story,7,5,2004,2004,Gable,CompShg,VinylSd,VinylSd,BrkFace,210,Gd,TA,PConc,Gd,TA,Av,GLQ,20,Unf,0,1480,1500,GasA,Ex,Y,SBrkr,1500,0,0,1500,0,0,2,0,3,1,Gd,6,Typ,0,NA,Attchd,2004,RFn,2,570,TA,TA,Y,192,36,0,0,0,0,NA,NA,NA,0,8,2009,WD,Normal,190000 935,20,RL,313,27650,Pave,NA,IR2,HLS,AllPub,Inside,Mod,NAmes,PosA,Norm,1Fam,1Story,7,7,1960,2007,Flat,Tar&Grv,Wd Sdng,Wd Sdng,None,0,TA,TA,CBlock,Gd,TA,Gd,GLQ,425,Unf,0,160,585,GasA,Ex,Y,SBrkr,2069,0,0,2069,1,0,2,0,4,1,Gd,9,Typ,1,Gd,Attchd,1960,RFn,2,505,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,11,2008,WD,Normal,242000 936,30,RL,52,5825,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,BrkSide,Norm,Norm,1Fam,1Story,4,5,1926,1953,Gable,CompShg,MetalSd,MetalSd,BrkFace,108,TA,Gd,PConc,Fa,TA,Mn,Unf,0,Unf,0,600,600,GasA,Gd,Y,SBrkr,747,0,0,747,0,0,1,0,1,1,TA,5,Typ,0,NA,Detchd,1953,Unf,2,528,TA,TA,Y,0,0,32,0,0,0,NA,NA,NA,0,6,2006,WD,Normal,79900 937,20,RL,67,10083,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,SawyerW,Norm,Norm,1Fam,1Story,7,5,2003,2003,Gable,CompShg,VinylSd,VinylSd,NA,NA,Gd,TA,PConc,Gd,TA,No,GLQ,833,Unf,0,343,1176,GasA,Ex,Y,SBrkr,1200,0,0,1200,1,0,2,0,2,1,Gd,5,Typ,0,NA,Attchd,2003,RFn,2,555,TA,TA,Y,0,41,0,0,0,0,NA,NA,NA,0,8,2009,WD,Normal,184900 938,60,RL,75,9675,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Somerst,Norm,Norm,1Fam,2Story,7,5,2005,2005,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,TA,Mn,GLQ,341,Unf,0,772,1113,GasA,Ex,Y,SBrkr,1113,858,0,1971,0,0,2,1,3,1,Gd,8,Typ,1,Gd,Attchd,2005,RFn,2,689,TA,TA,Y,0,48,0,0,0,0,NA,NA,NA,0,2,2009,WD,Normal,253000 939,60,RL,73,8760,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,2Story,7,5,2006,2006,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,Gd,Mn,GLQ,464,Unf,0,927,1391,GasA,Ex,Y,SBrkr,1391,571,0,1962,0,0,2,1,3,1,Gd,7,Typ,0,NA,Attchd,2006,RFn,3,868,TA,TA,Y,0,90,0,0,0,0,NA,NA,NA,0,8,2006,New,Partial,239799 940,70,RL,NA,24090,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,ClearCr,Norm,Norm,1Fam,2Story,7,7,1940,1950,Gable,CompShg,MetalSd,MetalSd,None,0,TA,Gd,CBlock,TA,TA,Mn,Unf,0,Unf,0,1032,1032,GasA,Ex,Y,SBrkr,1207,1196,0,2403,0,0,2,0,4,1,TA,10,Typ,2,TA,Attchd,1940,Unf,1,349,TA,TA,Y,56,0,318,0,0,0,NA,NA,NA,0,6,2010,COD,Normal,244400 941,90,RL,55,12640,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,Mitchel,Norm,Norm,Duplex,1Story,6,5,1976,1976,Gable,CompShg,Plywood,Plywood,None,0,TA,TA,CBlock,TA,TA,Gd,Rec,936,LwQ,396,396,1728,GasA,TA,Y,SBrkr,1728,0,0,1728,0,0,2,0,4,2,TA,8,Typ,0,NA,Attchd,1976,Unf,2,574,TA,TA,Y,40,0,0,0,0,0,NA,NA,NA,0,7,2006,WD,Normal,150900 942,60,RL,NA,8755,Pave,NA,IR1,Lvl,AllPub,FR2,Gtl,Gilbert,RRNn,Norm,1Fam,2Story,7,5,1999,1999,Gable,CompShg,VinylSd,VinylSd,BrkFace,298,Gd,TA,PConc,Gd,TA,No,ALQ,772,Unf,0,220,992,GasA,Ex,Y,SBrkr,1022,1038,0,2060,1,0,2,1,3,1,Gd,8,Typ,1,TA,BuiltIn,1999,RFn,2,390,TA,TA,Y,0,0,0,168,0,0,NA,GdPrv,NA,0,6,2009,WD,Normal,214000 943,90,RL,42,7711,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,Edwards,Norm,Norm,Duplex,1Story,4,3,1977,1977,Gable,CompShg,MetalSd,MetalSd,None,0,TA,TA,PConc,Gd,TA,Gd,GLQ,1440,Unf,0,0,1440,GasA,TA,Y,SBrkr,1440,0,0,1440,2,0,2,0,4,2,TA,8,Typ,0,NA,NA,NA,NA,0,0,NA,NA,N,321,0,0,0,0,0,NA,NA,NA,0,8,2007,Oth,Abnorml,150000 944,90,RL,100,25000,Pave,NA,Reg,Low,AllPub,Inside,Gtl,Mitchel,Norm,Norm,Duplex,1Story,5,4,1967,1967,Gable,CompShg,HdBoard,Plywood,None,0,TA,TA,CBlock,TA,TA,Av,Unf,0,Unf,0,1632,1632,GasA,TA,Y,SBrkr,1632,0,0,1632,0,0,2,0,4,2,TA,8,Typ,0,NA,Attchd,1967,Unf,2,576,TA,TA,P,0,0,0,0,0,0,NA,NA,NA,0,6,2007,WD,Normal,143000 945,20,RL,NA,14375,Pave,NA,IR1,Lvl,NoSeWa,CulDSac,Gtl,Timber,Norm,Norm,1Fam,SLvl,6,6,1958,1958,Gable,CompShg,HdBoard,HdBoard,BrkFace,541,TA,TA,CBlock,TA,TA,No,GLQ,111,Rec,354,354,819,GasA,Gd,Y,FuseA,1344,0,0,1344,0,1,1,0,3,1,Gd,7,Typ,1,Gd,Basment,1958,RFn,2,525,TA,TA,Y,0,118,0,0,233,0,NA,NA,NA,0,1,2009,COD,Abnorml,137500 946,50,RM,98,8820,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,OldTown,Norm,Norm,1Fam,1.5Fin,5,6,1890,1996,Hip,CompShg,VinylSd,VinylSd,None,0,TA,TA,BrkTil,TA,TA,No,LwQ,1088,Unf,0,0,1088,GasA,TA,Y,SBrkr,1188,561,120,1869,0,0,1,0,2,1,TA,7,Typ,0,NA,Detchd,1963,Unf,2,456,TA,TA,Y,48,0,244,0,0,0,NA,MnWw,NA,0,9,2009,WD,Normal,124900 947,80,RL,70,8163,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,SLvl,5,6,1959,1959,Gable,CompShg,HdBoard,HdBoard,BrkFace,128,TA,Gd,CBlock,TA,TA,Av,ALQ,748,BLQ,294,102,1144,GasA,TA,Y,SBrkr,1144,0,0,1144,1,0,1,0,3,1,TA,6,Typ,1,TA,Attchd,1959,RFn,1,796,TA,TA,Y,86,0,0,0,0,0,NA,NA,NA,0,3,2006,WD,Normal,143000 948,20,RL,85,14536,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Timber,Norm,Norm,1Fam,1Story,8,5,2002,2003,Hip,CompShg,VinylSd,VinylSd,BrkFace,236,Gd,TA,PConc,Gd,TA,Av,GLQ,1300,Unf,0,316,1616,GasA,Ex,Y,SBrkr,1629,0,0,1629,1,0,2,0,3,1,Gd,9,Typ,1,Gd,Attchd,2002,Fin,3,808,TA,TA,Y,0,252,0,0,0,0,NA,NA,NA,0,11,2007,WD,Normal,270000 949,60,RL,65,14006,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,2Story,7,5,2002,2002,Gable,CompShg,VinylSd,VinylSd,BrkFace,144,Gd,TA,PConc,Gd,TA,NA,Unf,0,Unf,0,936,936,GasA,Ex,Y,SBrkr,936,840,0,1776,0,0,2,1,3,1,Gd,7,Typ,1,TA,Attchd,2002,RFn,2,474,TA,TA,Y,144,96,0,0,0,0,NA,NA,NA,0,2,2006,WD,Normal,192500 950,20,RL,78,9360,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NWAmes,Norm,Norm,1Fam,1Story,6,7,1972,2006,Hip,CompShg,Plywood,Plywood,None,0,TA,TA,CBlock,TA,TA,No,ALQ,982,Unf,0,179,1161,GasA,TA,Y,SBrkr,1381,0,0,1381,1,0,1,1,3,1,Gd,5,Typ,1,TA,Attchd,1972,RFn,2,676,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,3,2010,WD,Normal,197500 951,20,RL,60,7200,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,5,8,1950,2002,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,CBlock,TA,TA,No,ALQ,398,BLQ,149,317,864,GasA,Gd,Y,SBrkr,864,0,0,864,1,0,1,0,3,1,Gd,5,Typ,0,NA,Detchd,1980,RFn,2,720,TA,TA,Y,194,0,0,0,0,0,NA,NA,NA,0,7,2007,WD,Normal,129000 952,20,RH,60,7800,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,SawyerW,Norm,Norm,1Fam,1Story,5,5,1965,1965,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,CBlock,TA,TA,No,BLQ,641,Unf,0,187,828,GasA,Gd,Y,SBrkr,965,0,0,965,1,0,1,0,3,1,TA,6,Typ,0,NA,Detchd,1979,Unf,1,300,TA,TA,Y,421,0,0,0,0,0,NA,MnPrv,NA,0,7,2006,WD,Abnorml,119900 953,85,RL,60,7200,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,SFoyer,5,8,1972,2003,Gable,CompShg,WdShing,HdBoard,None,0,TA,Gd,CBlock,Gd,TA,Av,GLQ,660,Unf,0,108,768,GasA,Gd,Y,SBrkr,768,0,0,768,0,1,1,0,2,1,TA,5,Typ,0,NA,Detchd,1974,Fin,1,396,TA,TA,Y,192,0,0,0,0,0,NA,MnPrv,NA,0,4,2009,WD,Normal,133900 954,60,RL,NA,11075,Pave,NA,IR1,Lvl,AllPub,Inside,Mod,Mitchel,Norm,Norm,1Fam,2Story,5,4,1969,1969,Gable,CompShg,HdBoard,HdBoard,BrkFace,232,TA,TA,CBlock,TA,TA,Av,ALQ,562,LwQ,193,29,784,GasA,Ex,Y,SBrkr,1168,800,0,1968,0,1,2,1,4,1,TA,7,Min2,1,Po,Attchd,1969,RFn,2,530,TA,TA,Y,305,189,0,0,0,0,NA,MnPrv,Shed,400,9,2008,WD,Normal,172000 955,90,RL,35,9400,Pave,NA,IR1,Lvl,AllPub,CulDSac,Gtl,Edwards,Norm,Norm,Duplex,SFoyer,6,5,1975,1975,Flat,Tar&Grv,WdShing,Plywood,BrkFace,250,TA,TA,CBlock,Gd,Gd,Gd,GLQ,945,Unf,0,0,945,GasA,TA,Y,SBrkr,980,0,0,980,0,2,2,0,4,0,TA,4,Typ,0,NA,NA,NA,NA,0,0,NA,NA,Y,0,0,0,0,0,0,NA,NA,NA,0,10,2006,WD,AdjLand,127500 956,90,RH,82,7136,Pave,NA,IR1,HLS,AllPub,Inside,Gtl,Crawfor,Norm,Norm,Duplex,2Story,6,6,1946,1950,Gable,CompShg,MetalSd,MetalSd,BrkFace,423,TA,TA,CBlock,Gd,TA,No,Rec,484,Unf,0,495,979,GasA,TA,N,FuseF,979,979,0,1958,0,0,2,0,4,2,TA,8,Typ,0,NA,Attchd,1946,Unf,2,492,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,8,2007,WD,Normal,145000 957,160,RM,24,1300,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Blueste,Norm,Norm,TwnhsE,2Story,6,6,1980,1980,Gable,CompShg,MetalSd,MetalSd,None,0,TA,TA,CBlock,Gd,TA,No,ALQ,285,Unf,0,276,561,GasA,TA,Y,SBrkr,561,668,0,1229,0,0,1,1,2,1,TA,5,Typ,1,TA,Attchd,1980,Fin,2,462,TA,TA,Y,150,0,0,0,0,0,NA,GdPrv,NA,0,5,2009,WD,Normal,124000 958,20,RL,70,7420,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Sawyer,Norm,Norm,1Fam,1Story,5,5,1962,1962,Hip,CompShg,MetalSd,MetalSd,None,0,TA,TA,CBlock,TA,TA,No,Rec,417,Unf,0,640,1057,GasA,TA,Y,SBrkr,1057,0,0,1057,0,0,1,0,3,1,TA,6,Typ,0,NA,Detchd,1977,Fin,2,576,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,4,2007,WD,Normal,132000 959,20,RL,65,8450,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,1Story,7,5,2003,2003,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,TA,Mn,GLQ,699,Unf,0,638,1337,GasA,Ex,Y,SBrkr,1337,0,0,1337,1,0,2,0,3,1,Gd,6,Typ,0,NA,Attchd,2003,RFn,2,531,TA,TA,Y,0,39,0,0,0,0,NA,NA,NA,0,10,2007,WD,Normal,185000 960,160,FV,24,2572,Pave,NA,Reg,Lvl,AllPub,FR2,Gtl,Somerst,Norm,Norm,Twnhs,2Story,7,5,1999,1999,Hip,CompShg,MetalSd,MetalSd,None,0,Gd,TA,PConc,Gd,TA,No,ALQ,604,Unf,0,92,696,GasA,Ex,Y,SBrkr,696,720,0,1416,1,0,2,1,3,1,Gd,6,Typ,0,NA,Detchd,1999,Unf,2,484,TA,TA,Y,0,44,0,0,0,0,NA,NA,NA,0,5,2010,WD,Normal,155000 961,20,RL,50,7207,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,BrkSide,Norm,Norm,1Fam,1Story,5,7,1958,2008,Gable,CompShg,Wd Sdng,Plywood,None,0,TA,Gd,CBlock,TA,TA,Gd,BLQ,696,Unf,0,162,858,GasA,Gd,Y,SBrkr,858,0,0,858,1,0,1,0,2,1,TA,4,Typ,0,NA,NA,NA,NA,0,0,NA,NA,Y,117,0,0,0,0,0,NA,NA,NA,0,2,2010,WD,Normal,116500 962,60,RL,NA,12227,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,NWAmes,PosN,Norm,1Fam,2Story,6,7,1977,1995,Gable,CompShg,HdBoard,HdBoard,BrkFace,424,TA,Gd,CBlock,Gd,Gd,No,ALQ,896,Unf,0,434,1330,GasA,TA,Y,SBrkr,1542,1330,0,2872,1,0,2,1,4,1,TA,11,Typ,1,TA,Attchd,1977,Fin,2,619,TA,TA,Y,550,282,0,0,0,0,NA,NA,NA,0,7,2008,WD,Normal,272000 963,160,RL,24,2308,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,NPkVill,Norm,Norm,TwnhsE,2Story,6,6,1976,1976,Gable,CompShg,Plywood,Brk Cmn,None,0,TA,TA,CBlock,Gd,TA,No,ALQ,556,Unf,0,248,804,GasA,TA,Y,SBrkr,804,744,0,1548,1,0,2,1,3,1,Gd,7,Typ,1,TA,Detchd,1976,Unf,2,440,TA,TA,Y,48,0,0,0,0,0,NA,NA,NA,0,7,2007,WD,Normal,155000 964,20,RL,122,11923,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,CollgCr,Norm,Norm,1Fam,1Story,9,5,2007,2007,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Ex,TA,No,Unf,0,Unf,0,1800,1800,GasA,Ex,Y,SBrkr,1800,0,0,1800,0,0,2,0,2,1,Ex,7,Typ,0,NA,Attchd,2007,Fin,2,702,TA,TA,Y,288,136,0,0,0,0,NA,NA,NA,0,5,2009,WD,Normal,239000 965,60,RL,80,11316,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,Timber,Norm,Norm,1Fam,2Story,7,5,2002,2003,Gable,CompShg,VinylSd,VinylSd,BrkFace,44,Gd,TA,PConc,Gd,TA,No,GLQ,624,Unf,0,193,817,GasA,Ex,Y,SBrkr,824,1070,0,1894,1,0,2,1,4,1,Gd,8,Typ,1,Gd,BuiltIn,2002,Fin,2,510,TA,TA,Y,0,40,0,0,0,0,NA,NA,NA,0,2,2010,WD,Normal,214900 966,60,RL,65,10237,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Gilbert,RRAn,Norm,1Fam,2Story,6,5,2005,2007,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,TA,No,Unf,0,Unf,0,783,783,GasA,Ex,Y,SBrkr,783,701,0,1484,0,0,2,1,3,1,Gd,8,Typ,1,Gd,Attchd,2005,Fin,2,393,TA,TA,Y,0,72,0,0,0,0,NA,NA,NA,0,7,2007,New,Partial,178900 967,50,RL,130,9600,Pave,NA,IR1,HLS,AllPub,Inside,Gtl,Crawfor,Norm,Norm,1Fam,1.5Fin,5,7,1940,1950,Gable,CompShg,MetalSd,MetalSd,None,0,Gd,Gd,BrkTil,TA,Fa,No,Rec,428,Unf,0,300,728,GasA,Ex,Y,SBrkr,976,332,0,1308,1,0,1,1,2,1,TA,7,Min2,2,TA,Detchd,1940,Unf,1,256,TA,TA,Y,0,70,0,0,0,0,NA,NA,NA,0,6,2009,WD,Normal,160000 968,20,RL,NA,7390,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,5,7,1955,1955,Hip,CompShg,Wd Sdng,Wd Sdng,BrkFace,151,TA,TA,CBlock,TA,TA,No,ALQ,902,Unf,0,196,1098,GasA,TA,Y,SBrkr,1098,0,0,1098,1,0,1,0,3,1,TA,6,Typ,0,NA,Attchd,1955,Unf,1,260,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,7,2008,WD,Normal,135000 969,50,RM,50,5925,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,OldTown,Norm,Norm,1Fam,1.5Fin,3,6,1910,1950,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,BrkTil,TA,TA,No,Unf,0,Unf,0,600,600,Grav,Fa,N,SBrkr,600,368,0,968,0,0,1,0,2,1,TA,6,Typ,0,NA,NA,NA,NA,0,0,NA,NA,Y,0,0,0,0,0,0,NA,GdWo,NA,0,5,2009,WD,Abnorml,37900 970,190,RL,75,10382,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,2fmCon,SLvl,6,5,1958,1958,Hip,CompShg,HdBoard,HdBoard,BrkFace,105,TA,Fa,CBlock,TA,TA,Gd,ALQ,513,Unf,0,75,588,GasA,TA,Y,SBrkr,1095,0,0,1095,1,0,1,0,2,1,TA,6,Typ,0,NA,Attchd,1958,RFn,1,264,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,3,2006,ConLD,Normal,140000 971,50,RL,60,10800,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1.5Fin,4,4,1949,1950,Gable,CompShg,AsbShng,AsbShng,None,0,TA,TA,CBlock,TA,TA,No,Unf,0,Unf,0,720,720,GasA,TA,N,FuseA,720,472,0,1192,0,0,1,1,4,1,TA,6,Typ,0,NA,NA,NA,NA,0,0,NA,NA,Y,0,0,0,0,0,0,NA,NA,NA,0,12,2006,WD,Abnorml,135000 972,160,RL,36,2268,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NridgHt,Norm,Norm,Twnhs,2Story,7,5,2003,2004,Gable,CompShg,VinylSd,Wd Shng,Stone,106,Gd,TA,PConc,Gd,TA,No,GLQ,567,Unf,0,197,764,GasA,Ex,Y,SBrkr,764,862,0,1626,0,0,2,0,2,1,Gd,6,Typ,0,NA,BuiltIn,2003,RFn,2,474,TA,TA,Y,0,27,0,0,0,0,NA,NA,NA,0,7,2009,WD,Normal,173000 973,120,RL,55,7892,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,SawyerW,Norm,Norm,TwnhsE,1Story,6,5,1979,1979,Gable,CompShg,Plywood,Plywood,None,0,TA,TA,CBlock,Gd,TA,No,Unf,0,Unf,0,918,918,GasA,TA,Y,SBrkr,918,0,0,918,0,0,2,0,2,1,TA,5,Typ,1,TA,Attchd,1979,Unf,1,264,TA,TA,Y,28,0,0,0,0,0,NA,NA,NA,0,4,2010,WD,Normal,99500 974,20,FV,95,11639,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,Somerst,Norm,Norm,1Fam,1Story,7,5,2007,2008,Gable,CompShg,CemntBd,CmentBd,NA,NA,Gd,TA,PConc,Gd,TA,No,Unf,0,Unf,0,1428,1428,GasA,Ex,Y,SBrkr,1428,0,0,1428,0,0,2,0,3,1,Gd,6,Typ,0,NA,Attchd,2007,Fin,2,480,TA,TA,Y,0,120,0,0,0,0,NA,NA,NA,0,12,2008,New,Partial,182000 975,70,RL,60,11414,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,BrkSide,RRAn,Feedr,1Fam,2Story,7,8,1910,1993,Gable,CompShg,HdBoard,HdBoard,None,0,TA,Gd,BrkTil,Gd,TA,No,Unf,0,Unf,0,728,728,GasA,TA,N,SBrkr,1136,883,0,2019,0,0,1,0,3,1,Gd,8,Typ,0,NA,Detchd,1997,Unf,2,532,TA,TA,Y,509,135,0,0,0,0,NA,GdPrv,NA,0,10,2009,WD,Normal,167500 976,160,FV,NA,2651,Pave,NA,Reg,Lvl,AllPub,FR2,Gtl,Somerst,Norm,Norm,Twnhs,2Story,7,5,2000,2000,Gable,CompShg,MetalSd,MetalSd,None,0,Gd,TA,PConc,Gd,TA,No,GLQ,641,Unf,0,32,673,GasA,Ex,Y,SBrkr,673,709,0,1382,1,0,2,1,3,1,Gd,6,Typ,0,NA,Detchd,2000,Unf,2,490,TA,TA,Y,153,50,0,0,0,0,NA,NA,NA,0,4,2006,WD,Normal,165000 977,30,RL,51,5900,Pave,NA,IR1,Bnk,AllPub,Inside,Gtl,BrkSide,Norm,Norm,1Fam,1Story,4,7,1923,1958,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,PConc,Gd,TA,No,Unf,0,Unf,0,440,440,GasA,TA,Y,FuseA,869,0,0,869,0,0,1,0,2,1,Fa,4,Typ,0,NA,NA,NA,NA,0,0,NA,NA,Y,0,0,0,0,0,0,NA,NA,NA,0,8,2006,WD,Normal,85500 978,120,FV,35,4274,Pave,Pave,IR1,Lvl,AllPub,Inside,Gtl,Somerst,Norm,Norm,TwnhsE,1Story,7,5,2006,2007,Gable,CompShg,VinylSd,VinylSd,NA,NA,Gd,TA,PConc,Gd,TA,No,GLQ,1106,Unf,0,135,1241,GasA,Ex,Y,SBrkr,1241,0,0,1241,1,0,1,1,1,1,Gd,4,Typ,0,NA,Attchd,2007,Fin,2,569,TA,TA,Y,0,116,0,0,0,0,NA,NA,NA,0,11,2007,New,Partial,199900 979,20,RL,68,9450,Pave,NA,Reg,Bnk,AllPub,Inside,Mod,Edwards,Norm,Norm,1Fam,1Story,4,5,1954,1954,Gable,CompShg,MetalSd,MetalSd,None,0,TA,TA,CBlock,TA,TA,No,LwQ,552,Unf,0,342,894,GasA,Ex,Y,SBrkr,894,0,0,894,0,0,1,0,3,1,TA,5,Typ,0,NA,Detchd,1999,Unf,2,400,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,5,2007,WD,Abnorml,110000 980,20,RL,80,8816,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,Sawyer,Feedr,Norm,1Fam,1Story,5,6,1963,1963,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,PConc,TA,TA,No,Rec,651,Unf,0,470,1121,GasA,TA,Y,SBrkr,1121,0,0,1121,1,0,1,0,3,1,TA,5,Typ,0,NA,Detchd,1963,Unf,2,480,TA,TA,Y,0,80,0,0,0,0,NA,MnPrv,NA,0,6,2009,WD,Normal,139000 981,85,RL,NA,12122,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,NAmes,Norm,Norm,1Fam,SFoyer,7,9,1961,2007,Gable,CompShg,CemntBd,CmentBd,Stone,210,Ex,TA,CBlock,TA,TA,Av,ALQ,867,Unf,0,77,944,GasA,Gd,Y,SBrkr,999,0,0,999,1,0,1,0,3,1,Ex,6,Typ,0,NA,Attchd,1961,RFn,2,588,TA,TA,Y,144,76,0,0,0,0,NA,NA,NA,0,7,2008,WD,Normal,178400 982,60,RL,98,12203,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,NoRidge,Norm,Norm,1Fam,2Story,8,5,1998,1999,Hip,CompShg,VinylSd,VinylSd,BrkFace,975,Gd,TA,PConc,Gd,TA,No,GLQ,854,Unf,0,371,1225,GasA,Ex,Y,SBrkr,1276,1336,0,2612,1,0,2,1,4,1,Gd,8,Typ,1,TA,Attchd,1998,Fin,3,676,TA,TA,Y,250,0,0,0,0,0,NA,NA,NA,0,7,2009,WD,Normal,336000 983,20,RL,43,3182,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Blmngtn,Norm,Norm,1Fam,1Story,7,5,2007,2007,Gable,CompShg,VinylSd,VinylSd,BrkFace,16,Gd,TA,PConc,Gd,TA,Av,Unf,0,Unf,0,1266,1266,GasA,Ex,Y,SBrkr,1266,0,0,1266,0,0,2,0,2,1,Gd,6,Typ,1,Gd,Attchd,2007,Fin,2,388,TA,TA,Y,100,16,0,0,0,0,NA,NA,NA,0,3,2008,WD,Normal,159895 984,60,RL,NA,11250,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,CollgCr,Norm,Norm,1Fam,2Story,8,5,2002,2002,Gable,CompShg,CemntBd,CmentBd,None,0,Gd,TA,PConc,Gd,TA,Mn,Unf,0,Unf,0,1128,1128,GasA,Ex,Y,SBrkr,1149,1141,0,2290,0,0,2,1,4,1,Gd,9,Typ,1,Gd,Attchd,2002,Unf,2,779,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,5,2008,WD,Normal,255900 985,90,RL,75,10125,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Mitchel,Norm,Norm,Duplex,1.5Fin,5,5,1977,1977,Gable,CompShg,Plywood,Plywood,None,0,TA,TA,CBlock,NA,NA,NA,NA,0,NA,0,0,0,GasA,TA,Y,SBrkr,1302,432,0,1734,0,0,2,0,4,2,Gd,8,Typ,0,NA,Attchd,1977,Unf,2,539,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,8,2009,COD,Normal,126000 986,190,RL,68,10880,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Edwards,Norm,Norm,2fmCon,1Story,5,5,1950,1950,Gable,CompShg,MetalSd,MetalSd,None,0,TA,TA,CBlock,TA,TA,No,ALQ,1040,Unf,0,124,1164,GasW,TA,N,SBrkr,1164,0,0,1164,1,0,1,0,3,1,TA,5,Typ,0,NA,Detchd,1950,Unf,1,240,TA,TA,Y,0,48,0,0,0,0,NA,NA,NA,0,8,2008,ConLD,Normal,125000 987,50,RM,59,5310,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,OldTown,Feedr,Norm,1Fam,1.5Fin,6,8,1910,2003,Hip,CompShg,VinylSd,VinylSd,None,0,TA,Gd,CBlock,TA,Fa,No,Unf,0,Unf,0,485,485,GasA,Gd,Y,SBrkr,1001,634,0,1635,0,0,1,0,2,1,Gd,5,Typ,0,NA,Attchd,1950,Unf,1,255,Fa,TA,Y,394,0,0,0,0,0,NA,NA,NA,0,6,2006,WD,Normal,117000 988,20,RL,83,10159,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,NridgHt,Norm,Norm,1Fam,1Story,9,5,2009,2010,Hip,CompShg,VinylSd,VinylSd,Stone,450,Ex,TA,PConc,Ex,TA,Av,GLQ,1646,Unf,0,284,1930,GasA,Ex,Y,SBrkr,1940,0,0,1940,1,0,2,1,3,1,Ex,8,Typ,1,Gd,Attchd,2010,Fin,3,606,TA,TA,Y,168,95,0,0,0,0,NA,NA,NA,0,4,2010,New,Partial,395192 989,60,RL,NA,12046,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,NWAmes,Norm,Norm,1Fam,2Story,6,6,1976,1976,Gable,CompShg,Plywood,Plywood,BrkFace,298,TA,TA,CBlock,TA,TA,No,LwQ,156,Unf,0,692,848,GasA,TA,Y,SBrkr,1118,912,0,2030,0,0,2,1,4,1,Gd,8,Typ,1,TA,Attchd,1976,Fin,2,551,TA,TA,Y,0,224,0,0,0,0,NA,NA,NA,0,6,2007,WD,Normal,195000 990,60,FV,65,8125,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Somerst,Norm,Norm,1Fam,2Story,7,5,2006,2006,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,Gd,No,Unf,0,Unf,0,770,770,GasA,Ex,Y,SBrkr,778,798,0,1576,0,0,2,1,3,1,Gd,6,Typ,0,NA,Attchd,2006,RFn,2,614,TA,TA,Y,0,50,0,0,0,0,NA,NA,NA,0,8,2006,New,Partial,197000 991,60,RL,82,9452,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NoRidge,Norm,Norm,1Fam,2Story,8,5,1997,1998,Gable,CompShg,VinylSd,VinylSd,BrkFace,423,Gd,TA,PConc,Gd,TA,No,GLQ,1074,Unf,0,322,1396,GasA,Ex,Y,SBrkr,1407,985,0,2392,1,0,2,1,3,1,Gd,7,Typ,1,TA,Attchd,1997,Fin,3,870,TA,TA,Y,0,70,0,0,0,0,NA,NA,NA,0,6,2006,WD,Normal,348000 992,70,RM,121,17671,Pave,Grvl,Reg,Lvl,AllPub,Corner,Gtl,OldTown,Artery,Norm,1Fam,2Story,8,9,1882,1986,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,Gd,Gd,BrkTil,TA,TA,No,BLQ,216,Unf,0,700,916,GasA,Gd,Y,SBrkr,916,826,0,1742,0,0,1,1,4,1,Gd,8,Typ,1,Gd,Attchd,1925,Unf,2,424,TA,TA,P,0,169,0,0,0,0,NA,NA,NA,0,11,2009,WD,Normal,168000 993,60,RL,80,9760,Pave,NA,Reg,Lvl,AllPub,Inside,Mod,NAmes,Norm,Norm,1Fam,2Story,6,8,1964,1993,Hip,CompShg,Wd Sdng,Wd Sdng,BrkFace,340,TA,TA,CBlock,TA,TA,Gd,BLQ,536,Rec,117,169,822,GasA,Gd,Y,SBrkr,1020,831,0,1851,0,0,2,1,3,1,Gd,7,Typ,1,Fa,Attchd,1964,RFn,2,440,TA,TA,Y,239,42,0,0,0,0,NA,MnWw,NA,0,7,2007,WD,Normal,187000 994,60,RL,68,8846,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,2Story,6,5,2005,2006,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,PConc,Gd,TA,No,Unf,0,Unf,0,750,750,GasA,Ex,Y,SBrkr,750,750,0,1500,0,0,2,1,3,1,Gd,6,Typ,0,NA,Attchd,2005,RFn,2,564,TA,TA,Y,0,35,0,0,0,0,NA,NA,NA,0,8,2006,New,Partial,173900 995,20,RL,96,12456,Pave,NA,Reg,Lvl,AllPub,FR2,Gtl,NridgHt,Norm,Norm,1Fam,1Story,10,5,2006,2007,Hip,CompShg,CemntBd,CmentBd,Stone,230,Ex,TA,PConc,Ex,TA,Gd,GLQ,1172,Unf,0,528,1700,GasA,Ex,Y,SBrkr,1718,0,0,1718,1,0,2,0,3,1,Ex,7,Typ,1,Gd,Attchd,2008,Fin,3,786,TA,TA,Y,216,48,0,0,0,0,NA,NA,NA,0,7,2009,WD,Normal,337500 996,50,RL,51,4712,Pave,NA,IR1,Lvl,AllPub,Inside,Mod,BrkSide,Feedr,Norm,1Fam,1.5Fin,4,7,1946,1950,Gable,CompShg,MetalSd,MetalSd,None,0,TA,TA,CBlock,TA,TA,No,ALQ,384,Unf,0,363,747,GasA,TA,Y,SBrkr,774,456,0,1230,1,0,1,1,3,1,TA,5,Typ,0,NA,Detchd,1946,Unf,1,305,TA,TA,Y,0,57,0,0,63,0,NA,MnPrv,NA,0,8,2006,WD,Abnorml,121600 997,20,RL,NA,10659,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,5,6,1961,1961,Hip,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,CBlock,TA,TA,No,Rec,915,Unf,0,135,1050,GasA,TA,Y,SBrkr,1050,0,0,1050,1,0,1,0,3,1,TA,6,Typ,0,NA,Attchd,1961,Unf,1,368,TA,TA,Y,0,319,0,0,0,0,NA,NA,NA,0,1,2006,COD,Normal,136500 998,20,RL,NA,11717,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,NWAmes,PosA,Norm,1Fam,1Story,6,6,1970,1970,Hip,CompShg,HdBoard,HdBoard,BrkFace,571,TA,TA,CBlock,TA,TA,No,Unf,0,Unf,0,1442,1442,GasA,TA,Y,SBrkr,1442,0,0,1442,0,0,2,0,2,1,TA,6,Typ,1,TA,Attchd,1970,RFn,2,615,TA,TA,Y,371,0,0,0,0,0,NA,NA,NA,0,2,2009,WD,Normal,185000 999,30,RM,60,9786,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,IDOTRR,Norm,Norm,1Fam,1Story,3,4,1922,1950,Hip,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,BrkTil,TA,Fa,No,Unf,0,Unf,0,1007,1007,GasA,Fa,N,SBrkr,1077,0,0,1077,0,0,1,0,3,1,TA,6,Typ,1,Gd,Detchd,1922,Unf,1,210,TA,Fa,P,0,100,48,0,0,0,NA,NA,NA,0,5,2006,WD,Normal,91000 1000,20,RL,64,6762,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,1Story,7,5,2006,2006,Gable,CompShg,VinylSd,VinylSd,Stone,24,Gd,TA,PConc,Gd,TA,Av,GLQ,686,Unf,0,501,1187,GasA,Ex,Y,SBrkr,1208,0,0,1208,1,0,2,0,2,1,Gd,6,Typ,0,NA,Attchd,2006,RFn,2,632,TA,TA,Y,105,61,0,0,0,0,NA,NA,NA,0,2,2010,WD,Normal,206000 1001,20,RL,74,10206,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,Edwards,Norm,Norm,1Fam,1Story,3,3,1952,1952,Flat,Tar&Grv,BrkComm,Brk Cmn,None,0,TA,TA,Slab,NA,NA,NA,NA,0,NA,0,0,0,GasW,Fa,N,FuseF,944,0,0,944,0,0,1,0,2,1,Fa,4,Min1,0,NA,Detchd,1956,Unf,2,528,TA,Fa,Y,0,0,0,0,0,0,NA,NA,NA,0,7,2009,WD,Normal,82000 1002,30,RL,60,5400,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,OldTown,Norm,Norm,1Fam,1Story,5,6,1920,1950,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,BrkTil,Fa,TA,No,Unf,0,Unf,0,691,691,GasA,Ex,Y,FuseA,691,0,0,691,0,0,1,0,2,1,Ex,4,Typ,0,NA,Detchd,1920,Unf,1,216,Fa,TA,N,0,20,94,0,0,0,NA,NA,NA,0,1,2007,WD,Abnorml,86000 1003,20,RL,75,11957,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,Somerst,RRAn,Norm,1Fam,1Story,8,5,2006,2006,Gable,CompShg,VinylSd,VinylSd,BrkFace,53,Gd,TA,PConc,Gd,TA,No,GLQ,24,Unf,0,1550,1574,GasA,Ex,Y,SBrkr,1574,0,0,1574,0,0,2,0,3,1,Gd,7,Typ,1,Gd,Attchd,2006,RFn,3,824,TA,TA,Y,144,104,0,0,0,0,NA,NA,NA,0,7,2008,WD,Normal,232000 1004,90,RL,NA,11500,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,NWAmes,Feedr,RRAn,Duplex,1Story,5,6,1976,1976,Gable,CompShg,VinylSd,VinylSd,BrkFace,164,TA,TA,CBlock,TA,TA,No,Unf,0,Unf,0,1680,1680,GasA,Fa,Y,SBrkr,1680,0,0,1680,0,0,2,0,4,2,TA,8,Typ,0,NA,Detchd,1976,Unf,2,528,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,6,2007,WD,Normal,136905 1005,120,RL,43,3182,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Blmngtn,Norm,Norm,TwnhsE,1Story,7,5,2005,2006,Gable,CompShg,VinylSd,VinylSd,BrkFace,16,Gd,TA,PConc,Gd,TA,No,GLQ,16,Unf,0,1330,1346,GasA,Ex,Y,SBrkr,1504,0,0,1504,0,0,2,0,1,1,Gd,7,Typ,1,Gd,Attchd,2005,Fin,2,457,TA,TA,Y,156,0,0,0,0,0,NA,NA,NA,0,5,2009,WD,Normal,181000 1006,80,RL,65,8385,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,SLvl,5,8,1977,1977,Gable,CompShg,HdBoard,HdBoard,BrkFace,220,Gd,TA,CBlock,Gd,Gd,Av,GLQ,595,Unf,0,390,985,GasA,TA,Y,SBrkr,985,0,0,985,0,0,2,0,3,1,TA,6,Typ,0,NA,Attchd,1977,Unf,1,328,TA,TA,Y,210,0,0,0,0,0,NA,NA,NA,0,11,2008,WD,Normal,149900 1007,20,RL,NA,12155,Pave,NA,IR3,Lvl,AllPub,Inside,Gtl,NAmes,PosN,Norm,1Fam,1Story,6,3,1970,1970,Gable,CompShg,Plywood,Plywood,None,0,TA,TA,CBlock,Gd,TA,No,LwQ,1237,Unf,0,420,1657,GasA,Gd,Y,SBrkr,1657,0,0,1657,0,1,2,0,3,1,TA,7,Typ,1,TA,Attchd,1970,Unf,2,484,TA,TA,Y,0,0,0,0,147,0,NA,NA,NA,0,3,2007,WD,Normal,163500 1008,160,RM,21,2217,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,MeadowV,Norm,Norm,TwnhsE,2Story,4,4,1970,1970,Gable,CompShg,CemntBd,CmentBd,None,0,TA,TA,CBlock,TA,TA,No,BLQ,273,LwQ,273,0,546,GasA,TA,Y,SBrkr,546,546,0,1092,0,0,1,1,3,1,TA,6,Typ,0,NA,Attchd,1970,RFn,1,286,TA,TA,Y,238,0,0,0,0,0,NA,NA,NA,0,8,2009,WD,Normal,88000 1009,20,RL,43,12118,Pave,NA,IR1,Lvl,AllPub,CulDSac,Gtl,Mitchel,Norm,Norm,1Fam,1Story,7,5,2004,2005,Hip,CompShg,VinylSd,VinylSd,Stone,108,Gd,TA,PConc,Ex,TA,Mn,Unf,0,Unf,0,1710,1710,GasA,Ex,Y,SBrkr,1710,0,0,1710,0,0,2,0,3,1,Gd,7,Typ,1,Gd,Attchd,2004,Fin,2,550,TA,TA,Y,100,48,0,0,180,0,NA,NA,NA,0,4,2009,WD,Normal,240000 1010,50,RL,60,6000,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,SWISU,Norm,Norm,1Fam,1.5Fin,5,5,1926,1950,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,Fa,BrkTil,TA,TA,No,Unf,0,Unf,0,1008,1008,GasA,Ex,Y,SBrkr,1008,0,514,1522,0,0,2,0,4,1,TA,7,Typ,0,NA,NA,NA,NA,0,0,NA,NA,P,0,0,138,0,0,0,NA,NA,NA,0,6,2006,WD,Normal,102000 1011,50,RL,115,21286,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Sawyer,Norm,Norm,1Fam,1.5Fin,5,5,1948,1950,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,CBlock,TA,TA,No,Unf,0,Unf,0,720,720,GasA,TA,Y,SBrkr,720,551,0,1271,0,0,2,0,4,1,TA,7,Typ,1,Gd,Attchd,1948,Unf,1,312,TA,TA,Y,0,0,108,0,0,0,NA,NA,NA,0,8,2008,WD,Normal,135000 1012,90,RL,75,9825,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Edwards,Norm,Norm,Duplex,1Story,5,5,1965,1965,Hip,CompShg,AsphShn,AsphShn,None,0,TA,TA,CBlock,NA,NA,NA,NA,0,NA,0,0,0,GasA,TA,N,SBrkr,1664,0,0,1664,0,0,2,0,4,2,TA,8,Typ,0,NA,NA,NA,NA,0,0,NA,NA,Y,0,0,0,0,0,0,NA,NA,NA,0,5,2010,WD,Normal,100000 1013,70,RL,55,10592,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Crawfor,Norm,Norm,1Fam,2Story,6,7,1923,1996,Hip,CompShg,Wd Sdng,Wd Sdng,None,0,TA,Gd,PConc,TA,Fa,No,Unf,0,Unf,0,602,602,GasA,TA,Y,SBrkr,900,602,0,1502,0,0,1,1,3,1,Gd,7,Typ,2,TA,Detchd,1923,Unf,1,180,TA,TA,Y,96,0,112,0,53,0,NA,NA,NA,0,8,2007,WD,Normal,165000 1014,30,RM,60,7200,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,OldTown,Norm,Norm,1Fam,1Story,5,4,1910,2006,Hip,CompShg,MetalSd,Stucco,None,0,TA,TA,BrkTil,TA,TA,No,ALQ,247,Rec,465,310,1022,GasW,TA,N,SBrkr,1022,0,0,1022,1,0,1,0,2,1,TA,4,Maj2,0,NA,Detchd,1956,Unf,1,280,TA,TA,Y,0,30,226,0,0,0,NA,NA,NA,0,6,2009,WD,Normal,85000 1015,20,RL,60,11664,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Artery,Norm,1Fam,1Story,6,5,1948,1950,Gable,CompShg,MetalSd,MetalSd,BrkFace,206,TA,TA,CBlock,TA,Fa,No,BLQ,336,Unf,0,746,1082,GasA,TA,Y,SBrkr,1082,0,0,1082,0,0,1,0,2,1,TA,5,Typ,1,Gd,Detchd,1948,Unf,1,240,TA,TA,Y,0,130,0,0,0,0,NA,NA,NA,0,11,2007,WD,Normal,119200 1016,60,RL,70,8400,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NWAmes,Norm,Norm,1Fam,2Story,8,6,2001,2001,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,TA,No,GLQ,643,Unf,0,167,810,GasA,Ex,Y,SBrkr,810,855,0,1665,1,0,2,1,3,1,Gd,6,Typ,0,NA,Attchd,2001,Fin,2,528,TA,TA,Y,0,45,0,0,0,0,NA,NA,NA,0,11,2009,WD,Normal,227000 1017,20,RL,73,11883,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,1Story,7,5,1996,1996,Hip,CompShg,VinylSd,VinylSd,BrkFace,196,Gd,TA,PConc,Gd,TA,Gd,GLQ,690,Unf,0,814,1504,GasA,Ex,Y,SBrkr,1504,0,0,1504,1,0,2,0,3,1,Gd,6,Typ,1,TA,Attchd,1996,Fin,2,478,TA,TA,Y,115,66,0,0,0,0,NA,NA,NA,0,6,2009,WD,Normal,203000 1018,120,RL,NA,5814,Pave,NA,IR1,Lvl,AllPub,CulDSac,Gtl,StoneBr,Norm,Norm,TwnhsE,1Story,8,5,1984,1984,Gable,CompShg,HdBoard,HdBoard,None,0,Gd,TA,CBlock,Gd,TA,Av,GLQ,1036,Unf,0,184,1220,GasA,Gd,Y,SBrkr,1360,0,0,1360,1,0,1,0,1,1,Gd,4,Typ,1,Ex,Attchd,1984,RFn,2,565,TA,TA,Y,63,0,0,0,0,0,NA,NA,NA,0,8,2009,COD,Abnorml,187500 1019,80,RL,NA,10784,Pave,NA,IR1,Lvl,AllPub,FR2,Gtl,Gilbert,Norm,Norm,1Fam,SLvl,7,5,1991,1992,Gable,CompShg,HdBoard,HdBoard,BrkFace,76,Gd,TA,PConc,Gd,TA,No,Unf,0,Unf,0,384,384,GasA,Gd,Y,SBrkr,802,670,0,1472,0,0,2,1,3,1,Gd,7,Typ,1,TA,Attchd,1991,RFn,2,402,TA,TA,Y,164,0,0,0,0,0,NA,NA,NA,0,5,2007,WD,Normal,160000 1020,120,RL,43,3013,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Blmngtn,Norm,Norm,TwnhsE,1Story,7,5,2005,2005,Gable,CompShg,VinylSd,VinylSd,BrkFace,145,Gd,TA,PConc,Gd,TA,Gd,GLQ,16,Unf,0,1346,1362,GasA,Ex,Y,SBrkr,1506,0,0,1506,0,0,2,0,2,1,Gd,6,Typ,1,Gd,Attchd,2005,Fin,2,440,TA,TA,Y,142,20,0,0,0,0,NA,NA,NA,0,4,2006,WD,Normal,213490 1021,20,RL,60,7024,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Edwards,Norm,Norm,1Fam,1Story,4,5,2005,2005,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,PConc,Gd,TA,No,GLQ,1024,Unf,0,108,1132,GasA,Ex,Y,SBrkr,1132,0,0,1132,1,0,1,1,2,1,Gd,5,Typ,0,NA,Attchd,2005,Fin,2,451,TA,TA,Y,252,64,0,0,0,0,NA,NA,NA,0,6,2008,WD,Normal,176000 1022,20,RL,64,7406,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,1Story,7,5,2006,2006,Gable,CompShg,VinylSd,VinylSd,Stone,84,Gd,TA,PConc,Gd,TA,Av,GLQ,684,Unf,0,515,1199,GasA,Ex,Y,SBrkr,1220,0,0,1220,1,0,2,0,2,1,Gd,6,Typ,0,NA,Attchd,2006,RFn,2,632,TA,TA,Y,105,54,0,0,0,0,NA,NA,NA,0,7,2006,New,Partial,194000 1023,50,RM,52,9439,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,OldTown,Norm,Norm,1Fam,1.5Fin,5,5,1930,1950,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,CBlock,TA,TA,No,LwQ,324,Unf,0,588,912,GasA,Gd,Y,FuseA,912,336,0,1248,0,0,1,0,2,1,TA,6,Typ,0,NA,Detchd,1957,Unf,1,160,Fa,Fa,Y,0,0,192,0,0,0,NA,NA,NA,0,3,2007,WD,Normal,87000 1024,120,RL,43,3182,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Blmngtn,Norm,Norm,TwnhsE,1Story,7,5,2005,2006,Gable,CompShg,VinylSd,VinylSd,BrkFace,14,Gd,TA,PConc,Gd,Gd,No,GLQ,16,Unf,0,1330,1346,GasA,Ex,Y,SBrkr,1504,0,0,1504,0,0,2,0,2,1,Gd,7,Typ,1,Gd,Attchd,2005,Fin,2,437,TA,TA,Y,156,20,0,0,0,0,NA,NA,NA,0,5,2008,WD,Normal,191000 1025,20,RL,NA,15498,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,Timber,Norm,Norm,1Fam,1Story,8,6,1976,1976,Hip,WdShake,Stone,HdBoard,None,0,Gd,TA,CBlock,Gd,TA,Av,ALQ,1165,LwQ,400,0,1565,GasA,TA,Y,SBrkr,2898,0,0,2898,1,0,2,0,2,1,Gd,10,Typ,1,Gd,Attchd,1976,Fin,2,665,TA,TA,Y,0,72,174,0,0,0,NA,NA,NA,0,5,2008,COD,Abnorml,287000 1026,20,RL,70,7700,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,CollgCr,Norm,Norm,1Fam,1Story,5,5,1972,1972,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,CBlock,TA,TA,No,LwQ,138,Rec,468,276,882,GasA,TA,Y,SBrkr,882,0,0,882,1,0,1,0,3,1,TA,5,Typ,0,NA,Detchd,1980,Unf,2,461,TA,TA,Y,96,0,0,0,0,0,NA,MnPrv,NA,0,3,2007,WD,Normal,112500 1027,20,RL,73,9300,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Feedr,Norm,1Fam,1Story,5,5,1960,1960,Gable,CompShg,MetalSd,HdBoard,BrkFace,324,TA,TA,CBlock,TA,TA,No,Rec,697,Unf,0,571,1268,GasA,TA,Y,SBrkr,1264,0,0,1264,1,0,1,0,3,1,TA,6,Typ,2,Gd,Attchd,1960,Unf,2,461,TA,TA,Y,0,0,0,0,143,0,NA,NA,NA,0,4,2010,WD,Normal,167500 1028,20,RL,71,9520,Pave,NA,IR1,HLS,AllPub,Inside,Gtl,Timber,Norm,Norm,1Fam,1Story,8,5,2007,2008,Gable,CompShg,VinylSd,VinylSd,Stone,338,Gd,TA,PConc,Gd,TA,Gd,GLQ,1513,Unf,0,125,1638,GasA,Ex,Y,SBrkr,1646,0,0,1646,1,0,2,0,3,1,Gd,7,Typ,1,Gd,Attchd,2008,RFn,3,800,TA,TA,Y,192,44,0,0,0,0,NA,NA,NA,0,4,2008,New,Partial,293077 1029,50,RL,79,9492,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Artery,Norm,1Fam,1.5Fin,5,5,1941,1950,Gable,CompShg,WdShing,Wd Shng,None,0,TA,TA,CBlock,TA,TA,No,Rec,368,BLQ,41,359,768,GasA,TA,Y,SBrkr,968,408,0,1376,1,0,1,0,3,1,TA,6,Typ,1,Gd,Attchd,1941,Unf,1,240,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,4,2007,WD,Normal,105000 1030,160,RM,21,1680,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,BrDale,Norm,Norm,Twnhs,2Story,6,7,1972,1972,Gable,CompShg,HdBoard,HdBoard,BrkFace,281,TA,TA,CBlock,TA,TA,No,BLQ,317,Unf,0,355,672,GasA,Gd,Y,SBrkr,672,546,0,1218,0,1,1,1,3,1,TA,7,Typ,0,NA,Detchd,1972,Unf,1,264,TA,TA,Y,0,28,0,0,0,0,NA,NA,NA,0,5,2006,WD,Normal,118000 1031,190,RH,NA,7082,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,SWISU,Norm,Norm,2fmCon,2Story,5,8,1916,1995,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,PConc,TA,TA,Mn,Unf,0,Unf,0,686,686,GasA,Gd,Y,SBrkr,948,980,0,1928,0,0,2,0,5,2,TA,10,Typ,0,NA,NA,NA,NA,0,0,NA,NA,N,0,0,228,0,0,0,NA,NA,NA,0,7,2006,WD,Normal,160000 1032,75,RL,102,15863,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,SWISU,Norm,Norm,1Fam,2.5Fin,7,3,1920,1970,Gable,CompShg,Wd Sdng,Plywood,None,0,TA,TA,BrkTil,TA,TA,No,GLQ,523,Unf,0,301,824,GasA,Ex,Y,SBrkr,1687,998,397,3082,1,0,2,1,5,1,TA,12,Typ,2,TA,Basment,1970,Fin,2,672,TA,TA,Y,136,63,0,0,0,0,NA,NA,NA,0,8,2009,WD,Normal,197000 1033,60,RL,NA,14541,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,NoRidge,Norm,Norm,1Fam,2Story,8,7,1993,1993,Gable,CompShg,MetalSd,MetalSd,None,0,Gd,Gd,PConc,Gd,Gd,No,GLQ,1012,Unf,0,326,1338,GasA,Ex,Y,SBrkr,1352,1168,0,2520,1,0,2,1,5,1,Gd,10,Typ,1,TA,Attchd,1993,RFn,3,796,TA,TA,Y,209,55,0,0,0,0,NA,NA,NA,0,11,2006,WD,Abnorml,310000 1034,20,RL,NA,8125,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,1Story,7,5,2002,2002,Gable,CompShg,VinylSd,VinylSd,Stone,295,Gd,TA,PConc,Gd,TA,No,GLQ,986,Unf,0,668,1654,GasA,Ex,Y,SBrkr,1654,0,0,1654,1,0,2,0,3,1,Gd,6,Typ,0,NA,Attchd,2002,Unf,3,900,TA,TA,Y,0,136,0,0,0,0,NA,NA,NA,0,2,2006,WD,Normal,230000 1035,30,RL,50,6305,Pave,NA,Reg,Bnk,AllPub,Inside,Gtl,Crawfor,Norm,Norm,1Fam,1Story,5,7,1938,1950,Gable,CompShg,MetalSd,MetalSd,None,0,TA,Gd,PConc,Fa,Fa,No,Unf,0,Unf,0,920,920,GasA,Ex,Y,SBrkr,954,0,0,954,0,0,1,0,2,1,Fa,5,Typ,1,Gd,Basment,1938,Unf,1,240,Fa,TA,Y,0,0,0,0,0,0,NA,MnPrv,NA,0,6,2007,WD,Normal,119750 1036,20,RL,NA,11500,Pave,NA,IR1,Lvl,AllPub,CulDSac,Gtl,Edwards,Norm,Norm,1Fam,1Story,4,3,1957,1957,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,Gd,Slab,NA,NA,NA,NA,0,NA,0,0,0,GasA,Ex,N,SBrkr,845,0,0,845,0,0,1,0,3,1,TA,5,Typ,0,NA,Detchd,1957,Unf,1,290,TA,TA,N,186,0,0,0,0,0,NA,NA,NA,0,1,2009,WD,Normal,84000 1037,20,RL,89,12898,Pave,NA,IR1,HLS,AllPub,Inside,Gtl,Timber,Norm,Norm,1Fam,1Story,9,5,2007,2008,Hip,CompShg,VinylSd,VinylSd,Stone,70,Gd,TA,PConc,Ex,TA,Gd,GLQ,1022,Unf,0,598,1620,GasA,Ex,Y,SBrkr,1620,0,0,1620,1,0,2,0,2,1,Ex,6,Typ,1,Ex,Attchd,2008,Fin,3,912,TA,TA,Y,228,0,0,0,0,0,NA,NA,NA,0,9,2009,WD,Normal,315500 1038,60,RL,NA,9240,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,2Story,8,5,2001,2002,Gable,CompShg,VinylSd,VinylSd,BrkFace,396,Gd,TA,PConc,Gd,TA,No,Unf,0,Unf,0,1055,1055,GasA,Ex,Y,SBrkr,1055,1208,0,2263,0,0,2,1,3,1,Gd,7,Typ,1,TA,BuiltIn,2001,Fin,2,905,TA,TA,Y,0,45,0,0,189,0,NA,NA,NA,0,9,2008,WD,Normal,287000 1039,160,RM,21,1533,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,MeadowV,Norm,Norm,Twnhs,2Story,4,6,1970,2008,Gable,CompShg,CemntBd,CmentBd,None,0,TA,TA,CBlock,TA,TA,No,Unf,0,Unf,0,546,546,GasA,TA,Y,SBrkr,798,546,0,1344,0,0,1,1,3,1,TA,6,Typ,1,TA,NA,NA,NA,0,0,NA,NA,Y,0,0,0,0,0,0,NA,NA,NA,0,5,2009,WD,Normal,97000 1040,180,RM,21,1477,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,MeadowV,Norm,Norm,TwnhsE,SFoyer,4,4,1970,1970,Gable,CompShg,CemntBd,CmentBd,None,0,TA,TA,CBlock,Gd,TA,Av,GLQ,509,Unf,0,121,630,GasA,TA,Y,SBrkr,630,0,0,630,1,0,1,0,1,1,TA,3,Typ,0,NA,Attchd,1970,Unf,1,286,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,4,2009,WD,Normal,80000 1041,20,RL,88,13125,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,Sawyer,Norm,Norm,1Fam,1Story,5,4,1957,2000,Gable,CompShg,Wd Sdng,Wd Sdng,BrkCmn,67,TA,TA,CBlock,TA,TA,No,Rec,168,BLQ,682,284,1134,GasA,Ex,Y,SBrkr,1803,0,0,1803,1,0,2,0,3,1,TA,8,Maj1,1,TA,Attchd,1957,RFn,2,484,TA,TA,Y,0,0,0,0,0,0,NA,GdPrv,NA,0,1,2006,WD,Normal,155000 1042,60,RL,NA,9130,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NWAmes,Feedr,Norm,1Fam,2Story,6,8,1966,2000,Hip,CompShg,HdBoard,HdBoard,BrkFace,252,TA,TA,CBlock,TA,TA,No,GLQ,400,Rec,64,336,800,GasA,Gd,Y,SBrkr,800,832,0,1632,0,1,1,1,4,1,Gd,7,Typ,0,NA,Attchd,1966,Unf,2,484,TA,TA,Y,0,40,0,0,0,0,NA,NA,NA,0,7,2008,WD,Normal,173000 1043,120,RL,34,5381,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,NridgHt,Norm,Norm,Twnhs,1Story,6,5,2005,2005,Gable,CompShg,VinylSd,VinylSd,Stone,135,Gd,TA,PConc,Gd,TA,Av,ALQ,900,Unf,0,406,1306,GasA,Ex,Y,SBrkr,1306,0,0,1306,1,0,2,0,1,1,Gd,5,Typ,1,Gd,Attchd,2005,RFn,2,624,TA,TA,Y,170,63,0,0,0,0,NA,NA,NA,0,8,2009,WD,Normal,196000 1044,60,RL,86,11839,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,SawyerW,Norm,Norm,1Fam,2Story,7,5,1990,1990,Hip,CompShg,HdBoard,HdBoard,BrkFace,99,TA,TA,PConc,Gd,TA,No,GLQ,1085,Unf,0,390,1475,GasA,Ex,Y,SBrkr,1532,797,0,2329,1,0,2,1,4,1,Gd,10,Typ,1,Ex,Attchd,1990,Unf,2,514,TA,TA,Y,192,121,0,0,0,0,NA,NA,NA,0,5,2008,WD,Normal,262280 1045,20,RL,80,9600,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NWAmes,PosN,Norm,1Fam,1Story,8,5,1981,1981,Hip,WdShngl,BrkFace,BrkFace,None,0,Gd,TA,PConc,Gd,TA,No,ALQ,1104,Unf,0,1420,2524,GasA,TA,Y,SBrkr,2524,0,0,2524,1,0,2,1,4,1,Gd,9,Typ,1,Gd,Attchd,1981,Fin,2,542,TA,TA,Y,474,120,0,0,0,0,NA,MnPrv,NA,0,7,2009,WD,Normal,278000 1046,20,RL,NA,13680,Pave,NA,IR1,Lvl,AllPub,CulDSac,Gtl,Edwards,Norm,Norm,1Fam,1Story,3,5,1955,1955,Hip,CompShg,BrkFace,Wd Sdng,None,0,TA,TA,Slab,NA,NA,NA,NA,0,NA,0,0,0,GasA,Ex,Y,FuseA,1733,0,0,1733,0,0,2,0,4,1,TA,8,Min2,1,Gd,Attchd,1955,Unf,2,452,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,6,2009,WD,Normal,139600 1047,60,RL,85,16056,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,StoneBr,Norm,Norm,1Fam,2Story,9,5,2005,2006,Hip,CompShg,CemntBd,CmentBd,Stone,208,Gd,TA,PConc,Ex,TA,Av,GLQ,240,Unf,0,1752,1992,GasA,Ex,Y,SBrkr,1992,876,0,2868,0,0,3,1,4,1,Ex,11,Typ,1,Gd,BuiltIn,2005,Fin,3,716,TA,TA,Y,214,108,0,0,0,0,NA,NA,NA,0,7,2006,New,Partial,556581 1048,20,RL,57,9245,Pave,NA,IR2,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,1Story,5,5,1994,1995,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,PConc,Gd,TA,No,GLQ,686,Unf,0,304,990,GasA,Ex,Y,SBrkr,990,0,0,990,0,1,1,0,3,1,TA,5,Typ,0,NA,Detchd,1996,Unf,2,672,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,2,2008,WD,Normal,145000 1049,20,RL,100,21750,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Mitchel,Norm,Norm,1Fam,1Story,5,4,1960,2006,Hip,CompShg,HdBoard,HdBoard,BrkFace,75,TA,Fa,Slab,NA,NA,NA,NA,0,NA,0,0,0,GasA,TA,Y,SBrkr,1771,0,0,1771,0,0,1,0,3,1,TA,9,Min1,1,TA,Attchd,1960,Unf,2,336,TA,TA,Y,0,0,0,0,0,0,NA,GdPrv,NA,0,11,2009,WD,Normal,115000 1050,20,RL,60,11100,Pave,NA,Reg,Low,AllPub,Inside,Gtl,Edwards,Norm,Norm,1Fam,1Story,4,7,1946,2006,Gable,CompShg,MetalSd,MetalSd,None,0,TA,TA,CBlock,NA,NA,NA,NA,0,NA,0,0,0,GasA,Ex,Y,SBrkr,930,0,0,930,0,0,1,0,2,1,Gd,6,Typ,0,NA,Detchd,1946,Unf,1,308,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,4,2010,WD,Abnorml,84900 1051,20,RL,73,8993,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,Gilbert,Norm,Norm,1Fam,1Story,7,5,2007,2007,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,TA,Av,Unf,0,Unf,0,1302,1302,GasA,Ex,Y,SBrkr,1302,0,0,1302,0,0,2,0,3,1,Gd,6,Typ,0,NA,Attchd,2007,Fin,2,436,TA,TA,Y,0,22,0,0,0,0,NA,NA,NA,0,8,2007,New,Partial,176485 1052,20,RL,103,11175,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,CollgCr,Norm,Norm,1Fam,1Story,7,5,2007,2007,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,TA,Av,Unf,0,Unf,0,1316,1316,GasA,Ex,Y,SBrkr,1316,0,0,1316,0,0,2,0,3,1,Gd,6,Typ,1,Gd,Attchd,2007,Fin,2,440,TA,TA,Y,0,20,0,0,0,0,NA,NA,NA,0,10,2007,New,Partial,200141 1053,60,RL,100,9500,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,NAmes,Artery,Norm,1Fam,2Story,6,6,1964,1978,Gable,CompShg,VinylSd,VinylSd,BrkCmn,272,TA,TA,CBlock,TA,TA,No,Rec,442,Unf,0,374,816,GasA,TA,Y,SBrkr,1127,850,0,1977,0,1,1,1,4,1,TA,9,Typ,1,TA,Attchd,1964,RFn,2,540,TA,TA,Y,0,52,0,0,0,0,NA,GdPrv,NA,0,6,2007,WD,Normal,165000 1054,20,RL,68,8562,Pave,NA,Reg,Lvl,AllPub,Inside,Mod,Edwards,Norm,Norm,1Fam,1Story,5,6,1957,2002,Hip,CompShg,HdBoard,HdBoard,Stone,145,TA,TA,CBlock,TA,TA,Av,Rec,383,Unf,0,833,1216,GasA,Ex,Y,FuseA,1526,0,0,1526,0,0,1,0,4,1,TA,7,Min2,1,Gd,Basment,1957,Unf,1,364,TA,TA,Y,116,78,0,0,0,0,NA,NA,NA,0,5,2010,WD,Normal,144500 1055,60,RL,90,11367,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,CollgCr,Norm,Norm,1Fam,2Story,8,5,2002,2002,Gable,CompShg,VinylSd,VinylSd,BrkFace,210,Gd,TA,PConc,Gd,TA,Mn,GLQ,932,Unf,0,133,1065,GasA,Ex,Y,SBrkr,1091,898,0,1989,1,0,2,1,3,1,Gd,7,Typ,1,Gd,Attchd,2002,Fin,2,586,TA,TA,Y,199,60,0,0,0,0,NA,NA,NA,0,11,2006,WD,Normal,255000 1056,20,RL,104,11361,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NWAmes,Norm,Norm,1Fam,1Story,6,5,1976,1976,Gable,CompShg,Plywood,Plywood,BrkFace,160,TA,TA,CBlock,Gd,TA,No,ALQ,644,Unf,0,549,1193,GasA,TA,Y,SBrkr,1523,0,0,1523,0,1,2,0,3,1,TA,7,Typ,1,TA,Attchd,1976,Fin,2,478,TA,TA,Y,0,0,0,0,189,0,NA,MnPrv,NA,0,5,2008,COD,Abnorml,180000 1057,120,RL,43,7052,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,NridgHt,Norm,Norm,TwnhsE,1Story,7,5,2005,2005,Gable,CompShg,VinylSd,VinylSd,Stone,240,Gd,TA,PConc,Gd,TA,Av,GLQ,659,Unf,0,705,1364,GasA,Ex,Y,SBrkr,1364,0,0,1364,1,0,2,0,2,1,Gd,6,Typ,1,Gd,Attchd,2005,RFn,2,484,TA,TA,Y,192,36,0,0,0,0,NA,NA,NA,0,6,2006,WD,Normal,185850 1058,60,RL,NA,29959,Pave,NA,IR2,Lvl,AllPub,FR2,Gtl,NoRidge,Norm,Norm,1Fam,2Story,7,6,1994,1994,Gable,CompShg,HdBoard,HdBoard,None,0,Gd,TA,PConc,Gd,TA,No,GLQ,595,Unf,0,378,973,GasA,Ex,Y,SBrkr,979,871,0,1850,0,0,2,1,3,1,Gd,7,Typ,1,Gd,BuiltIn,1994,Fin,2,467,TA,TA,Y,168,98,0,0,0,0,NA,NA,NA,0,1,2009,WD,Normal,248000 1059,60,RL,96,11308,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,NridgHt,Norm,Norm,1Fam,2Story,9,5,2008,2008,Gable,CompShg,VinylSd,VinylSd,Stone,154,Ex,TA,PConc,Ex,TA,Av,GLQ,936,Unf,0,168,1104,GasA,Ex,Y,SBrkr,1130,1054,0,2184,1,0,2,1,3,1,Ex,10,Typ,1,Gd,Attchd,2008,Fin,3,836,TA,TA,Y,0,102,0,0,0,0,NA,NA,NA,0,7,2009,WD,Normal,335000 1060,50,RL,NA,11275,Pave,NA,IR1,HLS,AllPub,Corner,Mod,Crawfor,Norm,Norm,1Fam,1.5Fin,6,7,1932,1950,Gable,CompShg,MetalSd,MetalSd,BrkFace,480,TA,TA,CBlock,TA,TA,Mn,Rec,297,LwQ,557,0,854,GasA,TA,Y,SBrkr,1096,895,0,1991,0,0,1,1,3,1,TA,7,Typ,1,Gd,Detchd,1977,Unf,2,432,TA,Fa,Y,0,0,19,0,0,0,NA,NA,NA,0,3,2007,WD,Normal,220000 1061,120,RL,41,4920,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,StoneBr,Norm,Norm,TwnhsE,1Story,8,5,2001,2001,Gable,CompShg,CemntBd,CmentBd,None,0,Gd,TA,PConc,Gd,TA,Mn,GLQ,616,Unf,0,722,1338,GasA,Ex,Y,SBrkr,1338,0,0,1338,1,0,2,0,2,1,Gd,6,Typ,0,NA,Attchd,2001,Fin,2,582,TA,TA,Y,0,0,170,0,0,0,NA,NA,NA,0,4,2010,WD,Normal,213500 1062,30,C (all),120,18000,Grvl,NA,Reg,Low,AllPub,Inside,Gtl,IDOTRR,Norm,Norm,1Fam,1Story,3,4,1935,1950,Gable,CompShg,MetalSd,MetalSd,None,0,Fa,TA,CBlock,TA,TA,No,Unf,0,Unf,0,894,894,GasA,TA,Y,SBrkr,894,0,0,894,0,0,1,0,2,1,TA,6,Typ,0,NA,Detchd,1994,RFn,3,1248,TA,TA,Y,0,20,0,0,0,0,NA,NA,Shed,560,8,2008,ConLD,Normal,81000 1063,190,RM,85,13600,Pave,Grvl,Reg,Lvl,AllPub,Inside,Gtl,OldTown,Norm,Norm,2fmCon,2Story,5,5,1900,1950,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,BrkTil,TA,TA,No,Unf,0,Unf,0,662,662,GasA,TA,N,SBrkr,1422,915,0,2337,0,0,2,0,5,2,TA,10,Min2,0,NA,Detchd,1945,Unf,2,560,TA,TA,Y,0,57,0,0,0,0,NA,NA,NA,0,9,2007,WD,Normal,90000 1064,30,RM,50,6000,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,OldTown,Artery,Norm,1Fam,1Story,6,6,1925,1980,Gable,CompShg,MetalSd,MetalSd,None,0,TA,Gd,BrkTil,TA,TA,No,BLQ,397,Unf,0,706,1103,GasA,Gd,Y,SBrkr,1103,0,0,1103,0,0,1,0,2,1,Gd,5,Typ,1,Gd,Detchd,1976,Unf,2,440,TA,TA,Y,166,120,0,0,0,0,NA,MnPrv,NA,0,7,2006,WD,Normal,110500 1065,20,RL,NA,11000,Pave,NA,IR1,Lvl,AllPub,CulDSac,Gtl,NAmes,Norm,Norm,1Fam,1Story,5,6,1966,1966,Gable,CompShg,Plywood,Plywood,BrkFace,200,TA,TA,CBlock,TA,TA,Mn,BLQ,740,Rec,230,184,1154,GasA,Ex,Y,SBrkr,1154,0,0,1154,0,0,1,1,3,1,TA,6,Typ,1,Po,Attchd,1966,RFn,2,480,TA,TA,Y,0,58,0,0,0,0,NA,MnPrv,NA,0,11,2009,WD,Normal,154000 1066,60,RL,80,14000,Pave,NA,Reg,Lvl,AllPub,Inside,Mod,ClearCr,Norm,Norm,1Fam,2Story,7,5,1996,1997,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,Gd,TA,PConc,Ex,TA,Gd,GLQ,1201,Unf,0,105,1306,GasA,Ex,Y,SBrkr,1306,954,0,2260,1,0,2,1,3,1,Gd,7,Typ,0,NA,Attchd,1996,RFn,2,533,TA,TA,Y,296,44,0,0,0,0,NA,NA,NA,0,4,2010,WD,Normal,328000 1067,60,RL,59,7837,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,Gilbert,Norm,Norm,1Fam,2Story,6,7,1993,1994,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,TA,No,Unf,0,Unf,0,799,799,GasA,Gd,Y,SBrkr,799,772,0,1571,0,0,2,1,3,1,TA,7,Typ,1,TA,Attchd,1993,RFn,2,380,TA,TA,Y,0,40,0,0,0,0,NA,NA,NA,0,5,2009,WD,Normal,178000 1068,60,RL,80,9760,Pave,NA,Reg,Lvl,AllPub,Inside,Mod,NAmes,Norm,Norm,1Fam,2Story,6,6,1964,1964,Gable,CompShg,HdBoard,HdBoard,BrkFace,360,TA,TA,CBlock,TA,TA,Gd,GLQ,674,LwQ,106,0,780,GasA,TA,Y,SBrkr,798,813,0,1611,1,0,1,1,4,1,TA,7,Typ,0,NA,Attchd,1964,RFn,2,442,TA,TA,Y,328,128,0,0,189,0,NA,NA,NA,0,6,2008,WD,Normal,167900 1069,160,RM,42,3964,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,MeadowV,Norm,Norm,TwnhsE,2Story,6,4,1973,1973,Gable,CompShg,CemntBd,CmentBd,None,0,TA,TA,CBlock,Gd,TA,No,ALQ,837,Unf,0,105,942,GasA,Gd,Y,SBrkr,1291,1230,0,2521,1,0,2,1,5,1,TA,10,Maj1,1,Gd,Attchd,1973,Fin,2,576,TA,TA,Y,728,20,0,0,0,0,NA,GdPrv,NA,0,6,2006,WD,Normal,151400 1070,45,RL,60,9600,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1.5Unf,5,7,1949,2003,Gable,CompShg,MetalSd,MetalSd,None,0,TA,TA,CBlock,TA,TA,No,ALQ,220,Unf,0,625,845,GasA,TA,Y,SBrkr,893,0,0,893,0,1,1,0,2,1,Gd,4,Typ,0,NA,Detchd,1985,Unf,2,576,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,5,2007,WD,Normal,135000 1071,20,RL,72,10152,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,5,5,1956,1956,Hip,CompShg,MetalSd,MetalSd,BrkFace,120,TA,TA,CBlock,TA,TA,No,BLQ,586,Unf,0,462,1048,GasA,TA,Y,SBrkr,1048,0,0,1048,1,0,1,0,3,1,TA,6,Typ,0,NA,Attchd,1956,Unf,1,286,TA,TA,Y,0,20,0,0,192,0,NA,NA,NA,0,6,2007,WD,Normal,135000 1072,60,RL,78,11700,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NWAmes,RRAn,Norm,1Fam,2Story,6,6,1968,1968,Gable,CompShg,MetalSd,MetalSd,None,0,TA,TA,CBlock,TA,TA,No,Rec,298,Unf,0,429,727,GasA,Ex,Y,SBrkr,829,727,0,1556,0,0,1,1,4,1,TA,8,Typ,0,NA,Attchd,1968,Unf,2,441,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,5,2009,WD,Normal,154000 1073,50,RL,50,7585,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Edwards,Artery,Norm,1Fam,1.5Fin,5,3,1948,1950,Gable,CompShg,MetalSd,MetalSd,None,0,TA,TA,CBlock,Fa,Fa,Mn,Unf,0,Unf,0,810,810,GasA,Fa,Y,FuseA,1002,454,0,1456,1,1,1,0,4,1,TA,7,Typ,1,TA,Detchd,1954,Unf,1,280,TA,TA,P,0,0,0,0,0,0,NA,NA,NA,0,8,2006,WD,Normal,91500 1074,60,RL,75,7950,Pave,NA,IR1,Bnk,AllPub,Corner,Gtl,Edwards,Norm,Norm,1Fam,2Story,6,6,1977,1977,Hip,CompShg,HdBoard,Plywood,BrkFace,140,TA,TA,CBlock,TA,TA,No,BLQ,535,Unf,0,155,690,GasA,TA,Y,SBrkr,698,728,0,1426,0,0,1,1,3,1,TA,6,Typ,0,NA,Attchd,1977,Fin,2,440,TA,TA,Y,252,0,0,0,0,0,NA,MnPrv,NA,0,7,2009,WD,Normal,159500 1075,20,RL,74,8556,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,1Story,7,5,2006,2006,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,TA,Av,Unf,0,Unf,0,1240,1240,GasA,Ex,Y,SBrkr,1240,0,0,1240,0,0,2,0,2,1,Gd,5,Typ,0,NA,Attchd,2006,RFn,3,826,TA,TA,Y,140,93,0,0,0,0,NA,NA,NA,0,5,2007,WD,Normal,194000 1076,70,RL,75,13125,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Crawfor,Norm,Norm,1Fam,2Story,7,6,1940,1984,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,CBlock,TA,TA,No,BLQ,410,Unf,0,390,800,GasA,TA,Y,SBrkr,960,780,0,1740,0,0,1,1,3,1,TA,6,Typ,2,Gd,Attchd,1940,Unf,1,240,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,7,2007,CWD,Normal,219500 1077,50,RL,60,10800,Pave,Grvl,Reg,Lvl,AllPub,Inside,Gtl,OldTown,Norm,Norm,1Fam,1.5Fin,5,8,1936,1989,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,CBlock,Fa,TA,No,ALQ,626,Unf,0,170,796,GasA,Gd,Y,SBrkr,1096,370,0,1466,0,1,2,0,3,1,Gd,7,Min1,1,TA,Attchd,1950,Unf,2,566,TA,TA,Y,436,21,0,0,0,0,NA,NA,Shed,500,4,2006,WD,Normal,170000 1078,20,RL,NA,15870,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,NAmes,Norm,Norm,1Fam,1Story,5,5,1969,1969,Gable,CompShg,VinylSd,Plywood,None,0,TA,TA,CBlock,TA,TA,Mn,BLQ,75,Rec,791,230,1096,GasA,Ex,Y,SBrkr,1096,0,0,1096,1,0,1,0,3,1,TA,6,Typ,0,NA,Attchd,1969,Fin,1,299,TA,TA,Y,240,32,0,0,0,0,NA,NA,NA,0,3,2006,WD,Abnorml,138800 1079,120,RM,37,4435,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,TwnhsE,1Story,6,5,2004,2004,Gable,CompShg,VinylSd,VinylSd,BrkFace,169,Gd,TA,PConc,Gd,TA,Mn,GLQ,662,Unf,0,186,848,GasA,Ex,Y,SBrkr,848,0,0,848,1,0,1,0,1,1,Gd,3,Typ,1,Gd,Attchd,2004,RFn,2,420,TA,TA,Y,140,0,0,0,0,0,NA,NA,NA,0,5,2006,WD,Normal,155900 1080,20,RL,65,8775,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,1Story,5,5,1994,1994,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,PConc,Gd,TA,No,GLQ,495,Unf,0,495,990,GasA,Gd,Y,SBrkr,990,0,0,990,0,0,1,0,3,1,TA,5,Typ,0,NA,Attchd,1996,Unf,1,299,TA,TA,Y,0,64,0,0,0,0,NA,NA,NA,0,4,2007,WD,Normal,126000 1081,20,RL,80,11040,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NWAmes,Norm,Norm,1Fam,1Story,6,7,1971,2004,Gable,CompShg,VinylSd,VinylSd,BrkFace,144,Gd,Gd,CBlock,TA,TA,No,ALQ,656,Unf,0,602,1258,GasA,Ex,Y,SBrkr,1258,0,0,1258,0,1,2,0,3,1,Gd,5,Typ,0,NA,Attchd,1971,RFn,2,528,TA,TA,Y,55,0,0,216,0,0,NA,NA,NA,0,10,2008,COD,Abnorml,145000 1082,20,RL,75,7500,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,Sawyer,Feedr,Norm,1Fam,1Story,5,5,1963,1963,Gable,CompShg,HdBoard,HdBoard,None,0,TA,TA,CBlock,TA,TA,No,ALQ,824,Unf,0,216,1040,GasA,Fa,Y,SBrkr,1040,0,0,1040,1,0,1,1,3,1,TA,5,Typ,0,NA,Attchd,1963,Fin,1,308,TA,TA,Y,0,0,220,0,0,0,NA,MnPrv,NA,0,6,2010,WD,Normal,133000 1083,20,RL,70,8749,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,1Story,7,5,2002,2002,Gable,CompShg,VinylSd,VinylSd,BrkFace,100,Gd,TA,PConc,Gd,TA,No,Unf,0,Unf,0,1459,1459,GasA,Ex,Y,SBrkr,1459,0,0,1459,0,0,2,0,3,1,Gd,6,Typ,1,Gd,Attchd,2002,RFn,2,527,TA,TA,Y,192,39,0,0,0,0,NA,NA,NA,0,9,2007,WD,Normal,192000 1084,20,RL,80,8800,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,6,6,1964,1964,Hip,CompShg,HdBoard,HdBoard,BrkFace,425,TA,TA,CBlock,TA,TA,No,BLQ,553,Unf,0,698,1251,GasA,TA,Y,SBrkr,1251,0,0,1251,1,0,1,0,3,1,TA,6,Typ,2,Gd,Attchd,1964,RFn,1,461,TA,TA,Y,0,116,0,0,0,0,NA,MnPrv,Shed,700,3,2006,WD,Normal,160000 1085,60,RL,NA,13031,Pave,NA,IR2,Lvl,AllPub,Corner,Gtl,Gilbert,Norm,Norm,1Fam,2Story,6,5,1995,1996,Gable,CompShg,HdBoard,HdBoard,None,0,TA,TA,PConc,Gd,TA,No,ALQ,592,Unf,0,99,691,GasA,Gd,Y,SBrkr,691,807,0,1498,0,0,2,1,3,1,TA,6,Typ,1,TA,Attchd,1995,Fin,2,409,TA,TA,Y,315,44,0,0,0,0,NA,NA,NA,0,7,2006,WD,Normal,187500 1086,85,RL,73,9069,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,SawyerW,Norm,Norm,1Fam,SFoyer,6,6,1992,1992,Gable,CompShg,HdBoard,HdBoard,None,0,TA,TA,PConc,Gd,TA,Av,GLQ,747,Unf,0,189,936,GasA,Ex,Y,SBrkr,996,0,0,996,1,0,1,0,2,1,Gd,5,Typ,0,NA,Attchd,1992,Unf,2,564,TA,TA,Y,120,0,0,0,0,0,NA,NA,NA,0,4,2010,WD,Normal,147000 1087,160,RM,NA,1974,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,MeadowV,Norm,Norm,TwnhsE,2Story,4,5,1973,1973,Gable,CompShg,CemntBd,CmentBd,None,0,TA,TA,CBlock,TA,TA,No,BLQ,334,Unf,0,212,546,GasA,TA,Y,SBrkr,546,546,0,1092,0,0,1,1,3,1,TA,6,Typ,0,NA,Attchd,1973,RFn,1,286,TA,TA,Y,120,96,0,0,0,0,NA,NA,NA,0,5,2010,WD,Normal,83500 1088,60,FV,85,10574,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Somerst,Norm,Norm,1Fam,2Story,8,5,2005,2006,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,TA,Mn,Unf,0,Unf,0,1082,1082,GasA,Ex,Y,SBrkr,1082,871,0,1953,0,0,2,1,3,1,Gd,9,Typ,1,Gd,Attchd,2005,RFn,3,1043,TA,TA,Y,160,50,0,0,0,0,NA,NA,NA,0,5,2009,WD,Normal,252000 1089,160,RM,24,2522,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Edwards,Norm,Norm,Twnhs,2Story,7,5,2004,2004,Gable,CompShg,VinylSd,VinylSd,Stone,50,Gd,TA,PConc,Gd,TA,No,Unf,0,Unf,0,970,970,GasA,Ex,Y,SBrkr,970,739,0,1709,0,0,2,0,3,1,Gd,7,Maj1,0,NA,Detchd,2004,Unf,2,380,TA,TA,Y,0,40,0,0,0,0,NA,NA,NA,0,4,2006,WD,Normal,137500 1090,120,FV,37,3316,Pave,Pave,IR1,Lvl,AllPub,Inside,Gtl,Somerst,Norm,Norm,TwnhsE,1Story,8,5,2005,2005,Gable,CompShg,MetalSd,MetalSd,None,0,Gd,TA,PConc,Gd,TA,No,GLQ,1039,Unf,0,208,1247,GasA,Ex,Y,SBrkr,1247,0,0,1247,1,0,1,1,1,1,Gd,4,Typ,1,Gd,Attchd,2005,Fin,2,550,TA,TA,Y,0,84,0,0,0,0,NA,NA,NA,0,4,2006,WD,Normal,197000 1091,90,RL,60,8544,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,NAmes,Norm,Norm,Duplex,1Story,3,4,1950,1950,Gable,CompShg,BrkFace,BrkFace,None,0,TA,TA,Slab,NA,NA,NA,NA,0,NA,0,0,0,Wall,Fa,N,FuseA,1040,0,0,1040,0,0,2,0,2,2,TA,6,Typ,0,NA,Detchd,1987,Unf,2,400,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,6,2009,WD,Normal,92900 1092,160,FV,24,2160,Pave,Pave,Reg,Lvl,AllPub,Inside,Gtl,Somerst,Norm,Norm,Twnhs,2Story,7,5,1999,2000,Gable,CompShg,MetalSd,MetalSd,BrkFace,212,Gd,TA,PConc,Gd,TA,No,BLQ,510,Unf,0,90,600,GasA,Ex,Y,SBrkr,624,628,0,1252,1,0,2,1,2,1,Gd,4,Typ,0,NA,Detchd,1999,Unf,2,462,TA,TA,Y,0,48,0,0,0,0,NA,NA,NA,0,3,2008,WD,Normal,160000 1093,50,RL,60,8400,Pave,NA,Reg,Bnk,AllPub,Inside,Gtl,SWISU,Norm,Norm,1Fam,1.5Fin,6,5,1925,1950,Gable,CompShg,MetalSd,MetalSd,None,0,TA,TA,PConc,TA,TA,No,Rec,423,Unf,0,758,1181,GasA,Fa,Y,SBrkr,1390,304,0,1694,0,0,2,0,4,1,TA,7,Typ,1,Gd,Detchd,1925,Unf,2,576,TA,TA,Y,342,0,128,0,0,0,NA,NA,NA,0,6,2008,WD,Normal,136500 1094,20,RL,71,9230,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,NAmes,Feedr,Norm,1Fam,1Story,5,8,1965,1998,Hip,CompShg,MetalSd,MetalSd,BrkFace,166,TA,TA,CBlock,TA,TA,Mn,GLQ,661,Unf,0,203,864,GasA,Gd,Y,SBrkr,1200,0,0,1200,1,0,1,1,1,1,Gd,6,Typ,0,NA,Detchd,1977,Unf,2,884,TA,TA,Y,0,64,0,0,0,0,NA,MnPrv,NA,0,10,2006,WD,Normal,146000 1095,20,RL,74,5868,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,5,7,1956,2000,Gable,CompShg,MetalSd,MetalSd,None,0,TA,TA,CBlock,TA,TA,No,BLQ,248,Rec,240,448,936,GasA,Ex,Y,SBrkr,936,0,0,936,1,0,1,0,2,1,TA,4,Typ,0,NA,Attchd,1956,Fin,1,308,TA,TA,Y,0,0,80,0,160,0,NA,NA,NA,0,5,2010,WD,Normal,129000 1096,20,RL,78,9317,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,1Story,6,5,2006,2006,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,TA,No,GLQ,24,Unf,0,1290,1314,GasA,Gd,Y,SBrkr,1314,0,0,1314,0,0,2,0,3,1,Gd,6,Typ,1,Gd,Attchd,2006,RFn,2,440,TA,TA,Y,0,22,0,0,0,0,NA,NA,NA,0,3,2007,WD,Normal,176432 1097,70,RM,60,6882,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,IDOTRR,Norm,Norm,1Fam,2Story,6,7,1914,2006,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,PConc,TA,TA,No,Unf,0,Unf,0,684,684,GasA,TA,Y,SBrkr,773,582,0,1355,0,0,1,1,3,1,Gd,7,Typ,0,NA,NA,NA,NA,0,0,NA,NA,Y,136,0,115,0,0,0,NA,NA,NA,0,3,2007,WD,Normal,127000 1098,120,RL,NA,3696,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,StoneBr,Norm,Norm,TwnhsE,1Story,8,5,1986,1986,Gable,CompShg,HdBoard,HdBoard,None,0,Gd,TA,CBlock,Gd,TA,No,Unf,0,Unf,0,1074,1074,GasA,Ex,Y,SBrkr,1088,0,0,1088,0,0,1,1,2,1,Gd,5,Typ,0,NA,Attchd,1987,RFn,2,461,TA,TA,Y,0,74,137,0,0,0,NA,NA,NA,0,10,2007,WD,Normal,170000 1099,50,RM,50,6000,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,BrkSide,Norm,Norm,1Fam,1.5Fin,4,6,1936,1950,Gable,CompShg,MetalSd,MetalSd,None,0,TA,TA,BrkTil,TA,TA,No,BLQ,672,Unf,0,0,672,GasA,TA,Y,SBrkr,757,567,0,1324,0,0,1,0,3,1,TA,6,Typ,0,NA,Detchd,1936,Unf,1,240,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,7,2009,WD,Normal,128000 1100,20,RL,82,11880,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,NWAmes,RRAn,Norm,1Fam,1Story,7,5,1978,1978,Gable,CompShg,Plywood,Plywood,BrkFace,206,TA,TA,CBlock,Gd,TA,No,ALQ,704,Unf,0,567,1271,GasA,TA,Y,SBrkr,1601,0,0,1601,0,0,2,0,3,1,TA,7,Typ,1,TA,Attchd,1978,RFn,2,478,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,4,2009,COD,Abnorml,157000 1101,30,RL,60,8400,Pave,NA,Reg,Bnk,AllPub,Inside,Gtl,SWISU,Norm,Norm,1Fam,1Story,2,5,1920,1950,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,CBlock,TA,Fa,No,Rec,290,Unf,0,0,290,GasA,TA,N,FuseF,438,0,0,438,0,0,1,0,1,1,Fa,3,Typ,0,NA,Detchd,1930,Unf,1,246,TA,TA,N,0,0,0,0,0,0,NA,NA,NA,0,1,2009,WD,Normal,60000 1102,20,RL,61,9758,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,5,5,1971,1971,Gable,CompShg,HdBoard,MetalSd,None,0,TA,TA,CBlock,TA,TA,No,BLQ,412,LwQ,287,251,950,GasA,TA,Y,SBrkr,950,0,0,950,0,0,1,0,3,1,TA,5,Typ,0,NA,Detchd,1981,Unf,1,280,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,7,2007,WD,Normal,119500 1103,20,RL,70,7000,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,5,7,1960,2002,Gable,CompShg,Wd Sdng,Wd Sdng,BrkFace,45,TA,TA,CBlock,TA,TA,No,Rec,588,Unf,0,422,1010,GasA,Ex,Y,SBrkr,1134,0,0,1134,0,0,1,0,2,1,TA,6,Typ,0,NA,Attchd,1960,RFn,1,254,TA,TA,Y,0,16,0,0,0,0,NA,MnWw,NA,0,4,2007,WD,Family,135000 1104,20,RL,79,8910,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,NAmes,Norm,Norm,1Fam,1Story,6,6,1959,1959,Hip,CompShg,BrkFace,BrkFace,None,0,TA,TA,CBlock,TA,TA,Mn,ALQ,655,Unf,0,0,655,GasA,Ex,Y,SBrkr,1194,0,0,1194,0,1,1,0,3,1,TA,6,Typ,1,Fa,BuiltIn,1954,Fin,2,539,TA,TA,Y,0,0,192,0,0,0,NA,NA,NA,0,7,2006,WD,Normal,159500 1105,160,RM,24,2016,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,BrDale,Norm,Norm,TwnhsE,2Story,5,5,1970,1970,Gable,CompShg,HdBoard,HdBoard,BrkFace,304,TA,TA,CBlock,TA,TA,No,Unf,0,Unf,0,630,630,GasA,TA,Y,SBrkr,630,672,0,1302,0,0,2,1,3,1,TA,6,Typ,0,NA,Detchd,1970,Unf,2,440,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,4,2007,WD,Normal,106000 1106,60,RL,98,12256,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,NoRidge,Norm,Norm,1Fam,2Story,8,5,1994,1995,Gable,CompShg,HdBoard,HdBoard,BrkFace,362,Gd,TA,PConc,Ex,TA,Av,GLQ,1032,Unf,0,431,1463,GasA,Ex,Y,SBrkr,1500,1122,0,2622,1,0,2,1,3,1,Gd,9,Typ,2,TA,Attchd,1994,RFn,2,712,TA,TA,Y,186,32,0,0,0,0,NA,NA,NA,0,4,2010,WD,Normal,325000 1107,20,RL,114,10357,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,SawyerW,Feedr,Norm,1Fam,1Story,7,5,1990,1991,Hip,CompShg,HdBoard,HdBoard,None,0,Gd,TA,PConc,Gd,TA,Mn,GLQ,738,Unf,0,172,910,GasA,Gd,Y,SBrkr,1442,0,0,1442,1,0,2,0,3,1,Gd,6,Typ,1,TA,Attchd,1990,Fin,2,719,TA,TA,Y,0,244,0,0,0,0,NA,NA,NA,0,5,2007,WD,Normal,179900 1108,60,RL,168,23257,Pave,NA,IR3,HLS,AllPub,CulDSac,Gtl,Gilbert,Norm,Norm,1Fam,2Story,7,5,2006,2006,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Ex,Gd,No,Unf,0,Unf,0,868,868,GasA,Ex,Y,SBrkr,887,1134,0,2021,0,0,2,1,3,1,Gd,9,Typ,1,Gd,BuiltIn,2006,RFn,2,422,TA,TA,Y,0,100,0,0,0,0,NA,NA,NA,0,9,2006,New,Partial,274725 1109,60,RL,NA,8063,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Gilbert,Norm,Norm,1Fam,2Story,6,5,2000,2000,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,PConc,Gd,TA,No,Unf,0,Unf,0,924,924,GasA,Ex,Y,SBrkr,948,742,0,1690,0,0,2,1,3,1,TA,7,Typ,1,TA,Attchd,2000,RFn,2,463,TA,TA,Y,100,48,0,0,0,0,NA,NA,NA,0,11,2007,WD,Abnorml,181000 1110,20,RL,107,11362,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,NridgHt,Norm,Norm,1Fam,1Story,8,5,2004,2005,Gable,CompShg,MetalSd,MetalSd,Stone,42,Gd,TA,PConc,Ex,TA,Mn,GLQ,1039,Unf,0,797,1836,GasA,Ex,Y,SBrkr,1836,0,0,1836,1,0,2,0,3,1,Gd,7,Typ,1,Gd,Attchd,2004,Fin,3,862,TA,TA,Y,125,185,0,0,0,0,NA,NA,NA,0,3,2009,WD,Normal,280000 1111,60,RL,NA,8000,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Gilbert,Norm,Norm,1Fam,2Story,6,5,1995,1996,Gable,CompShg,HdBoard,HdBoard,None,0,TA,TA,PConc,Gd,TA,No,GLQ,219,Unf,0,554,773,GasA,Gd,Y,SBrkr,773,885,0,1658,1,0,2,1,3,1,TA,8,Typ,1,TA,Attchd,1995,Fin,2,431,TA,TA,Y,224,84,0,0,0,0,NA,NA,NA,0,6,2008,WD,Normal,188000 1112,60,RL,80,10480,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NWAmes,Norm,Norm,1Fam,2Story,7,6,1976,1976,Hip,CompShg,Plywood,Plywood,BrkFace,660,TA,TA,CBlock,TA,TA,No,ALQ,403,Unf,0,400,803,GasA,TA,Y,SBrkr,1098,866,0,1964,0,0,2,1,4,1,TA,8,Typ,1,Gd,Attchd,1976,RFn,2,483,TA,TA,Y,0,69,0,0,0,0,NA,NA,NA,0,9,2008,WD,Normal,205000 1113,20,RL,73,7100,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,NAmes,Norm,Norm,1Fam,1Story,5,7,1957,1957,Gable,CompShg,WdShing,Wd Shng,None,0,TA,TA,CBlock,TA,TA,No,GLQ,708,Unf,0,108,816,GasA,TA,Y,FuseA,816,0,0,816,1,0,1,0,2,1,TA,5,Typ,0,NA,Detchd,1957,Unf,1,308,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,7,2006,WD,Normal,129900 1114,20,RL,66,8923,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,5,7,1953,2006,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,CBlock,TA,TA,No,BLQ,643,Unf,0,365,1008,GasA,Gd,Y,SBrkr,1008,0,0,1008,1,0,1,0,2,1,Gd,6,Typ,0,NA,Attchd,1953,Unf,1,240,TA,TA,Y,0,18,0,0,0,0,NA,NA,NA,0,5,2007,WD,Normal,134500 1115,20,RL,90,5400,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,OldTown,Norm,Norm,1Fam,1Story,5,7,1954,2000,Gable,CompShg,MetalSd,MetalSd,None,0,TA,Gd,CBlock,TA,TA,No,Rec,415,Unf,0,418,833,GasA,Ex,Y,SBrkr,833,0,0,833,0,0,1,0,2,1,Gd,4,Typ,0,NA,Detchd,1955,Unf,1,326,TA,TA,Y,0,0,0,0,0,0,NA,MnPrv,NA,0,8,2006,WD,Normal,117000 1116,20,RL,93,12085,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NridgHt,Norm,Norm,1Fam,1Story,8,5,2007,2007,Hip,CompShg,VinylSd,VinylSd,Stone,328,Gd,TA,PConc,Ex,TA,No,GLQ,1004,Unf,0,730,1734,GasA,Ex,Y,SBrkr,1734,0,0,1734,1,0,2,0,3,1,Ex,7,Typ,1,Gd,Attchd,2007,RFn,3,928,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,11,2007,New,Partial,318000 1117,80,RL,NA,7750,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Gilbert,Norm,Norm,1Fam,SLvl,8,5,2002,2002,Hip,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,TA,No,GLQ,353,Unf,0,55,408,GasA,Ex,Y,SBrkr,779,640,0,1419,1,0,2,1,3,1,Gd,7,Typ,1,TA,BuiltIn,2002,Fin,2,527,TA,TA,Y,120,0,0,0,0,0,NA,NA,NA,0,3,2009,WD,Normal,184100 1118,20,RL,57,9764,Pave,NA,IR1,Lvl,AllPub,FR2,Gtl,Sawyer,Feedr,Norm,1Fam,1Story,5,7,1967,2003,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,CBlock,TA,TA,No,BLQ,702,Unf,0,192,894,GasA,Ex,Y,SBrkr,894,0,0,894,1,0,1,0,3,1,Gd,5,Typ,0,NA,Attchd,1967,RFn,2,450,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,5,2008,WD,Normal,130000 1119,80,RL,85,13825,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Sawyer,Norm,Norm,1Fam,SLvl,5,6,1958,1987,Gable,CompShg,MetalSd,MetalSd,None,0,TA,Gd,CBlock,TA,TA,No,Unf,0,Unf,0,533,533,GasA,TA,Y,SBrkr,1021,580,0,1601,0,1,1,0,3,1,TA,6,Min2,0,NA,BuiltIn,1958,RFn,1,300,TA,TA,Y,280,34,0,0,0,0,NA,NA,NA,0,12,2008,WD,Normal,140000 1120,20,RL,70,7560,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,5,5,1959,1959,Gable,CompShg,BrkFace,Wd Sdng,None,0,TA,TA,CBlock,TA,TA,No,LwQ,369,Unf,0,671,1040,GasA,TA,Y,FuseA,1040,0,0,1040,0,0,1,0,3,1,TA,6,Typ,0,NA,Attchd,1959,RFn,1,286,TA,TA,Y,140,0,252,0,0,0,NA,GdWo,NA,0,7,2006,WD,Normal,133700 1121,30,RM,59,8263,Pave,NA,Reg,Bnk,AllPub,Inside,Mod,IDOTRR,Norm,Norm,1Fam,1Story,6,5,1920,1950,Gable,CompShg,BrkFace,BrkFace,None,0,TA,TA,BrkTil,TA,TA,No,Unf,0,Unf,0,1012,1012,GasA,TA,Y,FuseA,1012,0,0,1012,0,0,1,0,2,1,TA,6,Typ,1,Gd,Detchd,1920,Unf,1,308,TA,TA,Y,0,22,112,0,0,0,NA,MnPrv,NA,0,5,2007,WD,Normal,118400 1122,20,RL,84,10084,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,1Story,7,5,2005,2006,Gable,CompShg,VinylSd,VinylSd,BrkFace,196,Gd,TA,PConc,Gd,TA,Av,GLQ,24,Unf,0,1528,1552,GasA,Ex,Y,SBrkr,1552,0,0,1552,0,0,2,0,3,1,Gd,7,Typ,0,NA,Attchd,2005,RFn,3,782,TA,TA,Y,144,20,0,0,0,0,NA,NA,NA,0,7,2006,New,Partial,212900 1123,20,RL,NA,8926,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,Edwards,Norm,Norm,1Fam,1Story,4,3,1956,1956,Gable,CompShg,AsbShng,AsbShng,None,0,TA,TA,CBlock,TA,TA,No,Unf,0,Unf,0,672,672,GasA,Ex,Y,FuseA,960,0,0,960,0,0,1,0,3,1,TA,5,Typ,0,NA,Basment,1956,Unf,1,288,TA,TA,Y,64,0,0,0,160,0,NA,MnPrv,NA,0,10,2009,COD,Abnorml,112000 1124,20,RL,50,9405,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Edwards,Norm,Norm,1Fam,1Story,5,9,1947,2008,Hip,CompShg,VinylSd,VinylSd,None,0,TA,Ex,CBlock,TA,TA,No,Unf,0,Unf,0,698,698,GasA,Ex,Y,SBrkr,698,0,0,698,0,1,1,0,2,1,TA,4,Typ,0,NA,NA,NA,NA,0,0,NA,NA,Y,0,200,0,0,0,0,NA,NA,NA,0,6,2009,WD,Normal,118000 1125,80,RL,NA,9125,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,Gilbert,Norm,Norm,1Fam,SLvl,7,5,1992,1992,Gable,CompShg,HdBoard,HdBoard,BrkFace,170,TA,TA,PConc,Gd,TA,No,Unf,0,Unf,0,384,384,GasA,Gd,Y,SBrkr,812,670,0,1482,0,0,2,1,3,1,Gd,7,Typ,1,TA,Attchd,1992,Fin,2,392,TA,TA,Y,100,25,0,0,0,0,NA,NA,NA,0,7,2007,WD,Normal,163900 1126,20,RL,60,10434,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,4,5,1955,1955,Gable,CompShg,Plywood,Plywood,None,0,TA,TA,CBlock,TA,TA,No,Unf,0,Unf,0,1005,1005,GasA,TA,Y,SBrkr,1005,0,0,1005,0,0,1,0,2,1,Fa,5,Typ,1,TA,Detchd,1977,Unf,2,672,Fa,Fa,Y,0,0,0,0,0,0,NA,NA,NA,0,11,2009,WD,Normal,115000 1127,120,RL,53,3684,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Blmngtn,Norm,Norm,TwnhsE,1Story,7,5,2007,2007,Hip,CompShg,VinylSd,VinylSd,BrkFace,130,Gd,TA,PConc,Gd,TA,No,Unf,0,Unf,0,1373,1373,GasA,Ex,Y,SBrkr,1555,0,0,1555,0,0,2,0,2,1,Gd,7,Typ,1,TA,Attchd,2007,Fin,3,660,TA,TA,Y,143,20,0,0,0,0,NA,NA,NA,0,6,2009,WD,Normal,174000 1128,20,RL,182,14572,Pave,NA,IR3,Lvl,AllPub,Corner,Gtl,Gilbert,Norm,Norm,1Fam,1Story,7,5,2004,2004,Hip,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,TA,Av,GLQ,1300,Unf,0,230,1530,GasA,Ex,Y,SBrkr,1530,0,0,1530,1,0,2,0,3,1,Gd,7,Typ,1,Gd,Attchd,2004,Fin,3,630,TA,TA,Y,144,36,0,0,0,0,NA,NA,NA,0,11,2007,WD,Family,259000 1129,60,RL,59,11796,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,Gilbert,Norm,Norm,1Fam,2Story,7,5,2004,2005,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,TA,Av,Unf,0,Unf,0,847,847,GasA,Ex,Y,SBrkr,847,1112,0,1959,0,0,2,1,4,1,Gd,8,Typ,1,Gd,BuiltIn,2004,Fin,2,434,TA,TA,Y,100,48,0,0,0,0,NA,NA,NA,0,7,2007,WD,Normal,215000 1130,90,RM,60,7200,Pave,Grvl,Reg,Lvl,AllPub,Inside,Gtl,OldTown,Norm,Norm,Duplex,SFoyer,5,5,1980,1980,Gable,CompShg,MetalSd,MetalSd,BrkFace,180,TA,TA,CBlock,Gd,TA,Gd,GLQ,936,Unf,0,0,936,GasA,TA,Y,SBrkr,936,0,0,936,1,0,1,0,2,1,TA,4,Typ,0,NA,Detchd,1980,Unf,2,672,TA,TA,Y,49,0,0,0,0,0,NA,NA,NA,0,8,2007,WD,Normal,140000 1131,50,RL,65,7804,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,SWISU,Norm,Norm,1Fam,1.5Fin,4,3,1928,1950,Gable,CompShg,WdShing,Plywood,None,0,TA,TA,BrkTil,TA,TA,No,BLQ,622,Unf,0,500,1122,GasA,TA,Y,SBrkr,1328,653,0,1981,1,0,2,0,4,1,Gd,7,Min2,2,TA,Detchd,1981,Unf,2,576,TA,TA,Y,431,44,0,0,0,0,NA,MnPrv,NA,0,12,2009,WD,Normal,135000 1132,20,RL,63,10712,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Mitchel,Norm,Norm,1Fam,1Story,5,5,1991,1992,Gable,CompShg,HdBoard,HdBoard,None,0,TA,TA,PConc,Gd,TA,Mn,BLQ,212,Unf,0,762,974,GasA,TA,Y,SBrkr,974,0,0,974,0,0,1,0,3,1,TA,5,Typ,0,NA,NA,NA,NA,0,0,NA,NA,Y,0,28,0,0,0,0,NA,MnPrv,NA,0,9,2007,Oth,Abnorml,93500 1133,70,RM,90,9900,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,OldTown,Norm,Norm,1Fam,2Story,6,4,1880,1950,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,BrkTil,TA,TA,Mn,Unf,0,Unf,0,1008,1008,GasW,TA,Y,SBrkr,1178,1032,0,2210,0,0,2,0,5,1,Fa,8,Typ,0,NA,Detchd,1930,Unf,1,205,Fa,TA,N,0,48,0,0,0,0,NA,NA,NA,0,5,2007,WD,Normal,117500 1134,60,RL,80,9828,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,SawyerW,Norm,Norm,1Fam,2Story,8,5,1995,1995,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,TA,No,GLQ,584,Unf,0,544,1128,GasA,Ex,Y,SBrkr,1142,878,0,2020,0,0,2,1,3,1,Gd,8,Typ,1,TA,Attchd,1995,RFn,2,466,TA,TA,Y,0,155,0,0,0,0,NA,NA,NA,0,6,2009,WD,Normal,239500 1135,60,RL,57,8773,Pave,NA,IR1,HLS,AllPub,Inside,Gtl,Gilbert,Norm,Norm,1Fam,2Story,6,5,1997,1997,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,PConc,Gd,TA,Av,Unf,0,Unf,0,916,916,GasA,Gd,Y,SBrkr,916,684,0,1600,0,0,2,1,3,1,TA,7,Typ,1,TA,Attchd,1997,Fin,2,460,TA,TA,Y,100,38,0,0,0,0,NA,NA,NA,0,8,2007,WD,Normal,169000 1136,30,RM,60,6180,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,BrkSide,Norm,Norm,1Fam,1Story,6,5,1926,1950,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,BrkTil,TA,TA,No,Unf,0,Unf,0,960,960,GasA,TA,N,SBrkr,986,0,0,986,0,0,1,0,2,1,TA,5,Typ,1,Gd,Detchd,1926,Unf,1,180,TA,TA,Y,0,128,0,0,0,0,NA,NA,NA,0,5,2007,WD,Normal,102000 1137,50,RL,80,9600,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1.5Fin,6,5,1950,1950,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,CBlock,TA,TA,No,BLQ,280,Unf,0,752,1032,GasA,TA,Y,FuseA,1032,220,0,1252,0,0,1,0,3,1,TA,6,Typ,0,NA,Attchd,1950,Unf,1,288,TA,TA,Y,0,0,96,0,0,0,NA,NA,NA,0,4,2008,WD,Abnorml,119000 1138,50,RL,54,6342,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Sawyer,Feedr,Norm,1Fam,1.5Fin,5,8,1875,1996,Gable,CompShg,VinylSd,VinylSd,None,0,TA,Gd,CBlock,TA,TA,No,Unf,0,Unf,0,780,780,GasA,Gd,N,SBrkr,780,240,0,1020,0,0,1,0,2,1,TA,6,Typ,0,NA,NA,NA,NA,0,0,NA,NA,N,0,0,176,0,0,0,NA,NA,NA,0,5,2010,WD,Normal,94000 1139,20,RL,NA,9819,Pave,NA,IR1,Lvl,AllPub,Inside,Mod,Mitchel,Norm,Norm,1Fam,1Story,6,5,1977,1977,Gable,CompShg,Plywood,ImStucc,None,0,TA,TA,PConc,TA,TA,Gd,ALQ,1567,Unf,0,0,1567,GasA,TA,Y,SBrkr,1567,0,0,1567,1,0,2,0,2,1,Gd,5,Typ,2,TA,Attchd,1977,RFn,2,714,TA,TA,Y,264,32,0,0,0,0,NA,NA,NA,0,5,2009,WD,Normal,196000 1140,30,RL,98,8731,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,BrkSide,Norm,Norm,1Fam,1Story,5,5,1920,1950,Gable,CompShg,Stucco,Stucco,None,0,TA,Fa,BrkTil,TA,TA,No,BLQ,645,Unf,0,270,915,GasA,TA,Y,SBrkr,1167,0,0,1167,0,0,1,0,3,1,TA,6,Maj1,1,Gd,Detchd,1972,Unf,2,495,TA,TA,Y,0,0,216,0,126,0,NA,NA,NA,0,5,2007,WD,Normal,144000 1141,20,RL,60,7350,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,NAmes,Norm,Norm,1Fam,1Story,5,7,1951,1951,Gable,CompShg,HdBoard,HdBoard,None,0,TA,TA,CBlock,TA,TA,Mn,ALQ,852,Unf,0,100,952,GasA,TA,Y,SBrkr,952,0,0,952,1,0,1,0,2,1,TA,4,Typ,0,NA,Detchd,1988,Unf,2,840,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,6,2008,COD,Abnorml,139000 1142,60,RL,NA,10304,Pave,NA,IR1,Lvl,AllPub,CulDSac,Gtl,NWAmes,PosN,Norm,1Fam,2Story,5,7,1976,1976,Gable,CompShg,Plywood,Plywood,BrkFace,44,TA,Gd,CBlock,TA,TA,No,ALQ,381,Unf,0,399,780,GasA,Ex,Y,SBrkr,1088,780,0,1868,1,0,2,1,4,1,Gd,9,Typ,1,TA,Attchd,1976,Unf,2,484,TA,TA,Y,448,96,0,0,0,0,NA,NA,NA,0,10,2009,WD,Normal,197500 1143,60,RL,77,9965,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,2Story,8,5,2006,2007,Hip,CompShg,VinylSd,VinylSd,Stone,340,Gd,TA,PConc,Ex,TA,Gd,GLQ,1150,Unf,0,316,1466,GasA,Ex,Y,SBrkr,1466,1362,0,2828,1,0,3,0,4,1,Gd,11,Typ,1,TA,BuiltIn,2006,RFn,3,1052,TA,TA,Y,125,144,0,0,0,0,NA,NA,NA,0,4,2007,New,Partial,424870 1144,20,RL,NA,9000,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Sawyer,Norm,Norm,1Fam,1Story,5,3,1959,1959,Gable,CompShg,Wd Sdng,Plywood,None,0,TA,TA,CBlock,TA,TA,No,GLQ,288,Unf,0,718,1006,GasA,TA,Y,SBrkr,1006,0,0,1006,0,0,1,0,3,1,TA,5,Typ,0,NA,NA,NA,NA,0,0,NA,NA,Y,0,24,0,0,0,0,NA,NA,NA,0,7,2008,WD,Normal,80000 1145,190,RL,60,12180,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Edwards,Norm,Norm,2fmCon,1.5Fin,4,4,1941,1950,Gable,CompShg,MetalSd,MetalSd,None,0,TA,Fa,BrkTil,Gd,TA,No,BLQ,348,Unf,0,324,672,Grav,Fa,N,FuseA,672,252,0,924,1,0,1,0,2,1,Fa,5,Typ,0,NA,Detchd,1941,Unf,1,280,TA,TA,Y,0,0,0,0,0,0,NA,MnPrv,NA,0,7,2010,WD,Normal,80000 1146,50,RM,52,6240,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,BrkSide,Norm,Norm,1Fam,1.5Fin,5,6,1928,1950,Gable,CompShg,MetalSd,MetalSd,None,0,TA,TA,BrkTil,TA,TA,No,Unf,0,Unf,0,1042,1042,GasA,Ex,Y,SBrkr,1042,534,0,1576,0,0,1,0,3,1,TA,8,Typ,1,Gd,Detchd,1928,Unf,1,225,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,8,2006,WD,Family,149000 1147,20,RL,NA,11200,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,SawyerW,Norm,Norm,1Fam,1Story,6,5,1985,1985,Gable,CompShg,Wd Sdng,Wd Shng,BrkFace,85,Gd,TA,CBlock,Gd,TA,No,GLQ,1258,Unf,0,40,1298,GasA,TA,Y,SBrkr,1298,0,0,1298,1,0,2,0,3,1,Gd,5,Typ,1,TA,Attchd,1985,Unf,2,403,TA,TA,Y,165,26,0,0,0,0,NA,NA,NA,0,5,2006,WD,Normal,180000 1148,70,RL,75,12000,Pave,NA,Reg,Bnk,AllPub,Inside,Gtl,Crawfor,Norm,Norm,1Fam,2Story,7,7,1941,1950,Gable,CompShg,MetalSd,MetalSd,None,0,TA,TA,CBlock,TA,TA,No,Rec,275,Unf,0,429,704,GasA,Ex,Y,SBrkr,860,704,0,1564,0,0,1,1,3,1,Fa,7,Typ,1,Gd,Attchd,1941,Unf,1,234,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,7,2009,WD,Normal,174500 1149,50,RM,NA,5700,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,OldTown,Norm,Norm,1Fam,1.5Fin,7,7,1926,1950,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,PConc,TA,TA,No,Unf,0,Unf,0,572,572,GasA,TA,Y,SBrkr,572,539,0,1111,0,0,1,0,2,1,TA,5,Typ,1,Gd,Detchd,1982,Unf,1,288,TA,TA,Y,0,0,176,0,0,0,NA,NA,NA,0,8,2008,WD,Normal,116900 1150,70,RM,50,9000,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,OldTown,Artery,Norm,1Fam,2Story,7,9,1920,1988,Hip,CompShg,VinylSd,VinylSd,None,0,TA,Gd,PConc,TA,TA,No,ALQ,624,Unf,0,26,650,GasA,Ex,Y,SBrkr,832,650,0,1482,0,1,1,0,3,1,TA,7,Typ,0,NA,Detchd,1930,Unf,2,324,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,7,2009,WD,Normal,143000 1151,20,RL,57,8280,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,6,5,1950,1950,Gable,CompShg,BrkFace,BrkFace,None,0,TA,TA,CBlock,TA,TA,No,Unf,0,Unf,0,932,932,GasA,Ex,Y,FuseA,932,0,0,932,0,0,1,0,2,1,Gd,4,Typ,1,Gd,Attchd,1950,Unf,1,306,TA,TA,Y,0,0,214,0,0,0,NA,GdPrv,NA,0,11,2007,WD,Normal,124000 1152,20,RL,134,17755,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Edwards,Norm,Norm,1Fam,1Story,5,4,1959,1959,Gable,CompShg,HdBoard,Plywood,BrkFace,132,TA,TA,CBlock,TA,TA,No,BLQ,176,Unf,0,1290,1466,GasA,TA,Y,SBrkr,1466,0,0,1466,0,0,1,1,3,1,Fa,6,Typ,2,Gd,Attchd,1959,Fin,2,528,TA,TA,Y,0,140,0,0,100,0,NA,NA,NA,0,11,2006,WD,Normal,149900 1153,20,RL,90,14115,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,Crawfor,Norm,Norm,1Fam,1Story,6,7,1956,2004,Gable,CompShg,Stone,Stone,None,0,TA,TA,PConc,TA,TA,No,ALQ,296,GLQ,547,230,1073,GasA,Ex,Y,SBrkr,1811,0,0,1811,0,0,1,0,2,1,Ex,6,Typ,1,Gd,Attchd,1956,Fin,2,470,TA,TA,Y,0,0,280,0,0,0,NA,NA,NA,0,7,2006,WD,Abnorml,230000 1154,30,RM,NA,5890,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,IDOTRR,Norm,Norm,1Fam,1Story,6,8,1930,2007,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,Gd,Gd,BrkTil,TA,TA,Av,ALQ,538,Unf,0,278,816,GasA,Ex,Y,SBrkr,816,0,0,816,0,0,1,0,2,1,TA,5,Typ,0,NA,Detchd,2002,Unf,1,432,TA,TA,Y,0,0,96,0,0,0,NA,NA,NA,0,6,2008,WD,Normal,120500 1155,60,RL,NA,13700,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,2Story,7,6,1965,1988,Gable,CompShg,VinylSd,VinylSd,Stone,288,TA,TA,CBlock,TA,TA,Gd,ALQ,454,Unf,0,410,864,GasA,TA,Y,SBrkr,902,918,0,1820,0,0,1,2,4,1,Gd,8,Typ,2,Gd,Attchd,1965,Unf,2,492,TA,TA,Y,60,84,0,0,273,0,NA,GdPrv,NA,0,5,2008,WD,Normal,201800 1156,20,RL,90,10768,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,Veenker,Norm,Norm,1Fam,1Story,5,8,1976,2004,Gable,CompShg,Plywood,Plywood,None,0,Gd,Gd,CBlock,Gd,TA,Gd,ALQ,1157,Unf,0,280,1437,GasA,TA,Y,SBrkr,1437,0,0,1437,1,0,2,0,3,1,Gd,6,Typ,1,Fa,Attchd,1976,RFn,2,528,TA,TA,Y,0,21,0,0,180,0,NA,NA,NA,0,7,2007,WD,Normal,218000 1157,80,RL,85,9350,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,SLvl,5,8,1965,1999,Gable,CompShg,BrkFace,BrkFace,None,0,TA,Gd,PConc,TA,TA,Gd,ALQ,633,Unf,0,586,1219,GasA,Gd,Y,SBrkr,1265,0,0,1265,0,1,2,0,3,1,Gd,6,Typ,1,Gd,Attchd,1965,RFn,2,502,TA,TA,Y,0,92,0,96,0,0,NA,MnPrv,NA,0,10,2008,WD,Normal,179900 1158,120,RL,34,5001,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,NridgHt,Norm,Norm,Twnhs,1Story,7,5,2007,2008,Gable,CompShg,VinylSd,VinylSd,Stone,166,Gd,TA,PConc,Gd,TA,No,GLQ,904,Unf,0,410,1314,GasA,Ex,Y,SBrkr,1314,0,0,1314,1,0,2,0,2,1,Gd,6,Typ,1,Gd,Attchd,2008,RFn,2,626,TA,TA,Y,172,62,0,0,0,0,NA,NA,NA,0,7,2009,WD,Normal,230000 1159,20,RL,92,11932,Pave,NA,Reg,Lvl,AllPub,FR2,Gtl,Somerst,Feedr,Norm,1Fam,1Story,8,5,2007,2008,Gable,CompShg,VinylSd,VinylSd,Stone,186,Gd,TA,PConc,Gd,TA,No,Unf,0,Unf,0,1580,1580,GasA,Ex,Y,SBrkr,1580,0,0,1580,0,0,2,0,3,1,Gd,7,Typ,0,NA,Attchd,2008,RFn,3,830,TA,TA,Y,0,24,0,0,0,0,NA,NA,NA,0,6,2008,ConLD,Partial,235128 1160,60,RL,76,9120,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NWAmes,Norm,Norm,1Fam,2Story,6,6,1974,1974,Hip,CompShg,HdBoard,HdBoard,BrkFace,270,Gd,TA,CBlock,TA,TA,No,ALQ,442,Unf,0,459,901,GasA,TA,Y,SBrkr,943,933,0,1876,0,0,2,1,4,1,Gd,8,Typ,1,TA,Attchd,1974,RFn,2,540,Gd,TA,Y,0,69,0,0,0,0,NA,NA,NA,0,7,2008,WD,Normal,185000 1161,160,RL,24,2280,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NPkVill,Norm,Norm,Twnhs,2Story,6,5,1978,1978,Gable,CompShg,Plywood,Brk Cmn,None,0,TA,TA,CBlock,Gd,TA,No,ALQ,311,Unf,0,544,855,GasA,Fa,Y,SBrkr,855,601,0,1456,0,0,2,1,3,1,TA,7,Typ,1,TA,Attchd,1978,Unf,2,440,TA,TA,Y,26,0,0,0,0,0,NA,NA,NA,0,7,2010,WD,Normal,146000 1162,20,RL,NA,14778,Pave,NA,IR1,Low,AllPub,CulDSac,Gtl,Crawfor,PosN,Norm,1Fam,1Story,6,7,1954,2006,Hip,CompShg,HdBoard,HdBoard,BrkFace,72,Gd,TA,CBlock,TA,TA,No,BLQ,728,Unf,0,568,1296,GasA,Ex,Y,SBrkr,1640,0,0,1640,1,0,1,0,3,1,Gd,7,Typ,1,Gd,Detchd,1993,Unf,2,924,TA,TA,Y,108,0,0,216,0,0,NA,NA,NA,0,11,2008,WD,Normal,224000 1163,20,RL,109,8724,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Sawyer,Norm,Norm,1Fam,1Story,5,5,1968,1968,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,CBlock,Gd,TA,No,BLQ,492,Unf,0,402,894,GasA,Gd,Y,SBrkr,894,0,0,894,0,0,1,0,3,1,TA,5,Typ,1,Po,Attchd,1968,Fin,2,450,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,5,2007,WD,Normal,129000 1164,90,RL,60,12900,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Sawyer,Feedr,Norm,Duplex,SFoyer,4,4,1969,1969,Gable,CompShg,Plywood,Plywood,None,0,TA,TA,CBlock,Gd,TA,Av,GLQ,1198,Unf,0,0,1198,GasA,TA,Y,SBrkr,1258,0,0,1258,2,0,0,2,0,2,TA,6,Typ,0,NA,CarPort,1969,Unf,2,400,Fa,TA,Y,120,0,0,0,0,0,NA,NA,NA,0,1,2008,WD,Alloca,108959 1165,80,RL,NA,16157,Pave,NA,IR1,Lvl,AllPub,FR2,Gtl,Veenker,Feedr,Norm,1Fam,SLvl,5,7,1978,1978,Gable,CompShg,Plywood,Plywood,None,0,TA,TA,PConc,Gd,TA,Gd,ALQ,680,Rec,391,289,1360,GasA,Ex,Y,SBrkr,1432,0,0,1432,1,0,1,1,2,1,Gd,5,Typ,1,TA,Attchd,1978,Unf,2,588,TA,TA,Y,168,180,0,0,0,0,NA,NA,NA,0,6,2007,WD,Normal,194000 1166,20,RL,79,9541,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,NridgHt,Norm,Norm,1Fam,1Story,7,5,2009,2009,Gable,CompShg,VinylSd,VinylSd,Stone,268,Gd,TA,PConc,Gd,TA,No,Unf,0,Unf,0,1502,1502,GasA,Ex,Y,SBrkr,1502,0,0,1502,0,0,2,0,3,1,Gd,7,Typ,0,NA,Attchd,2009,RFn,2,644,TA,TA,Y,0,114,0,0,0,0,NA,NA,NA,0,9,2009,New,Partial,233170 1167,20,RL,64,10475,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,CollgCr,Norm,Norm,1Fam,1Story,8,5,2008,2008,Gable,CompShg,VinylSd,VinylSd,Stone,72,Gd,TA,PConc,Gd,TA,Av,Unf,0,Unf,0,1694,1694,GasA,Ex,Y,SBrkr,1694,0,0,1694,0,0,2,0,3,1,Gd,7,Typ,0,NA,Attchd,2008,RFn,3,776,TA,TA,Y,160,33,0,0,0,0,NA,NA,NA,0,2,2010,WD,Normal,245350 1168,60,RL,58,10852,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,Gilbert,RRAn,Norm,1Fam,2Story,6,5,2000,2000,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,PConc,Gd,TA,No,GLQ,786,Unf,0,173,959,GasA,Ex,Y,SBrkr,959,712,0,1671,1,0,2,1,3,1,TA,7,Typ,1,TA,Attchd,2000,Fin,2,472,TA,TA,Y,0,38,0,0,0,0,NA,NA,NA,0,2,2006,WD,Normal,173000 1169,70,RL,120,13728,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,Edwards,Norm,Norm,1Fam,2Story,6,7,1935,1986,Hip,CompShg,Stucco,Stucco,None,0,TA,TA,CBlock,TA,TA,No,Rec,626,Unf,0,501,1127,GasA,Ex,Y,SBrkr,1236,872,0,2108,0,0,2,0,4,1,Gd,7,Typ,2,TA,Basment,1935,Unf,2,540,TA,TA,Y,0,0,0,0,90,0,NA,NA,NA,0,7,2008,WD,Normal,235000 1170,60,RL,118,35760,Pave,NA,IR1,Lvl,AllPub,CulDSac,Gtl,NoRidge,Norm,Norm,1Fam,2Story,10,5,1995,1996,Hip,CompShg,HdBoard,HdBoard,BrkFace,1378,Gd,Gd,PConc,Ex,TA,Gd,GLQ,1387,Unf,0,543,1930,GasA,Ex,Y,SBrkr,1831,1796,0,3627,1,0,3,1,4,1,Gd,10,Typ,1,TA,Attchd,1995,Fin,3,807,TA,TA,Y,361,76,0,0,0,0,NA,NA,NA,0,7,2006,WD,Normal,625000 1171,80,RL,76,9880,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Mitchel,Norm,Norm,1Fam,SLvl,6,6,1977,1977,Gable,CompShg,Plywood,Plywood,None,0,TA,TA,CBlock,TA,TA,Av,ALQ,522,Unf,0,574,1096,GasA,TA,Y,SBrkr,1118,0,0,1118,1,0,1,0,3,1,TA,6,Typ,1,Po,Attchd,1977,Fin,1,358,TA,TA,Y,203,0,0,0,0,576,Gd,GdPrv,NA,0,7,2008,WD,Normal,171000 1172,20,RL,76,9120,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,6,6,1958,1958,Hip,CompShg,MetalSd,MetalSd,None,0,TA,TA,CBlock,TA,TA,No,ALQ,662,Unf,0,599,1261,GasA,Ex,Y,SBrkr,1261,0,0,1261,1,0,1,0,3,1,TA,6,Typ,1,TA,Attchd,1958,RFn,2,433,TA,TA,Y,0,0,0,0,288,0,NA,NA,Shed,1400,11,2008,WD,Normal,163000 1173,160,FV,35,4017,Pave,Pave,IR1,Lvl,AllPub,Inside,Gtl,Somerst,Norm,Norm,TwnhsE,2Story,7,5,2006,2007,Gable,CompShg,MetalSd,MetalSd,None,0,Gd,TA,PConc,Gd,TA,No,Unf,0,Unf,0,625,625,GasA,Ex,Y,SBrkr,625,625,0,1250,0,0,2,1,2,1,Gd,5,Typ,0,NA,Detchd,2006,Fin,2,625,TA,TA,Y,0,54,0,0,0,0,NA,NA,NA,0,3,2008,WD,Normal,171900 1174,50,RL,138,18030,Pave,NA,IR1,Bnk,AllPub,Inside,Gtl,ClearCr,Norm,Norm,1Fam,1.5Fin,5,6,1946,1994,Gable,CompShg,MetalSd,MetalSd,None,0,TA,TA,CBlock,TA,TA,No,Rec,152,BLQ,469,977,1598,GasA,TA,Y,SBrkr,1636,971,479,3086,0,0,3,0,3,1,Ex,12,Maj1,1,Gd,NA,NA,NA,0,0,NA,NA,Y,122,0,0,0,0,0,NA,MnPrv,NA,0,3,2007,WD,Normal,200500 1175,70,RL,80,16560,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,Crawfor,Norm,Norm,1Fam,2Story,6,8,1932,1950,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,BrkTil,Gd,TA,No,Rec,503,Unf,0,449,952,GasA,TA,Y,SBrkr,1170,1175,0,2345,0,0,2,1,4,1,TA,9,Typ,1,Gd,Detchd,1932,Unf,2,360,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,7,2006,WD,Normal,239000 1176,50,RL,85,10678,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NoRidge,Norm,Norm,1Fam,1.5Fin,8,5,1992,2000,Hip,CompShg,HdBoard,HdBoard,BrkFace,337,Gd,TA,PConc,Gd,TA,No,GLQ,700,Unf,0,983,1683,GasA,Ex,Y,SBrkr,2129,743,0,2872,0,0,2,1,4,1,Gd,9,Typ,1,TA,Attchd,1992,Fin,2,541,TA,TA,Y,0,33,0,0,0,0,NA,NA,NA,0,4,2007,WD,Normal,285000 1177,20,RL,37,6951,Pave,NA,IR1,Lvl,AllPub,CulDSac,Gtl,Mitchel,Norm,Norm,1Fam,1Story,5,5,1984,1985,Gable,CompShg,HdBoard,Plywood,None,0,TA,TA,CBlock,TA,TA,No,ALQ,658,Unf,0,218,876,GasA,TA,Y,SBrkr,923,0,0,923,1,0,1,0,3,1,TA,5,Typ,0,NA,Attchd,1984,Unf,1,264,TA,TA,Y,362,0,0,0,0,0,NA,MnPrv,NA,0,10,2008,WD,Normal,119500 1178,50,RM,NA,3950,Pave,Grvl,Reg,Bnk,AllPub,Inside,Gtl,OldTown,Artery,Norm,1Fam,1.5Fin,6,8,1926,2004,Gable,CompShg,MetalSd,MetalSd,None,0,TA,TA,CBlock,TA,TA,No,Rec,468,Unf,0,350,818,GasA,TA,Y,SBrkr,818,406,0,1224,0,0,1,0,3,1,TA,5,Typ,0,NA,Detchd,1926,Unf,1,210,TA,TA,N,0,0,116,0,0,0,NA,NA,NA,0,12,2009,WD,Normal,115000 1179,50,RL,54,7681,Pave,NA,IR1,Lvl,AllPub,FR2,Gtl,Crawfor,Norm,Norm,1Fam,1.5Fin,5,6,1921,1950,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,BrkTil,TA,TA,No,Unf,0,Unf,0,731,731,GasA,Ex,Y,SBrkr,820,523,0,1343,0,0,1,1,3,1,TA,7,Typ,1,Gd,Detchd,1921,Unf,1,186,Fa,TA,Y,192,0,102,0,0,0,NA,NA,NA,0,7,2009,WD,Normal,154900 1180,20,RL,77,8335,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,Edwards,Norm,Norm,1Fam,1Story,5,5,1954,1954,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,Slab,NA,NA,NA,NA,0,NA,0,0,0,GasA,Gd,Y,SBrkr,1124,0,0,1124,0,0,1,0,3,1,TA,5,Min2,1,Gd,NA,NA,NA,0,0,NA,NA,N,0,36,190,0,0,0,NA,NA,NA,0,4,2006,WD,Normal,93000 1181,60,RL,NA,11170,Pave,NA,IR2,Lvl,AllPub,Corner,Gtl,Timber,Norm,Norm,1Fam,2Story,7,5,1990,1991,Gable,CompShg,MetalSd,MetalSd,None,0,TA,TA,Wood,Gd,TA,No,LwQ,1216,Unf,0,0,1216,GasA,Ex,Y,SBrkr,1298,1216,0,2514,0,0,2,1,4,1,TA,8,Typ,0,NA,Attchd,1990,Fin,2,693,TA,TA,Y,0,0,0,0,0,0,NA,GdPrv,NA,0,4,2006,WD,Normal,250000 1182,120,RM,64,5587,Pave,NA,IR1,HLS,AllPub,Inside,Mod,Crawfor,Norm,Norm,TwnhsE,1Story,8,5,2008,2008,Hip,CompShg,CemntBd,CmentBd,Stone,186,Ex,TA,PConc,Ex,TA,Gd,GLQ,1480,Unf,0,120,1600,GasA,Ex,Y,SBrkr,1652,0,0,1652,1,1,2,0,2,1,Gd,5,Typ,1,Gd,Attchd,2008,Fin,2,482,TA,TA,Y,162,53,0,153,0,0,NA,NA,NA,0,11,2008,New,Partial,392500 1183,60,RL,160,15623,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,NoRidge,Norm,Norm,1Fam,2Story,10,5,1996,1996,Hip,CompShg,Wd Sdng,ImStucc,None,0,Gd,TA,PConc,Ex,TA,Av,GLQ,2096,Unf,0,300,2396,GasA,Ex,Y,SBrkr,2411,2065,0,4476,1,0,3,1,4,1,Ex,10,Typ,2,TA,Attchd,1996,Fin,3,813,TA,TA,Y,171,78,0,0,0,555,Ex,MnPrv,NA,0,7,2007,WD,Abnorml,745000 1184,30,RL,60,10800,Pave,Grvl,Reg,Lvl,AllPub,Inside,Gtl,OldTown,Norm,Norm,1Fam,1Story,5,6,1920,1950,Hip,CompShg,Stucco,Stucco,None,0,TA,TA,BrkTil,TA,TA,No,Rec,821,Unf,0,299,1120,GasA,Ex,Y,SBrkr,1130,0,0,1130,1,0,1,0,2,1,TA,5,Typ,1,Gd,Detchd,1970,Unf,2,720,TA,TA,Y,229,0,0,0,0,0,NA,NA,NA,0,6,2006,WD,Normal,120000 1185,20,RL,50,35133,Grvl,NA,Reg,Lvl,AllPub,Inside,Mod,Timber,Norm,Norm,1Fam,1Story,5,4,1963,1963,Hip,CompShg,MetalSd,MetalSd,BrkFace,226,TA,TA,CBlock,TA,TA,Gd,Rec,1159,Unf,0,413,1572,GasA,Gd,Y,SBrkr,1572,0,0,1572,1,0,1,1,3,1,TA,5,Typ,2,TA,2Types,1963,RFn,3,995,TA,TA,Y,0,263,0,0,263,0,NA,NA,NA,0,5,2007,WD,Normal,186700 1186,50,RL,60,9738,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Edwards,Norm,Norm,1Fam,1.5Fin,5,7,1924,1950,Gable,CompShg,AsbShng,AsbShng,None,0,TA,Gd,BrkTil,TA,TA,No,BLQ,392,Unf,0,392,784,GasA,Gd,Y,SBrkr,949,272,0,1221,1,0,1,0,4,1,TA,7,Typ,0,NA,Attchd,1965,Unf,1,392,TA,TA,Y,0,0,236,0,0,0,NA,NA,NA,0,3,2006,WD,Normal,104900 1187,190,RL,107,10615,Pave,NA,IR1,Bnk,AllPub,Corner,Mod,OldTown,Artery,Artery,2fmCon,2Story,3,5,1900,1970,Gable,CompShg,HdBoard,HdBoard,None,0,TA,TA,CBlock,Fa,TA,Mn,BLQ,440,Unf,0,538,978,GasA,TA,Y,SBrkr,1014,685,0,1699,1,0,2,0,3,2,TA,7,Typ,0,NA,CarPort,1920,Unf,2,420,Fa,Fa,Y,0,74,0,0,0,0,NA,NA,NA,0,8,2009,WD,Abnorml,95000 1188,20,RL,89,12461,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,NoRidge,Norm,Norm,1Fam,1Story,8,5,1994,1995,Gable,CompShg,ImStucc,ImStucc,None,0,Gd,TA,PConc,Gd,TA,No,GLQ,1456,Unf,0,168,1624,GasA,Ex,Y,SBrkr,1624,0,0,1624,1,0,2,0,2,1,Gd,5,Typ,1,Fa,Attchd,1994,RFn,3,757,TA,TA,Y,0,114,192,0,0,0,NA,GdPrv,NA,0,7,2006,WD,Normal,262000 1189,60,RL,68,8935,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,2Story,7,5,2002,2002,Gable,CompShg,VinylSd,VinylSd,BrkFace,95,Gd,TA,PConc,Gd,TA,No,Unf,0,Unf,0,831,831,GasA,Ex,Y,SBrkr,831,829,0,1660,0,0,2,1,3,1,Gd,7,Typ,0,NA,Attchd,2002,RFn,2,493,TA,TA,Y,144,68,0,0,0,0,NA,NA,NA,0,7,2009,WD,Normal,195000 1190,60,RL,60,7500,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Gilbert,Norm,Norm,1Fam,2Story,7,5,1999,1999,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,PConc,TA,TA,No,Unf,0,Unf,0,994,994,GasA,Gd,Y,SBrkr,1028,776,0,1804,0,0,2,1,3,1,Gd,7,Typ,1,TA,Attchd,1999,Fin,2,442,TA,TA,Y,140,60,0,0,0,0,NA,NA,NA,0,6,2010,WD,Normal,189000 1191,190,RL,NA,32463,Pave,NA,Reg,Low,AllPub,Inside,Mod,Mitchel,Norm,Norm,2fmCon,1Story,4,4,1961,1975,Gable,CompShg,MetalSd,MetalSd,Stone,149,TA,Gd,CBlock,TA,TA,Av,BLQ,1159,Unf,0,90,1249,GasA,Ex,Y,SBrkr,1622,0,0,1622,1,0,1,0,3,1,TA,7,Typ,1,TA,2Types,1975,Fin,4,1356,TA,TA,Y,439,0,0,0,0,0,NA,NA,NA,0,3,2007,WD,Normal,168000 1192,160,FV,24,2645,Pave,Pave,Reg,Lvl,AllPub,Inside,Gtl,Somerst,Norm,Norm,Twnhs,2Story,8,5,1999,2000,Gable,CompShg,MetalSd,MetalSd,BrkFace,456,Gd,TA,PConc,Gd,TA,No,Unf,0,Unf,0,776,776,GasA,Ex,Y,SBrkr,764,677,0,1441,0,0,2,1,2,1,Gd,5,Typ,0,NA,Detchd,1999,Unf,2,492,TA,TA,Y,206,0,0,0,0,0,NA,NA,NA,0,11,2007,WD,Normal,174000 1193,50,RM,60,9600,Pave,Grvl,Reg,Lvl,AllPub,Inside,Gtl,OldTown,Norm,Norm,1Fam,1.5Fin,5,8,1925,1994,Gambrel,CompShg,VinylSd,VinylSd,None,0,TA,TA,PConc,TA,TA,Mn,Unf,0,Unf,0,702,702,GasA,Gd,Y,SBrkr,842,630,0,1472,0,0,1,0,3,1,Gd,6,Typ,0,NA,Detchd,1925,Unf,1,250,TA,Fa,P,0,0,84,0,0,0,NA,GdWo,NA,0,7,2007,WD,Normal,125000 1194,120,RM,NA,4500,Pave,NA,Reg,Lvl,AllPub,FR2,Gtl,Mitchel,Norm,Norm,TwnhsE,1Story,6,5,1999,1999,Hip,CompShg,VinylSd,VinylSd,BrkFace,425,TA,TA,PConc,Ex,TA,No,GLQ,883,Unf,0,341,1224,GasA,Ex,Y,SBrkr,1224,0,0,1224,1,0,2,0,2,1,TA,5,Typ,0,NA,Attchd,1999,Fin,2,402,TA,TA,Y,0,304,0,0,0,0,NA,NA,NA,0,6,2009,WD,Normal,165000 1195,60,RL,80,9364,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,Sawyer,Norm,Norm,1Fam,2Story,6,7,1969,1969,Gable,CompShg,HdBoard,HdBoard,Stone,143,TA,TA,CBlock,TA,TA,No,ALQ,371,Unf,0,292,663,GasA,TA,Y,SBrkr,663,689,0,1352,0,0,1,1,4,1,TA,7,Typ,0,NA,Attchd,1969,Fin,1,299,TA,TA,Y,379,36,0,0,0,0,NA,MnPrv,NA,0,3,2010,WD,Normal,158000 1196,60,RL,51,8029,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,Gilbert,Norm,Norm,1Fam,2Story,6,5,2005,2005,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,PConc,Gd,TA,No,Unf,0,Unf,0,728,728,GasA,Ex,Y,SBrkr,728,728,0,1456,0,0,2,1,3,1,Gd,8,Typ,0,NA,Attchd,2005,Fin,2,400,TA,TA,Y,100,24,0,0,0,0,NA,NA,NA,0,7,2008,WD,Normal,176000 1197,60,RL,58,14054,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,Gilbert,Norm,Norm,1Fam,2Story,7,5,2006,2006,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,TA,Av,Unf,0,Unf,0,879,879,GasA,Ex,Y,SBrkr,879,984,0,1863,0,0,2,1,4,1,Gd,9,Typ,1,Gd,BuiltIn,2006,Fin,3,660,TA,TA,Y,100,17,0,0,0,0,NA,NA,NA,0,11,2006,New,Partial,219210 1198,75,RM,65,8850,Pave,NA,IR1,Bnk,AllPub,Corner,Gtl,OldTown,Norm,Norm,1Fam,2.5Unf,7,6,1916,1950,Gable,CompShg,MetalSd,MetalSd,None,0,TA,TA,BrkTil,TA,TA,No,Unf,0,Unf,0,815,815,GasA,Ex,Y,SBrkr,815,875,0,1690,0,0,1,0,3,1,TA,7,Typ,1,Gd,Detchd,1916,Unf,1,225,TA,TA,Y,0,0,330,0,0,0,NA,NA,NA,0,7,2006,ConLw,Normal,144000 1199,20,RL,70,9100,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,1Story,7,5,2001,2001,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,TA,No,Unf,0,Unf,0,1212,1212,GasA,Ex,Y,SBrkr,1212,0,0,1212,0,0,2,0,3,1,Gd,6,Typ,0,NA,Attchd,2001,RFn,2,573,TA,TA,Y,356,0,0,0,0,0,NA,NA,NA,0,6,2009,WD,Normal,178000 1200,20,RL,75,11235,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Sawyer,Norm,Norm,1Fam,1Story,4,5,1963,1979,Gable,CompShg,HdBoard,HdBoard,BrkFace,51,TA,TA,CBlock,TA,TA,No,Rec,547,Unf,0,504,1051,GasA,Gd,Y,SBrkr,1382,0,0,1382,0,0,1,1,3,1,TA,6,Typ,1,Po,Attchd,1974,Unf,2,459,TA,TA,Y,0,82,0,0,0,0,NA,NA,NA,0,10,2006,WD,Normal,148000 1201,20,RL,71,9353,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,4,5,1970,1970,Gable,CompShg,MetalSd,MetalSd,None,0,TA,TA,CBlock,TA,TA,No,Unf,0,Unf,0,864,864,GasA,Gd,Y,SBrkr,864,0,0,864,0,0,1,0,3,1,TA,5,Typ,0,NA,Attchd,1972,Unf,1,280,TA,TA,Y,0,0,0,0,0,0,NA,NA,Shed,0,7,2006,Oth,Abnorml,116050 1202,60,RL,80,10400,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,CollgCr,Norm,Norm,1Fam,2Story,7,5,1998,1998,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,PConc,Gd,TA,Av,Unf,0,Unf,0,866,866,GasA,Ex,Y,SBrkr,866,913,0,1779,0,0,2,1,3,1,Gd,6,Typ,0,NA,Attchd,1998,RFn,2,546,TA,TA,Y,198,36,0,0,0,0,NA,NA,NA,0,3,2009,WD,Normal,197900 1203,50,RM,50,6000,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,BrkSide,Norm,Norm,1Fam,1.5Fin,5,8,1925,1997,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,BrkTil,TA,TA,No,Unf,0,Unf,0,884,884,GasA,Ex,Y,SBrkr,884,464,0,1348,1,0,1,0,3,1,TA,5,Typ,1,Fa,Detchd,1960,Unf,1,216,TA,TA,N,0,0,208,0,0,0,NA,NA,NA,0,5,2009,WD,Normal,117000 1204,20,RL,75,9750,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,1Story,7,5,2000,2001,Gable,CompShg,VinylSd,VinylSd,BrkFace,171,Gd,TA,PConc,Gd,TA,No,Unf,0,Unf,0,1630,1630,GasA,Ex,Y,SBrkr,1630,0,0,1630,0,0,2,0,3,1,Gd,6,Typ,1,TA,Attchd,2000,Unf,2,451,TA,TA,Y,74,234,0,0,0,0,NA,NA,NA,0,10,2009,WD,Normal,213000 1205,20,RL,78,10140,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NWAmes,Norm,Norm,1Fam,1Story,5,6,1975,1975,Gable,CompShg,HdBoard,HdBoard,None,0,TA,TA,CBlock,Gd,TA,No,ALQ,788,Unf,0,268,1056,GasA,Ex,Y,SBrkr,1074,0,0,1074,1,0,1,1,3,1,TA,6,Typ,0,NA,Attchd,1975,RFn,2,495,TA,TA,Y,0,88,0,0,0,0,NA,MnPrv,NA,0,7,2006,WD,Normal,153500 1206,20,RL,90,14684,Pave,NA,IR1,Lvl,AllPub,CulDSac,Gtl,SawyerW,Norm,Norm,1Fam,1Story,7,7,1990,1991,Hip,CompShg,HdBoard,HdBoard,BrkFace,234,Gd,TA,CBlock,Gd,TA,Mn,ALQ,485,BLQ,177,1496,2158,GasA,Gd,Y,SBrkr,2196,0,0,2196,0,0,2,0,3,1,Gd,7,Typ,1,TA,Attchd,1990,RFn,3,701,TA,TA,Y,84,70,0,0,0,0,NA,NA,NA,0,6,2009,WD,Normal,271900 1207,20,RH,NA,8900,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,SawyerW,Norm,Norm,1Fam,1Story,4,4,1966,1966,Gable,CompShg,HdBoard,HdBoard,None,0,TA,TA,CBlock,TA,TA,No,Rec,1056,Unf,0,0,1056,GasA,TA,Y,SBrkr,1056,0,0,1056,1,0,1,0,2,1,TA,5,Typ,0,NA,Detchd,1966,Unf,1,384,TA,TA,Y,0,42,0,0,0,0,NA,MnPrv,NA,0,11,2006,WD,Normal,107000 1208,20,RL,70,9135,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,1Story,6,5,2003,2003,Gable,CompShg,VinylSd,VinylSd,BrkFace,120,Gd,TA,PConc,Gd,TA,Av,GLQ,340,Unf,0,1342,1682,GasA,Ex,Y,SBrkr,1700,0,0,1700,1,0,2,0,3,1,Gd,7,Typ,0,NA,Attchd,2003,RFn,2,544,TA,TA,Y,192,23,0,0,0,0,NA,NA,NA,0,5,2006,WD,Normal,200000 1209,20,RL,70,7763,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,5,7,1962,1980,Gable,CompShg,MetalSd,MetalSd,None,0,TA,Gd,CBlock,TA,TA,No,Rec,504,BLQ,108,319,931,GasA,TA,Y,SBrkr,1283,0,0,1283,1,0,1,0,3,1,TA,6,Typ,0,NA,Detchd,1980,Unf,2,506,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,10,2008,WD,Normal,140000 1210,20,RL,85,10182,Pave,NA,IR1,Lvl,AllPub,CulDSac,Gtl,Somerst,RRNn,Norm,1Fam,1Story,8,5,2006,2006,Hip,CompShg,VinylSd,VinylSd,Stone,420,Gd,TA,PConc,Ex,TA,Mn,GLQ,1220,Unf,0,440,1660,GasA,Ex,Y,SBrkr,1660,0,0,1660,1,0,2,0,3,1,Gd,8,Typ,1,Gd,Attchd,2006,RFn,2,500,TA,TA,Y,322,50,0,0,0,0,NA,NA,NA,0,5,2006,New,Partial,290000 1211,60,RL,70,11218,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,SawyerW,Norm,Norm,1Fam,2Story,6,5,1992,1992,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,Gd,TA,PConc,Gd,TA,No,Unf,0,Unf,0,1055,1055,GasA,Ex,Y,SBrkr,1055,790,0,1845,0,0,2,1,3,1,Gd,8,Typ,1,TA,Attchd,1992,RFn,2,462,TA,TA,Y,635,104,0,0,0,0,NA,GdPrv,Shed,400,5,2010,WD,Normal,189000 1212,50,RL,152,12134,Pave,NA,IR1,Bnk,AllPub,Inside,Mod,Gilbert,Norm,Norm,1Fam,1.5Fin,8,7,1988,2005,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,Gd,TA,Wood,Gd,TA,Av,GLQ,427,Unf,0,132,559,GasA,Gd,Y,SBrkr,1080,672,0,1752,0,0,2,0,4,1,TA,8,Typ,0,NA,Basment,1988,RFn,2,492,TA,TA,Y,325,12,0,0,0,0,NA,NA,NA,0,6,2010,WD,Normal,164000 1213,30,RL,50,9340,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Edwards,Norm,Norm,1Fam,1Story,4,6,1941,1950,Hip,CompShg,MetalSd,MetalSd,None,0,TA,TA,CBlock,TA,TA,No,Rec,344,Unf,0,328,672,GasA,TA,Y,SBrkr,672,0,0,672,1,0,1,0,2,1,TA,4,Typ,0,NA,Attchd,1941,Unf,1,234,TA,TA,N,0,113,0,0,0,0,NA,NA,NA,0,8,2009,WD,Normal,113000 1214,80,RL,NA,10246,Pave,NA,IR1,Lvl,AllPub,CulDSac,Gtl,Sawyer,Norm,Norm,1Fam,SLvl,4,9,1965,2001,Gable,CompShg,VinylSd,VinylSd,None,0,TA,Gd,CBlock,TA,Gd,Av,GLQ,648,Unf,0,0,648,GasA,Ex,Y,SBrkr,960,0,0,960,1,1,0,0,0,1,TA,3,Typ,0,NA,Attchd,1965,Unf,1,364,TA,TA,Y,88,0,0,0,0,0,NA,NA,NA,0,5,2006,WD,Normal,145000 1215,85,RL,69,10205,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,SFoyer,5,5,1962,1962,Gable,CompShg,MetalSd,MetalSd,None,0,TA,TA,CBlock,TA,TA,Av,BLQ,784,Unf,0,141,925,GasA,TA,Y,SBrkr,999,0,0,999,1,0,1,0,3,1,TA,6,Typ,0,NA,Attchd,1962,Unf,1,300,TA,TA,Y,150,72,0,0,0,0,NA,NA,NA,0,5,2006,WD,Normal,134500 1216,20,RL,99,7094,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,Sawyer,Norm,Norm,1Fam,1Story,5,5,1966,1966,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,CBlock,TA,TA,No,Rec,180,LwQ,374,340,894,GasA,TA,Y,SBrkr,894,0,0,894,0,0,1,0,3,1,TA,5,Typ,0,NA,Detchd,1966,RFn,1,384,TA,TA,Y,0,0,0,0,0,0,NA,MnPrv,NA,0,5,2007,WD,Normal,125000 1217,90,RM,68,8930,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Sawyer,RRAe,Norm,Duplex,1.5Fin,6,5,1978,1978,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,Slab,NA,NA,NA,NA,0,NA,0,0,0,GasA,TA,Y,SBrkr,1318,584,0,1902,0,0,2,0,4,2,TA,8,Typ,0,NA,Attchd,1978,Unf,2,539,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,4,2010,WD,Normal,112000 1218,20,FV,72,8640,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Somerst,Norm,Norm,1Fam,1Story,8,5,2009,2009,Gable,CompShg,CemntBd,CmentBd,Stone,72,Gd,TA,PConc,Gd,TA,Mn,GLQ,936,Unf,0,364,1300,GasA,Ex,Y,SBrkr,1314,0,0,1314,1,0,2,0,3,1,Gd,6,Typ,0,NA,Attchd,2009,RFn,2,552,TA,TA,Y,135,112,0,0,0,0,NA,NA,NA,0,9,2009,New,Partial,229456 1219,50,RM,52,6240,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,BrkSide,Norm,Norm,1Fam,1.5Fin,4,5,1947,1950,Gable,CompShg,AsbShng,AsbShng,None,0,TA,TA,Slab,NA,NA,NA,NA,0,NA,0,0,0,GasA,Gd,N,SBrkr,672,240,0,912,0,0,1,0,2,1,TA,3,Typ,0,NA,NA,NA,NA,0,0,NA,NA,N,0,0,0,0,0,0,NA,NA,NA,0,7,2006,WD,Normal,80500 1220,160,RM,21,1680,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,BrDale,Norm,Norm,Twnhs,2Story,6,5,1971,1971,Gable,CompShg,CemntBd,CmentBd,BrkFace,236,TA,TA,CBlock,TA,TA,No,Unf,0,Unf,0,672,672,GasA,TA,Y,SBrkr,672,546,0,1218,0,0,1,1,3,1,TA,7,Typ,0,NA,NA,NA,NA,0,0,NA,NA,N,201,0,0,0,0,0,NA,NA,NA,0,4,2006,WD,Abnorml,91500 1221,20,RL,66,7800,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,5,5,1964,1964,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,CBlock,TA,TA,No,Rec,312,LwQ,600,0,912,GasA,TA,Y,SBrkr,912,0,0,912,0,0,1,0,2,1,TA,5,Typ,0,NA,Attchd,1964,Unf,1,288,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,11,2006,WD,Abnorml,115000 1222,20,RL,55,8250,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Sawyer,Feedr,Norm,1Fam,1Story,5,5,1968,1968,Hip,CompShg,HdBoard,HdBoard,None,0,TA,TA,CBlock,TA,TA,No,BLQ,250,LwQ,492,210,952,GasA,Ex,Y,SBrkr,1211,0,0,1211,0,0,1,0,3,1,TA,5,Typ,1,TA,Attchd,1968,Unf,1,322,TA,TA,Y,0,63,0,0,0,0,NA,NA,NA,0,8,2008,WD,Normal,134000 1223,50,RL,78,10496,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Artery,Norm,1Fam,1.5Fin,6,6,1949,1950,Gable,CompShg,Wd Sdng,Wd Sdng,BrkFace,320,TA,TA,CBlock,TA,TA,Mn,Rec,196,Unf,0,844,1040,GasA,Ex,Y,SBrkr,1168,678,0,1846,0,0,2,0,3,1,TA,7,Typ,1,Gd,Attchd,1949,Unf,1,315,TA,TA,Y,0,0,0,0,0,0,NA,GdWo,NA,0,1,2007,WD,Normal,143000 1224,20,RL,89,10680,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,5,3,1951,1951,Hip,CompShg,Wd Sdng,Wd Sdng,BrkFace,44,TA,TA,CBlock,TA,Fa,No,LwQ,756,Unf,0,1380,2136,GasA,TA,N,FuseA,2136,0,0,2136,0,0,2,0,4,1,TA,7,Mod,0,NA,Detchd,1951,Unf,2,528,TA,TA,Y,0,30,0,0,0,0,NA,MnPrv,NA,0,10,2006,WD,Normal,137900 1225,60,RL,60,15384,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,Gilbert,RRAn,Norm,1Fam,2Story,7,5,2004,2005,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,TA,Av,GLQ,724,Unf,0,64,788,GasA,Ex,Y,SBrkr,788,702,0,1490,1,0,2,1,3,1,Gd,8,Typ,1,Gd,Attchd,2004,Fin,2,388,TA,TA,Y,100,75,0,0,0,0,NA,NA,NA,0,2,2008,WD,Normal,184000 1226,80,RL,65,10482,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,SLvl,6,8,1958,1958,Hip,CompShg,VinylSd,VinylSd,BrkFace,63,TA,Gd,CBlock,TA,TA,Av,GLQ,507,Unf,0,81,588,GasA,Ex,Y,SBrkr,1138,0,0,1138,0,1,1,0,3,1,TA,6,Typ,0,NA,Attchd,1958,RFn,1,264,TA,TA,Y,224,0,0,0,0,0,NA,MnWw,NA,0,6,2007,WD,Normal,145000 1227,60,RL,86,14598,Pave,NA,IR1,Lvl,AllPub,CulDSac,Gtl,Somerst,Feedr,Norm,1Fam,2Story,6,5,2007,2007,Gable,CompShg,VinylSd,VinylSd,Stone,74,Gd,TA,PConc,Gd,TA,Mn,Unf,0,Unf,0,894,894,GasA,Ex,Y,SBrkr,894,1039,0,1933,0,0,2,1,4,1,Gd,9,Typ,1,Gd,BuiltIn,2007,Fin,3,668,TA,TA,Y,100,18,0,0,0,0,NA,NA,NA,0,1,2008,WD,Normal,214000 1228,20,RL,72,8872,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,NAmes,Norm,Norm,1Fam,1Story,5,8,1965,2008,Gable,CompShg,VinylSd,VinylSd,BrkFace,300,TA,TA,CBlock,TA,TA,No,ALQ,595,Unf,0,317,912,GasA,Ex,Y,SBrkr,912,0,0,912,1,0,1,0,2,1,Gd,5,Typ,0,NA,Detchd,1992,Unf,2,576,TA,TA,Y,0,240,0,0,0,0,NA,NA,NA,0,12,2008,WD,Normal,147000 1229,120,RL,65,8769,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,NridgHt,Norm,Norm,TwnhsE,1Story,9,5,2008,2008,Hip,CompShg,MetalSd,MetalSd,BrkFace,766,Ex,TA,PConc,Ex,TA,No,GLQ,1540,Unf,0,162,1702,GasA,Ex,Y,SBrkr,1702,0,0,1702,1,0,1,1,1,1,Ex,7,Typ,1,Gd,Attchd,2008,Fin,3,1052,TA,TA,Y,0,72,0,0,224,0,NA,NA,NA,0,10,2008,New,Partial,367294 1230,80,RL,70,7910,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,SLvl,5,5,1960,1960,Hip,CompShg,BrkFace,HdBoard,None,0,TA,TA,CBlock,TA,TA,No,ALQ,666,Unf,0,409,1075,GasA,Gd,Y,SBrkr,1507,0,0,1507,0,0,2,0,4,1,TA,7,Maj1,0,NA,Basment,1960,Unf,1,404,TA,TA,Y,0,0,0,0,0,0,NA,GdWo,NA,0,8,2008,WD,Normal,127000 1231,90,RL,NA,18890,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,Sawyer,Feedr,RRAe,Duplex,1.5Fin,5,5,1977,1977,Shed,CompShg,Plywood,Plywood,None,1,TA,TA,CBlock,Gd,TA,No,GLQ,498,Rec,211,652,1361,GasA,Ex,Y,SBrkr,1361,1259,0,2620,0,0,2,2,4,2,TA,12,Typ,1,TA,BuiltIn,1977,RFn,2,600,TA,TA,N,155,24,145,0,0,0,NA,NA,Gar2,8300,8,2007,WD,Normal,190000 1232,90,RL,70,7728,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,Duplex,SLvl,5,6,1962,1962,Hip,CompShg,Wd Sdng,Wd Sdng,BrkFace,120,TA,TA,CBlock,TA,TA,Av,ALQ,803,Unf,0,303,1106,GasA,TA,Y,SBrkr,1190,0,0,1190,1,0,1,0,3,1,TA,6,Typ,0,NA,Attchd,1962,Unf,2,540,TA,TA,Y,0,18,0,0,0,0,NA,GdWo,NA,0,5,2006,WD,Normal,132500 1233,90,RL,70,9842,Pave,NA,Reg,Lvl,AllPub,FR2,Gtl,NAmes,Norm,Norm,Duplex,1Story,4,5,1962,1962,Gable,CompShg,HdBoard,HdBoard,None,0,TA,TA,Slab,NA,NA,NA,NA,0,NA,0,0,0,GasA,TA,Y,SBrkr,1224,0,0,1224,0,0,2,0,2,2,TA,6,Typ,0,NA,CarPort,1962,Unf,2,462,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,3,2007,WD,Normal,101800 1234,20,RL,NA,12160,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,5,5,1959,1959,Hip,CompShg,Plywood,Plywood,BrkFace,180,TA,TA,CBlock,TA,TA,No,Rec,1000,Unf,0,188,1188,GasA,Fa,Y,SBrkr,1188,0,0,1188,1,0,1,0,3,1,TA,6,Typ,0,NA,Attchd,1959,RFn,2,531,TA,TA,Y,0,0,0,0,0,0,NA,MnPrv,NA,0,5,2010,COD,Abnorml,142000 1235,70,RH,55,8525,Pave,NA,Reg,Bnk,AllPub,Inside,Gtl,SWISU,Norm,Norm,1Fam,2Story,5,6,1911,1950,Gable,CompShg,MetalSd,MetalSd,None,0,TA,TA,PConc,TA,TA,Av,Unf,0,Unf,0,940,940,GasA,TA,N,FuseA,1024,940,0,1964,0,0,1,1,4,1,TA,7,Typ,0,NA,NA,NA,NA,0,0,NA,NA,N,0,192,0,0,0,0,NA,NA,NA,0,11,2008,WD,Abnorml,130000 1236,70,RL,96,13132,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Crawfor,Norm,Norm,1Fam,2Story,5,5,1914,1950,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,BrkTil,Gd,TA,Mn,Unf,0,Unf,0,747,747,GasA,Gd,Y,FuseF,892,892,0,1784,0,0,1,1,4,1,TA,9,Typ,0,NA,Detchd,1914,Unf,1,180,Fa,Fa,N,203,40,0,0,0,0,NA,NA,NA,0,7,2006,WD,Normal,138887 1237,160,RL,36,2628,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NridgHt,Norm,Norm,Twnhs,2Story,7,5,2003,2003,Gable,CompShg,VinylSd,Wd Shng,Stone,106,Gd,TA,PConc,Gd,TA,No,Unf,0,Unf,0,764,764,GasA,Ex,Y,SBrkr,764,862,0,1626,0,0,2,1,2,1,Gd,6,Typ,0,NA,BuiltIn,2003,RFn,2,474,TA,TA,Y,0,27,0,0,0,0,NA,NA,NA,0,6,2010,WD,Normal,175500 1238,60,RL,41,12393,Pave,NA,IR2,Lvl,AllPub,FR2,Gtl,CollgCr,Norm,Norm,1Fam,2Story,7,5,2004,2005,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,TA,No,Unf,0,Unf,0,847,847,GasA,Ex,Y,SBrkr,847,1101,0,1948,0,0,2,1,4,1,Gd,8,Typ,1,Gd,BuiltIn,2004,Fin,2,434,TA,TA,Y,100,48,0,0,0,0,NA,NA,NA,0,9,2006,WD,Normal,195000 1239,20,RL,63,13072,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,SawyerW,RRAe,Norm,1Fam,1Story,6,5,2005,2005,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,TA,No,Unf,0,Unf,0,1141,1141,GasA,Ex,Y,SBrkr,1141,0,0,1141,0,0,1,1,3,1,TA,6,Typ,0,NA,Detchd,2005,Unf,2,484,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,3,2006,WD,Abnorml,142500 1240,20,RL,64,9037,Pave,NA,IR1,HLS,AllPub,Inside,Gtl,Timber,Norm,Norm,1Fam,1Story,8,5,2006,2006,Hip,CompShg,VinylSd,VinylSd,BrkFace,32,Gd,TA,PConc,Gd,TA,Av,GLQ,428,Unf,0,1048,1476,GasA,Ex,Y,SBrkr,1484,0,0,1484,0,0,2,0,2,1,Ex,6,Typ,1,Gd,Attchd,2006,RFn,2,472,TA,TA,Y,120,33,0,0,0,0,NA,NA,NA,0,12,2007,WD,Normal,265900 1241,60,RL,65,8158,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,2Story,7,5,2003,2003,Gable,CompShg,VinylSd,VinylSd,BrkFace,252,Gd,TA,PConc,Gd,TA,No,GLQ,550,Unf,0,334,884,GasA,Ex,Y,SBrkr,884,884,0,1768,1,0,2,1,3,1,Gd,8,Typ,0,NA,Attchd,2003,RFn,2,543,TA,TA,Y,0,63,0,0,0,0,NA,NA,NA,0,7,2008,WD,Normal,224900 1242,20,RL,83,9849,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Somerst,Norm,Norm,1Fam,1Story,7,6,2007,2007,Hip,CompShg,VinylSd,VinylSd,Stone,0,Gd,TA,PConc,Gd,TA,Av,Unf,0,Unf,0,1689,1689,GasA,Ex,Y,SBrkr,1689,0,0,1689,0,0,2,0,3,1,Gd,7,Typ,0,NA,Attchd,2007,RFn,3,954,TA,TA,Y,0,56,0,0,0,0,NA,NA,NA,0,6,2007,New,Partial,248328 1243,85,RL,85,10625,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NWAmes,Norm,Norm,1Fam,SFoyer,7,6,1974,1974,Gable,CompShg,Plywood,Plywood,BrkFace,81,TA,TA,CBlock,Gd,TA,Gd,GLQ,885,LwQ,168,0,1053,GasA,TA,Y,SBrkr,1173,0,0,1173,1,0,2,0,3,1,Gd,6,Typ,2,TA,Attchd,1974,RFn,2,528,TA,TA,Y,0,120,0,0,0,0,NA,MnPrv,NA,0,1,2010,WD,Family,170000 1244,20,RL,107,13891,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NridgHt,Norm,Norm,1Fam,1Story,10,5,2006,2006,Gable,CompShg,VinylSd,VinylSd,NA,NA,Ex,TA,PConc,Ex,Gd,Gd,GLQ,1386,Unf,0,690,2076,GasA,Ex,Y,SBrkr,2076,0,0,2076,1,0,2,1,2,1,Ex,7,Typ,1,Gd,Attchd,2006,Fin,3,850,TA,TA,Y,216,229,0,0,0,0,NA,NA,NA,0,9,2006,New,Partial,465000 1245,70,RL,NA,11435,Pave,NA,IR1,HLS,AllPub,Corner,Mod,Crawfor,Norm,Norm,1Fam,2Story,8,7,1929,1950,Gable,CompShg,BrkFace,Stucco,None,0,TA,TA,PConc,Gd,TA,No,Unf,0,Unf,0,792,792,GasA,Fa,Y,SBrkr,792,725,0,1517,0,0,1,0,3,1,Gd,7,Typ,2,Gd,Detchd,1931,Unf,2,400,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,6,2006,WD,Normal,230000 1246,80,RL,78,12090,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NWAmes,Norm,Norm,1Fam,SLvl,6,7,1984,2003,Hip,CompShg,VinylSd,VinylSd,BrkFace,74,TA,TA,CBlock,Gd,TA,No,Unf,0,Unf,0,585,585,GasA,Ex,Y,SBrkr,1140,728,0,1868,0,0,3,1,3,1,TA,7,Typ,1,TA,BuiltIn,1984,Fin,2,477,TA,TA,Y,268,112,0,0,147,0,NA,NA,NA,0,1,2007,WD,Abnorml,178000 1247,60,FV,65,8125,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Somerst,Norm,Norm,1Fam,2Story,7,5,2005,2006,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,TA,No,Unf,0,Unf,0,756,756,GasA,Ex,Y,SBrkr,756,797,0,1553,0,0,2,1,3,1,Gd,6,Typ,0,NA,Attchd,2005,RFn,2,615,TA,TA,Y,0,45,0,0,0,0,NA,NA,NA,0,3,2006,New,Partial,186500 1248,80,RL,NA,12328,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,Mitchel,Norm,Norm,1Fam,SLvl,6,5,1976,1976,Gable,CompShg,HdBoard,HdBoard,BrkFace,335,TA,TA,CBlock,TA,TA,Av,GLQ,539,Unf,0,473,1012,GasA,TA,Y,SBrkr,1034,0,0,1034,1,0,1,0,3,1,TA,6,Typ,0,NA,Attchd,1976,Unf,3,888,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,5,2010,WD,Normal,169900 1249,75,RM,60,9600,Pave,Grvl,Reg,Lvl,AllPub,Inside,Gtl,OldTown,Norm,Norm,1Fam,2.5Unf,6,5,1917,1950,Gable,CompShg,AsbShng,AsbShng,None,0,TA,TA,BrkTil,Gd,TA,No,Rec,319,Unf,0,416,735,OthW,Fa,N,SBrkr,1134,924,0,2058,0,0,1,1,3,1,TA,8,Typ,1,Gd,Detchd,1950,Unf,2,396,Fa,Fa,P,0,0,259,0,0,0,NA,NA,NA,0,4,2008,WD,Normal,129500 1250,20,RL,60,7200,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,5,7,1950,1950,Gable,CompShg,MetalSd,MetalSd,None,0,TA,TA,CBlock,TA,TA,No,BLQ,534,Rec,96,246,876,GasA,TA,Y,SBrkr,988,0,0,988,0,0,1,0,3,1,TA,6,Typ,0,NA,Attchd,1950,Unf,1,276,TA,TA,Y,0,80,0,0,0,0,NA,NA,NA,0,5,2007,WD,Normal,119000 1251,20,RL,93,11160,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,NAmes,Norm,Norm,1Fam,1Story,7,5,1968,1968,Hip,CompShg,BrkFace,BrkFace,None,0,Gd,TA,CBlock,TA,TA,No,ALQ,1065,Unf,0,1045,2110,GasA,Ex,Y,SBrkr,2110,0,0,2110,1,0,2,1,3,1,Ex,8,Typ,2,TA,Attchd,1968,Fin,2,522,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,4,2010,WD,Normal,244000 1252,120,RL,NA,3136,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,NridgHt,Norm,Norm,TwnhsE,1Story,7,5,2003,2003,Gable,CompShg,VinylSd,Wd Shng,Stone,163,Gd,TA,PConc,Gd,TA,No,Unf,0,Unf,0,1405,1405,GasA,Ex,Y,SBrkr,1405,0,0,1405,0,0,2,0,2,1,Gd,6,Typ,1,Gd,Attchd,2003,RFn,2,478,TA,TA,Y,148,36,0,0,0,0,NA,NA,NA,0,3,2006,WD,Normal,171750 1253,20,RL,62,9858,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Mitchel,Norm,Norm,1Fam,1Story,5,6,1968,1968,Gable,CompShg,HdBoard,HdBoard,None,0,TA,TA,CBlock,TA,TA,No,BLQ,510,Unf,0,354,864,GasA,TA,Y,SBrkr,874,0,0,874,1,0,1,0,3,1,TA,5,Typ,0,NA,Attchd,1968,RFn,1,288,TA,TA,Y,33,0,0,0,0,0,NA,GdWo,Shed,600,11,2009,WD,Normal,130000 1254,60,RL,NA,17542,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,Veenker,Norm,Norm,1Fam,2Story,7,7,1974,2003,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,Gd,TA,CBlock,TA,TA,Gd,LwQ,125,ALQ,1031,36,1192,GasA,TA,Y,SBrkr,1516,651,0,2167,1,0,2,1,3,1,Gd,9,Typ,2,Gd,Attchd,1974,RFn,2,518,TA,TA,Y,220,47,0,0,0,0,NA,MnPrv,NA,0,7,2007,WD,Normal,294000 1255,60,RL,60,6931,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Edwards,Norm,Norm,1Fam,2Story,7,5,2003,2004,Gable,CompShg,VinylSd,VinylSd,Stone,92,Gd,TA,PConc,Gd,TA,No,Unf,0,Unf,0,746,746,GasA,Ex,Y,SBrkr,760,896,0,1656,0,0,2,1,3,1,Gd,7,Typ,1,Gd,BuiltIn,2003,Fin,2,397,TA,TA,Y,178,128,0,0,0,0,NA,NA,NA,0,7,2008,WD,Normal,165400 1256,50,RM,52,6240,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,BrkSide,Norm,Norm,1Fam,1.5Fin,6,6,1931,1950,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,BrkTil,TA,Fa,No,LwQ,425,Unf,0,459,884,GasA,TA,Y,FuseA,959,408,0,1367,0,0,1,0,3,1,TA,6,Typ,1,Gd,Detchd,1978,Unf,1,560,TA,TA,Y,0,0,0,0,120,0,NA,NA,NA,0,11,2007,WD,Normal,127500 1257,20,RL,91,14303,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,NoRidge,Norm,Norm,1Fam,1Story,8,5,1994,1994,Hip,CompShg,HdBoard,HdBoard,BrkFace,554,Gd,TA,PConc,Gd,TA,Gd,GLQ,1314,Unf,0,672,1986,GasA,Ex,Y,SBrkr,1987,0,0,1987,1,0,2,0,2,1,Gd,7,Typ,1,TA,Attchd,1994,Fin,2,691,TA,TA,Y,262,36,0,0,0,0,NA,NA,NA,0,8,2008,WD,Normal,301500 1258,30,RL,56,4060,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,Edwards,Feedr,Norm,1Fam,1Story,5,8,1922,1950,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,PConc,Fa,TA,No,Unf,0,Unf,0,864,864,GasA,Ex,Y,SBrkr,864,0,0,864,0,0,1,0,2,1,TA,4,Typ,0,NA,NA,NA,NA,0,0,NA,NA,Y,0,96,0,0,0,0,NA,NA,NA,0,7,2009,WD,Normal,99900 1259,80,RL,59,9587,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,Gilbert,Norm,Norm,1Fam,SLvl,7,5,2005,2005,Gable,CompShg,VinylSd,VinylSd,Stone,182,Gd,TA,PConc,Gd,TA,Gd,GLQ,655,Unf,0,201,856,GasA,Ex,Y,SBrkr,1166,0,0,1166,1,0,2,0,2,1,Gd,5,Typ,0,NA,Attchd,2005,Fin,2,400,TA,TA,Y,212,0,0,0,0,0,NA,NA,NA,0,7,2008,WD,Normal,190000 1260,20,RL,65,9750,Pave,NA,Reg,Lvl,AllPub,FR2,Gtl,NAmes,Norm,Norm,1Fam,1Story,6,8,1969,1969,Gable,CompShg,HdBoard,HdBoard,None,0,TA,TA,CBlock,Gd,TA,No,ALQ,602,LwQ,438,14,1054,GasA,Gd,Y,SBrkr,1054,0,0,1054,1,0,1,1,3,1,TA,6,Typ,0,NA,Attchd,1969,Unf,2,460,TA,TA,Y,180,0,0,0,80,0,NA,NA,NA,0,7,2008,WD,Normal,151000 1261,60,RL,NA,24682,Pave,NA,IR3,Lvl,AllPub,CulDSac,Gtl,Gilbert,RRAn,Norm,1Fam,2Story,6,5,1999,1999,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,PConc,Gd,TA,No,Unf,0,Unf,0,841,841,GasA,Ex,Y,SBrkr,892,783,0,1675,0,0,2,1,3,1,TA,7,Typ,1,TA,BuiltIn,1999,Fin,2,502,TA,TA,Y,0,103,0,0,0,0,NA,NA,NA,0,6,2009,WD,Normal,181000 1262,20,RL,80,9600,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,5,6,1956,1956,Hip,CompShg,MetalSd,MetalSd,None,0,TA,TA,CBlock,TA,TA,No,Rec,504,Unf,0,546,1050,GasA,Gd,Y,SBrkr,1050,0,0,1050,0,0,1,0,2,1,TA,5,Typ,0,NA,Attchd,1956,Unf,1,338,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,6,2009,WD,Normal,128900 1263,50,RL,NA,11250,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,ClearCr,Norm,Norm,1Fam,1.5Fin,4,5,1957,1989,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,CBlock,TA,TA,Av,Unf,0,Unf,0,1104,1104,GasA,Ex,Y,FuseA,1104,684,0,1788,1,0,1,0,5,1,TA,8,Min2,2,TA,Attchd,1957,Unf,1,304,TA,TA,Y,120,0,0,0,0,0,NA,NA,NA,0,11,2009,WD,Normal,161500 1264,70,RL,60,13515,Pave,Pave,Reg,Lvl,AllPub,Inside,Gtl,BrkSide,Norm,Norm,1Fam,2Story,6,6,1919,1950,Gambrel,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,PConc,TA,TA,No,Unf,0,Unf,0,764,764,GasA,Ex,Y,FuseA,1060,764,0,1824,0,0,1,0,3,1,TA,8,Typ,1,Gd,Detchd,1940,Unf,2,520,TA,TA,N,0,0,126,0,0,0,NA,GdPrv,NA,0,7,2007,WD,Normal,180500 1265,120,RH,34,4060,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,TwnhsE,1Story,6,5,1998,1999,Gable,CompShg,MetalSd,MetalSd,None,0,Gd,TA,PConc,Gd,TA,No,GLQ,266,Unf,0,1139,1405,GasA,Ex,Y,SBrkr,1337,0,0,1337,1,0,2,0,2,1,Gd,5,Typ,0,NA,Attchd,1998,Fin,2,511,TA,TA,Y,144,68,0,0,0,0,NA,NA,NA,0,8,2008,COD,Abnorml,181000 1266,160,FV,35,3735,Pave,NA,Reg,Lvl,AllPub,FR3,Gtl,Somerst,Norm,Norm,TwnhsE,2Story,7,5,1999,1999,Hip,CompShg,MetalSd,MetalSd,BrkFace,218,Gd,TA,PConc,Gd,TA,No,GLQ,450,Unf,0,241,691,GasA,Ex,Y,SBrkr,713,739,0,1452,1,0,2,1,3,1,Gd,6,Typ,0,NA,Detchd,1999,Unf,2,506,TA,TA,Y,0,34,0,0,0,0,NA,NA,NA,0,3,2006,WD,Normal,183900 1267,190,RM,60,10120,Pave,NA,IR1,Bnk,AllPub,Inside,Gtl,OldTown,Feedr,Norm,2fmCon,2.5Unf,7,4,1910,1950,Hip,CompShg,Wd Sdng,Wd Sdng,None,0,Fa,TA,CBlock,TA,TA,No,Unf,0,Unf,0,925,925,GasA,TA,N,FuseF,964,925,0,1889,0,0,1,1,4,2,TA,9,Typ,1,Gd,Detchd,1960,Unf,1,308,TA,TA,N,0,0,264,0,0,0,NA,MnPrv,NA,0,1,2007,WD,Normal,122000 1268,20,RL,89,13214,Pave,NA,IR1,HLS,AllPub,Inside,Gtl,Timber,Norm,Norm,1Fam,1Story,9,5,2008,2009,Hip,CompShg,Stucco,CmentBd,None,0,Ex,TA,PConc,Ex,TA,Gd,Unf,0,Unf,0,2002,2002,GasA,Ex,Y,SBrkr,2018,0,0,2018,0,0,2,0,3,1,Ex,10,Typ,1,Gd,Attchd,2009,Fin,3,746,TA,TA,Y,144,76,0,0,0,0,NA,NA,NA,0,5,2010,WD,Normal,378500 1269,50,RL,NA,14100,Pave,NA,IR1,Lvl,AllPub,Inside,Mod,Crawfor,Norm,Norm,1Fam,1.5Fin,8,9,1935,1997,Gable,CompShg,Stucco,Stucco,BrkFace,632,TA,Gd,CBlock,TA,TA,Mn,Rec,192,Unf,0,536,728,GasA,Ex,Y,SBrkr,1968,1479,0,3447,0,0,3,1,4,1,Gd,11,Typ,2,Gd,BuiltIn,1982,Unf,3,1014,TA,TA,Y,314,12,0,0,0,0,NA,GdWo,NA,0,5,2008,WD,Normal,381000 1270,50,RL,78,11344,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Feedr,Norm,1Fam,1.5Fin,5,5,1958,1958,Gable,CompShg,MetalSd,MetalSd,BrkFace,180,TA,TA,CBlock,TA,TA,No,BLQ,460,Unf,0,414,874,GasW,TA,Y,FuseA,874,650,0,1524,0,0,1,1,3,1,TA,7,Typ,0,NA,Attchd,1958,Unf,1,315,TA,TA,Y,0,0,0,0,0,0,NA,GdWo,NA,0,7,2007,WD,Normal,144000 1271,40,RL,NA,23595,Pave,NA,Reg,Low,AllPub,Inside,Sev,ClearCr,Norm,Norm,1Fam,1Story,7,6,1979,1979,Shed,WdShake,Plywood,Plywood,None,0,Gd,TA,PConc,Gd,TA,Gd,GLQ,1258,Unf,0,74,1332,GasA,TA,Y,SBrkr,1332,192,0,1524,2,0,0,1,0,1,Gd,4,Typ,1,TA,Attchd,1979,Fin,2,586,TA,TA,Y,268,0,0,0,0,0,NA,NA,NA,0,4,2010,WD,Normal,260000 1272,20,RL,NA,9156,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,NWAmes,PosN,Norm,1Fam,1Story,6,7,1968,1968,Hip,CompShg,BrkFace,BrkFace,None,0,TA,TA,CBlock,TA,TA,No,Unf,0,Unf,0,1489,1489,GasA,Gd,Y,SBrkr,1489,0,0,1489,0,0,2,0,3,1,Gd,7,Typ,1,Gd,Attchd,1968,RFn,2,462,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,8,2009,WD,Normal,185750 1273,20,RL,NA,13526,Pave,NA,IR1,Lvl,AllPub,CulDSac,Gtl,Sawyer,Norm,Norm,1Fam,1Story,5,6,1965,1965,Hip,CompShg,HdBoard,Plywood,BrkFace,114,TA,TA,CBlock,TA,TA,No,BLQ,560,LwQ,375,0,935,GasA,TA,Y,SBrkr,935,0,0,935,1,0,1,0,3,1,TA,5,Typ,0,NA,Attchd,1965,Unf,1,288,TA,TA,Y,180,0,0,0,0,0,NA,MnPrv,NA,0,11,2006,WD,Normal,137000 1274,80,RL,124,11512,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,Edwards,Norm,Norm,1Fam,SLvl,6,7,1959,2006,Gable,CompShg,Plywood,Plywood,BrkFace,84,TA,TA,CBlock,TA,TA,Av,ALQ,719,Unf,0,300,1019,GasA,Gd,Y,SBrkr,1357,0,0,1357,1,0,1,0,2,1,Ex,5,Typ,1,Gd,Basment,1959,RFn,1,312,TA,TA,Y,0,0,0,0,163,0,NA,GdPrv,NA,0,5,2008,WD,Normal,177000 1275,50,RL,53,5362,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,Crawfor,Norm,Norm,1Fam,1.5Fin,5,6,1910,2003,Gable,CompShg,Wd Sdng,Wd Shng,None,0,TA,TA,PConc,TA,TA,No,Unf,0,Unf,0,661,661,GasA,Ex,Y,SBrkr,661,589,0,1250,0,0,2,0,3,1,TA,8,Typ,1,Gd,Detchd,1985,Unf,2,552,TA,TA,Y,242,0,81,0,0,0,NA,NA,NA,0,11,2007,WD,Normal,139000 1276,90,RL,95,11345,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,NAmes,Feedr,Norm,Duplex,2Story,5,5,1948,1950,Gable,Roll,AsbShng,AsbShng,Stone,567,TA,TA,CBlock,TA,TA,No,Rec,220,Unf,0,708,928,GasA,Gd,Y,FuseA,928,992,0,1920,0,0,2,0,4,2,TA,10,Typ,0,NA,Detchd,1948,Unf,2,400,TA,Fa,Y,0,0,0,0,0,0,NA,NA,NA,0,7,2007,WD,Normal,137000 1277,60,RL,NA,12936,Pave,NA,IR1,Lvl,AllPub,CulDSac,Gtl,NWAmes,Norm,Norm,1Fam,2Story,6,6,1972,1972,Gable,CompShg,HdBoard,Plywood,None,0,TA,TA,CBlock,TA,Gd,No,BLQ,593,Unf,0,130,723,GasA,TA,Y,SBrkr,735,660,0,1395,0,1,1,1,3,1,TA,6,Typ,1,TA,Attchd,1972,Unf,2,497,TA,TA,Y,294,116,0,0,0,0,NA,NA,NA,0,12,2009,WD,Normal,162000 1278,80,RL,NA,17871,Pave,NA,IR1,Lvl,AllPub,CulDSac,Gtl,NWAmes,Norm,Norm,1Fam,SLvl,6,5,1967,1976,Gable,CompShg,HdBoard,HdBoard,BrkFace,359,TA,TA,CBlock,Gd,TA,Av,ALQ,528,Unf,0,1152,1680,GasA,Fa,Y,SBrkr,1724,0,0,1724,1,0,1,1,3,1,TA,7,Typ,1,Gd,Attchd,1967,RFn,2,480,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,6,2009,WD,Normal,197900 1279,60,RL,75,9473,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,2Story,8,5,2002,2002,Gable,CompShg,VinylSd,VinylSd,NA,NA,Gd,TA,PConc,Gd,TA,No,GLQ,804,Unf,0,324,1128,GasA,Ex,Y,SBrkr,1128,903,0,2031,1,0,2,1,3,1,Gd,7,Typ,1,Gd,Attchd,2002,RFn,2,577,TA,TA,Y,0,211,0,0,0,0,NA,NA,NA,0,3,2008,WD,Normal,237000 1280,50,C (all),60,7500,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,IDOTRR,Norm,Norm,1Fam,1.5Fin,4,4,1920,1950,Gable,CompShg,MetalSd,MetalSd,None,0,TA,Gd,CBlock,TA,TA,No,Unf,0,Unf,0,698,698,GasA,TA,Y,FuseA,698,430,0,1128,0,0,1,0,2,1,TA,6,Typ,0,NA,Detchd,1980,RFn,2,528,TA,TA,Y,30,0,164,0,0,0,NA,NA,NA,0,4,2010,COD,Abnorml,68400 1281,20,RL,67,9808,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,1Story,7,5,2002,2002,Gable,CompShg,VinylSd,VinylSd,BrkFace,110,Gd,TA,PConc,Gd,TA,No,GLQ,788,Unf,0,785,1573,GasA,Ex,Y,SBrkr,1573,0,0,1573,1,0,2,0,3,1,Gd,6,Typ,0,NA,Attchd,2002,RFn,2,544,TA,TA,Y,0,72,0,0,0,0,NA,NA,NA,0,3,2009,WD,Normal,227000 1282,20,RL,50,8049,Pave,NA,IR1,Lvl,AllPub,CulDSac,Gtl,Timber,Norm,Norm,1Fam,1Story,7,5,1990,1990,Hip,CompShg,HdBoard,HdBoard,BrkFace,54,TA,TA,CBlock,Gd,TA,No,ALQ,1053,Unf,0,256,1309,GasA,TA,Y,SBrkr,1339,0,0,1339,1,0,2,0,2,1,TA,6,Typ,1,TA,Attchd,1990,Fin,2,484,Gd,Gd,Y,0,58,0,0,90,0,NA,NA,NA,0,7,2006,WD,Normal,180000 1283,20,RL,61,8800,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,1Story,5,7,1977,2008,Gable,CompShg,HdBoard,HdBoard,None,0,TA,TA,CBlock,Gd,TA,Mn,LwQ,532,Rec,144,364,1040,GasA,TA,Y,SBrkr,1040,0,0,1040,0,0,2,0,3,1,Gd,5,Typ,0,NA,Detchd,1977,Unf,2,484,TA,TA,Y,0,0,0,0,288,0,NA,NA,NA,0,9,2009,WD,Normal,150500 1284,90,RL,94,9400,Pave,NA,Reg,Low,AllPub,Corner,Gtl,Mitchel,Norm,Norm,Duplex,2Story,6,5,1971,1971,Mansard,CompShg,MetalSd,Wd Shng,None,0,TA,TA,CBlock,TA,TA,Av,Unf,0,Unf,0,912,912,GasA,TA,Y,SBrkr,912,912,0,1824,0,0,2,2,4,2,TA,8,Typ,0,NA,NA,NA,NA,0,0,NA,NA,Y,128,0,0,0,0,0,NA,NA,NA,0,4,2010,WD,Normal,139000 1285,50,RL,50,9638,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,SWISU,Feedr,Norm,1Fam,1.5Fin,6,7,1919,1990,Gable,CompShg,Wd Sdng,Wd Shng,None,0,TA,TA,PConc,TA,TA,No,Unf,0,Unf,0,804,804,GasA,Ex,Y,SBrkr,1699,748,0,2447,0,0,2,0,4,1,Gd,10,Min2,1,Gd,Detchd,1969,Unf,1,336,TA,TA,Y,272,0,42,0,116,0,NA,NA,NA,0,3,2010,WD,Normal,169000 1286,50,RM,50,6000,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,BrkSide,Norm,Norm,1Fam,1.5Fin,6,6,1939,1950,Gable,CompShg,MetalSd,MetalSd,None,0,TA,Fa,CBlock,TA,TA,No,Unf,0,Unf,0,780,780,GasA,Ex,Y,FuseF,825,587,0,1412,0,0,1,0,4,1,TA,6,Typ,1,Gd,Detchd,1939,Unf,1,280,TA,TA,Y,45,0,0,0,0,0,NA,NA,NA,0,5,2009,WD,Normal,132500 1287,20,RL,NA,9790,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NWAmes,Feedr,Norm,1Fam,1Story,6,5,1963,1963,Hip,CompShg,HdBoard,HdBoard,BrkFace,451,TA,TA,CBlock,TA,TA,No,ALQ,569,Rec,81,678,1328,GasA,TA,Y,SBrkr,1328,0,0,1328,1,0,1,1,3,1,TA,6,Typ,2,Gd,Attchd,1963,Unf,2,528,TA,TA,Y,0,26,0,0,0,0,NA,NA,NA,0,6,2010,WD,Normal,143000 1288,20,RL,NA,36500,Pave,NA,IR1,Low,AllPub,Inside,Mod,ClearCr,Norm,Norm,1Fam,1Story,5,5,1964,1964,Gable,CompShg,Wd Sdng,Wd Sdng,BrkCmn,621,TA,Gd,CBlock,TA,TA,Av,Rec,812,Unf,0,812,1624,GasA,Fa,Y,SBrkr,1582,0,0,1582,0,1,2,0,4,1,TA,7,Typ,0,NA,Attchd,1964,Unf,2,390,TA,TA,N,168,198,0,0,0,0,NA,NA,NA,0,6,2006,WD,Normal,190000 1289,120,RL,40,5664,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,StoneBr,Norm,Norm,TwnhsE,1Story,8,5,2000,2000,Gable,CompShg,CemntBd,CmentBd,None,0,Gd,TA,PConc,Gd,TA,No,GLQ,1158,Unf,0,343,1501,GasA,Ex,Y,SBrkr,1659,0,0,1659,1,0,2,0,2,1,Ex,5,Typ,1,Ex,Attchd,2000,Fin,2,499,TA,TA,Y,212,59,0,0,0,0,NA,NA,NA,0,10,2009,WD,Normal,278000 1290,60,RL,86,11065,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,NridgHt,Norm,Norm,1Fam,2Story,8,5,2006,2006,Gable,CompShg,VinylSd,VinylSd,Stone,788,Gd,TA,PConc,Gd,TA,Mn,Unf,0,Unf,0,1085,1085,GasA,Ex,Y,SBrkr,1120,850,0,1970,0,0,2,1,3,1,Ex,8,Typ,1,Gd,BuiltIn,2006,Fin,3,753,TA,TA,Y,177,74,0,0,0,0,NA,NA,NA,0,10,2006,New,Partial,281000 1291,80,RL,NA,14112,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,NAmes,Norm,Norm,1Fam,SLvl,5,7,1964,1964,Hip,CompShg,Wd Sdng,HdBoard,BrkFace,86,TA,TA,PConc,TA,TA,Av,GLQ,1014,Unf,0,138,1152,GasA,TA,Y,SBrkr,1152,0,0,1152,1,0,1,0,3,1,TA,6,Typ,1,Gd,Attchd,1964,RFn,2,484,TA,TA,Y,227,0,0,0,0,0,NA,NA,NA,0,4,2010,WD,Normal,180500 1292,160,RM,21,1680,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,BrDale,Norm,Norm,Twnhs,2Story,5,7,1972,1972,Gable,CompShg,CemntBd,CmentBd,BrkFace,268,TA,TA,CBlock,TA,TA,No,ALQ,231,Unf,0,399,630,GasA,TA,Y,SBrkr,630,672,0,1302,0,0,2,1,3,1,TA,6,Typ,0,NA,Detchd,1972,Unf,1,264,TA,TA,Y,185,0,0,0,0,0,NA,NA,NA,0,2,2009,WD,Normal,119500 1293,70,RM,60,6600,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,OldTown,Norm,Norm,1Fam,2Story,5,4,1892,1965,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,Stone,TA,TA,No,Unf,0,Unf,0,994,994,GasA,TA,N,SBrkr,1378,994,0,2372,0,0,2,0,4,2,TA,11,Min2,0,NA,Attchd,1985,RFn,1,432,TA,TA,Y,0,287,0,0,0,0,NA,NA,NA,0,12,2009,WD,Normal,107500 1294,60,RL,78,10140,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NWAmes,Norm,Norm,1Fam,2Story,7,5,1976,1976,Gable,CompShg,HdBoard,HdBoard,None,0,TA,TA,PConc,Gd,TA,No,GLQ,194,Unf,0,638,832,GasA,TA,Y,SBrkr,832,832,0,1664,0,0,2,1,4,1,TA,8,Typ,1,TA,Attchd,1976,RFn,2,528,TA,TA,Y,0,28,0,0,259,0,NA,GdWo,NA,0,3,2006,WD,Normal,162900 1295,20,RL,60,8172,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Edwards,Norm,Norm,1Fam,1Story,5,7,1955,1990,Hip,CompShg,WdShing,Plywood,None,0,TA,TA,CBlock,TA,TA,No,Rec,167,Unf,0,697,864,GasA,TA,Y,SBrkr,864,0,0,864,1,0,1,0,2,1,TA,5,Typ,0,NA,Detchd,1957,Unf,2,572,TA,TA,N,0,0,0,0,0,0,NA,NA,NA,0,4,2006,WD,Normal,115000 1296,20,RL,70,8400,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Feedr,Norm,1Fam,1Story,5,5,1968,1968,Hip,CompShg,HdBoard,HdBoard,BrkFace,168,TA,TA,CBlock,TA,TA,Av,BLQ,1016,Unf,0,36,1052,GasA,Gd,Y,SBrkr,1052,0,0,1052,1,0,1,1,3,1,TA,5,Typ,0,NA,Attchd,1968,RFn,1,288,TA,TA,Y,356,0,0,0,0,0,NA,GdWo,NA,0,11,2006,WD,Normal,138500 1297,20,RL,80,8700,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,5,6,1963,1963,Hip,CompShg,MetalSd,MetalSd,BrkFace,148,TA,Gd,CBlock,TA,TA,Mn,ALQ,776,Unf,0,344,1120,GasA,Gd,Y,SBrkr,1128,0,0,1128,1,0,2,0,3,1,TA,6,Typ,0,NA,Attchd,1963,RFn,2,525,TA,TA,Y,192,20,123,0,0,0,NA,MnPrv,NA,0,12,2008,WD,Normal,155000 1298,180,RM,35,3675,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Edwards,Norm,Norm,TwnhsE,SFoyer,6,5,2005,2006,Gable,CompShg,VinylSd,VinylSd,BrkFace,82,TA,TA,PConc,Gd,TA,Gd,GLQ,547,Unf,0,0,547,GasA,Gd,Y,SBrkr,1072,0,0,1072,1,0,2,0,2,1,TA,5,Typ,0,NA,Basment,2005,Fin,2,525,TA,TA,Y,0,44,0,0,0,0,NA,NA,NA,0,6,2006,New,Partial,140000 1299,60,RL,313,63887,Pave,NA,IR3,Bnk,AllPub,Corner,Gtl,Edwards,Feedr,Norm,1Fam,2Story,10,5,2008,2008,Hip,ClyTile,Stucco,Stucco,Stone,796,Ex,TA,PConc,Ex,TA,Gd,GLQ,5644,Unf,0,466,6110,GasA,Ex,Y,SBrkr,4692,950,0,5642,2,0,2,1,3,1,Ex,12,Typ,3,Gd,Attchd,2008,Fin,2,1418,TA,TA,Y,214,292,0,0,0,480,Gd,NA,NA,0,1,2008,New,Partial,160000 1300,20,RL,75,7500,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,5,7,1959,1994,Hip,CompShg,BrkFace,BrkFace,None,0,TA,TA,CBlock,TA,TA,No,LwQ,340,Rec,906,0,1246,GasA,Ex,Y,SBrkr,1246,0,0,1246,1,0,1,1,3,1,Gd,6,Typ,0,NA,Attchd,1959,RFn,1,305,TA,TA,Y,218,0,0,0,0,0,NA,GdPrv,NA,0,5,2010,WD,Normal,154000 1301,60,RL,NA,10762,Pave,NA,IR1,Lvl,AllPub,CulDSac,Gtl,Gilbert,Norm,Norm,1Fam,2Story,7,5,1999,1999,Gable,CompShg,VinylSd,VinylSd,None,344,Gd,TA,PConc,Gd,TA,No,GLQ,694,Unf,0,284,978,GasA,Ex,Y,SBrkr,1005,978,0,1983,0,0,2,1,3,1,Gd,9,Typ,1,TA,Attchd,1999,Fin,2,490,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,5,2009,WD,Normal,225000 1302,70,RL,NA,7500,Pave,NA,IR1,Bnk,AllPub,Inside,Gtl,Crawfor,Norm,Norm,1Fam,2Story,6,7,1942,1950,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,CBlock,TA,TA,No,BLQ,547,Unf,0,224,771,GasA,Fa,Y,SBrkr,753,741,0,1494,0,0,1,0,3,1,Gd,7,Typ,2,Gd,Attchd,1942,Unf,1,213,TA,TA,P,0,0,0,0,224,0,NA,NA,NA,0,11,2009,WD,Normal,177500 1303,60,RL,92,10120,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NoRidge,Norm,Norm,1Fam,2Story,8,5,1994,1994,Hip,CompShg,VinylSd,VinylSd,BrkFace,391,Gd,TA,PConc,Gd,TA,No,GLQ,740,Unf,0,425,1165,GasA,Ex,Y,SBrkr,1203,1323,0,2526,1,0,2,1,4,1,Gd,8,Typ,1,TA,Attchd,1994,RFn,3,844,TA,TA,Y,309,78,0,0,0,0,NA,NA,NA,0,12,2006,WD,Normal,290000 1304,20,RL,73,8688,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Somerst,Norm,Norm,1Fam,1Story,7,5,2005,2005,Gable,CompShg,VinylSd,VinylSd,BrkFace,228,Gd,TA,PConc,Gd,TA,Av,Unf,0,Unf,0,1616,1616,GasA,Ex,Y,SBrkr,1616,0,0,1616,0,0,2,0,3,1,Gd,7,Typ,0,NA,Attchd,2005,RFn,3,834,TA,TA,Y,208,59,0,0,0,0,NA,NA,NA,0,4,2006,WD,Normal,232000 1305,160,RM,32,3363,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Edwards,Norm,Norm,TwnhsE,2Story,7,5,2004,2004,Gable,CompShg,VinylSd,VinylSd,Stone,117,Gd,TA,PConc,Gd,TA,No,Unf,0,Unf,0,976,976,GasA,Ex,Y,SBrkr,976,732,0,1708,0,0,2,0,3,1,Gd,7,Maj1,0,NA,Detchd,2004,Unf,2,380,TA,TA,Y,0,40,0,0,0,0,NA,NA,NA,0,4,2006,WD,Normal,130000 1306,20,RL,108,13173,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,NridgHt,Norm,Norm,1Fam,1Story,9,5,2006,2007,Hip,CompShg,VinylSd,VinylSd,Stone,300,Gd,TA,PConc,Ex,TA,No,GLQ,1572,Unf,0,80,1652,GasA,Ex,Y,SBrkr,1652,0,0,1652,1,0,2,0,2,1,Ex,6,Typ,2,Ex,Attchd,2006,Fin,2,840,TA,TA,Y,404,102,0,0,0,0,NA,NA,NA,0,11,2009,WD,Normal,325000 1307,120,RL,48,6955,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,NridgHt,Norm,Norm,TwnhsE,1Story,7,5,2005,2006,Gable,CompShg,VinylSd,VinylSd,Stone,94,Gd,TA,PConc,Gd,TA,No,Unf,0,Unf,0,1368,1368,GasA,Ex,Y,SBrkr,1368,0,0,1368,0,0,2,0,2,1,Gd,6,Typ,1,Gd,Attchd,2005,RFn,2,474,TA,TA,Y,132,35,0,0,0,0,NA,NA,NA,0,9,2006,New,Partial,202500 1308,20,RL,60,8072,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,1Story,5,5,1994,1995,Gable,CompShg,VinylSd,VinylSd,None,0,TA,Gd,PConc,Gd,Gd,No,ALQ,746,Unf,0,244,990,GasA,Ex,Y,SBrkr,990,0,0,990,1,0,1,0,3,1,TA,5,Typ,0,NA,Detchd,2000,Unf,2,480,TA,TA,Y,0,64,0,0,0,0,NA,NA,NA,0,5,2009,WD,Normal,138000 1309,20,RM,100,12000,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,OldTown,Norm,Norm,1Fam,1Story,5,7,1948,2005,Gable,CompShg,MetalSd,MetalSd,None,0,TA,TA,CBlock,TA,TA,No,GLQ,144,ALQ,608,172,924,GasA,Ex,Y,SBrkr,1122,0,0,1122,1,0,1,0,2,1,Gd,6,Typ,0,NA,Attchd,1948,Unf,2,528,TA,TA,Y,0,36,0,0,0,0,NA,GdWo,NA,0,5,2008,WD,Normal,147000 1310,20,RL,NA,7153,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,SawyerW,Norm,Norm,1Fam,1Story,6,5,1991,1991,Gable,CompShg,HdBoard,HdBoard,BrkFace,88,TA,TA,CBlock,Gd,TA,No,GLQ,1200,Unf,0,78,1278,GasA,Gd,Y,SBrkr,1294,0,0,1294,1,0,2,0,3,1,Gd,6,Typ,0,NA,Attchd,1991,RFn,2,496,TA,TA,Y,112,51,0,0,0,0,NA,GdWo,NA,0,6,2008,WD,Normal,179200 1311,20,RL,100,17500,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Crawfor,PosA,Norm,1Fam,1Story,7,8,1959,2002,Gable,CompShg,BrkFace,HdBoard,None,0,Gd,Gd,PConc,Gd,TA,Av,GLQ,1406,Unf,0,496,1902,GasA,TA,Y,SBrkr,1902,0,0,1902,1,0,2,0,3,1,Ex,7,Typ,2,TA,Attchd,1959,Fin,2,567,TA,TA,Y,0,207,162,0,0,0,NA,NA,NA,0,5,2010,WD,Normal,335000 1312,20,RL,68,8814,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,1Story,7,5,2005,2007,Gable,CompShg,VinylSd,VinylSd,BrkFace,80,Gd,TA,PConc,Gd,TA,No,GLQ,925,Unf,0,349,1274,GasA,Ex,Y,SBrkr,1274,0,0,1274,1,0,2,0,3,1,Gd,6,Typ,0,NA,Attchd,2005,RFn,2,508,TA,TA,Y,264,98,0,0,0,0,NA,NA,NA,0,1,2007,New,Partial,203000 1313,60,RL,NA,9572,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,NoRidge,Norm,Norm,1Fam,2Story,8,5,1990,1990,Gable,CompShg,Wd Sdng,Wd Sdng,BrkFace,336,Gd,TA,PConc,Ex,TA,No,GLQ,482,Unf,0,971,1453,GasA,Ex,Y,SBrkr,1453,1357,0,2810,0,0,2,1,4,1,Gd,9,Typ,1,Ex,Attchd,1990,RFn,2,750,Gd,Gd,Y,500,0,0,0,0,0,NA,NA,NA,0,6,2007,WD,Normal,302000 1314,60,RL,108,14774,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,NoRidge,Norm,Norm,1Fam,2Story,9,5,1999,1999,Gable,CompShg,VinylSd,VinylSd,BrkFace,165,Gd,TA,PConc,Gd,TA,No,Unf,0,Unf,0,1393,1393,GasA,Ex,Y,SBrkr,1422,1177,0,2599,0,0,2,1,4,1,Gd,10,Typ,1,TA,BuiltIn,1999,Fin,3,779,TA,TA,Y,668,30,0,0,0,0,NA,NA,NA,0,5,2010,WD,Normal,333168 1315,20,RL,60,8190,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Edwards,Norm,Norm,1Fam,1Story,4,6,1954,1954,Hip,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,CBlock,TA,TA,No,Rec,732,Unf,0,216,948,GasA,Ex,Y,SBrkr,948,0,0,948,1,0,1,0,3,1,TA,5,Typ,1,TA,Detchd,1956,Unf,1,280,TA,TA,Y,0,36,0,0,0,0,NA,NA,NA,0,10,2007,WD,Normal,119000 1316,60,RL,85,11075,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,2Story,6,5,1969,1969,Gable,CompShg,HdBoard,HdBoard,None,0,TA,TA,CBlock,Fa,TA,Mn,ALQ,500,LwQ,276,176,952,GasA,TA,Y,SBrkr,1092,1020,0,2112,0,0,2,1,4,1,TA,9,Typ,2,Gd,Attchd,1969,Unf,2,576,TA,TA,Y,280,0,0,0,0,0,NA,NA,NA,0,6,2008,WD,Normal,206900 1317,20,RL,61,10226,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,1Story,8,5,2008,2008,Gable,CompShg,VinylSd,VinylSd,Stone,270,Gd,TA,PConc,Ex,TA,Gd,Unf,0,Unf,0,1622,1622,GasA,Ex,Y,SBrkr,1630,0,0,1630,1,0,2,0,3,1,Ex,8,Typ,1,Gd,Attchd,2008,RFn,3,860,TA,TA,Y,172,42,0,0,0,0,NA,NA,NA,0,1,2009,WD,Normal,295493 1318,120,FV,47,4230,Pave,Pave,Reg,Lvl,AllPub,Corner,Gtl,Somerst,Norm,Norm,TwnhsE,1Story,7,5,2006,2007,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Ex,Gd,No,Unf,0,Unf,0,1352,1352,GasA,Ex,Y,SBrkr,1352,0,0,1352,0,0,2,0,2,1,Gd,5,Typ,1,Gd,Attchd,2006,RFn,2,466,TA,TA,Y,0,241,0,0,0,0,NA,NA,NA,0,4,2007,New,Partial,208900 1319,20,RL,NA,14781,Pave,NA,IR2,Lvl,AllPub,CulDSac,Gtl,CollgCr,Norm,Norm,1Fam,1Story,8,5,2001,2002,Hip,CompShg,VinylSd,VinylSd,BrkFace,178,Gd,TA,PConc,Gd,TA,Gd,Unf,0,Unf,0,1753,1753,GasA,Ex,Y,SBrkr,1787,0,0,1787,0,0,2,0,3,1,Gd,7,Typ,1,TA,Attchd,2001,RFn,3,748,TA,TA,Y,198,150,0,0,0,0,NA,NA,NA,0,8,2006,WD,Normal,275000 1320,20,RL,75,10215,Pave,NA,Reg,Bnk,AllPub,Inside,Gtl,Edwards,Norm,Norm,1Fam,1Story,4,5,1954,1954,Hip,CompShg,Wd Sdng,Wd Sdng,BrkFace,132,TA,TA,PConc,TA,TA,No,ALQ,492,Unf,0,372,864,GasA,Ex,Y,SBrkr,948,0,0,948,0,0,1,0,3,1,TA,5,Typ,0,NA,Attchd,1954,Unf,1,248,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,2,2007,WD,Normal,111000 1321,20,RL,70,8400,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,6,3,1957,1957,Hip,CompShg,BrkFace,BrkFace,None,0,TA,TA,CBlock,TA,TA,No,ALQ,189,Rec,661,628,1478,GasA,Gd,Y,SBrkr,1478,0,0,1478,1,0,1,1,3,1,TA,6,Typ,2,Gd,Attchd,1957,RFn,2,442,TA,TA,Y,114,0,0,0,216,0,NA,NA,NA,0,6,2009,WD,Normal,156500 1322,20,RL,NA,6627,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,BrkSide,Feedr,Norm,1Fam,1Story,3,6,1949,1950,Hip,CompShg,VinylSd,VinylSd,None,0,TA,TA,CBlock,NA,NA,NA,NA,0,NA,0,0,0,Floor,TA,N,SBrkr,720,0,0,720,0,0,1,0,2,1,TA,4,Typ,0,NA,Detchd,1955,Unf,1,287,TA,Fa,Y,0,0,0,0,0,0,NA,NA,NA,0,7,2008,WD,Normal,72500 1323,60,RL,107,10186,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,NoRidge,Norm,Norm,1Fam,2Story,7,5,1992,1992,Gable,CompShg,HdBoard,HdBoard,None,0,Gd,TA,PConc,Gd,TA,No,GLQ,674,Unf,0,76,750,GasA,Ex,Y,SBrkr,1061,862,0,1923,1,0,2,1,3,1,Gd,8,Typ,1,TA,Attchd,1992,RFn,2,564,TA,TA,Y,240,39,0,0,0,0,NA,NA,NA,0,6,2010,WD,Normal,190000 1324,30,RL,50,5330,Pave,NA,Reg,HLS,AllPub,Inside,Gtl,BrkSide,Norm,Norm,1Fam,1Story,4,7,1940,1950,Hip,CompShg,VinylSd,VinylSd,None,0,Fa,TA,CBlock,TA,TA,No,LwQ,280,Unf,0,140,420,GasA,Gd,Y,SBrkr,708,0,0,708,0,0,1,0,2,1,Fa,5,Typ,0,NA,NA,NA,NA,0,0,NA,NA,Y,164,0,0,0,0,0,NA,NA,NA,0,12,2009,WD,Normal,82500 1325,20,RL,75,9986,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Somerst,Norm,Norm,1Fam,1Story,8,5,2006,2007,Gable,CompShg,VinylSd,VinylSd,BrkFace,428,Gd,TA,PConc,Ex,TA,Av,Unf,0,Unf,0,1795,1795,GasA,Ex,Y,SBrkr,1795,0,0,1795,0,0,2,0,2,1,Gd,7,Typ,1,Gd,Attchd,2007,RFn,3,895,TA,TA,Y,0,49,0,0,0,0,NA,NA,NA,0,2,2007,New,Partial,147000 1326,30,RM,40,3636,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,IDOTRR,Norm,Norm,1Fam,1Story,4,4,1922,1950,Gable,CompShg,AsbShng,AsbShng,None,0,TA,TA,BrkTil,TA,Fa,No,Unf,0,Unf,0,796,796,GasA,Fa,N,SBrkr,796,0,0,796,0,0,1,0,2,1,TA,5,Typ,0,NA,NA,NA,NA,0,0,NA,NA,N,0,0,100,0,0,0,NA,MnPrv,NA,0,1,2008,WD,Normal,55000 1327,30,RH,70,4270,Pave,NA,Reg,Bnk,AllPub,Inside,Mod,Edwards,Norm,Norm,1Fam,1Story,3,6,1931,2006,Gable,CompShg,MetalSd,MetalSd,None,0,TA,TA,BrkTil,TA,TA,No,Rec,544,Unf,0,0,544,GasA,Ex,Y,SBrkr,774,0,0,774,0,0,1,0,3,1,Gd,6,Typ,0,NA,NA,NA,NA,0,0,NA,NA,Y,0,0,286,0,0,0,NA,NA,NA,0,5,2007,WD,Normal,79000 1328,20,RL,60,6600,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Mitchel,Norm,Norm,1Fam,1Story,5,9,1982,2008,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,Gd,CBlock,TA,TA,No,ALQ,641,Unf,0,175,816,GasA,Ex,Y,SBrkr,816,0,0,816,0,1,1,0,3,1,Gd,5,Typ,1,Ex,Attchd,1982,Unf,1,264,TA,TA,Y,0,0,0,0,0,0,NA,MnPrv,NA,0,10,2008,WD,Normal,130500 1329,50,RM,60,10440,Pave,Grvl,Reg,Lvl,AllPub,Corner,Gtl,OldTown,Norm,Norm,1Fam,1.5Fin,6,7,1920,1950,Gable,CompShg,BrkFace,Wd Sdng,None,0,Gd,Gd,BrkTil,Gd,TA,No,LwQ,493,Unf,0,1017,1510,GasW,Ex,Y,SBrkr,1584,1208,0,2792,0,0,2,0,5,1,TA,8,Mod,2,TA,Detchd,1920,Unf,2,520,Fa,TA,Y,0,547,0,0,480,0,NA,MnPrv,Shed,1150,6,2008,WD,Normal,256000 1330,60,RL,63,9084,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,Gilbert,Norm,Norm,1Fam,2Story,7,5,1998,1998,Hip,CompShg,VinylSd,VinylSd,None,0,TA,TA,PConc,Gd,TA,No,Unf,0,Unf,0,935,935,GasA,Gd,Y,SBrkr,955,677,0,1632,0,0,2,1,3,1,TA,8,Typ,1,TA,Attchd,1998,Fin,2,462,TA,TA,Y,0,28,0,0,0,0,NA,NA,NA,0,6,2006,WD,Normal,176500 1331,20,RL,85,10000,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Somerst,Norm,Norm,1Fam,1Story,8,5,2006,2006,Hip,CompShg,VinylSd,VinylSd,Stone,410,Gd,TA,PConc,Gd,Gd,Av,Unf,0,Unf,0,1588,1588,GasA,Ex,Y,SBrkr,1588,0,0,1588,0,0,2,0,3,1,Gd,7,Typ,1,Gd,Attchd,2006,RFn,3,825,TA,TA,Y,144,45,0,0,0,0,NA,NA,NA,0,12,2007,WD,Normal,227000 1332,80,RL,55,10780,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,SLvl,5,5,1976,1976,Gable,CompShg,MetalSd,MetalSd,None,0,TA,TA,CBlock,TA,TA,Av,ALQ,483,Unf,0,428,911,GasA,Gd,Y,SBrkr,954,0,0,954,0,0,1,0,3,1,TA,6,Typ,0,NA,Detchd,1976,Unf,2,576,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,7,2006,WD,Normal,132500 1333,20,RL,67,8877,Pave,NA,Reg,Lvl,AllPub,Inside,Mod,Edwards,Norm,Norm,1Fam,1Story,4,6,1938,1958,Gable,CompShg,MetalSd,MetalSd,None,0,TA,TA,CBlock,TA,TA,Mn,ALQ,690,Unf,0,126,816,GasA,Ex,Y,SBrkr,816,0,0,816,1,0,1,0,2,1,TA,3,Typ,1,Gd,Detchd,1958,Unf,1,288,Fa,Fa,Y,0,0,0,0,0,0,NA,NA,NA,0,5,2009,WD,Normal,100000 1334,50,RM,60,7200,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,IDOTRR,Norm,Norm,1Fam,1.5Fin,5,6,1938,1995,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,CBlock,TA,TA,No,Unf,0,Unf,0,803,803,GasA,Ex,Y,SBrkr,803,557,0,1360,0,0,1,1,2,1,Gd,6,Typ,0,NA,Detchd,1951,Unf,1,297,TA,TA,Y,0,65,190,0,0,0,NA,MnPrv,NA,0,7,2006,WD,Normal,125500 1335,160,RM,24,2368,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,BrDale,Norm,Norm,TwnhsE,2Story,5,6,1970,1970,Gable,CompShg,HdBoard,HdBoard,None,312,TA,TA,CBlock,TA,TA,No,LwQ,765,Unf,0,0,765,GasA,TA,Y,SBrkr,765,600,0,1365,0,0,1,1,3,1,TA,7,Min1,0,NA,Attchd,1970,Unf,2,440,TA,TA,Y,0,36,0,0,0,0,NA,NA,NA,0,5,2009,WD,Normal,125000 1336,20,RL,80,9650,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NWAmes,Norm,Norm,1Fam,1Story,6,5,1977,1977,Gable,CompShg,Plywood,Plywood,BrkFace,360,TA,TA,CBlock,Gd,TA,No,ALQ,686,Unf,0,664,1350,GasA,TA,Y,SBrkr,1334,0,0,1334,0,1,2,0,2,1,TA,6,Typ,1,TA,Attchd,1977,RFn,2,630,TA,TA,Y,0,16,0,0,0,0,NA,NA,NA,0,4,2009,WD,Normal,167900 1337,90,RL,87,9246,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,NWAmes,Feedr,Norm,Duplex,1Story,5,5,1973,1973,Gable,CompShg,Plywood,Plywood,BrkFace,564,TA,TA,CBlock,TA,TA,No,Unf,0,Unf,0,1656,1656,GasA,TA,Y,SBrkr,1656,0,0,1656,0,0,2,0,4,2,TA,8,Typ,0,NA,Detchd,1973,Unf,2,506,TA,TA,Y,0,211,0,0,0,0,NA,NA,NA,0,11,2008,WD,Normal,135000 1338,30,RM,153,4118,Pave,Grvl,IR1,Bnk,AllPub,Corner,Mod,OldTown,Feedr,Norm,1Fam,1Story,4,4,1941,1950,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,CBlock,TA,TA,No,Unf,0,Unf,0,693,693,Grav,Fa,N,FuseA,693,0,0,693,0,0,1,0,2,1,Fa,4,Typ,0,NA,NA,NA,NA,0,0,NA,NA,N,0,20,0,0,0,0,NA,NA,NA,0,3,2006,WD,Normal,52500 1339,60,RL,95,13450,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,CollgCr,Norm,Norm,1Fam,2Story,7,5,2002,2002,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,TA,No,GLQ,700,Unf,0,216,916,GasA,Ex,Y,SBrkr,920,941,0,1861,1,0,2,1,3,1,Gd,8,Typ,0,NA,BuiltIn,2002,RFn,2,492,TA,TA,Y,146,91,0,0,0,0,NA,NA,NA,0,6,2006,WD,Normal,200000 1340,20,RL,120,9560,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,CollgCr,Norm,Norm,1Fam,1Story,5,7,1972,1972,Hip,CompShg,MetalSd,MetalSd,None,0,TA,Gd,CBlock,TA,TA,Mn,Rec,360,Unf,0,504,864,GasA,Ex,Y,SBrkr,864,0,0,864,0,0,1,0,3,1,TA,5,Typ,0,NA,Attchd,1972,RFn,1,288,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,6,2006,WD,Normal,128500 1341,20,RL,70,8294,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,4,5,1971,1971,Gable,CompShg,MetalSd,MetalSd,None,0,TA,TA,CBlock,TA,TA,No,Unf,0,Unf,0,858,858,GasA,TA,Y,SBrkr,872,0,0,872,0,0,1,0,3,1,TA,5,Typ,0,NA,Detchd,1974,Unf,4,480,TA,TA,Y,0,0,0,0,0,0,NA,GdWo,NA,0,6,2007,WD,Normal,123000 1342,20,RL,66,13695,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,SawyerW,RRAe,Norm,1Fam,1Story,6,5,2003,2004,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,PConc,Gd,TA,No,GLQ,814,Unf,0,300,1114,GasA,Ex,Y,SBrkr,1114,0,0,1114,1,0,1,0,3,1,Gd,6,Typ,0,NA,Detchd,2004,Unf,2,576,TA,TA,Y,0,78,0,0,0,0,NA,NA,NA,0,7,2008,WD,Normal,155000 1343,60,RL,NA,9375,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,2Story,8,5,2002,2002,Gable,CompShg,VinylSd,VinylSd,BrkFace,149,Gd,TA,PConc,Gd,TA,No,Unf,0,Unf,0,1284,1284,GasA,Ex,Y,SBrkr,1284,885,0,2169,0,0,2,1,3,1,Gd,7,Typ,1,Gd,Attchd,2002,RFn,2,647,TA,TA,Y,192,87,0,0,0,0,NA,NA,NA,0,8,2007,WD,Normal,228500 1344,50,RL,57,7558,Pave,NA,Reg,Bnk,AllPub,Inside,Gtl,Crawfor,Norm,Norm,1Fam,1.5Fin,6,6,1928,1950,Gable,CompShg,BrkFace,Stone,None,0,TA,TA,BrkTil,TA,TA,No,Unf,0,Unf,0,896,896,GasA,Gd,Y,SBrkr,1172,741,0,1913,0,0,1,1,3,1,TA,9,Typ,1,TA,Detchd,1929,Unf,2,342,Fa,Fa,Y,0,0,0,0,0,0,NA,NA,NA,0,3,2009,WD,Normal,177000 1345,60,RL,85,11103,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,CollgCr,Norm,Norm,1Fam,2Story,7,5,2006,2006,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,TA,No,Unf,0,Unf,0,728,728,GasA,Ex,Y,SBrkr,728,728,0,1456,0,0,2,1,3,1,Gd,8,Typ,1,TA,Attchd,2006,Fin,2,440,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,7,2007,New,Partial,155835 1346,30,RM,50,6000,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,OldTown,Norm,Norm,1Fam,1Story,4,4,1920,1950,Hip,CompShg,MetalSd,MetalSd,None,0,TA,TA,PConc,TA,TA,No,ALQ,250,Unf,0,710,960,GasA,Gd,Y,FuseA,960,0,0,960,0,0,1,0,2,1,Fa,5,Typ,0,NA,Detchd,1997,Unf,1,308,TA,TA,Y,0,0,168,0,0,0,NA,NA,NA,0,7,2007,WD,Normal,108500 1347,20,RL,NA,20781,Pave,NA,IR2,Lvl,AllPub,CulDSac,Gtl,NWAmes,PosN,Norm,1Fam,1Story,7,7,1968,2003,Hip,CompShg,BrkFace,HdBoard,None,0,TA,TA,CBlock,TA,TA,No,BLQ,297,Rec,68,1203,1568,GasA,TA,Y,SBrkr,2156,0,0,2156,0,0,2,0,3,1,TA,9,Typ,1,Gd,Attchd,1968,RFn,2,508,Gd,TA,Y,0,80,0,290,0,0,NA,NA,NA,0,6,2006,WD,Normal,262500 1348,20,RL,93,15306,Pave,NA,IR1,HLS,AllPub,Corner,Gtl,Timber,Norm,Norm,1Fam,1Story,8,5,2006,2007,Gable,CompShg,VinylSd,VinylSd,Stone,100,Gd,TA,PConc,Ex,TA,Gd,GLQ,80,Unf,0,1652,1732,GasA,Ex,Y,SBrkr,1776,0,0,1776,1,0,2,0,3,1,Gd,7,Typ,1,Gd,Attchd,2006,Fin,3,712,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,5,2007,New,Partial,283463 1349,20,RL,NA,16196,Pave,NA,IR3,Low,AllPub,Inside,Gtl,SawyerW,Norm,Norm,1Fam,1Story,7,5,1998,1998,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,TA,Gd,GLQ,1443,Unf,0,39,1482,GasA,Ex,Y,SBrkr,1494,0,0,1494,1,0,2,0,3,1,Gd,5,Typ,1,Fa,Attchd,1998,RFn,2,514,TA,TA,Y,402,25,0,0,0,0,NA,NA,NA,0,8,2007,WD,Normal,215000 1350,70,RM,50,5250,Pave,Pave,Reg,Lvl,AllPub,Inside,Gtl,OldTown,Norm,Norm,1Fam,2Story,8,5,1872,1987,Gable,CompShg,MetalSd,MetalSd,None,0,TA,Gd,BrkTil,TA,Fa,No,LwQ,259,Unf,0,425,684,OthW,Fa,N,SBrkr,938,1215,205,2358,0,0,2,0,4,1,TA,8,Typ,0,NA,NA,NA,NA,0,0,NA,NA,Y,0,54,20,0,0,0,NA,NA,NA,0,12,2008,WD,Normal,122000 1351,90,RL,91,11643,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Artery,Norm,Duplex,2Story,5,5,1969,1969,Gable,CompShg,MetalSd,MetalSd,BrkFace,368,TA,TA,CBlock,TA,TA,No,LwQ,500,Unf,0,748,1248,GasA,TA,Y,SBrkr,1338,1296,0,2634,1,1,2,2,6,2,TA,12,Typ,0,NA,Detchd,1969,Unf,4,968,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,8,2009,WD,Normal,200000 1352,60,RL,70,9247,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,2Story,6,6,1962,1962,Gable,CompShg,HdBoard,HdBoard,BrkFace,318,TA,TA,CBlock,TA,TA,No,Rec,319,Unf,0,539,858,GasA,Ex,Y,SBrkr,858,858,0,1716,0,0,1,1,4,1,TA,8,Typ,1,Gd,Attchd,1962,Fin,2,490,TA,TA,Y,0,84,0,0,120,0,NA,NA,NA,0,3,2008,WD,Normal,171000 1353,50,RM,50,6000,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,BrkSide,Norm,Norm,1Fam,1.5Fin,6,9,1937,2000,Gable,CompShg,MetalSd,MetalSd,None,0,Gd,TA,BrkTil,TA,TA,No,Unf,0,Unf,0,698,698,GasA,TA,Y,SBrkr,786,390,0,1176,0,0,1,0,2,1,TA,4,Typ,0,NA,Detchd,1999,Unf,2,624,TA,TA,N,210,0,0,0,0,0,NA,NA,NA,0,7,2009,WD,Normal,134900 1354,50,RL,56,14720,Pave,NA,IR1,Lvl,AllPub,CulDSac,Gtl,NoRidge,Norm,Norm,1Fam,1.5Fin,8,5,1995,1996,Hip,CompShg,VinylSd,VinylSd,BrkFace,579,Gd,TA,PConc,Gd,TA,Av,GLQ,816,Unf,0,1217,2033,GasA,Ex,Y,SBrkr,2053,1185,0,3238,1,0,2,1,4,1,Gd,9,Typ,1,Ex,Attchd,1996,Fin,3,666,TA,TA,Y,283,86,0,0,0,0,NA,NA,NA,0,3,2010,WD,Normal,410000 1355,60,RL,NA,10316,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,2Story,7,5,2000,2000,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,TA,No,GLQ,735,Unf,0,257,992,GasA,Ex,Y,SBrkr,992,873,0,1865,1,0,2,1,3,1,Gd,7,Typ,1,TA,Attchd,2000,RFn,3,839,TA,TA,Y,0,184,0,0,0,0,NA,NA,NA,0,6,2008,WD,Normal,235000 1356,80,RL,102,10192,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,NWAmes,Norm,Norm,1Fam,SLvl,7,6,1968,1992,Gable,CompShg,MetalSd,MetalSd,BrkFace,143,TA,TA,CBlock,TA,TA,No,Unf,0,Unf,0,570,570,GasA,Gd,Y,SBrkr,1222,698,0,1920,0,0,3,0,4,1,Gd,8,Typ,1,TA,Attchd,1968,RFn,2,487,TA,TA,Y,0,98,0,0,0,0,NA,GdPrv,NA,0,9,2006,WD,Normal,170000 1357,20,RL,NA,9477,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,NAmes,Norm,Norm,1Fam,1Story,5,5,1966,1966,Gable,CompShg,HdBoard,HdBoard,BrkFace,65,TA,TA,CBlock,TA,TA,No,Rec,340,Unf,0,524,864,GasA,TA,Y,SBrkr,892,0,0,892,0,0,1,0,3,1,TA,5,Typ,0,NA,Attchd,1966,RFn,1,264,TA,TA,Y,0,0,0,0,0,0,NA,GdWo,NA,0,10,2008,WD,Normal,110000 1358,20,RL,NA,12537,Pave,NA,IR1,Lvl,AllPub,CulDSac,Gtl,NAmes,Norm,Norm,1Fam,1Story,5,6,1971,2008,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,CBlock,TA,TA,No,GLQ,734,Unf,0,344,1078,GasA,Ex,Y,SBrkr,1078,0,0,1078,1,0,1,1,3,1,TA,6,Typ,1,Fa,Attchd,1971,Fin,2,500,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,4,2010,WD,Normal,149900 1359,160,FV,NA,2117,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Somerst,Norm,Norm,Twnhs,2Story,6,5,2000,2000,Gable,CompShg,MetalSd,MetalSd,BrkFace,216,Gd,TA,PConc,Gd,TA,No,GLQ,378,Unf,0,378,756,GasA,Ex,Y,SBrkr,769,804,0,1573,0,0,2,1,3,1,Gd,5,Typ,0,NA,Detchd,2000,Unf,2,440,TA,TA,Y,0,32,0,0,0,0,NA,NA,NA,0,6,2010,WD,Normal,177500 1360,20,RL,129,16737,Pave,NA,Reg,Lvl,AllPub,FR3,Gtl,NridgHt,Norm,Norm,1Fam,1Story,9,5,2004,2005,Hip,CompShg,VinylSd,VinylSd,BrkFace,66,Gd,TA,PConc,Ex,TA,Av,GLQ,1447,Unf,0,533,1980,GasA,Ex,Y,SBrkr,1980,0,0,1980,1,0,2,0,3,1,Ex,8,Typ,1,Gd,Attchd,2004,Fin,3,770,TA,TA,Y,194,45,0,0,0,0,NA,NA,NA,0,9,2006,WD,Normal,315000 1361,70,RL,51,9842,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,SWISU,Feedr,Norm,1Fam,2Story,5,6,1921,1998,Gable,CompShg,MetalSd,Wd Sdng,None,0,TA,TA,BrkTil,TA,Fa,No,Unf,0,Unf,0,612,612,GasA,Ex,Y,SBrkr,990,1611,0,2601,0,0,3,1,4,1,TA,8,Typ,0,NA,BuiltIn,1998,RFn,2,621,TA,TA,Y,183,0,301,0,0,0,NA,NA,NA,0,5,2008,WD,Normal,189000 1362,20,RL,124,16158,Pave,NA,IR1,Low,AllPub,Inside,Mod,StoneBr,Norm,Norm,1Fam,1Story,7,5,2005,2005,Hip,CompShg,VinylSd,VinylSd,Stone,16,Gd,TA,PConc,Ex,TA,Av,ALQ,1274,Unf,0,256,1530,GasA,Ex,Y,SBrkr,1530,0,0,1530,1,0,2,0,3,1,Gd,7,Typ,1,Gd,Attchd,2005,Fin,2,430,TA,TA,Y,168,36,0,0,0,0,NA,NA,NA,0,6,2009,WD,Normal,260000 1363,50,RL,NA,12513,Pave,NA,IR1,Lvl,AllPub,FR2,Gtl,NAmes,Feedr,Norm,1Fam,1.5Fin,4,4,1920,2007,Gable,CompShg,VinylSd,VinylSd,None,0,TA,Gd,BrkTil,TA,Fa,No,Unf,0,Unf,0,715,715,GasA,Gd,Y,SBrkr,1281,457,0,1738,0,0,2,0,4,1,TA,7,Typ,1,Gd,Attchd,1920,Unf,1,368,TA,TA,Y,55,0,0,0,0,0,NA,NA,NA,0,6,2009,WD,Normal,104900 1364,60,RL,73,8499,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,Gilbert,Norm,Norm,1Fam,2Story,6,5,2006,2007,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,PConc,Gd,TA,No,Unf,0,Unf,0,616,616,GasA,Ex,Y,SBrkr,616,796,0,1412,0,0,2,1,3,1,Gd,6,Typ,1,Gd,BuiltIn,2007,Fin,2,432,TA,TA,Y,0,36,0,0,0,0,NA,NA,NA,0,3,2007,New,Partial,156932 1365,160,FV,30,3180,Pave,Pave,Reg,Lvl,AllPub,Inside,Gtl,Somerst,Norm,Norm,TwnhsE,2Story,7,5,2005,2005,Gable,CompShg,MetalSd,MetalSd,None,0,Gd,TA,PConc,Gd,TA,No,Unf,0,Unf,0,600,600,GasA,Ex,Y,SBrkr,520,600,80,1200,0,0,2,1,2,1,Gd,4,Typ,0,NA,Detchd,2005,RFn,2,480,TA,TA,Y,0,166,0,0,0,0,NA,NA,NA,0,4,2006,WD,Abnorml,144152 1366,60,FV,NA,7500,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Somerst,Norm,Norm,1Fam,2Story,7,5,2000,2000,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,TA,No,GLQ,533,Unf,0,281,814,GasA,Ex,Y,SBrkr,814,860,0,1674,1,0,2,1,3,1,Gd,7,Typ,0,NA,Attchd,2000,RFn,2,663,TA,TA,Y,0,96,0,0,0,0,NA,NA,NA,0,1,2010,WD,Normal,216000 1367,60,RL,68,9179,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,2Story,7,5,1999,1999,Gable,CompShg,VinylSd,VinylSd,BrkFace,158,Gd,TA,PConc,Gd,TA,No,GLQ,633,Unf,0,240,873,GasA,Ex,Y,SBrkr,882,908,0,1790,1,0,2,1,3,1,Gd,7,Typ,0,NA,Attchd,1999,RFn,2,588,TA,TA,Y,0,88,0,0,0,0,NA,NA,NA,0,6,2008,WD,Abnorml,193000 1368,160,RM,41,2665,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,MeadowV,Norm,Norm,TwnhsE,2Story,5,6,1977,1977,Gable,CompShg,CemntBd,CmentBd,None,0,TA,TA,PConc,TA,TA,No,ALQ,548,Rec,173,36,757,GasA,Ex,Y,SBrkr,925,550,0,1475,0,0,2,0,4,1,TA,6,Typ,1,TA,Attchd,1977,RFn,1,336,TA,TA,Y,104,26,0,0,0,0,NA,NA,NA,0,7,2006,WD,Normal,127000 1369,120,RM,NA,4435,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,TwnhsE,1Story,6,5,2003,2004,Gable,CompShg,VinylSd,VinylSd,BrkFace,170,Gd,TA,PConc,Gd,TA,Av,GLQ,685,Unf,0,163,848,GasA,Ex,Y,SBrkr,848,0,0,848,1,0,1,0,1,1,Gd,4,Typ,0,NA,Attchd,2003,Fin,2,420,TA,TA,Y,140,0,0,0,0,0,NA,NA,NA,0,6,2009,WD,Normal,144000 1370,20,RL,48,10635,Pave,NA,IR2,Lvl,AllPub,FR2,Gtl,CollgCr,Norm,Norm,1Fam,1Story,8,5,2003,2003,Hip,CompShg,VinylSd,VinylSd,BrkFace,171,Gd,TA,PConc,Gd,TA,Av,BLQ,370,GLQ,972,315,1657,GasA,Ex,Y,SBrkr,1668,0,0,1668,1,0,2,0,3,1,Gd,8,Typ,1,TA,Attchd,2003,Fin,2,502,TA,TA,Y,0,262,0,0,0,0,NA,NA,NA,0,5,2010,WD,Normal,232000 1371,50,RL,90,5400,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,OldTown,Artery,Norm,1Fam,1.5Fin,4,6,1920,1950,Gable,CompShg,CBlock,CBlock,None,0,Fa,TA,PConc,TA,TA,No,ALQ,315,Rec,105,420,840,GasA,Ex,Y,SBrkr,840,534,0,1374,0,0,1,0,2,1,TA,6,Typ,0,NA,Detchd,1967,Fin,1,338,TA,TA,Y,0,0,198,0,0,0,NA,NA,NA,0,10,2009,WD,Normal,105000 1372,80,RL,80,9600,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,SLvl,6,6,1955,1996,Hip,CompShg,AsbShng,AsbShng,None,0,TA,TA,CBlock,TA,TA,Av,BLQ,831,Unf,0,161,992,GasA,Gd,Y,SBrkr,1661,0,0,1661,1,0,1,0,3,1,Gd,8,Typ,1,TA,BuiltIn,1955,RFn,1,377,TA,TA,Y,0,28,0,0,178,0,NA,MnPrv,NA,0,10,2008,WD,Normal,165500 1373,60,RL,75,9750,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,CollgCr,Norm,Norm,1Fam,2Story,7,6,1998,1998,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,PConc,Gd,TA,Av,GLQ,975,Unf,0,133,1108,GasA,Ex,Y,SBrkr,1108,989,0,2097,1,0,2,1,3,1,Gd,8,Typ,1,TA,Detchd,1998,RFn,2,583,TA,TA,Y,253,170,0,0,0,0,NA,NA,NA,0,6,2006,WD,Normal,274300 1374,20,RL,NA,11400,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NoRidge,Norm,Norm,1Fam,1Story,10,5,2001,2002,Hip,CompShg,VinylSd,VinylSd,BrkFace,705,Ex,TA,PConc,Ex,TA,Gd,GLQ,1282,Unf,0,1351,2633,GasA,Ex,Y,SBrkr,2633,0,0,2633,1,0,2,1,2,1,Ex,8,Typ,2,Gd,Attchd,2001,RFn,3,804,TA,TA,Y,314,140,0,0,0,0,NA,NA,NA,0,3,2007,WD,Normal,466500 1375,60,FV,85,10625,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Somerst,Norm,Norm,1Fam,2Story,7,5,2005,2005,Gable,CompShg,CemntBd,CmentBd,None,0,Gd,TA,PConc,Gd,TA,No,Unf,0,Unf,0,1026,1026,GasA,Ex,Y,SBrkr,1026,932,0,1958,0,0,2,1,3,1,Gd,9,Typ,1,Gd,Attchd,2005,Fin,3,936,TA,TA,Y,154,210,0,0,0,0,NA,NA,NA,0,7,2008,WD,Normal,250000 1376,20,RL,89,10991,Pave,NA,IR1,HLS,AllPub,Inside,Gtl,Timber,Norm,Norm,1Fam,1Story,8,5,2007,2007,Gable,CompShg,VinylSd,VinylSd,BrkFace,80,Gd,TA,PConc,Gd,TA,Gd,Unf,0,Unf,0,1571,1571,GasA,Ex,Y,SBrkr,1571,0,0,1571,0,0,2,0,3,1,Gd,7,Typ,1,Gd,Attchd,2007,Fin,3,722,TA,TA,Y,100,36,0,0,0,0,NA,NA,NA,0,12,2007,New,Partial,239000 1377,30,RL,52,6292,Pave,NA,Reg,Bnk,AllPub,Inside,Gtl,SWISU,Norm,Norm,1Fam,1Story,6,5,1930,1950,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,BrkTil,Gd,TA,Mn,Rec,384,Unf,0,384,768,GasA,TA,N,SBrkr,790,0,0,790,0,0,1,0,2,1,TA,4,Typ,0,NA,Detchd,1925,Unf,1,160,Fa,TA,Y,0,141,0,0,0,0,NA,NA,NA,0,4,2008,WD,Normal,91000 1378,50,RL,60,10998,Pave,Grvl,Reg,Lvl,AllPub,Inside,Gtl,Edwards,Norm,Norm,1Fam,1.5Fin,5,5,1941,1960,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,CBlock,TA,TA,No,LwQ,408,BLQ,420,156,984,GasA,Ex,Y,SBrkr,984,620,0,1604,0,0,2,0,3,1,TA,6,Min2,0,NA,Detchd,1977,Unf,2,660,TA,TA,Y,0,68,0,0,0,0,NA,NA,NA,0,7,2009,WD,Normal,117000 1379,160,RM,21,1953,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,BrDale,Norm,Norm,Twnhs,2Story,6,5,1973,1973,Gable,CompShg,HdBoard,HdBoard,BrkFace,408,TA,TA,CBlock,TA,Fa,No,BLQ,309,Unf,0,174,483,GasA,TA,Y,SBrkr,483,504,0,987,0,0,1,1,2,1,TA,5,Typ,0,NA,Detchd,1973,Unf,1,264,TA,TA,Y,72,0,0,0,0,0,NA,NA,NA,0,6,2006,WD,Normal,83000 1380,80,RL,73,9735,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Timber,Norm,Norm,1Fam,SLvl,5,5,2006,2007,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,PConc,Gd,TA,No,Unf,0,Unf,0,384,384,GasA,Gd,Y,NA,754,640,0,1394,0,0,2,1,3,1,Gd,7,Typ,0,NA,BuiltIn,2007,Fin,2,400,TA,TA,Y,100,0,0,0,0,0,NA,NA,NA,0,5,2008,WD,Normal,167500 1381,30,RL,45,8212,Pave,Grvl,Reg,Lvl,AllPub,Inside,Gtl,Edwards,Norm,Norm,1Fam,1Story,3,3,1914,1950,Gable,CompShg,Stucco,Stucco,None,0,TA,Fa,BrkTil,TA,Fa,No,Rec,203,Unf,0,661,864,GasA,TA,N,FuseF,864,0,0,864,1,0,1,0,2,1,TA,5,Typ,0,NA,Detchd,1938,Unf,1,200,TA,Fa,Y,0,0,96,0,0,0,NA,NA,NA,0,6,2010,WD,Normal,58500 1382,20,RL,NA,12925,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,NAmes,Norm,Norm,1Fam,1Story,6,7,1970,1970,Gable,CompShg,BrkFace,Plywood,None,0,TA,TA,CBlock,TA,TA,Mn,BLQ,865,Unf,0,340,1205,GasA,Ex,Y,SBrkr,2117,0,0,2117,0,0,2,1,4,1,TA,7,Typ,2,Gd,Attchd,1970,Fin,2,550,TA,TA,Y,0,42,0,0,0,0,NA,NA,NA,0,5,2008,WD,Normal,237500 1383,70,RM,60,7200,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,OldTown,Norm,Norm,1Fam,2Story,7,7,1920,1950,Hip,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,BrkTil,Fa,TA,No,Unf,0,Unf,0,596,596,GasA,Ex,Y,SBrkr,998,764,0,1762,1,0,1,1,4,1,Gd,8,Typ,0,NA,Detchd,1989,Unf,2,576,TA,TA,N,36,0,221,0,0,0,NA,NA,NA,0,10,2006,WD,Normal,157000 1384,30,RL,NA,25339,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Sawyer,Norm,Norm,1Fam,1Story,5,7,1918,2007,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,Gd,BrkTil,TA,TA,No,Unf,0,Unf,0,816,816,GasA,Ex,Y,SBrkr,1416,0,0,1416,0,0,2,0,3,1,Gd,7,Typ,0,NA,Attchd,2007,Unf,2,576,TA,TA,N,0,0,112,0,0,0,NA,NA,NA,0,8,2007,WD,Normal,112000 1385,50,RL,60,9060,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Edwards,Norm,Norm,1Fam,1.5Fin,6,5,1939,1950,Gable,CompShg,WdShing,Wd Shng,None,0,TA,TA,BrkTil,TA,TA,Mn,Rec,204,Unf,0,356,560,GasA,TA,Y,SBrkr,698,560,0,1258,0,0,1,0,2,1,TA,6,Typ,0,NA,Detchd,1939,Unf,1,280,TA,TA,P,0,0,0,0,0,0,NA,MnPrv,NA,0,10,2009,WD,Normal,105000 1386,50,RM,40,5436,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,IDOTRR,Norm,Norm,1Fam,1.5Fin,4,8,1922,2007,Gable,CompShg,VinylSd,VinylSd,None,0,TA,Gd,BrkTil,TA,TA,No,BLQ,735,Unf,0,61,796,GasA,Gd,Y,SBrkr,796,358,0,1154,1,0,1,0,3,1,Gd,7,Typ,0,NA,Detchd,1922,Unf,1,240,TA,TA,N,0,96,0,0,0,0,NA,MnPrv,NA,0,5,2010,WD,Normal,125500 1387,60,RL,80,16692,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,NWAmes,RRAn,Norm,1Fam,2Story,7,5,1978,1978,Gable,CompShg,Plywood,Plywood,BrkFace,184,TA,TA,CBlock,Gd,TA,No,BLQ,790,LwQ,469,133,1392,GasA,TA,Y,SBrkr,1392,1392,0,2784,1,0,3,1,5,1,Gd,12,Typ,2,TA,Attchd,1978,RFn,2,564,TA,TA,Y,0,112,0,0,440,519,Fa,MnPrv,TenC,2000,7,2006,WD,Normal,250000 1388,50,RM,60,8520,Pave,Grvl,Reg,Lvl,AllPub,Inside,Gtl,OldTown,Artery,Norm,1Fam,1.5Fin,6,7,1916,1950,Gable,CompShg,Stucco,Stucco,None,0,TA,Gd,BrkTil,TA,TA,No,Rec,168,LwQ,546,0,714,GasW,TA,N,SBrkr,1664,862,0,2526,0,0,2,0,5,1,Gd,10,Typ,1,Gd,Detchd,1916,Unf,1,216,TA,TA,Y,88,15,0,0,0,0,NA,GdWo,NA,0,8,2007,CWD,Family,136000 1389,20,RL,42,14892,Pave,NA,IR1,HLS,AllPub,CulDSac,Gtl,Gilbert,Norm,Norm,1Fam,1Story,9,5,2006,2007,Gable,CompShg,VinylSd,VinylSd,Stone,160,Ex,TA,PConc,Ex,TA,Gd,GLQ,1320,Unf,0,426,1746,GasA,Ex,Y,SBrkr,1746,0,0,1746,1,0,2,0,3,1,Ex,7,Typ,2,Gd,Attchd,2006,Fin,3,758,TA,TA,Y,201,39,0,0,0,0,NA,NA,NA,0,10,2009,WD,Normal,377500 1390,50,RM,60,6000,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,BrkSide,Norm,Norm,1Fam,1.5Fin,6,6,1941,1950,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,Gd,BrkTil,TA,Gd,No,ALQ,375,Unf,0,360,735,GasA,Ex,Y,SBrkr,869,349,0,1218,0,1,1,0,3,1,TA,6,Typ,1,Gd,Detchd,2003,Unf,2,440,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,3,2007,WD,Normal,131000 1391,20,RL,70,9100,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,1Story,7,5,2000,2000,Gable,CompShg,VinylSd,VinylSd,BrkFace,244,Gd,TA,PConc,Gd,TA,Av,GLQ,1400,Unf,0,125,1525,GasA,Ex,Y,SBrkr,1525,0,0,1525,1,0,2,0,3,1,Gd,6,Typ,0,NA,Attchd,2000,RFn,2,541,TA,TA,Y,219,36,0,0,0,0,NA,NA,NA,0,9,2006,WD,Normal,235000 1392,90,RL,65,8944,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,Duplex,1Story,5,5,1967,1967,Gable,CompShg,Plywood,Plywood,None,0,TA,TA,CBlock,TA,TA,No,Unf,0,Unf,0,1584,1584,GasA,TA,Y,SBrkr,1584,0,0,1584,0,0,2,0,4,2,TA,8,Mod,0,NA,Detchd,1967,Unf,3,792,TA,TA,Y,0,152,0,0,0,0,NA,NA,NA,0,4,2009,WD,Normal,124000 1393,85,RL,68,7838,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,SFoyer,5,5,1967,1967,Gable,CompShg,HdBoard,HdBoard,None,0,TA,TA,CBlock,TA,TA,Av,ALQ,769,Unf,0,95,864,GasA,TA,Y,SBrkr,900,0,0,900,1,0,1,0,3,1,TA,6,Typ,1,Po,Attchd,1967,RFn,1,288,TA,TA,Y,175,144,0,0,0,0,NA,MnWw,NA,0,12,2006,WD,Normal,123000 1394,190,RM,60,10800,Pave,Pave,Reg,Lvl,AllPub,Inside,Gtl,OldTown,Norm,Norm,2fmCon,1.5Fin,6,7,1905,2000,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,BrkTil,Fa,TA,No,Unf,0,Unf,0,482,482,GasA,Ex,N,SBrkr,1221,691,0,1912,0,0,2,0,3,2,TA,7,Typ,1,TA,Detchd,2003,Unf,2,672,Gd,TA,Y,0,25,212,0,0,0,NA,NA,NA,0,4,2008,WD,Normal,163000 1395,120,RL,53,4045,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Blmngtn,Norm,Norm,TwnhsE,1Story,7,5,2006,2006,Hip,CompShg,VinylSd,VinylSd,BrkFace,45,Gd,TA,PConc,Gd,TA,Av,GLQ,1070,Unf,0,286,1356,GasA,Ex,Y,SBrkr,1500,0,0,1500,1,0,2,0,2,1,Gd,6,Typ,1,Gd,Attchd,2006,Fin,3,648,TA,TA,Y,161,20,0,0,0,0,NA,NA,NA,0,10,2006,New,Partial,246578 1396,60,RL,88,12665,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,Timber,Norm,Norm,1Fam,2Story,8,5,2005,2006,Hip,CompShg,VinylSd,VinylSd,BrkFace,245,Gd,TA,PConc,Gd,Gd,Gd,Unf,0,Unf,0,1094,1094,GasA,Ex,Y,SBrkr,1133,1349,0,2482,0,0,2,1,4,1,Gd,9,Typ,1,Gd,BuiltIn,2005,Fin,3,642,TA,TA,Y,144,39,0,0,0,0,NA,NA,NA,0,2,2007,WD,Normal,281213 1397,20,RL,NA,57200,Pave,NA,IR1,Bnk,AllPub,Inside,Sev,Timber,Norm,Norm,1Fam,1Story,5,5,1948,1950,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,CBlock,TA,TA,Av,BLQ,353,Rec,334,60,747,GasA,TA,Y,SBrkr,1687,0,0,1687,1,0,1,0,3,1,TA,7,Min1,2,TA,Detchd,1966,Unf,2,572,TA,TA,N,0,0,50,0,0,0,NA,NA,NA,0,6,2010,WD,Normal,160000 1398,70,RM,51,6120,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,BrkSide,Norm,Norm,1Fam,2Story,5,8,1920,2004,Gable,CompShg,MetalSd,MetalSd,None,0,TA,TA,BrkTil,TA,TA,Mn,Unf,0,Unf,0,939,939,GasA,Ex,Y,SBrkr,939,574,0,1513,0,0,1,1,4,1,TA,8,Typ,0,NA,Detchd,1933,Unf,1,180,Fa,Fa,N,24,0,150,0,0,0,NA,NA,NA,0,5,2007,WD,Normal,137500 1399,50,RL,60,7200,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1.5Fin,5,4,1950,1982,Gable,CompShg,VinylSd,Wd Sdng,None,0,TA,TA,CBlock,TA,TA,No,Rec,180,BLQ,352,676,1208,GasA,Gd,Y,FuseA,1136,768,0,1904,1,0,1,1,3,1,TA,7,Min1,0,NA,Attchd,1950,Unf,1,240,TA,TA,Y,0,0,168,0,0,0,NA,GdPrv,NA,0,5,2009,WD,Normal,138000 1400,50,RL,51,6171,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,SWISU,Norm,Norm,1Fam,1.5Fin,6,6,1925,1990,Gable,CompShg,WdShing,Wd Shng,None,0,TA,TA,BrkTil,TA,TA,No,BLQ,264,Unf,0,712,976,GasA,Ex,Y,SBrkr,1160,448,0,1608,0,0,2,1,3,1,Gd,7,Typ,1,Gd,Detchd,1925,Unf,1,216,Fa,TA,Y,147,16,0,0,0,0,NA,MnPrv,NA,0,10,2009,WD,Normal,137450 1401,50,RM,50,6000,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,BrkSide,Norm,Norm,1Fam,1.5Fin,6,7,1929,1950,Gable,CompShg,WdShing,Wd Shng,None,0,TA,TA,BrkTil,TA,TA,No,Unf,0,Unf,0,862,862,GasA,TA,Y,SBrkr,950,208,0,1158,0,0,1,0,3,1,TA,5,Typ,1,Gd,BuiltIn,1929,RFn,1,208,TA,TA,Y,0,0,112,0,0,0,NA,NA,NA,0,7,2008,WD,Normal,120000 1402,60,RL,62,7415,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,Gilbert,Norm,Norm,1Fam,2Story,6,5,2004,2004,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,PConc,TA,TA,No,GLQ,759,Unf,0,80,839,GasA,Ex,Y,SBrkr,864,729,0,1593,1,0,2,1,3,1,TA,8,Typ,1,TA,Attchd,2004,Fin,2,398,TA,TA,Y,100,75,0,0,0,0,NA,NA,NA,0,4,2008,WD,Normal,193000 1403,20,RL,64,6762,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,1Story,7,5,2006,2006,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,Gd,Av,Unf,0,Unf,0,1286,1286,GasA,Ex,Y,SBrkr,1294,0,0,1294,0,0,2,0,2,1,Gd,6,Typ,1,Gd,Attchd,2006,RFn,2,662,TA,TA,Y,168,55,0,0,0,0,NA,NA,NA,0,7,2006,New,Partial,193879 1404,20,RL,49,15256,Pave,NA,IR1,Lvl,AllPub,CulDSac,Gtl,Somerst,RRAn,Norm,1Fam,1Story,8,5,2007,2007,Gable,CompShg,VinylSd,VinylSd,Stone,84,Gd,TA,PConc,Gd,TA,Gd,GLQ,929,Unf,0,556,1485,GasA,Ex,Y,SBrkr,1464,0,0,1464,1,0,2,0,3,1,Gd,6,Typ,0,NA,Attchd,2007,Unf,3,754,TA,TA,Y,168,160,0,0,0,0,NA,NA,NA,0,8,2007,WD,Normal,282922 1405,50,RL,60,10410,Pave,Grvl,Reg,Lvl,AllPub,Corner,Gtl,OldTown,Artery,Norm,1Fam,1.5Fin,3,4,1915,1950,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,PConc,TA,TA,No,Unf,0,Unf,0,672,672,GasA,TA,Y,SBrkr,694,520,0,1214,0,0,1,0,3,1,TA,6,Typ,0,NA,Detchd,1998,Unf,3,936,TA,TA,Y,216,0,160,0,0,0,NA,MnPrv,NA,0,1,2006,WD,Family,105000 1406,120,RM,44,3842,Pave,NA,IR1,HLS,AllPub,Inside,Mod,Crawfor,Norm,Norm,TwnhsE,1Story,8,5,2004,2005,Hip,CompShg,CemntBd,CmentBd,Stone,174,Gd,TA,PConc,Ex,TA,Gd,GLQ,1373,Unf,0,221,1594,GasA,Ex,Y,SBrkr,1646,0,0,1646,1,1,2,0,2,1,Gd,5,Typ,1,Gd,Attchd,2004,Fin,2,482,TA,TA,Y,128,53,0,0,155,0,NA,NA,NA,0,1,2008,WD,Normal,275000 1407,85,RL,70,8445,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,CollgCr,Norm,Norm,1Fam,SFoyer,5,7,1972,2007,Gable,CompShg,HdBoard,Wd Shng,None,0,TA,TA,CBlock,Gd,TA,Av,GLQ,656,Unf,0,112,768,GasA,TA,Y,SBrkr,768,0,0,768,1,0,1,0,2,1,TA,5,Typ,0,NA,Detchd,1988,Unf,2,396,TA,TA,Y,58,0,0,0,0,0,NA,MnPrv,NA,0,3,2009,WD,Normal,133000 1408,20,RL,NA,8780,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,Mitchel,Norm,Norm,1Fam,1Story,5,5,1985,1985,Gable,CompShg,HdBoard,Plywood,None,0,TA,TA,CBlock,TA,TA,No,ALQ,625,Unf,0,208,833,GasA,Ex,Y,SBrkr,833,0,0,833,1,0,1,0,3,1,TA,5,Typ,0,NA,NA,NA,NA,0,0,NA,NA,Y,0,0,0,0,0,0,NA,MnPrv,NA,0,3,2009,WD,Normal,112000 1409,70,RM,60,7740,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,OldTown,Norm,Norm,1Fam,2Story,4,7,1910,1950,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,CBlock,Fa,TA,No,Unf,0,Unf,0,622,622,GasA,Gd,Y,SBrkr,741,622,0,1363,0,0,1,0,3,1,TA,6,Typ,0,NA,Detchd,1966,Unf,2,528,TA,TA,Y,0,0,0,0,168,0,NA,NA,NA,0,6,2010,WD,Normal,125500 1410,60,RL,46,20544,Pave,NA,IR1,Lvl,AllPub,CulDSac,Gtl,NWAmes,Norm,Norm,1Fam,2Story,7,6,1986,1991,Gable,CompShg,Plywood,Plywood,BrkFace,123,TA,Gd,CBlock,Gd,TA,No,Unf,0,Unf,0,791,791,GasA,Gd,Y,SBrkr,1236,857,0,2093,0,0,2,1,3,1,TA,7,Typ,1,TA,Attchd,1986,Fin,2,542,TA,TA,Y,364,63,0,0,0,0,NA,MnPrv,NA,0,11,2008,WD,Normal,215000 1411,60,RL,79,12420,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,2Story,7,5,2001,2001,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,TA,No,GLQ,666,Unf,0,278,944,GasA,Ex,Y,SBrkr,944,896,0,1840,1,0,2,1,3,1,Gd,6,Typ,0,NA,Attchd,2001,RFn,2,622,TA,TA,Y,0,45,0,0,0,0,NA,NA,NA,0,6,2009,WD,Normal,230000 1412,50,RL,80,9600,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1.5Fin,6,8,1950,2005,Gable,CompShg,VinylSd,VinylSd,None,0,TA,Gd,CBlock,TA,TA,No,BLQ,120,Unf,0,736,856,GasA,Ex,Y,SBrkr,1112,556,0,1668,0,0,1,1,3,1,TA,6,Min2,0,NA,Attchd,1950,Unf,1,271,TA,TA,Y,0,0,0,0,0,0,NA,MnPrv,NA,0,9,2009,WD,Normal,140000 1413,90,RL,60,7200,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,Duplex,1Story,4,5,1949,1950,Gable,CompShg,BrkFace,Stone,None,0,TA,TA,Slab,NA,NA,NA,NA,0,NA,0,0,0,Wall,Fa,N,FuseF,1040,0,0,1040,0,0,2,0,2,2,TA,6,Typ,0,NA,Detchd,1956,Unf,2,420,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,6,2009,WD,Normal,90000 1414,20,RL,88,10994,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,SawyerW,Norm,Norm,1Fam,1Story,8,5,2005,2006,Gable,CompShg,VinylSd,VinylSd,Stone,366,Gd,TA,PConc,Gd,Gd,No,GLQ,976,Unf,0,868,1844,GasA,Ex,Y,SBrkr,1844,0,0,1844,1,0,2,0,2,1,Gd,7,Typ,1,Gd,Attchd,2005,Fin,2,620,TA,TA,Y,165,44,0,0,0,0,NA,NA,NA,0,9,2009,COD,Abnorml,257000 1415,50,RL,64,13053,Pave,Pave,Reg,Bnk,AllPub,Inside,Gtl,BrkSide,Norm,Norm,1Fam,1.5Fin,6,7,1923,2000,Gambrel,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,BrkTil,TA,TA,No,Unf,0,Unf,0,833,833,GasA,Gd,Y,SBrkr,1053,795,0,1848,0,0,1,1,4,1,Gd,8,Typ,1,Gd,Detchd,1922,Unf,2,370,TA,TA,N,0,0,0,0,220,0,NA,NA,NA,0,6,2008,WD,Normal,207000 1416,120,RL,51,3635,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Blmngtn,Norm,Norm,TwnhsE,1Story,7,5,2007,2007,Hip,CompShg,VinylSd,VinylSd,BrkFace,130,Gd,TA,PConc,Gd,TA,No,ALQ,988,Unf,0,398,1386,GasA,Ex,Y,SBrkr,1569,0,0,1569,0,1,2,0,1,1,Gd,7,Typ,1,TA,Attchd,2007,RFn,3,660,TA,TA,Y,143,20,0,0,0,0,NA,NA,NA,0,5,2009,WD,Normal,175900 1417,190,RM,60,11340,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,OldTown,Norm,Norm,2fmCon,2Story,4,6,1885,1950,Gable,CompShg,VinylSd,AsbShng,None,0,TA,TA,PConc,TA,TA,No,Unf,0,Unf,0,777,777,GasA,Gd,Y,SBrkr,1246,1044,0,2290,0,0,2,0,4,2,TA,11,Typ,0,NA,Detchd,1971,Unf,2,560,TA,TA,N,0,0,114,0,0,0,NA,NA,NA,0,4,2010,WD,Normal,122500 1418,60,RL,NA,16545,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,NoRidge,Norm,Norm,1Fam,2Story,8,5,1998,1998,Gable,CompShg,VinylSd,VinylSd,BrkFace,731,Gd,TA,PConc,Gd,TA,Mn,GLQ,781,Unf,0,503,1284,GasA,Ex,Y,SBrkr,1310,1140,0,2450,1,0,2,1,3,1,Gd,7,Typ,1,TA,Attchd,1998,Fin,3,1069,TA,TA,Y,0,126,0,0,0,0,NA,NA,NA,0,5,2009,WD,Normal,340000 1419,20,RL,71,9204,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,5,5,1963,1963,Gable,CompShg,HdBoard,HdBoard,None,0,TA,TA,CBlock,TA,TA,No,BLQ,25,Rec,872,247,1144,GasA,TA,Y,SBrkr,1144,0,0,1144,1,0,1,1,3,1,TA,6,Typ,0,NA,Detchd,1962,Unf,1,336,TA,TA,Y,0,88,0,0,0,0,NA,NA,NA,0,8,2008,COD,Normal,124000 1420,20,RL,NA,16381,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,Crawfor,Norm,Norm,1Fam,1Story,6,5,1969,1969,Gable,CompShg,Plywood,Plywood,BrkFace,312,Gd,Gd,CBlock,TA,TA,Av,Rec,1110,Unf,0,734,1844,GasA,Gd,Y,SBrkr,1844,0,0,1844,1,0,2,0,3,1,Gd,7,Typ,1,TA,Attchd,1969,RFn,2,540,TA,TA,Y,0,73,216,0,0,0,NA,NA,NA,0,12,2006,WD,Normal,223000 1421,60,RL,90,11700,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,NWAmes,Norm,Norm,1Fam,2Story,6,6,1968,1968,Gable,CompShg,HdBoard,HdBoard,BrkFace,420,TA,TA,CBlock,TA,TA,No,ALQ,404,Unf,0,304,708,GasA,Gd,Y,SBrkr,708,708,0,1416,0,0,2,1,3,1,TA,7,Typ,1,TA,Attchd,1968,RFn,2,776,TA,TA,Y,0,169,0,0,119,0,NA,NA,NA,0,5,2006,WD,Normal,179900 1422,120,RL,53,4043,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NPkVill,Norm,Norm,TwnhsE,1Story,6,5,1977,1977,Gable,CompShg,Plywood,Plywood,None,0,TA,TA,CBlock,Gd,TA,No,ALQ,360,Unf,0,709,1069,GasA,TA,Y,SBrkr,1069,0,0,1069,0,0,2,0,2,1,TA,4,Typ,1,Fa,Attchd,1977,RFn,2,440,TA,TA,Y,0,55,0,0,165,0,NA,NA,NA,0,7,2010,WD,Normal,127500 1423,120,RM,37,4435,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,TwnhsE,1Story,6,5,2003,2003,Gable,CompShg,VinylSd,VinylSd,BrkFace,170,Gd,TA,PConc,Gd,TA,Av,GLQ,686,Unf,0,162,848,GasA,Ex,Y,SBrkr,848,0,0,848,1,0,1,0,1,1,Gd,3,Typ,0,NA,Attchd,2003,Fin,2,420,TA,TA,Y,140,0,0,0,0,0,NA,NA,NA,0,3,2008,WD,Normal,136500 1424,80,RL,NA,19690,Pave,NA,IR1,Lvl,AllPub,CulDSac,Gtl,Edwards,Norm,Norm,1Fam,SLvl,6,7,1966,1966,Flat,Tar&Grv,Plywood,Plywood,None,0,Gd,Gd,CBlock,Gd,TA,Av,Unf,0,Unf,0,697,697,GasA,TA,Y,SBrkr,1575,626,0,2201,0,0,2,0,4,1,Gd,8,Typ,1,Gd,Attchd,1966,Unf,2,432,Gd,Gd,Y,586,236,0,0,0,738,Gd,GdPrv,NA,0,8,2006,WD,Alloca,274970 1425,20,RL,NA,9503,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,5,5,1958,1983,Hip,CompShg,HdBoard,HdBoard,None,0,TA,TA,CBlock,TA,TA,No,ALQ,457,Rec,374,193,1024,GasA,TA,Y,SBrkr,1344,0,0,1344,1,0,1,0,2,1,TA,6,Min1,1,TA,Detchd,1970,Unf,1,484,TA,TA,Y,316,28,0,0,0,0,NA,GdWo,NA,0,6,2007,WD,Normal,144000 1426,20,RL,80,10721,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,6,6,1959,1959,Hip,CompShg,HdBoard,HdBoard,Stone,243,Gd,TA,CBlock,TA,TA,No,Unf,0,Unf,0,1252,1252,GasA,Ex,Y,SBrkr,1252,0,0,1252,0,0,1,0,3,1,Gd,7,Typ,0,NA,Detchd,1960,Unf,2,528,TA,TA,Y,0,39,0,0,0,0,NA,NA,NA,0,10,2008,WD,Normal,142000 1427,60,RL,81,10944,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,NoRidge,Norm,Norm,1Fam,2Story,7,5,1994,1994,Gable,CompShg,VinylSd,VinylSd,BrkFace,448,Gd,TA,PConc,Gd,TA,No,GLQ,1000,Unf,0,223,1223,GasA,Ex,Y,SBrkr,1223,904,0,2127,1,0,2,1,3,1,Gd,5,Typ,2,TA,Attchd,1994,RFn,2,525,TA,TA,Y,171,132,0,0,0,0,NA,NA,NA,0,8,2008,WD,Normal,271000 1428,50,RL,60,10930,Pave,Grvl,Reg,Bnk,AllPub,Inside,Gtl,NAmes,Artery,Norm,1Fam,1.5Fin,5,6,1945,1950,Gable,CompShg,MetalSd,MetalSd,None,0,TA,TA,CBlock,TA,TA,No,BLQ,580,Unf,0,333,913,GasA,TA,Y,FuseA,1048,510,0,1558,1,0,1,1,3,1,TA,6,Typ,1,TA,Attchd,1962,Unf,1,288,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,4,2008,WD,Normal,140000 1429,30,RM,60,7200,Pave,NA,Reg,Lvl,AllPub,Corner,Gtl,OldTown,Norm,Norm,1Fam,1Story,5,7,1940,1992,Gable,CompShg,MetalSd,MetalSd,Stone,294,TA,Gd,CBlock,TA,TA,No,BLQ,510,Unf,0,278,788,GasA,TA,Y,SBrkr,804,0,0,804,1,0,1,0,2,1,Gd,4,Typ,2,Gd,Attchd,1940,Unf,1,240,TA,TA,Y,0,0,154,0,0,0,NA,MnPrv,NA,0,2,2010,WD,Abnorml,119000 1430,20,RL,NA,12546,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,NWAmes,Norm,Norm,1Fam,1Story,6,7,1981,1981,Gable,CompShg,MetalSd,MetalSd,BrkFace,310,Gd,Gd,CBlock,Gd,TA,No,BLQ,678,Unf,0,762,1440,GasA,Ex,Y,SBrkr,1440,0,0,1440,0,0,2,0,3,1,Gd,7,Typ,1,TA,Attchd,1981,Fin,2,467,TA,TA,Y,0,0,99,0,0,0,NA,NA,NA,0,4,2007,WD,Normal,182900 1431,60,RL,60,21930,Pave,NA,IR3,Lvl,AllPub,Inside,Gtl,Gilbert,RRAn,Norm,1Fam,2Story,5,5,2005,2005,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,Gd,Av,Unf,0,Unf,0,732,732,GasA,Ex,Y,SBrkr,734,1104,0,1838,0,0,2,1,4,1,TA,7,Typ,1,Gd,BuiltIn,2005,Fin,2,372,TA,TA,Y,100,40,0,0,0,0,NA,NA,NA,0,7,2006,WD,Normal,192140 1432,120,RL,NA,4928,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,NPkVill,Norm,Norm,TwnhsE,1Story,6,6,1976,1976,Gable,CompShg,Plywood,Plywood,None,0,TA,TA,CBlock,Gd,TA,No,LwQ,958,Unf,0,0,958,GasA,TA,Y,SBrkr,958,0,0,958,0,0,2,0,2,1,TA,5,Typ,0,NA,Attchd,1976,RFn,2,440,TA,TA,Y,0,60,0,0,0,0,NA,NA,NA,0,10,2009,WD,Normal,143750 1433,30,RL,60,10800,Pave,Grvl,Reg,Lvl,AllPub,Inside,Gtl,OldTown,Norm,Norm,1Fam,1Story,4,6,1927,2007,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,BrkTil,TA,TA,No,Unf,0,Unf,0,656,656,GasA,TA,Y,SBrkr,968,0,0,968,0,0,2,0,4,1,TA,5,Typ,0,NA,Detchd,1928,Unf,1,216,Fa,Fa,Y,0,0,0,0,0,0,NA,NA,NA,0,8,2007,WD,Normal,64500 1434,60,RL,93,10261,Pave,NA,IR1,Lvl,AllPub,Inside,Gtl,Gilbert,Norm,Norm,1Fam,2Story,6,5,2000,2000,Gable,CompShg,VinylSd,VinylSd,BrkFace,318,TA,TA,PConc,Gd,TA,No,Unf,0,Unf,0,936,936,GasA,Ex,Y,SBrkr,962,830,0,1792,1,0,2,1,3,1,TA,8,Typ,1,TA,Attchd,2000,Fin,2,451,TA,TA,Y,0,0,0,0,0,0,NA,NA,NA,0,5,2008,WD,Normal,186500 1435,20,RL,80,17400,Pave,NA,Reg,Low,AllPub,Inside,Mod,Mitchel,Norm,Norm,1Fam,1Story,5,5,1977,1977,Gable,CompShg,BrkFace,BrkFace,None,0,TA,TA,CBlock,TA,TA,No,ALQ,936,Unf,0,190,1126,GasA,Fa,Y,SBrkr,1126,0,0,1126,1,0,2,0,3,1,TA,5,Typ,1,Gd,Attchd,1977,RFn,2,484,TA,TA,P,295,41,0,0,0,0,NA,NA,NA,0,5,2006,WD,Normal,160000 1436,20,RL,80,8400,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,6,9,1962,2005,Gable,CompShg,Wd Sdng,Wd Sdng,BrkFace,237,Gd,Gd,CBlock,TA,TA,No,Unf,0,Unf,0,1319,1319,GasA,TA,Y,SBrkr,1537,0,0,1537,1,0,1,1,3,1,Gd,7,Typ,1,Gd,Attchd,1962,RFn,2,462,TA,TA,Y,0,36,0,0,0,0,NA,GdPrv,NA,0,7,2008,COD,Abnorml,174000 1437,20,RL,60,9000,Pave,NA,Reg,Lvl,AllPub,FR2,Gtl,NAmes,Norm,Norm,1Fam,1Story,4,6,1971,1971,Gable,CompShg,HdBoard,HdBoard,None,0,TA,TA,PConc,TA,TA,No,ALQ,616,Unf,0,248,864,GasA,TA,Y,SBrkr,864,0,0,864,0,0,1,0,3,1,TA,5,Typ,0,NA,Detchd,1974,Unf,2,528,TA,TA,Y,0,0,0,0,0,0,NA,GdWo,NA,0,5,2007,WD,Normal,120500 1438,20,RL,96,12444,Pave,NA,Reg,Lvl,AllPub,FR2,Gtl,NridgHt,Norm,Norm,1Fam,1Story,8,5,2008,2008,Hip,CompShg,VinylSd,VinylSd,Stone,426,Ex,TA,PConc,Ex,TA,Av,GLQ,1336,Unf,0,596,1932,GasA,Ex,Y,SBrkr,1932,0,0,1932,1,0,2,0,2,1,Ex,7,Typ,1,Gd,Attchd,2008,Fin,3,774,TA,TA,Y,0,66,0,304,0,0,NA,NA,NA,0,11,2008,New,Partial,394617 1439,20,RM,90,7407,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,OldTown,Artery,Norm,1Fam,1Story,6,7,1957,1996,Gable,CompShg,MetalSd,MetalSd,None,0,TA,TA,CBlock,TA,TA,No,GLQ,600,Unf,0,312,912,GasA,TA,Y,FuseA,1236,0,0,1236,1,0,1,0,2,1,TA,6,Typ,0,NA,Attchd,1957,Unf,2,923,TA,TA,Y,0,158,158,0,0,0,NA,MnPrv,NA,0,4,2010,WD,Normal,149700 1440,60,RL,80,11584,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NWAmes,Norm,Norm,1Fam,SLvl,7,6,1979,1979,Hip,CompShg,HdBoard,HdBoard,BrkFace,96,TA,TA,CBlock,TA,TA,No,GLQ,315,Rec,110,114,539,GasA,TA,Y,SBrkr,1040,685,0,1725,0,0,2,1,3,1,TA,6,Typ,1,TA,Attchd,1979,RFn,2,550,TA,TA,Y,0,88,216,0,0,0,NA,NA,NA,0,11,2007,WD,Normal,197000 1441,70,RL,79,11526,Pave,NA,IR1,Bnk,AllPub,Inside,Mod,Crawfor,Norm,Norm,1Fam,2.5Fin,6,7,1922,1994,Gable,CompShg,MetalSd,MetalSd,None,0,TA,TA,BrkTil,Ex,TA,No,Unf,0,Unf,0,588,588,GasA,Fa,Y,SBrkr,1423,748,384,2555,0,0,2,0,3,1,TA,11,Min1,1,Gd,Detchd,1993,Fin,2,672,TA,TA,Y,431,0,0,0,0,0,NA,NA,NA,0,9,2008,WD,Normal,191000 1442,120,RM,NA,4426,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,TwnhsE,1Story,6,5,2004,2004,Gable,CompShg,VinylSd,VinylSd,BrkFace,147,Gd,TA,PConc,Gd,TA,Av,GLQ,697,Unf,0,151,848,GasA,Ex,Y,SBrkr,848,0,0,848,1,0,1,0,1,1,Gd,3,Typ,1,TA,Attchd,2004,RFn,2,420,TA,TA,Y,149,0,0,0,0,0,NA,NA,NA,0,5,2008,WD,Normal,149300 1443,60,FV,85,11003,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Somerst,Norm,Norm,1Fam,2Story,10,5,2008,2008,Gable,CompShg,VinylSd,VinylSd,Stone,160,Ex,TA,PConc,Ex,TA,Av,GLQ,765,Unf,0,252,1017,GasA,Ex,Y,SBrkr,1026,981,0,2007,1,0,2,1,3,1,Ex,10,Typ,1,Ex,Attchd,2008,Fin,3,812,TA,TA,Y,168,52,0,0,0,0,NA,NA,NA,0,4,2009,WD,Normal,310000 1444,30,RL,NA,8854,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,BrkSide,Norm,Norm,1Fam,1.5Unf,6,6,1916,1950,Gable,CompShg,Wd Sdng,Wd Sdng,None,0,TA,TA,BrkTil,TA,TA,No,Unf,0,Unf,0,952,952,Grav,Fa,N,FuseF,952,0,0,952,0,0,1,0,2,1,Fa,4,Typ,1,Gd,Detchd,1916,Unf,1,192,Fa,Po,P,0,98,0,0,40,0,NA,NA,NA,0,5,2009,WD,Normal,121000 1445,20,RL,63,8500,Pave,NA,Reg,Lvl,AllPub,FR2,Gtl,CollgCr,Norm,Norm,1Fam,1Story,7,5,2004,2004,Gable,CompShg,VinylSd,VinylSd,BrkFace,106,Gd,TA,PConc,Gd,TA,Av,Unf,0,Unf,0,1422,1422,GasA,Ex,Y,SBrkr,1422,0,0,1422,0,0,2,0,3,1,Gd,7,Typ,0,NA,Attchd,2004,RFn,2,626,TA,TA,Y,192,60,0,0,0,0,NA,NA,NA,0,11,2007,WD,Normal,179600 1446,85,RL,70,8400,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Sawyer,Norm,Norm,1Fam,SFoyer,6,5,1966,1966,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,CBlock,TA,TA,Gd,LwQ,187,Rec,627,0,814,GasA,Gd,Y,SBrkr,913,0,0,913,1,0,1,0,3,1,TA,6,Typ,0,NA,Detchd,1990,Unf,1,240,TA,TA,Y,0,0,252,0,0,0,NA,NA,NA,0,5,2007,WD,Normal,129000 1447,20,RL,NA,26142,Pave,NA,IR1,Lvl,AllPub,CulDSac,Gtl,Mitchel,Norm,Norm,1Fam,1Story,5,7,1962,1962,Gable,CompShg,HdBoard,HdBoard,BrkFace,189,TA,TA,CBlock,TA,TA,No,Rec,593,Unf,0,595,1188,GasA,TA,Y,SBrkr,1188,0,0,1188,0,0,1,0,3,1,TA,6,Typ,0,NA,Attchd,1962,Unf,1,312,TA,TA,P,261,39,0,0,0,0,NA,NA,NA,0,4,2010,WD,Normal,157900 1448,60,RL,80,10000,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,CollgCr,Norm,Norm,1Fam,2Story,8,5,1995,1996,Gable,CompShg,VinylSd,VinylSd,BrkFace,438,Gd,TA,PConc,Gd,TA,No,GLQ,1079,Unf,0,141,1220,GasA,Ex,Y,SBrkr,1220,870,0,2090,1,0,2,1,3,1,Gd,8,Typ,1,TA,Attchd,1995,RFn,2,556,TA,TA,Y,0,65,0,0,0,0,NA,NA,NA,0,12,2007,WD,Normal,240000 1449,50,RL,70,11767,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Edwards,Norm,Norm,1Fam,2Story,4,7,1910,2000,Gable,CompShg,MetalSd,HdBoard,None,0,TA,TA,CBlock,Fa,TA,No,Unf,0,Unf,0,560,560,GasA,Gd,N,SBrkr,796,550,0,1346,0,0,1,1,2,1,TA,6,Min2,0,NA,Detchd,1950,Unf,1,384,Fa,TA,Y,168,24,0,0,0,0,NA,GdWo,NA,0,5,2007,WD,Normal,112000 1450,180,RM,21,1533,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,MeadowV,Norm,Norm,Twnhs,SFoyer,5,7,1970,1970,Gable,CompShg,CemntBd,CmentBd,None,0,TA,TA,CBlock,Gd,TA,Av,GLQ,553,Unf,0,77,630,GasA,Ex,Y,SBrkr,630,0,0,630,1,0,1,0,1,1,Ex,3,Typ,0,NA,NA,NA,NA,0,0,NA,NA,Y,0,0,0,0,0,0,NA,NA,NA,0,8,2006,WD,Abnorml,92000 1451,90,RL,60,9000,Pave,NA,Reg,Lvl,AllPub,FR2,Gtl,NAmes,Norm,Norm,Duplex,2Story,5,5,1974,1974,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,CBlock,Gd,TA,No,Unf,0,Unf,0,896,896,GasA,TA,Y,SBrkr,896,896,0,1792,0,0,2,2,4,2,TA,8,Typ,0,NA,NA,NA,NA,0,0,NA,NA,Y,32,45,0,0,0,0,NA,NA,NA,0,9,2009,WD,Normal,136000 1452,20,RL,78,9262,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Somerst,Norm,Norm,1Fam,1Story,8,5,2008,2009,Gable,CompShg,CemntBd,CmentBd,Stone,194,Gd,TA,PConc,Gd,TA,No,Unf,0,Unf,0,1573,1573,GasA,Ex,Y,SBrkr,1578,0,0,1578,0,0,2,0,3,1,Ex,7,Typ,1,Gd,Attchd,2008,Fin,3,840,TA,TA,Y,0,36,0,0,0,0,NA,NA,NA,0,5,2009,New,Partial,287090 1453,180,RM,35,3675,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Edwards,Norm,Norm,TwnhsE,SLvl,5,5,2005,2005,Gable,CompShg,VinylSd,VinylSd,BrkFace,80,TA,TA,PConc,Gd,TA,Gd,GLQ,547,Unf,0,0,547,GasA,Gd,Y,SBrkr,1072,0,0,1072,1,0,1,0,2,1,TA,5,Typ,0,NA,Basment,2005,Fin,2,525,TA,TA,Y,0,28,0,0,0,0,NA,NA,NA,0,5,2006,WD,Normal,145000 1454,20,RL,90,17217,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Mitchel,Norm,Norm,1Fam,1Story,5,5,2006,2006,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,PConc,Gd,TA,No,Unf,0,Unf,0,1140,1140,GasA,Ex,Y,SBrkr,1140,0,0,1140,0,0,1,0,3,1,TA,6,Typ,0,NA,NA,NA,NA,0,0,NA,NA,Y,36,56,0,0,0,0,NA,NA,NA,0,7,2006,WD,Abnorml,84500 1455,20,FV,62,7500,Pave,Pave,Reg,Lvl,AllPub,Inside,Gtl,Somerst,Norm,Norm,1Fam,1Story,7,5,2004,2005,Gable,CompShg,VinylSd,VinylSd,None,0,Gd,TA,PConc,Gd,TA,No,GLQ,410,Unf,0,811,1221,GasA,Ex,Y,SBrkr,1221,0,0,1221,1,0,2,0,2,1,Gd,6,Typ,0,NA,Attchd,2004,RFn,2,400,TA,TA,Y,0,113,0,0,0,0,NA,NA,NA,0,10,2009,WD,Normal,185000 1456,60,RL,62,7917,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Gilbert,Norm,Norm,1Fam,2Story,6,5,1999,2000,Gable,CompShg,VinylSd,VinylSd,None,0,TA,TA,PConc,Gd,TA,No,Unf,0,Unf,0,953,953,GasA,Ex,Y,SBrkr,953,694,0,1647,0,0,2,1,3,1,TA,7,Typ,1,TA,Attchd,1999,RFn,2,460,TA,TA,Y,0,40,0,0,0,0,NA,NA,NA,0,8,2007,WD,Normal,175000 1457,20,RL,85,13175,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NWAmes,Norm,Norm,1Fam,1Story,6,6,1978,1988,Gable,CompShg,Plywood,Plywood,Stone,119,TA,TA,CBlock,Gd,TA,No,ALQ,790,Rec,163,589,1542,GasA,TA,Y,SBrkr,2073,0,0,2073,1,0,2,0,3,1,TA,7,Min1,2,TA,Attchd,1978,Unf,2,500,TA,TA,Y,349,0,0,0,0,0,NA,MnPrv,NA,0,2,2010,WD,Normal,210000 1458,70,RL,66,9042,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Crawfor,Norm,Norm,1Fam,2Story,7,9,1941,2006,Gable,CompShg,CemntBd,CmentBd,None,0,Ex,Gd,Stone,TA,Gd,No,GLQ,275,Unf,0,877,1152,GasA,Ex,Y,SBrkr,1188,1152,0,2340,0,0,2,0,4,1,Gd,9,Typ,2,Gd,Attchd,1941,RFn,1,252,TA,TA,Y,0,60,0,0,0,0,NA,GdPrv,Shed,2500,5,2010,WD,Normal,266500 1459,20,RL,68,9717,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,NAmes,Norm,Norm,1Fam,1Story,5,6,1950,1996,Hip,CompShg,MetalSd,MetalSd,None,0,TA,TA,CBlock,TA,TA,Mn,GLQ,49,Rec,1029,0,1078,GasA,Gd,Y,FuseA,1078,0,0,1078,1,0,1,0,2,1,Gd,5,Typ,0,NA,Attchd,1950,Unf,1,240,TA,TA,Y,366,0,112,0,0,0,NA,NA,NA,0,4,2010,WD,Normal,142125 1460,20,RL,75,9937,Pave,NA,Reg,Lvl,AllPub,Inside,Gtl,Edwards,Norm,Norm,1Fam,1Story,5,6,1965,1965,Gable,CompShg,HdBoard,HdBoard,None,0,Gd,TA,CBlock,TA,TA,No,BLQ,830,LwQ,290,136,1256,GasA,Gd,Y,SBrkr,1256,0,0,1256,1,0,1,1,3,1,TA,6,Typ,0,NA,Attchd,1965,Fin,1,276,TA,TA,Y,736,68,0,0,0,0,NA,NA,NA,0,6,2008,WD,Normal,147500 sc-im-0.8.2+ds/examples/external/000077500000000000000000000000001416612453600166035ustar00rootroot00000000000000sc-im-0.8.2+ds/examples/external/bci.sh000077500000000000000000000000331416612453600176730ustar00rootroot00000000000000#!/bin/sh echo $* | bc -ql sc-im-0.8.2+ds/examples/gui_example/000077500000000000000000000000001416612453600172605ustar00rootroot00000000000000sc-im-0.8.2+ds/examples/gui_example/Makefile000066400000000000000000000070711416612453600207250ustar00rootroot00000000000000# Specify the name of the resulting executable file name = scim # The base directory where everything should be installed. prefix = /usr/local EXDIR = $(prefix)/bin HELPDIR = $(prefix)/share/$(name) LIBDIR = $(prefix)/share/doc/$(name) # This is where the man page goes. MANDIR = $(prefix)/man/man1 # Change these to your liking or use `make CC=gcc` etc #CC = cc #YACC = bison -y #SED = sed #ifeq ($(shell uname -s),Darwin) # NCURSES_CFLAGS ?= # NCURSES_LIBS ?= -lncursesw #else ifeq ($(shell pkg-config --exists ncursesw || echo 'no'),no) # NCURSES_CFLAGS ?= # NCURSES_LIBS ?= -lncursesw #else # NCURSES_CFLAGS ?= $(shell pkg-config --cflags ncursesw) # NCURSES_LIBS ?= $(shell pkg-config --libs ncursesw) #endif #LDLIBS += -lm $(NCURSES_LIBS) LDLIBS += -lm $(shell pkg-config --libs gtk+-3.0) CFLAGS += -Wall -g CFLAGS += $(NCURSES_CFLAGS) #CFLAGS += -DNCURSES CFLAGS += -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE CFLAGS += -DSNAME=\"$(name)\" CFLAGS += -DHELP_PATH=\"$(HELPDIR)\" CFLAGS += -DLIBDIR=\"$(LIBDIR)\" CFLAGS += $(shell pkg-config --cflags gtk+-3.0) # Sets default pager, e.g. 'less' or 'more' CFLAGS += -DDFLT_PAGER=\"less\" # Comment out to disable color support CFLAGS += -DUSECOLORS # Command history file, relative to home directory. Comment out to disable commandline history CFLAGS += -DHISTORY_FILE=\".$(name)info\" # Input mode history. Same as previous, but for insert mode commands CFLAGS += -DINS_HISTORY_FILE=\".$(name)info\" # Comment out to disable undo/redo support CFLAGS += -DUNDO # Maximum number of rows in spreadsheet. Up to 1048576 CFLAGS += -DMAXROWS=65536 # Used for date formatting with C-d shortcut using you local d_fmt CFLAGS += -DUSELOCALE # Uncomment for basic XLS import. Requires libxlsreader #CFLAGS += -DXLS #LDLIBS += -lxlsreader # NOTE: libxml and libzip are required for xlsx file import support ifneq ($(shell pkg-config --exists libzip libxml-2.0 || echo 'no'),no) CFLAGS += -DXLSX $(shell pkg-config --cflags libxml-2.0 libzip) LDLIBS += $(shell pkg-config --libs libxml-2.0 libzip) endif # NOTE: libxlsxwriter is required for xlsx file export support ifneq (,$(wildcard /usr/include/xlsxwriter.h)) CFLAGS += -DXLSX_EXPORT LDLIBS += -lxlsxwriter endif # NOTE: lua support ifneq ($(shell pkg-config --exists lua51 || echo 'no'),no) CFLAGS += -DXLUA $(shell pkg-config --cflags lua51) LDLIBS += $(shell pkg-config --libs lua51) -Wl,--export-dynamic endif # dynamic linking LDLIBS += -ldl OBJS = $(patsubst %.c, %.o, $(wildcard *.c) $(wildcard utils/*.c)) gram.o .PHONY : all clean install all : $(name) install : install -d $(DESTDIR)$(prefix)/bin install $(name) $(DESTDIR)$(prefix)/bin/$(name) install -d $(DESTDIR)$(HELPDIR) install doc $(DESTDIR)$(HELPDIR)/$(name)_help install -d $(DESTDIR)$(prefix)/share/man/man1 install -m 644 sc-im.1 $(DESTDIR)$(prefix)/share/man/man1/$(name).1 uninstall : -rm $(DESTDIR)$(prefix)/bin/$(name) -rm $(DESTDIR)$(HELPDIR)/$(name)_help -rm $(DESTDIR)$(prefix)/share/man/man1/$(name).1 $(name) : $(OBJS) $(CC) $(LDFLAGS) $^ -o $@ $(LDLIBS) $(name)qref: sc.h $(CC) $(CFLAGS) $(LDFLAGS) -DQREF $(QREF_FMT) -DSCNAME=\"$(name)\" -o $(name)qref help.c $(LDLIBS) $(OBJS) : y.tab.h experres.h statres.h y.tab.h : gram.y gram.c test -f y.tab.c && mv y.tab.c gram.c gram.c : gram.y $(YACC) -d $< pvmtbl.o: sc.h pvmtbl.c $(CC) ${CFLAGS} -c -DPSC pvmtbl.c experres.h : gram.y sed -f eres.sed < gram.y > experres.h statres.h : gram.y sed -f sres.sed < gram.y > statres.h clean: rm -f $(OBJS) rm -f *res.h $(YTAB).h rm -f core gram.c y.output pxmalloc.c pvmtbl.c tags $(name)qref rm -f qhelp.c $(name) sc-im-0.8.2+ds/examples/gui_example/gui.c000066400000000000000000000100271416612453600202100ustar00rootroot00000000000000/* gtk ui */ #include #include #include #include #include #include #include #include "main.h" #include "conf.h" #include "input.h" #include "tui.h" #include "range.h" #include "sc.h" #include "cmds.h" #include "cmds_visual.h" #include "conf.h" #include "version.h" #include "file.h" #include "format.h" #include "utils/string.h" #define NB_ENABLE 0 #define NB_DISABLE 1 static wint_t buf[1000]; static void on_key_press(GtkWidget *widget, GdkEventKey * event, gpointer data) { if (event->hardware_keycode == 0 || event->hardware_keycode == 50 || event->hardware_keycode == 66 || event->hardware_keycode == 62 || event->hardware_keycode == 105 || event->hardware_keycode == 37 || event->hardware_keycode == 64) return; buf[0] = event->keyval; g_print("key pressed: %d %c\n", event->hardware_keycode, event->keyval); return; } /* this function asks user for input from stdin. * should be non blocking and should * return -1 when no key was press * return 0 when key was press. * it receives * wint_t as a parameter. * when a valid key is press, its value its then updated in that wint_t variable. */ int ui_getch(wint_t * wd) { gtk_main_iteration(); *wd = buf[0]; if (buf[0] == GDK_KEY_Return) { *wd = 10; } else if (buf[0] == GDK_KEY_Escape) *wd = OKEY_ESC; //printf("char: %d\n", *wd); buf[0]=0; return 0; } void ui_start_screen() { buf[0]=0; GtkWidget *window; GtkWidget *t; gtk_init(0, NULL); window = gtk_window_new(GTK_WINDOW_TOPLEVEL); gtk_window_set_default_size(GTK_WINDOW(window), 300, 250); t = gtk_text_view_new(); gtk_text_view_set_editable(GTK_TEXT_VIEW(t), 0); g_signal_connect(window, "destroy", G_CALLBACK(gtk_main_quit), NULL); g_signal_connect(t, "key_press_event", G_CALLBACK(on_key_press), NULL); gtk_container_add(GTK_CONTAINER (window), t); gtk_widget_show(t); gtk_widget_show(window); printf("started screen\n"); } void ui_stop_screen() { gtk_main_quit(); printf("stopped screen\n"); } /* this function asks user for input from stdin. * should be blocking and should * return -1 when ESC was pressed * return 0 otherwise. * it receives * wint_t as a parameter. * when a valid key is press, its value its then updated in that wint_t variable. */ int ui_getch_b(wint_t * wd) { printf("calling uigetch_b\n"); return -1; } // sc_msg - used for sc_info, sc_error and sc_debug macros void ui_sc_msg(char * s, int type, ...) { char t[BUFFERSIZE]; va_list args; va_start(args, type); vsprintf (t, s, args); printf("%s\n", t); va_end(args); return; } // Welcome screen void ui_do_welcome() { printf("welcome screen\n"); return; } // function that refreshes grid of screen // if header flag is set, the first column of screen gets refreshed void ui_update(int header) { printf("update\n"); printf("value of current cell: %d %d %f\n", currow, curcol, lookat(currow, curcol)->v); return; } // Enable cursor and echo depending on the current mode void ui_handle_cursor() { } // Print multiplier and pending operator on the status bar void ui_print_mult_pend() { return; } void ui_show_header() { return; } void ui_clr_header(int i) { return; } void ui_print_mode() { return; } // Draw cell content detail in header void ui_show_celldetails() { return; } // error routine for yacc (gram.y) void yyerror(char * err) { printf("%s: %.*s<=%s\n", err, linelim, line, line + linelim); return; } int ui_get_formated_value(struct ent ** p, int col, char * value) { return -1; } void ui_show_text(char * val) { printf("%s", val); return; } void winchg() { return; } #ifdef XLUA /* function to print errors of lua scripts */ void ui_bail(lua_State *L, char * msg) { return; } #endif /* function to read text from stdin */ char * ui_query(char * initial_msg) { return NULL; } void ui_start_colors() { return; } sc-im-0.8.2+ds/examples/gui_example/gui.h000066400000000000000000000031651416612453600202220ustar00rootroot00000000000000#include #include #include #include "color.h" #define LINES 25 #define COLS 80 #define DEFAULT_COLOR -1 #define BLACK COLOR_BLACK #define RED COLOR_RED #define GREEN COLOR_GREEN #define YELLOW COLOR_YELLOW #define BLUE COLOR_BLUE #define MAGENTA COLOR_MAGENTA #define CYAN COLOR_CYAN #define WHITE COLOR_WHITE extern int offscr_sc_rows, offscr_sc_cols; extern int center_hidden_rows, center_hidden_cols; extern unsigned int curmode; extern struct srange * ranges; extern struct ent ** p; void ui_start_screen(); void ui_stop_screen(); int ui_getch(wint_t * wd); int ui_getch_b(wint_t * wd); void ui_clr_header(int row); void ui_print_mult_pend(); void ui_show_header(); void ui_show_celldetails(); void ui_print_mode(); void ui_do_welcome(); void ui_update(int header); int ui_get_formated_value(struct ent ** p, int col, char * value); void ui_handle_cursor(); void yyerror(char *err); // error routine for yacc (gram.y) void ui_show_text(char * val); void ui_bail(lua_State *L, char * msg); char * ui_query(char * initial_msg); void ui_start_colors(); void ui_sc_msg(char * s, int type, ...); void ui_set_ucolor(WINDOW * w, struct ucolor * uc); void ui_show_content(WINDOW * win, int mxrow, int mxcol); void ui_show_sc_row_headings(WINDOW * win, int mxrow); void ui_show_sc_col_headings(WINDOW * win, int mxcol); void ui_add_cell_detail(char * d, struct ent * p1); void ui_write_j(WINDOW * win, const char * word, const unsigned int row, const unsigned int justif); void ui_show_cursor(WINDOW * win); sc-im-0.8.2+ds/examples/lua/000077500000000000000000000000001416612453600155425ustar00rootroot00000000000000sc-im-0.8.2+ds/examples/lua/getstock.lua000066400000000000000000000012731416612453600200730ustar00rootroot00000000000000 local http=require'socket.http' body,c,l,h = http.request('http://download.finance.yahoo.com/d/quotes.csv?s=AAPL+GOOG&f=sab2b3jk') function split(str, sep) local result = {} local regex = ("([^%s]+)"):format(sep) for each in str:gmatch(regex) do table.insert(result, each) end return result end function trg(c,r) file=io.open("/tmp/log.txt", "a+") str=sc.lgetstr(c-1,r) file:write(string.format("%d %d \n",c,r,str)) file:flush() --sc.lsetstr(c,r,str) body,z,l,h = http.request('http://download.finance.yahoo.com/d/quotes.csv?s='..str..'&f=sab2b3jk') a=split(body,',') sc.lsetnum(c,r,a[2]) file:write(string.format("%d %d \n",c,r)) file:write(a[2]) file:flush() end sc-im-0.8.2+ds/examples/lua/macro.lua000066400000000000000000000013511416612453600173460ustar00rootroot00000000000000tmp=sc.lquery("Info from Lua, type in your input: ") sc.lsetstr(0,0,tmp) -- Write string from User Query to A0 sc.lsetstr(1,1,"String From Lua") -- Write String to B1 for a=10,20,1 do for b=10,20,1 do sc.lsetnum(a,b,((a-9)*(b-9))) -- Set a column and b row some numbers end end sc.lsetform(1,5,"@sum(a5:a7)") -- write Formula to B5 sc.lsetnum(1,4,sc.maxcols) -- write maxcolums currently in use to B4 c,r=sc.a2colrow("c5") -- returns the number representation of "c5" cell should be 3, 5 print("column "..c.." row "..r) print(" and the asci is "..sc.colrow2a(c,r)) -- show the ascii representation of numeric column row sc.sc("LET C22=B5*5") -- pass whole cmd to interpretter. sc-im-0.8.2+ds/examples/lua/stock.readme000066400000000000000000000007461416612453600200530ustar00rootroot00000000000000This is an example of an "READ" trigger. Place the getstock.lua in $HOME/.scim/lua or /usr/local/share/scim/lua. Make sure the getstock.lua has sufficient permission for sc-im to read it. Start sc-im and load the stock.sc, after while depending on your internet Connection, you should get the current stock value of those tree example Stocks and calculates there value depending on count. Of course this can also be done using @lua function and for real life @lua should be used. sc-im-0.8.2+ds/examples/lua/stock.sc000066400000000000000000000011621416612453600172140ustar00rootroot00000000000000# This data file was generated by SC-IM. # You almost certainly shouldn't edit it. format A 34 1 0 leftstring A0 = "Example of Read triggers" leftstring E0 = "Symbol" leftstring F0 = "Price" leftstring G0 = "Count" leftstring H0 = "Value" leftstring A1 = "The Marke Value of Symbol is" leftstring A2 = "taken for yahoo source via www" leftstring E6 = "GOOG" let F6 = 852.16 let G6 = 10 let H6 = F6*G6 leftstring E7 = "AAPL" let F7 = 140.1 let G7 = 40 let H7 = F7*G7 leftstring E8 = "TSLA" let F8 = 261.4 let G8 = 50 let H8 = F8*G8 let H13 = @sum(H6:H11) trigger f6:f8 "mode=R type=LUA file=getstock.lua function=trg" goto A3 sc-im-0.8.2+ds/examples/lua/test.sc000066400000000000000000000034511416612453600170530ustar00rootroot00000000000000# This data file was generated by SC-IM. # You almost certainly shouldn't edit it. set external_functions let A0 = @ston(@lua("macro.lua",0)) leftstring B1 = "Roman" let F1 = @sum(A6:A8) let A6 = 5 let A7 = 5 let A8 = 5 let K11 = 1 let L11 = 2 let M11 = 3 let N11 = 4 let O11 = 5 let P11 = 6 let Q11 = 7 let R11 = 8 let S11 = 9 let T11 = 10 let U11 = 11 let K12 = 2 let L12 = 4 let M12 = 6 let N12 = 8 let O12 = 10 let P12 = 12 let Q12 = 14 let R12 = 16 let S12 = 18 let T12 = 20 let U12 = 22 let K13 = 3 let L13 = 6 let M13 = 9 let N13 = 12 let O13 = 15 let P13 = 18 let Q13 = 21 let R13 = 24 let S13 = 27 let T13 = 30 let U13 = 33 let K14 = 4 let L14 = 8 let M14 = 12 let N14 = 16 let O14 = 20 let P14 = 24 let Q14 = 28 let R14 = 32 let S14 = 36 let T14 = 40 let U14 = 44 let K15 = 5 let L15 = 10 let M15 = 15 let N15 = 20 let O15 = 25 let P15 = 30 let Q15 = 35 let R15 = 40 let S15 = 45 let T15 = 50 let U15 = 55 let K16 = 6 let L16 = 12 let M16 = 18 let N16 = 24 let O16 = 30 let P16 = 36 let Q16 = 42 let R16 = 48 let S16 = 54 let T16 = 60 let U16 = 66 let K17 = 7 let L17 = 14 let M17 = 21 let N17 = 28 let O17 = 35 let P17 = 42 let Q17 = 49 let R17 = 56 let S17 = 63 let T17 = 70 let U17 = 77 let K18 = 8 let L18 = 16 let M18 = 24 let N18 = 32 let O18 = 40 let P18 = 48 let Q18 = 56 let R18 = 64 let S18 = 72 let T18 = 80 let U18 = 88 let K19 = 9 let L19 = 18 let M19 = 27 let N19 = 36 let O19 = 45 let P19 = 54 let Q19 = 63 let R19 = 72 let S19 = 81 let T19 = 90 let U19 = 99 let K20 = 10 let L20 = 20 let M20 = 30 let N20 = 40 let O20 = 50 let P20 = 60 let Q20 = 70 let R20 = 80 let S20 = 90 let T20 = 100 let U20 = 110 let K21 = 11 let L21 = 22 let M21 = 33 let N21 = 44 let O21 = 55 let P21 = 66 let Q21 = 77 let R21 = 88 let S21 = 99 let T21 = 110 let U21 = 121 cellcolor F1 "fg=RED bg=BLACK bold=1 underline=1" goto B2 sc-im-0.8.2+ds/examples/lua/trg_sql3.lua000066400000000000000000000014521416612453600200050ustar00rootroot00000000000000-- trigger example of writing a cell content to sqlite3 database -- use sqlite3 to create in /tmp/db.sql3 -- CREATE TABLE account ( date DATETIME, val REAL); -- watch account table when defining trigger in scim -- place this file in /usr/local/share/scim/lua -- define trigger as follow : trigger a5 "mode=W type=LUA file=trg_sql3.lua function=trg" -- when ever something writen to a5, it will be inserted into account table function trg(c, r ) file=io.open("/tmp/log.txt", "a+") local m_sql=require("luasql.sqlite3") local m_env = m_sql.sqlite3() local con = m_env:connect("/tmp/db.sql3") val=sc.lgetnum(c,r) file:write(string.format("%d %d value is %d",c,r,val)) file:flush() local query="insert into account values (datetime('now'),"..val..");" print(val) local cur1= con:execute(query) end sc-im-0.8.2+ds/examples/markdown/000077500000000000000000000000001416612453600166035ustar00rootroot00000000000000sc-im-0.8.2+ds/examples/markdown/markdown-table-alignment.md000066400000000000000000000003661416612453600240150ustar00rootroot00000000000000| Ingredient | Amount | unit | |-----------:|-----------:|-----------:| | Sardines | 1.00 | kilo | | Garlick | 3.00 | toes | | Parsley | 1.00 | bunch | | White wine | 1.00 | bottle | sc-im-0.8.2+ds/examples/markdown/markdown-table.md000066400000000000000000000003741416612453600220400ustar00rootroot00000000000000| Description | Amount | Unit | |-------------|------------|------------| | Sardines | 1.00 | kilo | | Garlick | 3.00 | toes | | Parsley | 1.00 | bunch | | White wine | 1.00 | bottle | sc-im-0.8.2+ds/examples/nocurses/000077500000000000000000000000001416612453600166225ustar00rootroot00000000000000sc-im-0.8.2+ds/examples/nocurses/export_to_mkd.sc000066400000000000000000000001321416612453600220230ustar00rootroot00000000000000LABEL A0 = "Col1" LABEL B0 = "Col2" LET A1=0 LET B1=2 EXECUTE "e! mkd /tmp/test.md" QUIT sc-im-0.8.2+ds/examples/nocurses/nocurses.readme000066400000000000000000000010271416612453600216420ustar00rootroot00000000000000These are examples how to run sc-im with the -nocurses option COMMAND: cat examples/nocurses/export_to_mkd.sc | sc-im --nocurses examples/sc/subtotals.sc && cat /tmp/test.md STDOUT: Writing file "/tmp/test.md"... File "/tmp/test.md" written quitting. unsaved changes will be lost. | Col1 | Col2 | |:----------:|:----------:| | 0.00 | 2.00 | COMMAND: echo "let A0=1\nlet A1=1\nlet A2=A0+A1\nrecalc\nexecute \"version\"\n\n"| ./src/sc-im --nocurses --quit_afterload STDOUT: Prints version end waits for quit. sc-im-0.8.2+ds/examples/ods/000077500000000000000000000000001416612453600155465ustar00rootroot00000000000000sc-im-0.8.2+ds/examples/ods/gnumeric.ods000066400000000000000000000150431416612453600200710ustar00rootroot00000000000000PK |Rl9..mimetypeapplication/vnd.oasis.opendocument.spreadsheetPK |RW Qb content.xmlIIQbW UTH_`]m6_s~$M&Av+P-ѶITIj_p'/!WU$Ӧ[3>>Q77?Ɣy$<#c8C\/ܜ ?\}͇<{)Y=/]搐ÿh c. b[(lɝ%pZ3u[vs\l XڢUrKѮnc ^-6_o x=P^l1z`EHa0ATvF\o*\lR^ۭ^-LµW{J>@|[ӹ~BuK4ۛ-ڡ^TMJ؞A p-{A{wzӂs|4ХRf~]`V$8ACbBeSTU4t%Δ[iNjח(WWּq1؄ezlKܵ4C(Ŝfzz &5L7ұ&qL'7t-DO׆ҤP70*-KѤg = Ne:Ӌְik`Ŏ_I6cBREm@}φiB]Yo5b ֲ&A̶lErZ\E>Vi !- .WC\}ٺF>eC|m+]Y-J)ٕz{r\aoqZqkb@PLV700n`-aB!I7H&-2ƴ%Y70Vw[wcn`,Z8b$l5F|m nà+C$T]#$!~EJ5fscs";wʢn=r2t4#v0Rr?]:`Ov𵨬r[RB?v wotmԽgrgf|H=Z[Է@ rq+!zlϏ/k6>T"eU$p)_-Jr>nؚ@!!W;{*1<^%瘆А?%!C'\ 1xE\ݧ5_|:8CBWiM]^ w; &<#&(dR,$6c[WNwS*V#j®v0@I.p -*AN--;rvD>r0oJcL3kNJ.qQr吵hߢôlA* ?W5elD7^L\>ЫUkꬂ4!ڿR#3!NVaSss(<T1<#Pw"mYkD1rc9BP*ޞ}N11,}m 8C]{^{Ph*8׍w\ƶd)0j|iCZ3XȿnK-] n&K}yE*Fv 5܂/担fZZ|> | H''Mtqz˹P;*XXՑ FW&ݥHByy^eN#eJah4E2 A8F-kRU*:Q/vu"QIDN;a;{"w3m @ -Z6qm`c{QB(y<}0 >A,9m˚NgOe =K.@i*>0"sdZF YG32ͻ+ô ø,ಖ4H1JP-˽I' 7~=L]t xl{Rosc2̶s돛"f-Gt#>-ȴf;7= N-XҌfs`Z`Fqk^?#E=_+AwpΆd\S_ z>+(WB+ڜ |=9RzV;8sQ_~FRwᴧ>vijR&O591eDFKk*\Ov9% RqDy6:Bi eOzGN ?]W;gPK |R$)! styles.xmlII!)UTH_`Z[o6~uhYN^JKeHx~I,'jH"+;ݛ% DȂ,/fa1O mf|gnx1Y'mfR: p1" jjpU+CB6&h oI]bu#brh'YlrE3s,&׆a"ދg˗Xgrz{Ւ(ZӼPǢ&rU-`ܸ\,^><~"cd1{;0{^˱(D!g%29w✔c.gF .{AQF')$LЯi)/Ԙ4Ay"k'Gk ]}5 f6xzMZl`:c[ζςvvmo,ZG;XfhctMxH_{JH\@@9J&x]٬DM`dE2"PRdhnGjfct^Q%)*`ro.-9w 篽Kf+ӤP&{LkÏg qUQ ˠ1?4ƣ^fpBЇ'IW9,ˆ|(g,\vYA!R &# !$7p&5%J 54fjw~hX37HY 3D0"05ͳI}OwY+0 e{lRA:|zD ́+. WϴJc|q.QdY6g(Rb"Gx:P""P؍WWvh1s#&s/q+Kӧe $YK>i1Z񆯩EbP6udxgSt/ k)5EC1 c 3:VIR쩶UU3`iT7>Je/of# *ubnx@2 I!aF3Iit Fڭ;8i=1ȡĢSVՀ 9cx\šH+_I#fw3|tuFkcNrAX"VrN$m@ak0YC^Ԕ`A'T}B'T}B'TA~.rZ iuWu՞kI swwkW.l WލVۘyݝk{(H~BAO`f7jj-6hnaMll^F|rj4AZ080O~Z5ȃt0w}9ob@HQBXY72p_ɀ!̘ mK ԝg Щ;Ԝऽr!106C88v9.z !{M|y]ز# ݅`ܾ܆>YCc`Ce AaTV6>䄨{tœNJFt-hhjǦQ:rLW-83gгi6:F}zf}<8Q)f@0IdY|2=iFcVQ7Q4zHdӔ8twe;;*?le$gdH=W@*?"`)QxΩ^{Gs>)@|l;VU iC|*:.ɦfsFu;)]<r?4M, i]'R 6iv:@ݜY+j6 q!B[&Omy)`-%g }wm #oc[,TRpfU/z2{<5x@MmڷWw_44?PK |Rl9..mimetypePK |RW Qb Tcontent.xmlUTH_`PK |R$)! styles.xmlUTH_`PK |RŊ6 _meta.xmlUTH_`PK |RVŀD settings.xmlUTH_`PK |Rs)L cMETA-INF/manifest.xmlUTH_`PKsc-im-0.8.2+ds/examples/ods/gnumeric/000077500000000000000000000000001416612453600173575ustar00rootroot00000000000000sc-im-0.8.2+ds/examples/ods/gnumeric/META-INF/000077500000000000000000000000001416612453600205175ustar00rootroot00000000000000sc-im-0.8.2+ds/examples/ods/gnumeric/META-INF/manifest.xml000066400000000000000000000012021416612453600230420ustar00rootroot00000000000000 sc-im-0.8.2+ds/examples/ods/gnumeric/content.xml000066400000000000000000000611211416612453600215540ustar00rootroot00000000000000 4322669 1.12 12:31:00 PM izquierda derecha 18/04/2019 centro $960.14 04/18/19 −32 expr 4322670.12 average 2161335.06 sum 4322670.12 product 4841389.28 count 2 min 1.12 max 4322669 abs 32 stdev 3056587.770765 sc-im-0.8.2+ds/examples/ods/gnumeric/meta.xml000066400000000000000000000012351416612453600210300ustar00rootroot00000000000000 2021-03-27T22:47:40Z 2021-03-27T19:18:10Z 2 PT3M57S gnumeric/1.12.48 sc-im-0.8.2+ds/examples/ods/gnumeric/mimetype000066400000000000000000000000561416612453600211340ustar00rootroot00000000000000application/vnd.oasis.opendocument.spreadsheetsc-im-0.8.2+ds/examples/ods/gnumeric/settings.xml000066400000000000000000000100311416612453600217340ustar00rootroot00000000000000 true Sheet1 959 827 View1 1 13 100 true true true 0 0 0 0 Sheet1 sc-im-0.8.2+ds/examples/ods/gnumeric/styles.xml000066400000000000000000000204251416612453600214270ustar00rootroot00000000000000 $-$:: //// Page sc-im-0.8.2+ds/examples/plot/000077500000000000000000000000001416612453600157375ustar00rootroot00000000000000sc-im-0.8.2+ds/examples/plot/plot_bar.sc000066400000000000000000000011071416612453600200670ustar00rootroot00000000000000# This data file was generated by SC-IM. # You almost certainly shouldn't edit it. set external_functions format A 12 2 0 format B 14 2 0 mark a A1 mark b A1 mark c A1 mark d A1 mark e A1 mark f A1 mark g A1 mark h A1 mark i A1 mark j A1 mark k A1 mark l A1 mark m A1 mark n A1 mark o A1 mark p A1 mark q A1 mark r A1 mark s A1 mark t A1 mark u A1 mark v A1 mark w A1 mark x A1 mark y A1 mark z A1 label A0 = "Type" label B0 = "Northeast" label A1 = "Plumbing" let B1 = 216 label A2 = "Heating" let B2 = 144 label A3 = "Electric" let B3 = 24 label A4 = "Upkeep" let B4 = 13 goto A0 sc-im-0.8.2+ds/examples/plot/plot_line.sc000066400000000000000000000017311416612453600202550ustar00rootroot00000000000000# This data file was generated by SC-IM. # You almost certainly shouldn't edit it. set external_functions format B 14 2 0 format C 14 2 0 format D 14 2 0 mark a A1 mark b A1 mark c A1 mark d A1 mark e A1 mark f A1 mark g A1 mark h A1 mark i A1 mark j A1 mark k A1 mark l A1 mark m A1 mark n A1 mark o A1 mark p A1 mark q A1 mark r A1 mark s A1 mark t A1 mark u A1 mark v A1 mark w A1 mark x A1 mark y A1 mark z A1 label A0 = "Month" label B0 = "Earn Type 1" label C0 = "Earn Type 2" label D0 = "Earn Type 3" let A1 = 1 let B1 = 1 let C1 = 2 let D1 = 5 let A2 = 2 let B2 = 4 let C2 = 4 let D2 = 10 let A3 = 3 let B3 = 9 let C3 = 6 let D3 = 15 let A4 = 4 let B4 = 16 let C4 = 7 let D4 = 20 let A5 = 5 let B5 = 25 let C5 = 10 let D5 = 25 let A6 = 6 let B6 = 36 let C6 = 12 let D6 = 30 let A7 = 7 let B7 = 49 let C7 = 14 let D7 = 35 let A8 = 8 let B8 = 64 let C8 = 16 let D8 = 40 let A9 = 9 let B9 = 81 let C9 = 18 let D9 = 45 let A10 = 10 let B10 = 100 let C10 = 20 let D10 = 50 goto A0 sc-im-0.8.2+ds/examples/plot/plot_pie.sc000066400000000000000000000003721416612453600201030ustar00rootroot00000000000000# This data file was generated by SC-IM. # You almost certainly shouldn't edit it. set external_functions label A0 = "Plumbing" let B0 = 216 label A1 = "Heating" let B1 = 144 label A2 = "Electric" let B2 = 24 label A3 = "Upkeep" let B3 = 13 goto A0 sc-im-0.8.2+ds/examples/plot/plot_scatter.sc000066400000000000000000000012721416612453600207730ustar00rootroot00000000000000# This data file was generated by SC-IM. # You almost certainly shouldn't edit it. set external_functions format B 14 2 0 format C 14 2 0 format D 14 2 0 mark a A1 mark b A1 mark c A1 mark d A1 mark e A1 mark f A1 mark g A1 mark h A1 mark i A1 mark j A1 mark k A1 mark l A1 mark m A1 mark n A1 mark o A1 mark p A1 mark q A1 mark r A1 mark s A1 mark t A1 mark u A1 mark v A1 mark w A1 mark x A1 mark y A1 mark z A1 label A0 = "Month" label B0 = "Earn Type 1" let A1 = 1 let B1 = 1 let A2 = 2 let B2 = 4 let A3 = 3 let B3 = 9 let A4 = 4 let B4 = 16 let A5 = 5 let B5 = 25 let A6 = 6 let B6 = 36 let A7 = 7 let B7 = 49 let A8 = 8 let B8 = 64 let A9 = 9 let B9 = 81 let A10 = 10 let B10 = 100 goto A0 sc-im-0.8.2+ds/examples/sc/000077500000000000000000000000001416612453600153665ustar00rootroot00000000000000sc-im-0.8.2+ds/examples/sc/a.sc000077500000000000000000000033021416612453600161360ustar00rootroot00000000000000# This data file was generated by SCIM. # You almost certainly shouldn't edit it. format A 14 2 0 format D 16 2 0 format I 10 5 0 mark a B11 mark b E11 mark c A2 A4 label A1 = "NO eS" let G1 = 1 let H1 = -1 let I1 = -1.55 let A2 = 0 let C2 = 2+A3 let G2 = 2 let H2 = @abs(A0) let I2 = -2.1321 let A3 = 1 leftstring C3 = "algo de ñandú" let A4 = 2 leftstring A5 = "c" leftstring B5 = "o" let H5 = @sum(A0:A0) let I5 = @sum(A0:A0) leftstring A6 = "a" leftstring B6 = "p" leftstring A7 = "b" leftstring B7 = "q" let A11 = 1 rightstring B11 = "c" let C11 = 2 let D11 = 10 let E11 = A0+A0 let F11 = 3 let G11 = 1 let H11 = 5 let I11 = 6 let J11 = 7 let K11 = 8 let L11 = 9 let A12 = 2.456 rightstring B12 = "d" let C12 = 3 let E12 = 125.35 let G12 = 2 let H12 = 23 let J12 = 37 let L12 = 29 let A13 = 3 rightstring B13 = "e" let G13 = 3 let H13 = 1 let I13 = 2 let J13 = 3 let K13 = 4 let L13 = 5 let A14 = 4.9872 rightstring B14 = "f" let A15 = 5 rightstring B15 = "g" let F15 = 44 let A16 = 6.75 rightstring B16 = "h" leftstring E16 = "izquierda" let A17 = 7 rightstring B17 = "i" rightstring E17 = "derecha" let A18 = 8 rightstring B18 = "j" label E18 = "centro" let A21 = 40876 fmt A21 "d%d/%m/%y" label E21 = "a" label F21 = "c" label G21 = "e" label H21 = "g" let A22 = 40963*60*60*24 fmt A22 "d%d/%m/%y" let B22 = 40963 fmt B22 "d%d/%m/%y" let D22 = 10000000.34 fmt D22 "###,###.000" label E22 = "b" label F22 = "d" label G22 = "f" label H22 = "h" let B23 = 40920 fmt B23 "d%d/%m/%y" let A24 = 41244 let B24 = 41244 fmt B24 "d%d/%m/%y" let D24 = 23.12 fmt D24 "00.000" let A25 = 96176750 fmt A25 "d%d/%m/%y" label C25 = "12/04/2014" let A26 = 96176750 label C26 = "12/04/2014" label J26 = "soy todo un:carro. pappo" goto C26 sc-im-0.8.2+ds/examples/sc/b.sc000077500000000000000000000023741416612453600161470ustar00rootroot00000000000000# This data file was generated by SCIM. # You almost certainly shouldn't edit it. format A 27 2 0 format B 19 2 0 label C0 = "01/05/2014" label C1 = "IMPORTE" label D1 = "FECHA PAGADO" label E1 = "FECHA DE VENCIMIENTO" label F1 = "MEDIO PAGO" leftstring A3 = "ALQUILER" let C3 = 234 label D3 = "30/04/2014" label F3 = "LINK" leftstring A4 = "EXPENSAS" let C4 = 560 label D4 = "06/05/2014" label F4 = "MANO" leftstring A5 = "MOVISTAR ANDRES" let C5 = 69.54 label D5 = "20/05/2014" label E5 = "22/05/2014" label F5 = "LINK" leftstring A6 = "MOVISTAR EVEN" let C6 = 89.71 label D6 = "12/05/2014" label E6 = "15/05/2014" label F6 = "LINK" leftstring A7 = "TELEFONICA" leftstring B7 = "algo de ñandú" let C7 = 118.83 label D7 = "11/05/2014" label E7 = "12/05/2014" label F7 = "LINK" leftstring A8 = "AYSA" let C8 = 20.68 label D8 = "20/05/2014" label E8 = "21/05/2014" label F8 = "LINK" leftstring A9 = "EDESUR" let C9 = 117.84 label D9 = "08/05/2014" label E9 = "09/05/2014" label F9 = "LINK" leftstring A10 = "METROGAS" leftstring A11 = "CABLEVISION + FIBERTEL" let C11 = 340 label D11 = "06/05/2014" label F11 = "RAPI PAGO" leftstring A12 = "ABL" leftstring A13 = "TARJETA" let C13 = 1192 label D13 = "05/05/2014" label F13 = "TRANSFERENCIA" leftstring A15 = "TOTAL" goto B7 sc-im-0.8.2+ds/examples/sc/color.sc000077500000000000000000000356211416612453600170450ustar00rootroot00000000000000# This data file was generated by SCIM. # You almost certainly shouldn't edit it. color "type=HEADINGS fg=BLACK bg=YELLOW bold=0" color "type=CELL_SELECTION fg=YELLOW bg=BLACK bold=0" color "type=CELL_SELECTION_SC fg=YELLOW bg=BLACK bold=0 reverse=1" color "type=NUMB fg=YELLOW bg=BLACK bold=0" color "type=STRG fg=YELLOW bg=BLACK bold=0" color "type=EXPRESSION fg=YELLOW bg=BLACK bold=0" color "type=MODE fg=YELLOW bg=BLACK bold=0" color "type=CELL_ID fg=YELLOW bg=BLACK bold=0" color "type=CELL_FORMAT fg=YELLOW bg=BLACK bold=0" color "type=CELL_CONTENT fg=YELLOW bg=BLACK bold=0" color "type=INFO_MSG fg=BLUE bg=BLACK bold=0" color "type=ERROR_MSG fg=RED bg=BLACK bold=0" format A 27 2 0 format C 13 2 0 format D 21 2 0 format E 11 2 0 format G 14 2 0 format H 21 2 0 format I 13 2 0 format K 14 2 0 format L 22 2 0 format M 12 2 0 format O 13 2 0 format P 22 2 0 format Q 11 2 0 format R 14 2 0 format S 14 2 0 format T 21 2 0 format V 12 2 0 format W 14 2 0 format X 23 2 0 format Y 13 2 0 format AA 14 2 0 format AB 22 2 0 format AD 12 2 0 format AE 15 2 0 format AF 22 2 0 format AG 12 2 0 format AI 16 2 0 format AJ 23 2 0 format AK 11 2 0 format AM 15 2 0 format AN 23 2 0 format AO 12 2 0 format AP 11 2 0 format AQ 14 2 0 format AR 21 2 0 format AS 14 2 0 format AU 14 2 0 format AV 22 2 0 format AW 14 2 0 format AY 14 2 0 format AZ 22 2 0 format BA 14 2 0 format BB 13 2 0 format BC 15 2 0 format BD 22 2 0 format BE 14 2 0 format BG 13 2 0 format BH 21 2 0 format BI 14 2 0 format BK 13 2 0 format BL 21 2 0 format BM 12 2 0 hide B hide C hide D hide E hide F hide G hide H hide I hide J hide K hide L hide M hide N hide O hide P hide Q hide R hide S hide T hide U hide V hide W hide X hide Y hide Z hide AA hide AB hide AC hide AD hide AE hide AF hide AG hide AH hide AI hide AJ hide AK hide AL hide AM hide AN hide AO hide AP hide AQ hide AR hide AS hide AT hide AU hide AV hide AW hide AX hide AY hide AZ hide BA hide BB hide BC hide BD hide BE mark a BB18 mark b BE1 leftstring B0 = "01/10/2013" leftstring F0 = "01/11/2013" label J0 = "01/12/2013" label N0 = "01/01/2014" label R0 = "01/02/2014" label V0 = "01/03/2014" label Z0 = "01/04/2014" label AD0 = "01/05/2014" label AH0 = "01/06/2014" label AL0 = "01/07/2014" label AP0 = "01/08/2014" label AT0 = "01/09/2014" label AX0 = "01/10/2014" label BB0 = "01/11/2014" label BF0 = "01/12/2014" label BJ0 = "01/01/2015" label B1 = "IMPORTE" label C1 = "FECHA PAGADO" label D1 = "FECHA DE VENCIMIENTO" label E1 = "MEDIO PAGO" label F1 = "IMPORTE" label G1 = "FECHA PAGADO" label H1 = "FECHA DE VENCIMIENTO" label I1 = "MEDIO PAGO" label J1 = "IMPORTE" label K1 = "FECHA PAGADO" label L1 = "FECHA DE VENCIMIENTO" label M1 = "MEDIO PAGO" label N1 = "IMPORTE" label O1 = "FECHA PAGADO" label P1 = "FECHA DE VENCIMIENTO" label Q1 = "MEDIO PAGO" label R1 = "IMPORTE" leftstring S1 = "FECHA PAGADO" leftstring T1 = "FECHA DE VENCIMIENTO" leftstring U1 = "MEDIO PAGO" label V1 = "IMPORTE" label W1 = "FECHA PAGADO" label X1 = "FECHA DE VENCIMIENTO" label Y1 = "MEDIO PAGO" label Z1 = "IMPORTE" label AA1 = "FECHA PAGADO" label AB1 = "FECHA DE VENCIMIENTO" label AC1 = "MEDIO PAGO" label AD1 = "IMPORTE" label AE1 = "FECHA PAGADO" label AF1 = "FECHA DE VENCIMIENTO" label AG1 = "MEDIO PAGO" label AH1 = "IMPORTE" label AI1 = "FECHA PAGADO" label AJ1 = "FECHA DE VENCIMIENTO" label AK1 = "MEDIO PAGO" label AL1 = "IMPORTE" label AM1 = "FECHA PAGADO" label AN1 = "FECHA DE VENCIMIENTO" label AO1 = "MEDIO PAGO" label AP1 = "IMPORTE" label AQ1 = "FECHA PAGADO" label AR1 = "FECHA DE VENCIMIENTO" label AS1 = "MEDIO PAGO" label AT1 = "IMPORTE" label AU1 = "FECHA PAGADO" label AV1 = "FECHA DE VENCIMIENTO" label AW1 = "MEDIO PAGO" label AX1 = "IMPORTE" label AY1 = "FECHA PAGADO" label AZ1 = "FECHA DE VENCIMIENTO" label BA1 = "MEDIO PAGO" label BB1 = "IMPORTE" label BC1 = "FECHA PAGADO" label BD1 = "FECHA DE VENCIMIENTO" label BE1 = "MEDIO PAGO" label BF1 = "IMPORTE" label BG1 = "FECHA PAGADO" label BH1 = "FECHA DE VENCIMIENTO" label BI1 = "MEDIO PAGO" label BJ1 = "IMPORTE" label BK1 = "FECHA PAGADO" label BL1 = "FECHA DE VENCIMIENTO" label BM1 = "MEDIO PAGO" label AC2 = "LINK" leftstring A3 = "ALQUILER" let B3 = 2250 rightstring C3 = "01/10/2013" label E3 = "TR. LINK" let F3 = 2250 label G3 = "07/11/2013?" label I3 = "TR. LINK" let J3 = 2250 label K3 = "02/12/2013" label M3 = "TR. LINK" let N3 = 2250 let R3 = 2340 label S3 = "03/02/2014" label U3 = "LINK" let V3 = 2340 label W3 = "05/03/2014" label Y3 = "LINK" let Z3 = 2340 label AA3 = "31/03/2014" label AC3 = "LINK" let AD3 = 2340 label AE3 = "30/04/2014" label AG3 = "LINK" let AH3 = 2340 label AI3 = "02/06/2014" label AK3 = "LINK" let AL3 = 2340 label AM3 = "30/06/2014" label AO3 = "TRANSF. LINK" let AP3 = 2340 label AQ3 = "01/08/2014" label AS3 = "TRANSF. LINK" let AT3 = 2340 label AU3 = "01/09/2014" label AW3 = "TRANSF. LINK" let AX3 = 2340 label AY3 = "29/09/2014" label AZ3 = "05/10/2014" label BA3 = "TRANSF. LINK" let BB3 = 3075 label BC3 = "03/11/2014" label BD3 = "07/11/2014" label BE3 = "TRANSF. LINK" let BF3 = 3075 label BG3 = "01/12/2014" label BI3 = "TRANSF. LINK" let BJ3 = 3075 label BK3 = "02/01/2015" label BL3 = "02/01/2015" label BM3 = "TRANSF. LINK" leftstring A4 = "EXPENSAS" let B4 = 432 rightstring C4 = "04/10/2013" label E4 = "MANO" let F4 = 432 label G4 = "07/11/2013?" label I4 = "MANO" let J4 = 432 label K4 = "04/12/2013" label L4 = "10/12/2013" label M4 = "MANO" let N4 = 432 label Q4 = "MANO" let R4 = 432 label S4 = "04/02/2014" label U4 = "MANO" let V4 = 433 label W4 = "03/03/2014" label X4 = "10/03/2014" label Y4 = "MANO" let Z4 = 560 label AA4 = "08/04/2014" label AB4 = "10/04/2014" label AC4 = "MANO" let AD4 = 560 label AE4 = "06/05/2014" label AG4 = "MANO" let AH4 = 560 label AI4 = "03/06/2014" label AK4 = "MANO" label AL4 = "5XX" label AM4 = "YA PAGADO" label AO4 = "MANO" let AP4 = 617 label AQ4 = "08/08/2014" label AR4 = "10/08/2014" label AS4 = "MANO" let AT4 = 1012 label AU4 = "03/09/2014" label AW4 = "MANO" let AX4 = 1012 label AY4 = "07/10/2014" label AZ4 = "10/10/2014" label BA4 = "MANO" let BB4 = 619 label BC4 = "10/11/2014" label BD4 = "10/11/2014" label BE4 = "MANO" let BF4 = 619 label BG4 = "05/12/2014" label BI4 = "MANO" let BJ4 = 620 label BK4 = "06/01/2015" label BL4 = "10/01/2015" label BM4 = "MANO" leftstring A5 = "MOVISTAR ANDRES" let B5 = 79.64 rightstring C5 = "15/10/2013" rightstring D5 = "24/10/2013" label E5 = "LINK" let F5 = 89.18 label G5 = "19/11/2013" label H5 = "22/11/2013" label I5 = "LINK" let J5 = 69.54 label K5 = "16/12/2013" label L5 = "23/12/2013" label M5 = "LINK" let N5 = 69.54 label O5 = "13/01/2014" label P5 = "23/01/2014" label Q5 = "LINK" let R5 = 69.54 label S5 = "14/02/2014" label T5 = "21/02/2014" label U5 = "LINK" let V5 = 69.54 label W5 = "14/03/2014" label X5 = "21/03/2014" label Y5 = "LINK" let Z5 = 69.54 label AA5 = "22/04/2014" label AB5 = "24/04/2014" label AC5 = "LINK" let AD5 = 69.54 label AE5 = "20/05/2014" label AF5 = "22/05/2014" label AG5 = "LINK" let AH5 = 69.54 label AI5 = "22/06/2014" label AJ5 = "24/06/2014" label AK5 = "LINK" let AL5 = 69.54 label AM5 = "21/07/2014" label AN5 = "23/07/2014" label AO5 = "LINK" let AP5 = 69.54 label AQ5 = "25/08/2014" label AR5 = "27/08/2014" label AS5 = "LINK" let AT5 = 76.15 label AU5 = "22/09/2014" label AV5 = "24/09/2014" label AW5 = "PAGO FACIL" let AX5 = 76.3 label AY5 = "20/10/2014" label AZ5 = "24/10/2014" label BA5 = "LINK" let BB5 = 76.15 label BC5 = "19/11/2014" label BD5 = "24/11/2014" label BE5 = "LINK" let BF5 = 85.21 label BG5 = "22/12/2014" label BH5 = "24/12/2014" label BI5 = "LINK" leftstring A6 = "MOVISTAR EVEN" let B6 = 79.64 let F6 = 79.64 label G6 = "11/11/2013" label H6 = "12/11/2013" label I6 = "LINK" let J6 = 79.64 label K6 = "04/12/2013" label L6 = "13/12/2013" label M6 = "LINK" label N6 = "OK" label O6 = "13/01/2014" label P6 = "14/01/2014" label Q6 = "LINK" let R6 = 89.71 label S6 = "10/02/2014" label T6 = "12/02/2014" label U6 = "LINK" let V6 = 89.71 label W6 = "14/03/2014" label X6 = "17/03/2014" label Y6 = "LINK" let Z6 = 89.71 label AA6 = "10/04/2014" label AB6 = "11/04/2014" label AC6 = "LINK" let AD6 = 89.71 label AE6 = "12/05/2014" label AF6 = "15/05/2014" label AG6 = "LINK" let AH6 = 106.26 label AI6 = "11/06/2014" label AJ6 = "12/06/2014" label AK6 = "LINK" let AL6 = 106.26 label AM6 = "08/07/2014" label AN6 = "11/07/2014" label AO6 = "LINK" let AP6 = 113.48 label AQ6 = "07/08/2014" label AR6 = "08/08/2014" label AS6 = "LINK" let AT6 = 113.48 label AU6 = "09/09/2014" label AV6 = "11/09/2014" label AW6 = "LINK" let AX6 = 113.48 label AY6 = "06/10/2014" label AZ6 = "10/10/2014" label BA6 = "LINK" let BB6 = 113.48 label BC6 = "11/11/2014" label BD6 = "12/11/2014" label BE6 = "LINK" let BF6 = 126.99 label BG6 = "09/12/2014" label BH6 = "12/12/2014" label BI6 = "LINK" leftstring A7 = "TELEFONICA" let B7 = 100.68 rightstring C7 = "01/10/2013" rightstring D7 = "10/10/2013" label E7 = "LINK" let F7 = 99.2 label G7 = "11/11/2013" label H7 = "11/11/2013" label I7 = "LINK" let J7 = 98.41 label K7 = "04/12/2013" label L7 = "10/12/2013" label M7 = "LINK" let N7 = 100.45 let R7 = 113.94 label S7 = "10/02/2014" label T7 = "12/02/2014" label U7 = "LINK" let V7 = 121.83 label W7 = "10/03/2014" label X7 = "12/03/2014" label Y7 = "LINK" let Z7 = 122.21 label AA7 = "10/04/2014" label AB7 = "11/04/2014" label AC7 = "LINK" let AD7 = 118.83 label AE7 = "11/05/2014" label AF7 = "12/05/2014" label AG7 = "LINK" let AH7 = 120.87 label AI7 = "03/06/2014" label AK7 = "LINK" let AL7 = 148.05 label AM7 = "08/07/2014" label AN7 = "10/07/2014" label AO7 = "LINK" let AP7 = 138 label AQ7 = "07/08/2014" label AR7 = "11/08/2014" label AS7 = "LINK" let AT7 = 145.26 label AU7 = "08/09/2014" label AV7 = "11/09/2014?" label AW7 = "LINK" let AX7 = 138.33 label AY7 = "06/10/2014" label AZ7 = "10/10/2014" label BA7 = "LINK" let BB7 = 143.88 label BC7 = "10/11/2014" label BD7 = "10/11/2014" label BE7 = "LINK" let BF7 = 138.54 label BG7 = "09/12/2014" label BH7 = "10/12/2014" label BI7 = "LINK" leftstring A8 = "AYSA" let F8 = 20.68 label G8 = "11/11/2013" label H8 = "14/11/2013" label I8 = "LINK" let J8 = 20.68 label K8 = "16/12/2013" label L8 = "17/12/2013" label M8 = "LINK" let V8 = 20.68 label W8 = "14/03/2014" label X8 = "19/03/2014" label Y8 = "LINK" let AD8 = 20.68 label AE8 = "20/05/2014" label AF8 = "21/05/2014" label AG8 = "LINK" let AL8 = 69.14 label AM8 = "08/07/2014" label AN8 = "21/07/2014" label AO8 = "LINK" let AT8 = 82.92 label AU8 = "01/09/2014" label AV8 = "19/09/2014" label BB8 = "NADA APARENT." label BF8 = "NADA APARENT." leftstring A9 = "EDESUR" let B9 = 46.33 rightstring C9 = "17/10/2013" rightstring D9 = "29/10/2013" label E9 = "LINK" let J9 = 60.03 label K9 = "23/12/2013" label L9 = "30/12/2013" label M9 = "LINK" let R9 = 121.25 label S9 = "18/02/2014" label T9 = "28/02/2014" label U9 = "LINK" let AD9 = 117.84 label AE9 = "08/05/2014" label AF9 = "09/05/2014" label AG9 = "LINK" let AL9 = 123.48 label AM9 = "01/07/2014" label AN9 = "07/07/2014" label AO9 = "LINK" let AT9 = 125.58 label AU9 = "01/09/2014" label AV9 = "03/09/2014" label AW9 = "LINK" let AX9 = 111.91 label AY9 = "22/10/2014" label AZ9 = "28/10/2014" label BA9 = "LINK" let BJ9 = 118.25 label BK9 = "02/01/2015" label BL9 = "02/01/2015" label BM9 = "LINK" leftstring A10 = "METROGAS" let B10 = 39.78 rightstring C10 = "15/10/2013" rightstring D10 = "25/10/2013" label E10 = "LINK" let J10 = 22.65 label K10 = "23/12/2013" label L10 = "30/12/2013" label M10 = "LINK" let R10 = 22.62 label S10 = "14/02/2014" label T10 = "27/02/2014" label U10 = "LINK" let Z10 = 22.64 label AA10 = "25/04/2014" label AB10 = "28/04/2014" label AC10 = "LINK" let AH10 = 29.96 label AI10 = "24/06/2014" label AJ10 = "22/06/2014" label AK10 = "LINK" let AL10 = 38.29 label AM10 = "30/06/2014" label AN10 = "30/06/2014" label AO10 = "LINK" let AP10 = 32.22 label AQ10 = "25/08/2014" label AR10 = "25/08/2014" label AS10 = "LINK" label AT10 = "XXXXXXXXXXXXXXXXXXXXXXXXX" let AX10 = 22.93 label AY10 = "23/10/2014" label AZ10 = "27/10/2014" label BA10 = "LINK" let BF10 = 22.67 label BG10 = "27/12/2014" label BH10 = "29/12/2014" label BI10 = "LINK" leftstring A11 = "CABLEVISION + FIBERTEL" let B11 = 240 label E11 = "LINK" let F11 = 330 label G11 = "31/10/2013" label H11 = "07/11/2013" label I11 = "PAGO FACIL" let J11 = 233.18 label K11 = "04/12/2013" label L11 = "09/12/2013" label M11 = "LINK" let N11 = 325.97 label P11 = "08/01/2014" label Q11 = "LINK" let R11 = 330 label S11 = "04/02/2014" label U11 = "RAPI PAGO" let V11 = 330 label W11 = "07/03/2014" label X11 = "10/03/2014" label Y11 = "RAPI PAGO" let Z11 = 330 label AA11 = "01/04/2014" label AB11 = "17/03/2014" label AC11 = "RAPI PAGO" let AD11 = 340 label AE11 = "06/05/2014" label AG11 = "RAPI PAGO" let AH11 = 340 label AI11 = "?????" label AK11 = "MANO" let AL11 = 0 let AP11 = 0 let AT11 = 64.02 label AU11 = "01/09/2014" label AW11 = "RAPI PAGO" label AX11 = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" label BB11 = "-------------------------------------" label BF11 = "--------------------------------------------" label BJ11 = "--------------------------------------------" leftstring A12 = "ABL" let B12 = 120 label E12 = "TR. LINK" label R12 = "cubierto en T3" label AH12 = "INCLUIDO EN LOS 2340" leftstring BB12 = "INCLUIDO EN ALQUILER" leftstring BF12 = "INCLUIDO EN ALQUILER" leftstring A13 = "TARJETA" let B13 = 1528 label E13 = "TR. LINK" let R13 = 2450 label U13 = "TRANSFERENCIA y MANO" let Z13 = 598 label AA13 = "01/04/2014" label AC13 = "TRANSFERENCIA" let AD13 = 1192 label AE13 = "05/05/2014" label AG13 = "TRANSFERENCIA" let AH13 = 78 label AI13 = "09/06/2014" let AP13 = 820 let AT13 = 1958.91 label AU13 = "03/09/2014" label AW13 = "TRANSF. LINK" let AX13 = 323 label AY13 = "06/10/2014" label BA13 = "TRANSF. LINK" let BB13 = 1791 label BC13 = "10/11/2014" label BE13 = "TRANSF. LINK" let BF13 = 2213.59 label BG13 = "15/12/2014" label BI13 = "TRANSF. LINK" let BJ13 = 1102.63 label BK13 = "07/01/2015" label BL13 = "----------" label BM13 = "TRANSF. LINK" leftstring A14 = "COCHERA" let AT14 = 1140 label AU14 = "27/08/2014" let AX14 = 1000 label AY14 = "04/10/2014" label AZ14 = "10/10/2014" label BA14 = "MANO" let BB14 = 1000 label BC14 = "05/11/2014" label BD14 = "10/11/2014" label BE14 = "MANO" let BF14 = 1000 label BG14 = "06/12/2014" label BI14 = "MANO" let BJ14 = 1100 label BK14 = "04/01/2015" label BL14 = "10/01/2015" label BM14 = "MANO" leftstring A15 = "PRESTAMO pro.cre.auto" let AT15 = 4500 label AW15 = "DEB. CBU" let AX15 = 4381.6 label AY15 = "14/10/2014" label AZ15 = "14/10/2014" label BA15 = "DEB. CBU" let BB15 = 4379.51 label BC15 = "11/11/2014" label BD15 = "11/11/2014" label BE15 = "CBU" let BF15 = 4377.4 label BG15 = "11/12/2014" label BI15 = "CBU" leftstring A16 = "SEGURO" let AD16 = 365 label AE16 = "20/05/2014" label AG16 = "DEB CBU LINK" let AT16 = 879 let AX16 = 879 label AY16 = "17/10/2014" label AZ16 = "17/10/2014" label BA16 = "DEB. CBU" let BB16 = 879 label BC16 = "18/11/2014" label BD16 = "18/11/2014" label BE16 = "CBU" let BF16 = 879 label BG16 = "18/12/2014" label BI16 = "CBU" leftstring A18 = "TOTAL" let BB18 = @sum(BB3:BB16) let BF18 = @sum(BF3:BF16) goto BJ11 sc-im-0.8.2+ds/examples/sc/datetime.sc000066400000000000000000000007701416612453600175150ustar00rootroot00000000000000#This data file was generated by SC-IM. #You almost certainly shouldn't edit it. format A 18 2 0 format B 15 2 0 format C 13 2 0 format D 27 1 0 leftstring A0 = "Now" let B0 = @now-0 fmt B0 "# sec" let C0 = B0 fmt C0 "d%H:%M" leftstring A3 = "Start" leftstring B3 = "End Time" leftstring C3 = "Total Time" let A4 = 1472036644 fmt A4 "d%Y-%m-%d %H:%M" let B4 = 1472042320 fmt B4 "d%H:%M" let C4 = (B4-A4)/60 fmt C4 "# min" let A5 = 1472131723 fmt A5 "d%Y-%m-%d %H:%M" let B5 = 1472134350 fmt B5 "d%H:%M" sc-im-0.8.2+ds/examples/sc/defines.sc000077500000000000000000000003701416612453600173350ustar00rootroot00000000000000# This data file was generated by the Spreadsheet Calculator. # You almost certainly shouldn't edit it. define "rent" A0 define "uno" B2:B4 define "dos" 125 let rent = 14 let B2 = 1 let B3 = 2 let B4 = 3 let A6 = 6 let B6 = @sum(uno) let C6 = dos sc-im-0.8.2+ds/examples/sc/exp.sc000066400000000000000000000012331416612453600165100ustar00rootroot00000000000000# This data file was generated by the Spreadsheet Calculator. That is SC-IM, the improved one! # You almost certainly shouldn't edit it. format A 22 2 0 format D 11 2 0 rightstring A0 = "Speed of light" rightstring B0 = "c" let C0 = 299792458 fmt C0 "#.##e+#" rightstring D0 = "m/s" rightstring A1 = "Planck's constant" rightstring B1 = "h" let C1 = 6.6260755e-34 fmt C1 "#.##e-##" rightstring D1 = "J-s" rightstring A2 = "Gravitational constant" rightstring B2 = "G" let C2 = 6.67259e-11 fmt C2 "#.##e-##" rightstring D2 = "m^3/kg-s^2" rightstring A3 = "Astronomical unit" rightstring B3 = "AU" let C3 = 149598000000 fmt C3 "#.##e-##" rightstring D3 = "m" goto C1 sc-im-0.8.2+ds/examples/sc/export.sc000077500000000000000000000005231416612453600172410ustar00rootroot00000000000000# This data file was generated by SCIM. # You almost certainly shouldn't edit it. let A0 = 12.8 label B0 = "12,34" let C0 = 4.36 label A1 = "a" label B1 = "b" label C1 = "c" label A2 = "d" leftstring B2 = "izq" label C2 = "centro" label A3 = "'" label B3 = "," label C3 = "/" label A4 = "\"" let B4 = 2 rightstring C4 = "derecha" goto C0 sc-im-0.8.2+ds/examples/sc/filter.sc000066400000000000000000000054221416612453600172050ustar00rootroot00000000000000# This data file was generated by the Spreadsheet Calculator Improvised (SC-IM) # You almost certainly shouldn't edit it. label A0 = "mes" label B0 = "costo" label A1 = "enero" let B1 = -23 label A2 = "febrero" let B2 = 15 label A3 = "marzo" let B3 = 6 label A4 = "abril" let B4 = 8 label A5 = "mayo" let B5 = 10 label A6 = "junio" let B6 = 30 label A7 = "julio" let B7 = 40 label A8 = "agosto" let B8 = 12 label A9 = "septiembre" let B9 = 8 label A10 = "octubre" let B10 = 1 label A11 = "noviembre" let B11 = 2 label A12 = "diciembre" let B12 = 3 label D12 = "mes" label E12 = "costo" label A13 = "enero" let B13 = 6 label D13 = "enero" let E13 = -23 label A14 = "febrero" let B14 = 1 label D14 = "febrero" let E14 = 15 label A15 = "marzo" let B15 = 7 label D15 = "marzo" let E15 = 6 label A16 = "abril" let B16 = 6 label D16 = "abril" let E16 = 8 label A17 = "mayo" let B17 = 5 label D17 = "mayo" let E17 = 10 label A18 = "junio" let B18 = 4 label D18 = "junio" let E18 = 30 label A19 = "julio" let B19 = 2 label D19 = "julio" let E19 = 40 label A20 = "agosto" let B20 = 9 label A21 = "septiembre" let B21 = 1 label A22 = "octubre" let B22 = 2 label A23 = "noviembre" let B23 = 4 label A24 = "diciembre" let B24 = 5 label A25 = "enero" let B25 = 3 label A26 = "febrero" let B26 = 7 label A27 = "marzo" let B27 = 6 label A28 = "abril" let B28 = 3 label A29 = "mayo" let B29 = 7 label A30 = "junio" let B30 = 5 label A31 = "julio" let B31 = 3 label A32 = "agosto" let B32 = 1 label A33 = "septiembre" let B33 = 12 label A34 = "octubre" let B34 = 18 label A35 = "noviembre" let B35 = 15 label A36 = "diciembre" let B36 = 7 label A37 = "enero" let B37 = 1 label A38 = "febrero" let B38 = 5 label A39 = "marzo" let B39 = 6 label A40 = "abril" let B40 = 5 label A41 = "mayo" let B41 = 4 label A42 = "junio" let B42 = 8 label A43 = "julio" let B43 = 7 label A44 = "agosto" let B44 = 6 label A45 = "septiembre" let B45 = 1 label A46 = "octubre" let B46 = 2 label A47 = "noviembre" let B47 = 7 label A48 = "diciembre" let B48 = 6 label A49 = "enero" let B49 = 5 label A50 = "febrero" let B50 = 4 label A51 = "marzo" let B51 = 3 label A52 = "abril" let B52 = 8 label A53 = "mayo" let B53 = 7 label A54 = "junio" let B54 = 1 label A55 = "julio" let B55 = 5 label A56 = "agosto" let B56 = 2 label A57 = "septiembre" let B57 = 7 label A58 = "octubre" let B58 = 6 label A59 = "noviembre" let B59 = 3 label A60 = "diciembre" let B60 = 4 label A61 = "enero" let B61 = 5 label A62 = "febrero" let B62 = 7 label A63 = "marzo" let B63 = 6 label A64 = "abril" let B64 = 8 label A65 = "mayo" let B65 = 1 label A66 = "junio" let B66 = 6 label A67 = "julio" let B67 = 4 label A68 = "agosto" let B68 = 6 label A69 = "septiembre" let B69 = 5 label A70 = "octubre" let B70 = 2 label A71 = "noviembre" let B71 = 8 label A72 = "diciembre" let B72 = 6 goto A0 sc-im-0.8.2+ds/examples/sc/getent.sc000066400000000000000000000003541416612453600172050ustar00rootroot00000000000000# This data file was generated by the Spreadsheet Calculator. That is SC-IM, the improved one! # You almost certainly shouldn't edit it. set external_functions let A0 = 2 let A1 = 1 let B1 = 2 let C1 = 6 let D1 = @getent(1,2) goto D1 sc-im-0.8.2+ds/examples/sc/shift.sc000066400000000000000000000011001416612453600170220ustar00rootroot00000000000000# This data file was generated by SC-IM. # You almost certainly shouldn't edit it. set external_functions mark a A2 mark b A2 mark c A2 mark d A2 mark e A2 mark f A2 mark g A2 mark h A2 mark i A2 mark j A2 mark k A2 mark l A2 mark m A2 mark n A2 mark o A2 mark p A2 mark q A2 mark r A2 mark s A2 mark t A2 mark u A2 mark v A2 mark w A2 mark x A2 mark y A2 mark z A2 let B2 = B3+B4+B6 let A3 = 5 let B3 = 2 let C3 = 1 let D3 = 2 let E3 = 3 let F3 = 4 let B4 = 3 let B5 = 1 let B6 = 2 let B7 = B3 let B10 = 7 let B11 = 2 let B12 = 3 let B13 = 1 let B14 = 2 let B15 = 2 goto C3 sc-im-0.8.2+ds/examples/sc/sort.sc000077500000000000000000000010261416612453600167060ustar00rootroot00000000000000# This data file was generated by SCIM. # You almost certainly shouldn't edit it. let E0 = 8 let F0 = 5 let G0 = 2 let I0 = 1 let J0 = 9 let K0 = 4 let E1 = 1 let F1 = 9 let G1 = 4 let I1 = 2 let J1 = 1 let K1 = 6 let E2 = 9 let F2 = 7 let G2 = 1 let I2 = 8 let J2 = 5 let K2 = 2 let E3 = 2 let F3 = 1 let G3 = 6 let I3 = 9 let J3 = 7 let K3 = 1 label E6 = "original" label I6 = "sorted A" let C10 = 8 let D10 = 5 let E10 = 2 let C11 = 1 let D11 = 9 let E11 = 4 let C12 = 9 let D12 = 7 let E12 = 1 let C13 = 2 let D13 = 1 let E13 = 6 sc-im-0.8.2+ds/examples/sc/subtotals.sc000077500000000000000000000024311416612453600177400ustar00rootroot00000000000000# This data file was generated by SC-IM. # You almost certainly shouldn't edit it. set external_functions format A 19 2 0 format E 32 2 0 label E0 = "original" label A1 = "barrio" label B1 = "sala" label C1 = "num chicos" label E1 = "barrio" label F1 = "sala" label G1 = "num chicos" leftstring A2 = "caballito" label B2 = "A" let C2 = 2 leftstring E2 = "caballito" label F2 = "A" let G2 = 2 leftstring A3 = "flores" label B3 = "B" let C3 = 4 leftstring E3 = "flores" label F3 = "B" let G3 = 4 leftstring A4 = "caballito" label B4 = "B" let C4 = 2 leftstring E4 = "caballito" label F4 = "B" let G4 = 2 leftstring A5 = "flores" label B5 = "A" let C5 = 6 leftstring E5 = "flores" label F5 = "A" let G5 = 6 leftstring A6 = "congreso" label B6 = "A" let C6 = 4 leftstring E6 = "congreso" label F6 = "A" let G6 = 4 leftstring A7 = "flores" label B7 = "A" let C7 = 3 leftstring E7 = "flores" label F7 = "A" let G7 = 3 leftstring A8 = "caballito" label B8 = "B" let C8 = 4 leftstring E8 = "caballito" label F8 = "B" let G8 = 4 leftstring A9 = "congreso" label B9 = "B" let C9 = 5 leftstring E9 = "congreso" label F9 = "B" let G9 = 5 label E11 = "test this with:" label E12 = ":int subtotal A1:C9 A \"@sum\" C" label E13 = "or" label E14 = "select A1:C9 range and type:" label E15 = ":subtotal A @sum C" goto A1 sc-im-0.8.2+ds/examples/sc/wrap.sc000066400000000000000000000006301416612453600166650ustar00rootroot00000000000000# This data file was generated by the Spreadsheet Calculator Improvised (SC-IM) # You almost certainly shouldn't edit it. format C 19 2 0 format 2 3 mark a C3 label A0 = "numero" label B0 = "hora" label C0 = "texto" label D0 = "estado" label E0 = "total" let B1 = 6 rightstring D1 = "sigue" let B2 = 7 label C2 = "algo bastante largo" label D2 = "sigue" let E2 = 23 let B3 = 8 let A4 = 1 let B4 = 9 goto C1 sc-im-0.8.2+ds/examples/tex/000077500000000000000000000000001416612453600155615ustar00rootroot00000000000000sc-im-0.8.2+ds/examples/tex/TestTable.sc000066400000000000000000000010661416612453600200020ustar00rootroot00000000000000# This data file was generated by the Spreadsheet Calculator Improvised (SC-IM) # You almost certainly shouldn't edit it. mark a A1 mark b A1 mark c A1 mark d A1 mark e A1 mark f A1 mark g A1 mark h A1 mark i A1 mark j A1 mark k A1 mark l A1 mark m A1 mark n A1 mark o A1 mark p A1 mark q A1 mark r A1 mark s A1 mark t A1 mark u A1 mark v A1 mark w A1 mark x A1 mark y A1 mark z A1 label A0 = "Fruit" label B0 = "One Number" label C0 = "Second Number" leftstring A1 = "Apple" let B1 = 1 leftstring A2 = "Banana" let C2 = 3 leftstring A3 = "Pear" let B3 = 2 goto D0 sc-im-0.8.2+ds/examples/tex/TestTable.tex000066400000000000000000000003001416612453600201630ustar00rootroot00000000000000% ** sc spreadsheet output \begin{tabular}{cccc} Fruit&One Number&Second Number&\\ Apple& 1.00&&\\ Banana&& 3.00&\\ Pear& 2.00&& \end{tabular} % ** end of sc spreadsheet output sc-im-0.8.2+ds/examples/tex/scim.tex000066400000000000000000000003061416612453600172350ustar00rootroot00000000000000% ** SC-IM spreadsheet output \begin{tabular}{cccc} Fruit&One Number&Second Number&\\ Apple& 1.00&&\\ Banana&& 3.00&\\ Pear& 2.00&& \end{tabular} % ** end of SC-IM spreadsheet output sc-im-0.8.2+ds/examples/ui_example/000077500000000000000000000000001416612453600171115ustar00rootroot00000000000000sc-im-0.8.2+ds/examples/ui_example/Makefile000066400000000000000000000067451416612453600205650ustar00rootroot00000000000000# Specify the name of the resulting executable file name = scim # The base directory where everything should be installed. prefix = /usr/local EXDIR = $(prefix)/bin HELPDIR = $(prefix)/share/$(name) LIBDIR = $(prefix)/share/doc/$(name) # This is where the man page goes. MANDIR = $(prefix)/man/man1 # Change these to your liking or use `make CC=gcc` etc #CC = cc #YACC = bison -y #SED = sed #ifeq ($(shell uname -s),Darwin) # NCURSES_CFLAGS ?= # NCURSES_LIBS ?= -lncursesw #else ifeq ($(shell pkg-config --exists ncursesw || echo 'no'),no) # NCURSES_CFLAGS ?= # NCURSES_LIBS ?= -lncursesw #else # NCURSES_CFLAGS ?= $(shell pkg-config --cflags ncursesw) # NCURSES_LIBS ?= $(shell pkg-config --libs ncursesw) #endif #LDLIBS += -lm $(NCURSES_LIBS) LDLIBS += -lm CFLAGS += -Wall -g CFLAGS += $(NCURSES_CFLAGS) #CFLAGS += -DNCURSES CFLAGS += -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE CFLAGS += -DSNAME=\"$(name)\" CFLAGS += -DHELP_PATH=\"$(HELPDIR)\" CFLAGS += -DLIBDIR=\"$(LIBDIR)\" # Sets default pager, e.g. 'less' or 'more' CFLAGS += -DDFLT_PAGER=\"less\" # Comment out to disable color support CFLAGS += -DUSECOLORS # Command history file, relative to home directory. Comment out to disable commandline history CFLAGS += -DHISTORY_FILE=\".$(name)info\" # Input mode history. Same as previous, but for insert mode commands CFLAGS += -DINS_HISTORY_FILE=\".$(name)info\" # Comment out to disable undo/redo support CFLAGS += -DUNDO # Maximum number of rows in spreadsheet. Up to 1048576 CFLAGS += -DMAXROWS=65536 # Used for date formatting with C-d shortcut using you local d_fmt CFLAGS += -DUSELOCALE # Uncomment for basic XLS import. Requires libxlsreader #CFLAGS += -DXLS #LDLIBS += -lxlsreader # NOTE: libxml and libzip are required for xlsx file import support ifneq ($(shell pkg-config --exists libzip libxml-2.0 || echo 'no'),no) CFLAGS += -DXLSX $(shell pkg-config --cflags libxml-2.0 libzip) LDLIBS += $(shell pkg-config --libs libxml-2.0 libzip) endif # NOTE: libxlsxwriter is required for xlsx file export support ifneq (,$(wildcard /usr/include/xlsxwriter.h)) CFLAGS += -DXLSX_EXPORT LDLIBS += -lxlsxwriter endif # NOTE: lua support ifneq ($(shell pkg-config --exists lua51 || echo 'no'),no) CFLAGS += -DXLUA $(shell pkg-config --cflags lua51) LDLIBS += $(shell pkg-config --libs lua51) -Wl,--export-dynamic endif # dynamic linking LDLIBS += -ldl OBJS = $(patsubst %.c, %.o, $(wildcard *.c) $(wildcard utils/*.c)) gram.o .PHONY : all clean install all : $(name) install : install -d $(DESTDIR)$(prefix)/bin install $(name) $(DESTDIR)$(prefix)/bin/$(name) install -d $(DESTDIR)$(HELPDIR) install doc $(DESTDIR)$(HELPDIR)/$(name)_help install -d $(DESTDIR)$(prefix)/share/man/man1 install -m 644 sc-im.1 $(DESTDIR)$(prefix)/share/man/man1/$(name).1 uninstall : -rm $(DESTDIR)$(prefix)/bin/$(name) -rm $(DESTDIR)$(HELPDIR)/$(name)_help -rm $(DESTDIR)$(prefix)/share/man/man1/$(name).1 $(name) : $(OBJS) $(CC) $(LDFLAGS) $^ -o $@ $(LDLIBS) $(name)qref: sc.h $(CC) $(CFLAGS) $(LDFLAGS) -DQREF $(QREF_FMT) -DSCNAME=\"$(name)\" -o $(name)qref help.c $(LDLIBS) $(OBJS) : y.tab.h experres.h statres.h y.tab.h : gram.y gram.c test -f y.tab.c && mv y.tab.c gram.c gram.c : gram.y $(YACC) -d $< pvmtbl.o: sc.h pvmtbl.c $(CC) ${CFLAGS} -c -DPSC pvmtbl.c experres.h : gram.y sed -f eres.sed < gram.y > experres.h statres.h : gram.y sed -f sres.sed < gram.y > statres.h clean: rm -f $(OBJS) rm -f *res.h $(YTAB).h rm -f core gram.c y.output pxmalloc.c pvmtbl.c tags $(name)qref rm -f qhelp.c $(name) sc-im-0.8.2+ds/examples/ui_example/tui.c000077500000000000000000000100021416612453600200520ustar00rootroot00000000000000/* dumb ui */ #include #include #include #include #include "main.h" #include "conf.h" #include "input.h" #include "tui.h" #include "range.h" #include "sc.h" #include "cmds.h" #include "cmds_visual.h" #include "conf.h" #include "version.h" #include "file.h" #include "format.h" #include "utils/string.h" #define NB_ENABLE 0 #define NB_DISABLE 1 void ui_start_screen() { printf("started screen\n"); } void ui_stop_screen() { printf("stopped screen\n"); } void nonblock(int state) { struct termios ttystate; tcgetattr(STDIN_FILENO, &ttystate); if (state==NB_ENABLE) { ttystate.c_lflag &= ~ICANON; ttystate.c_cc[VMIN] = 1; } else if (state==NB_DISABLE) { ttystate.c_lflag |= ICANON; } tcsetattr(STDIN_FILENO, TCSANOW, &ttystate); return; } int kbhit() { struct timeval tv; fd_set fds; tv.tv_sec = 0; tv.tv_usec = 0; FD_ZERO(&fds); FD_SET(STDIN_FILENO, &fds); //STDIN_FILENO is 0 select(STDIN_FILENO+1, &fds, NULL, NULL, &tv); return FD_ISSET(STDIN_FILENO, &fds); } /* this function asks user for input from stdin. * should be non blocking and should * return -1 when no key was press * return 0 when key was press. * it receives * wint_t as a parameter. * when a valid key is press, its value its then updated in that wint_t variable. */ int ui_getch(wint_t * wd) { char c; int i=0; nonblock(NB_ENABLE); while (!i) { usleep(1); i=kbhit(); if (i!=0) { c = fgetc(stdin); //printf("\n you hit %c. \n",c); nonblock(NB_DISABLE); *wd = (wint_t) c; return 0; } } return -1; } /* this function asks user for input from stdin. * should be blocking and should * return -1 when ESC was pressed * return 0 otherwise. * it receives * wint_t as a parameter. * when a valid key is press, its value its then updated in that wint_t variable. */ int ui_getch_b(wint_t * wd) { printf("calling uigetch_b\n"); char c; int i=0; nonblock(NB_DISABLE); while (!i) { usleep(1); i=kbhit(); if (i!=0) { c = fgetc(stdin); if (c == 27) { nonblock(NB_ENABLE); return -1; } printf("you hit %d %c\n", c, c); *wd = (wint_t) c; nonblock(NB_ENABLE); return 0; } } nonblock(NB_ENABLE); return -1; } // sc_msg - used for sc_info, sc_error and sc_debug macros void ui_sc_msg(char * s, int type, ...) { char t[BUFFERSIZE]; va_list args; va_start(args, type); vsprintf (t, s, args); printf("%s\n", t); va_end(args); return; } // Welcome screen void ui_do_welcome() { printf("welcome screen\n"); return; } // function that refreshes grid of screen // if header flag is set, the first column of screen gets refreshed void ui_update(int header) { printf("update\n"); printf("value of current cell: %d %d %f\n", currow, curcol, lookat(currow, curcol)->v); return; } // Enable cursor and echo depending on the current mode void ui_handle_cursor() { } // Print multiplier and pending operator on the status bar void ui_print_mult_pend() { return; } void ui_show_header() { return; } void ui_clr_header(int i) { return; } void ui_print_mode() { return; } // Draw cell content detail in header void ui_show_celldetails() { return; } // error routine for yacc (gram.y) void yyerror(char * err) { printf("%s: %.*s<=%s\n", err, linelim, line, line + linelim); return; } int ui_get_formated_value(struct ent ** p, int col, char * value) { return -1; } void ui_show_text(char * val) { printf("%s", val); return; } void winchg() { return; } #ifdef XLUA /* function to print errors of lua scripts */ void ui_bail(lua_State *L, char * msg) { return; } #endif /* function to read text from stdin */ char * ui_query(char * initial_msg) { return NULL; } void ui_start_colors() { return; } sc-im-0.8.2+ds/examples/ui_example/tui.h000077500000000000000000000031651416612453600200730ustar00rootroot00000000000000#include #include #include #include "color.h" #define LINES 25 #define COLS 80 #define DEFAULT_COLOR -1 #define BLACK COLOR_BLACK #define RED COLOR_RED #define GREEN COLOR_GREEN #define YELLOW COLOR_YELLOW #define BLUE COLOR_BLUE #define MAGENTA COLOR_MAGENTA #define CYAN COLOR_CYAN #define WHITE COLOR_WHITE extern int offscr_sc_rows, offscr_sc_cols; extern int center_hidden_rows, center_hidden_cols; extern unsigned int curmode; extern struct srange * ranges; extern struct ent ** p; void ui_start_screen(); void ui_stop_screen(); int ui_getch(wint_t * wd); int ui_getch_b(wint_t * wd); void ui_clr_header(int row); void ui_print_mult_pend(); void ui_show_header(); void ui_show_celldetails(); void ui_print_mode(); void ui_do_welcome(); void ui_update(int header); int ui_get_formated_value(struct ent ** p, int col, char * value); void ui_handle_cursor(); void yyerror(char *err); // error routine for yacc (gram.y) void ui_show_text(char * val); void ui_bail(lua_State *L, char * msg); char * ui_query(char * initial_msg); void ui_start_colors(); void ui_sc_msg(char * s, int type, ...); void ui_set_ucolor(WINDOW * w, struct ucolor * uc); void ui_show_content(WINDOW * win, int mxrow, int mxcol); void ui_show_sc_row_headings(WINDOW * win, int mxrow); void ui_show_sc_col_headings(WINDOW * win, int mxcol); void ui_add_cell_detail(char * d, struct ent * p1); void ui_write_j(WINDOW * win, const char * word, const unsigned int row, const unsigned int justif); void ui_show_cursor(WINDOW * win); sc-im-0.8.2+ds/examples/wide/000077500000000000000000000000001416612453600157115ustar00rootroot00000000000000sc-im-0.8.2+ds/examples/wide/chinese.sc000066400000000000000000000002731416612453600176600ustar00rootroot00000000000000# This data file was generated by SC-IM. # You almost certainly shouldn't edit it. let A0 = 2 label M4 = "algobastantelargo" label M5 = "我们有足够的执行此任务的大" goto M5 sc-im-0.8.2+ds/examples/wide/ucranian.sc000066400000000000000000000002701416612453600200370ustar00rootroot00000000000000# This data file was generated by SC-IM. # You almost certainly shouldn't edit it. let A0 = 2 label M4 = "algobastantelargo" label M5 = "фжєедйфщюяабвгґийф" goto M5 sc-im-0.8.2+ds/examples/xls/000077500000000000000000000000001416612453600155675ustar00rootroot00000000000000sc-im-0.8.2+ds/examples/xls/german.xls000077500000000000000000000340001416612453600175700ustar00rootroot00000000000000ࡱ;  Root Entry  \pCalc Ba==@ 8@"1Arial1Arial1Arial1Arial GENERAL 0.00 DD/MM/YY                + ) , *      8 `$%Tabelle111TZR3  @@  aFloatingStringDateFootball0Default language scheme is German In LibreOffice  ʾ3  @@  H0(  XO!W$(O, D/ Q6 J= XD DKJRHY`VdFkKrHy PHLV *HU PD Q]]]x ### ȳT -ywwwRRRM ???lzUUUG󢢢666  #  ^### lll|lEEE ;;;FY  & ʾ3  @@  H0(  XO!W$(O, D/ Q6 J= XD DKJRHY`VdFkKrHy PHLV *HU PD Q]]]x ### ȳT -ywwwRRRM ???lzUUUG󢢢666  #  ^### lll|lEEE ;;;FY  &cc   dMbP?_%*+%"&C&"Times New Roman,Standard"&12&A+(&C&"Times New Roman,Standard"&12Seite &P&333333?'333333?(-؂-?)-؂-?" d,,333333?333333?U }  %@   ~ ; ~ ^   PH0(  >@gg   FMicrosoft Excel 97-TabelleBiff8Oh+'0 px 2@@@~v֖O@fjP՜.+,D՜.+,\Root EntryFWorkbook'CompObjIOle SummaryInformation(8DocumentSummaryInformation8tsc-im-0.8.2+ds/examples/xls/t1.xls000077500000000000000000000200001416612453600166360ustar00rootroot00000000000000ࡱ;    Root Entry  \pCalc Ba==@ 8X@"1Arial1Arial1Arial1Arial1Arial1Arial GENERAL DD/MM/YYYY 0.000                + ) , *   , ",        ww ww      83ffff̙̙3f3fff3f3f33333f33<<<`Sheet266TZR3  @@  .TARJETADETALLEFECHA ORIGINALIMPORTE ORIGINALVISABALUTMOVISTARFARMACIA REGALO EVENMASTERFRAVEGA CAMARAMONTAGNE MOCHILAMERCADO PAGO BX2VESTIDO EVEN ANA ACOSTAAESPARTS CONNEXIONMARK TWAIN - chaleco gordoCELU EVEN - Frvega CENA ABASTOZAPATOS NEGROS MOCASINES - DAZFarmaCity CentroCafetera SAECO en GarbarinoMcOwensEXTRAVIO TARJETAMiniCuotas RiveiroRINONERACENA SERRANO / MERIDIANO 58  cc   dMbP?_%*+$!&C&"Times New Roman,Regular"&12&A)&&C&"Times New Roman,Regular"&12Page &P&333333?'333333?(-؂-?)-؂-?" d,,333333?333333?U } } .#} A} }             bj  ~ d@ D  r   jw   ~c   ~ ~fffffá@      J^   N   ΁V   ځ   ^      "m  B  ^.  j~  rb   r   zj   vr#ffff@ %#!r)r)v@ %BPH0(  >@ gg  FMicrosoft Excel 97-TabelleBiff8Oh+'0|8 @ L X d p81@<Ť @@@^(՜.+,D՜.+,\Root EntryF WorkbooksCompObjIOle SummaryInformation(DocumentSummaryInformation8tsc-im-0.8.2+ds/examples/xlsx/000077500000000000000000000000001416612453600157575ustar00rootroot00000000000000sc-im-0.8.2+ds/examples/xlsx/date.xlsx000077500000000000000000000110011416612453600176100ustar00rootroot00000000000000PK:F _rels/.relsJ1}{wDdЛH}a70u}{ZI~7CfGFoZ+{kW#VJ$cʪl n0\QX^:`dd{m]_dhVFw^F9W-(F/3ODSUNl/w{N([qTuU[h2w<ٌB6dY0Ni{l{IQX%Fg!Wd><$ؐP EmJ4#uà%<;9HKj 3Ur_qs~䵼s(Nh~R`:CVŪx,^i?u_WBڞA"V̰ӤG{~~PK9hPK:FdocProps/core.xmlN0 Y?RTw,2YN*PHun]-Lh k72̢)V[iu$wHK2dj [DIQϪj=9­ͷ#>hqFc> ǘ PK@ePK:Fxl/worksheets/sheet1.xmlUMs6W`xȭ"EYP̸rtƉ4Kc`PS/b}^ rmh>K"P:mDQ$W0,Ҭ.MQAML5 qTFeP-4IVqMB;_bN bXvIk`6~>8p1+DCwyx8䟜dBa=!$1:?"VPwV:o4aGVAc?Ai 09mk&ٿ% J JtJBYG-0j\ Gp`MDޔ@PΘ/#*\'8\A|.kx )O <~豹Hq \zUCpf<ϛ4M@IGͥ6^Hs:;qԄK V?MIK5&[^\oA>S}XxHe''?Eeit-ݸ}mi(EɵNZn9LdD\حQfsrX#T$QjQ+Z;40#A{ɾUO1-PT6vOqz(|, _G oh)T)#%6KZ,7o4@)uaY<ڝK޹nOKPKz"PK:F xl/styles.xml]O0+,-0%Ai@44$NbؑBï&eXres;t2D{pp@@x Bc-柏!P3sU:g6!DCʃTnDBX$R3A)._T+%6(o6APEh|~nl./FU:ߍ_gR]03㔔㩤Y))ey) d9qL/[Xg)֚H>7PyfJ(1E;ѱ`8nM(Al:).`"fע2i4NlE,DkN=Ǧ.MǤcvWw*z y10^uKR5Y-Ί4e4)B@e!.A"$}1h1Duϰ@YlaĦEbsM%Dž)SL$M&44S[hmTYik*jJf0՛fz3]̌r4+7r3'7' j|1~v?ڙznP[n  ֪Ò2My5 YrmbE2w0[bOWtP-PK) t!'u|whGO&20+ހN:۠/Y\PKh::LPK:Fxl/workbook.xmlRMo0 W/H(Тh[LKtE J`$QZtN1&լW_R$oJb/!mV{leQ$biz4!v@M`RH+eyZt`<0,p/u@>OX8-(j]J66 oĎ9) VgT"WrN'Cz03^hOu )IqwB!NSz%yEC>[C-/d]ݴ:KAP|acc$;##6T|pw6r%:(7{B mcqi7f9'"6y0rEyQ,#b#lGm=˜eiPKœPK:F[Content_Types].xmlK0+JҦ "v]$]-E)2pֵxY>b>TmʸQ-Ý>㝕^Eŵ Jj ,o.yLbV=1l0>j!_:EKP!tVɍ3hc 567x@HqNj`% 4`qlNgM#Cc}3Q9"%:;j PyH:2p/.hzDÿ!ZʺR}PKb4WPK:Ff; _rels/.relsPK:F9hdocProps/app.xmlPK:F3M0L;docProps/core.xmlPK:FOz%xl/_rels/workbook.xml.relsPK:F@exl/sharedStrings.xmlPK:Fz"xl/worksheets/sheet1.xmlPK:Fh::L v xl/styles.xmlPK:Fœ^ xl/workbook.xmlPK:Fb4W7[Content_Types].xmlPK ?sc-im-0.8.2+ds/examples/xlsx/export.sc000066400000000000000000000011621416612453600176270ustar00rootroot00000000000000# This data file was generated by SC-IM. # You almost certainly shouldn't edit it. set external_functions let A0 = 123 label A1 = "center" label C1 = "center" leftstring A2 = "left" leftstring C2 = "left" rightstring A3 = "right" rightstring C3 = "right" let A6 = 1 label C6 = "23/03/2017" let A7 = 2 label C7 = "03/23/2017" let A8 = 3 let C8 = 1490238000 fmt C8 "d%m/%d/%Y" let A9 = 4 let C9 = 1490238000 fmt C9 "d%d/%m/%Y" let A11 = @sum(A6:A9) let B11 = A6+A8 cellcolor C1 "fg=WHITE bg=RED" cellcolor A2 "fg=WHITE bg=BLACK bold=1" cellcolor C2 "fg=WHITE bg=RED bold=1" cellcolor C3 "fg=WHITE bg=BLACK underline=1" goto A2 sc-im-0.8.2+ds/examples/xlsx/export.xlsx000066400000000000000000000130171416612453600202220ustar00rootroot00000000000000PK!xl/worksheets/sheet1.xmlTY0~WX~!M%Y®VzwɡMv[maiPu&m@l+ij9|­P+$-tl7/~(rst{`U"ZiV1lU`F ~?b/ZASV <-!b/`5X[]8DE$^oNCzg f^5/}ϼ7J4n<Ɗ*8Rd*ÉZ)_j7]Au\AUprC'&+2A} WPvbW82[__&‘/w PK!j%H&xl/workbook.xmlQN0ij#Z5KTBDi&4V;=T)p3z:6}uI ui>67Zpe4pBj{4h^jEƆiQKel=Q\k W#FEigQåT,ޔ]ڟM,*i{WA9mZ)ES?N@f 2j;+i:CVb~eǝ9Sid X?&! 9̳,/~cezpB'l]dpJJJИNgX)uGګ~6|0CcPK!,xl/sharedStrings.xmleAn0E=52 UYTV2$qL#v򿧯o4 qȃF4pAGaE*QuAndgj.5e.z4MmoL!2./;U+-țNt5+q]lkkPK!^wdocProps/app.xmlN0E|E=uR!T9FXDXgX8IՐ+3su}2ڵ6 d,g8+%{ܝcrAJU",%8,YCnU8Kc&T-um4xނ#>K;WAu@vH\t7(otknwӡHAk^OK2ZYT2hс&34iks*dF9bۡ HQ csST Y $N|Iqc>+bJ<0 +~OmP.-7| lcy${#.b`)B;̮jM;4Pcz{4>A5cc(mLD"c'Sebֶ@N䁲RU?uŞ1V矒$N9w7. ˸^9s~9>X,a~xjrw*^Xot:oo,Uk ]e;nyV9(b4/x#38nޚ%ekU'jU>}Ŋ&HMS2>8 3x`N˥Lj[*byWϟWϟ?|vGl P'|)w/eKOfҁ/~dz'/uD[l3 Cq6AiG4{*oM13:꼻 xmrA$&7u0s#3IBp1qdwO7I!e7"5D$! e=J+~ݥGQSKtDi qPW|{u83!U$f&Ux OțXE&%¯8\*tHGHi-uo`Dưi\E E&M̹nԨ3M"CbǕQ ^l qpߥD02'Hvg"ʮ]1MNkƌB7Ќgmx4Jd ^{${rCwǾksq/^9$(cjMf J}9|&O#,Up5\}BUt8PCR.$`')y3 Aφs6*F`]ao')kJs<4TiMӬ!c0#A,,"န1r85z4iNtq q9D%{YR]#ʫ{qڶF0Ie?5 ¤m4|`sZ:WDB,*5{u,{n1ЍӢrC-쓡%ՊŲ'(8BC6v gF}Pnx/+:0K#\_uWz Д9⽿d ck#T0m[\CJ# , AYd*!ot%U(\}"AөHJ;_̩Օi;$ mf[(u9dlSu xqWL> AYfWkڣ`T8㣶nM/hTl1>D'JxU|s:42VAkEsԜXŽ=]m/dO|xdAi”,&=fw[PK!r[\S xl/styles.xmlVmk0_!}u6a[~#rw䗌[Z}y 3pRX`VS?DQ"b)XoOIc;vYIk55SRj#TQSFhイbI\mulфBn+w(PK!a]I:O[Content_Types].xmln0E*1tQUE\{B, P[QMdsǎ<-- '2:맥x!=jO$.DZ9GŘ@q69 iök(Owbr?y7J| \{os>~PK!Du[xl/_rels/workbook.xml.relsj0D ZvJ)s)\LlIhi MČؙЋ&WP%&η >wo Hk3H"xR㋔d&AsQnQ.IiWbk@ƈM| k@7*wH{rCuj\,*r*09a8Iͻ 9>/qW;~p6ڿ0#PK!IK _rels/.relsN0 @|EnH &4>$nă@ iqg$ɜxnEϐ0rRS2{O3 #uط6;$!j84; ]<4Mox/}bN@;vCf ۨBI"c&\O8q"KH<ߊs@.h<⧄MdaT_PK!3ʭxl/_rels/workbook.xml.rels (j0 }qne:= zGM;XL %^ Iwg'2 (:kZg` H6heLHXrq$@ؿpNJc')=i|dL2([eyՅ'¾^; }J7QԡW"G҈1b0U_)o S7)`K(iիƝ4 8شӢ%c:!<4~qPK!Manxl/workbook.xmlRAN0#wiTM+!@q(ěԱ#!$j)'xٱgC'8h<([.o;J|F m d.Wֺ{g 2*GºJn|@H_J3E)2tPhآP9<ڼAāR՞gҰ&"_D-|x*mdžkFi'QB<# Nsv. 9lhb9om %JM {KP2d'Q.~%ni?DeBX­d & 2g2\>O.t9uKoaǼ3{ÄC"$i;_!4jwK cxJֻ\ś*& A@Mb͕2yFRx7" E2&leV[_I0M 3А[z!db!g:Ĭ1?*@ K/A+[WWfNZor`|jdhT +;%`jzpVgQ<Ȼ[k>ῶs4[.ٟFm Fg]d zPhzs%dٍJ7j9|l(KT-˵? dXYF&8aGc]bx{YC|<ק<]*Z!fx]YJԲiT-\L]>ƇU8Bۛf5|ߍéIB? ºz~ݥOOQJ K9 @\fU6C=CΪ!>  凄yn 'U,8aoaW)9HGq)h M 2lHA[s1N*쀦}O@bU|!8]{x>ܥzށSI&T%0SPV!PK!ʽmxl/worksheets/sheet2.xmlMk0 liZX1qv%1`k理t zMz_yy'~ &,ʆWR$ҡrI.-ujH0!BDTdZ:eAJk46*ut5\NNym<ֵ5D4]:Ҽ9u\o+cDi› uXnt͑=$'xoMĄ5eSAO5OD1i>,+mB>s,lӿX^뾰 y-R'xBm+jy jqMK|zjzQjdMgۿ14^ullHA=tK<㘰3D"Ǭ}5Ϯ/PK!ʽmxl/worksheets/sheet3.xmlMk0 liZX1qv%1`k理t zMz_yy'~ &,ʆWR$ҡrI.-ujH0!BDTdZ:eAJk46*ut5\NNym<ֵ5D4]:Ҽ9u\o+cDi› uXnt͑=$'xoMĄ5eSAO5OD1i>,+mB>s,lӿX^뾰 y-R'xBm+jy jqMK|zjzQjdMgۿ14^ullHA=tK<㘰3D"Ǭ}5Ϯ/PK!)] Wxl/worksheets/sheet1.xmlSMo0 tjҮ"KP>ϲLB$ѓ9P 荤v4gI8v]|Y5Ҡ!~z1A`eHpG_ZVFJ}'A6#k*M! v\A<4^g+v Z(gVC/kCR-Sj1`3їoŭ h4)mgڒo|qQ??5³EY*BCklF܏TJ 1L #TQa Ɣ| fPHexv?-ѳZآH:Zy0+>H5Y2:7E+!*j}QV0X^V{7):VY!DS~d\U&{.D;>4 /wfpgIiBqaqCjt@҄qIF_/DPK!HH xl/styles.xmlM0#MId RH *Շiv=k4=zg4rJNXU#r]pU%> YGUAV,gfcClYݑ1l+Bl~dډRILMElm-$H +DRAeM?pݹca$sRv7y<7MGtYU$K4.rQjhU*KGNTgIZhTuE%#6T>s+'9  GCu3* \d]zF ;08z\\i,X@яN=hi\pZiE3!v~wDtEM}.&$2=x-gw㑿A@ thp\Y~RvDJ|72v"WZb`D >eQ׋`̓| z͖anF+Xn T!8 X`Jq)B5liѢ&Y2?f}N[emH؆DQ7HB`op|d[5rp kg/13h7ʀ9_Vg-KqG㾧ǰ@x!b_ r!dR?vR̋*F5).?APK!kxl/calcChain.xmlYdocProps/core.xml (N0EHC}Q$-JY iT6,=Ι;#g/0T2G$Q)^]^6pRrtfEtʔ'4W r0uI'mnW K܊*2Rf:e>ãBsZwޖs^6v i&\m8ڐ4dތ b'@P|PK-!Ki[Content_Types].xmlPK-!U0#L _rels/.relsPK-!3ʭxl/_rels/workbook.xml.relsPK-!Man xl/workbook.xmlPK-!- xl/theme/theme1.xmlPK-!ʽm_xl/worksheets/sheet2.xmlPK-!ʽmxl/worksheets/sheet3.xmlPK-!)] Wxl/worksheets/sheet1.xmlPK-!HH xl/styles.xmlPK-!tO docProps/app.xmlPK-!kxl/calcChain.xmlPK-!pl>YdocProps/core.xmlPK .sc-im-0.8.2+ds/examples/xlsx/f2.xlsx000077500000000000000000000217611416612453600172200ustar00rootroot00000000000000PK!zx [Content_Types].xml (̔J0ߡVlDd.^19]$ds{{O?ȨÂ49~Io8^:YʚKH*39g a@6l<60n9+Cp,Yf kϹr!0!  K5}ޒxȒɶʙpNWR"+\ҝCF a0l{d*|x5a/>]dEZ(mQT˚v CA(,B8f̞,F~ qG#2gFvڭ9RxPoSRt] ZNJ2oA?㩷)<\;u$>Tpp4(}[ś|}PK!U0#L _rels/.rels (N0 HCnHLH!T$$@Jc?[iTb/Nú(A3b{jxVb"giaWl_xb#b4O r0Qahѓeܔ=P-<4Mox/}bN@;vCf ۨBI"c&\O8q"KH<ߊs@.h<⧄MdaT_PK!;Yxl/_rels/workbook.xml.rels (J0nvutW] ӦlLӷ7I-,R}L2}YCl٘ZyiJZ$WWlH7=bH䜔NRb{4RYIBW^i3Mv(CvFUƂYw"胨t5z1E|l@ <0JIL01 ?AoG%0vMa]3K/ܭ 6L^|4Kk08!x|!?PK!"djxl/workbook.xmlRn0W?X'& HKŁٍ7ű#n'c2;3l~49ʚƃ0R~P0Rhk gt=>_ 2zʘK n *u;kB T(J(C/ S[*W*0B@}jOY4l.QD ޤ S:6p$CrPhHYv5rYSG1)J$ pm8Ѵ-9mI)O0sJjVP"U2veH$w%5v%:Mn)7߁_+ zrsL}: h̻۬yPK!-xl/theme/theme1.xmlYMoE#F{oc'vGuر[hF[x=ޝfvg53NjHH q Jĥ@wfv3$%͡>Ǽ3{ÄC"$i;_!4jwK cxJֻ\ś*& A@Mb͕2yFRx7" E2&leV[_I0M 3А[z!db!g:Ĭ1?*@ K/A+[WWfNZor`|jdhT +;%`jzpVgQ<Ȼ[k>ῶs4[.ٟFm Fg]d zPhzs%dٍJ7j9|l(KT-˵? dXYF&8aGc]bx{YC|<ק<]*Z!fx]YJԲiT-\L]>ƇU8Bۛf5|ߍéIB? ºz~ݥOOQJ K9 @\fU6C=CΪ!>  凄yn 'U,8aoaW)9HGq)h M 2lHA[s1N*쀦}O@bU|!8]{x>ܥzށSI&T%0SPV!PK!uuxl/worksheets/sheet2.xmlMO0 H(5ߛM  !>iђJ<=n.~bb,BN\ +BOnHC(\-OO;`BHlRɴuʰnlT"j(Ny XC$viyq&}Lj:K*7&`ԥ㹿ڌ9{k"&)c:4zβE~uvzئ%.ay_C2,4qZf <ؐzȺ"0y6a^3D")<Υit~k PK!uuxl/worksheets/sheet3.xmlMO0 H(5ߛM  !>iђJ<=n.~bb,BN\ +BOnHC(\-OO;`BHlRɴuʰnlT"j(Ny XC$viyq&}Lj:K*7&`ԥ㹿ڌ9{k"&)c:4zβE~uvzئ%.ay_C2,4qZf <ؐzȺ"0y6a^3D")<Υit~k PK!^%xl/worksheets/sheet1.xmlSn0?<(c; +!@4홢VaRTI]R6D.;$كB F %r]v?n/fXڊI‚6 CkqœZn&VKJƣ$Ɗ y kaNAz96oSlwתCRHNųM +%>cyA7EH<12y%Ptf_Ry秀}& ;MxKxmxFƝ Hm964!%p/QS`TPt('|]4/`4U5X*#c \K̇_B;)]&tvg%Xw+<'%|gVCQANODcEn0yfWUx2EE{4?EW}t}.ި1<<֮ҏP@rN?mh-P;QN"\;yiڡQî3.)v)PK!KOߙxl/sharedStrings.xml4A 0T" Ў6Ljf*z{&"1mӂ!z9o`DaL>$ʊ_|D~3q]2 D&ܵS kY8>:Do,֤PK!7G xl/styles.xml_0 ӬݚnMԜ隍}IK$KIR3k$Ĉ\\U) B+Y}X ;2 MѹzI͏LR;5SSj#TֆCR( ?I=a)Hj^:ȵ.k;F2_>UJzy:)oF[] .KQ$&@ʒR+gQV7,_~{,Љ L1ɒ\ m@`EQz5`w+͑7t$Լ8!.UC@u3j }[ t~ m.̒64εSV:WksP,)8DCFə;\?;D[鞊C"\DHd{^x-g=7a=^{3 Сqufq /|gC% VFOu_+w{^~\}7(XE0A<_mllq?71~Y )(ϾѺ"6<% bTPK!mAQdocProps/core.xml (|QK0C{fӅ=9P| lҐD{v !/\-~:Y$Eh^ w9ڔE3-XUkZ77^mmz . $(79{o(ƎA1ⶶp;lb;4c n|@o[u1T@{IB׃UjCJ o:}pr06M4.FO{j,u+-2|BdF ɞ:F#N94Q̊❀#C>8.Z|iLǗHJ~YT_I!ǣ'XDsHOb|,Xe⚐+ڦd IJIcqMgpJdGʆC1U3߿9  Zc{}C-֢^{:]@&f/*渥~X24Q ?S܆Gp^mRn:AE;ׄ\L{wPkg< 5^('?PK!؛xl/calcChain.xml< 0n "M{ B6dSA퍠^~|Ơ'5-(b&ϳكbx2!1ix8W5jWr@(iB\{єjd28nv[5;P~>_| :PK-!zx [Content_Types].xmlPK-!U0#L _rels/.relsPK-!;Yxl/_rels/workbook.xml.relsPK-!"dj2 xl/workbook.xmlPK-!- xl/theme/theme1.xmlPK-!uuxl/worksheets/sheet2.xmlPK-!uu<xl/worksheets/sheet3.xmlPK-!^%xl/worksheets/sheet1.xmlPK-!KOߙBxl/sharedStrings.xmlPK-!7G xl/styles.xmlPK-!mAQdocProps/core.xmlPK-!'9KdocProps/app.xmlPK-!؛xl/calcChain.xmlPK J sc-im-0.8.2+ds/examples/xlsx/f3.xlsx000077500000000000000000000143371416612453600172220ustar00rootroot00000000000000PK%FE9Dxl/worksheets/sheet1.xmlIIDUTUU]S:}Wh vH)% ϊ-ǚؖ+_ߕ8Na~=ZKїeA6\i!JxTT,\/h+ZAJ45ВIU2@Q<]+RT^0:+ e"w2iJ^Q`lu.jMGD6ɓ2{js/"|BELԳ^;JųWϺ/Vj,\!5r G٧.YIp[^1(mJzm#1p:xg)YnXYO;,vqKJa~.%%aW - ي~>A8tQA% 3bR,xhOpc^{QwcZ%D9"53wп NHBTTgF0=w@9!-~kx5x'[\:`ӓǻ$gO&aƋώ7nmǙ[O#/;(x !Ixkoߎ].yIhOhZYMY5(*ՁpZso)6&(\O&klL 5 X[RJT0mo5آ2Bk$kXzY4}V#K'8d EAq45Y,YT\` 2+H;낽Xȕ (;bZc1T3er[-r^pV}.~bX^|*3r 阻CMy#jǑw$my/PK%F+\+Fxl/worksheets/sheet2.xmlIIFUTUTMs0WhtF8tɔYױ&VH׳\گoV./;#v.)VXk\{|%rE:NсHSĦyPu*Lq6̊Ni+3… l] V,eF vA.N(S{l9GwEiˉ,Rr1.kqvᡙ˫ir~j؇tp(q/u)1 TPyk0&AF2IcШio㇞l&EMJѩgޝb>7T1V#_F#Wͮc3˦QBpmYp_BݳV;¥6>N?!њ<ҝK+{x_)a@Cuŗ2}bD f9L.Hx96^W)݉5vqǙ 7:8^fj=zׇ z%5̥c1s;Ը?`UT܉wO[g!3<2ӯm.pb}չRDYYPK%F+\+Fxl/worksheets/sheet3.xmlIIFUTUTMs0WhtF8tɔYױ&VH׳\گoV./;#v.)VXk\{|%rE:NсHSĦyPu*Lq6̊Ni+3… l] V,eF vA.N(S{l9GwEiˉ,Rr1.kqvᡙ˫ir~j؇tp(q/u)1 TPyk0&AF2IcШio㇞l&EMJѩgޝb>7T1V#_F#Wͮc3˦QBpmYp_BݳV;¥6>N?!њ<ҝK+{x_)a@Cuŗ2}bD f9L.Hx96^W)݉5vqǙ 7:8^fj=zׇ z%5̥c1s;Ը?`UT܉wO[g!3<2ӯm.pb}չRDYYPK%FWexl/sharedStrings.xmlIIUTU5M @sCDz,:;k;cA>~ oJ#׸/+>mSXdqR]H?QpRƅ87ϘlhdI4PUGgk. 7BfK3J_PK%F5`M xl/styles.xmlIIUTUTMo0 WNC``Ui[D:Ӈ8 l9͹3{Vq_﷋]@7yG2Wu3=4jA>mz vIl\~ȴȷ 6Ar2$وh }Rgrk 432Xf2EϬBCj t7l1UK@ bJ9#+l&E.JMדnNl =\jS_VW )J~N&ᬖ5(cN79",5ܧ1fffwJy|甐od4DFHO'?1@]\аIh~81L c]"l$+_=KXP<$qL^0Pt7L9OC5 ]l$usE?}QC-A_s^y59q%"^DGWE¿toPK%Fфy,docProps/app.xmlII,UTU w+&Mђ(ƾ}imx˗f'iF0hacM1)I;9cǂ5`+J4::qsFjA 8qAZdَ@KF/TwFG}c)Juvy[B~wstPK%F6; docProps/core.xmlII UTUAO {Kan:vNXoPhkW⑼A W)0M3ȮV)cIr9wx{si rB܃>sZt B˲%D- NF<*k9)kA- OhJ7Uxpq ONL>d{w0|5Qa$rP>ڹ)Qetd [Tt/VJ"CV؏$nY>PK%FQwdocProps/custom.xmlIIUTU 0л_rJۻčlȮ}S aO;$r)/㏓__rFyG PK%F(xl/workbook.xmlIIUTUT]o0}0FIRJ ئT2+7i;κM2TZH}>g珵"`4:Q0B]Nr퍽sOpv9oQ j35] \ *JE5 /,ehk~ G !Y) [ ;)3JAͧV*Lyhݭ,C4LvwFᅗn=K-t rWy9KmtZ Ѽ^K;Is*AQVEq+iM&Iض hހ'w`Ä"#G)QSS?gXM>1CꜞWOhЦe.<=嗧'PK%Fn[Content_Types].xmlIInUTU͕N0yf+`bBRI(kX-0޳ 8@0Yzs%JdKS:ΌzҷstOǣ^2YkOi}`g(ccAMnݒYذ߿ctBAG=B |]TMvPzJRnm)3m;_Ho Uw1LpA\U 㫒+_m ;սaqq1[+.i Mgq{eUGe* k~5;PK%FnN _rels/.relsIIUTUN0 }(@LHi<@H?jGۓa$?lNvbO뼐&ӻճYyQqĮQ+1;*ѥUZMQYtGЧdW>=WE!/<%\z`Q@SXpsS81:+Rď4™A4\tJ:PK%FE9D xl/worksheets/sheet1.xmlUTUPK%F+\+F xl/worksheets/sheet2.xmlUTUPK%F+\+F 0xl/worksheets/sheet3.xmlUTUPK%FWe xl/sharedStrings.xmlUTUPK%F5`M xl/styles.xmlUTUPK%Fфy, docProps/app.xmlUTUPK%F6;  docProps/core.xmlUTUPK%FQw (docProps/custom.xmlUTUPK%F( xl/workbook.xmlUTUPK%FSiO )xl/_rels/workbook.xml.relsUTUPK%Fn `[Content_Types].xmlUTUPK%FnN _rels/.relsUTUPK xQsc-im-0.8.2+ds/examples/xlsx/f3/000077500000000000000000000000001416612453600162675ustar00rootroot00000000000000sc-im-0.8.2+ds/examples/xlsx/f3/[Content_Types].xml000077500000000000000000000032321416612453600221020ustar00rootroot00000000000000 sc-im-0.8.2+ds/examples/xlsx/f3/_rels/000077500000000000000000000000001416612453600173735ustar00rootroot00000000000000sc-im-0.8.2+ds/examples/xlsx/f3/_rels/.rels000077500000000000000000000013331416612453600203440ustar00rootroot00000000000000 sc-im-0.8.2+ds/examples/xlsx/f3/docProps/000077500000000000000000000000001416612453600200605ustar00rootroot00000000000000sc-im-0.8.2+ds/examples/xlsx/f3/docProps/app.xml000077500000000000000000000004541416612453600213700ustar00rootroot00000000000000 gnumeric 1.1218 sc-im-0.8.2+ds/examples/xlsx/f3/docProps/core.xml000077500000000000000000000010071416612453600215330ustar00rootroot00000000000000 2015-07-25T16:49:11Z 2015-07-25T16:29:22Z sc-im-0.8.2+ds/examples/xlsx/f3/docProps/custom.xml000077500000000000000000000003251416612453600221170ustar00rootroot00000000000000 sc-im-0.8.2+ds/examples/xlsx/f3/f3.xlsx000077500000000000000000000143371416612453600175320ustar00rootroot00000000000000PK%FE9Dxl/worksheets/sheet1.xmlIIDUTUU]S:}Wh vH)% ϊ-ǚؖ+_ߕ8Na~=ZKїeA6\i!JxTT,\/h+ZAJ45ВIU2@Q<]+RT^0:+ e"w2iJ^Q`lu.jMGD6ɓ2{js/"|BELԳ^;JųWϺ/Vj,\!5r G٧.YIp[^1(mJzm#1p:xg)YnXYO;,vqKJa~.%%aW - ي~>A8tQA% 3bR,xhOpc^{QwcZ%D9"53wп NHBTTgF0=w@9!-~kx5x'[\:`ӓǻ$gO&aƋώ7nmǙ[O#/;(x !Ixkoߎ].yIhOhZYMY5(*ՁpZso)6&(\O&klL 5 X[RJT0mo5آ2Bk$kXzY4}V#K'8d EAq45Y,YT\` 2+H;낽Xȕ (;bZc1T3er[-r^pV}.~bX^|*3r 阻CMy#jǑw$my/PK%F+\+Fxl/worksheets/sheet2.xmlIIFUTUTMs0WhtF8tɔYױ&VH׳\گoV./;#v.)VXk\{|%rE:NсHSĦyPu*Lq6̊Ni+3… l] V,eF vA.N(S{l9GwEiˉ,Rr1.kqvᡙ˫ir~j؇tp(q/u)1 TPyk0&AF2IcШio㇞l&EMJѩgޝb>7T1V#_F#Wͮc3˦QBpmYp_BݳV;¥6>N?!њ<ҝK+{x_)a@Cuŗ2}bD f9L.Hx96^W)݉5vqǙ 7:8^fj=zׇ z%5̥c1s;Ը?`UT܉wO[g!3<2ӯm.pb}չRDYYPK%F+\+Fxl/worksheets/sheet3.xmlIIFUTUTMs0WhtF8tɔYױ&VH׳\گoV./;#v.)VXk\{|%rE:NсHSĦyPu*Lq6̊Ni+3… l] V,eF vA.N(S{l9GwEiˉ,Rr1.kqvᡙ˫ir~j؇tp(q/u)1 TPyk0&AF2IcШio㇞l&EMJѩgޝb>7T1V#_F#Wͮc3˦QBpmYp_BݳV;¥6>N?!њ<ҝK+{x_)a@Cuŗ2}bD f9L.Hx96^W)݉5vqǙ 7:8^fj=zׇ z%5̥c1s;Ը?`UT܉wO[g!3<2ӯm.pb}չRDYYPK%FWexl/sharedStrings.xmlIIUTU5M @sCDz,:;k;cA>~ oJ#׸/+>mSXdqR]H?QpRƅ87ϘlhdI4PUGgk. 7BfK3J_PK%F5`M xl/styles.xmlIIUTUTMo0 WNC``Ui[D:Ӈ8 l9͹3{Vq_﷋]@7yG2Wu3=4jA>mz vIl\~ȴȷ 6Ar2$وh }Rgrk 432Xf2EϬBCj t7l1UK@ bJ9#+l&E.JMדnNl =\jS_VW )J~N&ᬖ5(cN79",5ܧ1fffwJy|甐od4DFHO'?1@]\аIh~81L c]"l$+_=KXP<$qL^0Pt7L9OC5 ]l$usE?}QC-A_s^y59q%"^DGWE¿toPK%Fфy,docProps/app.xmlII,UTU w+&Mђ(ƾ}imx˗f'iF0hacM1)I;9cǂ5`+J4::qsFjA 8qAZdَ@KF/TwFG}c)Juvy[B~wstPK%F6; docProps/core.xmlII UTUAO {Kan:vNXoPhkW⑼A W)0M3ȮV)cIr9wx{si rB܃>sZt B˲%D- NF<*k9)kA- OhJ7Uxpq ONL>d{w0|5Qa$rP>ڹ)Qetd [Tt/VJ"CV؏$nY>PK%FQwdocProps/custom.xmlIIUTU 0л_rJۻčlȮ}S aO;$r)/㏓__rFyG PK%F(xl/workbook.xmlIIUTUT]o0}0FIRJ ئT2+7i;κM2TZH}>g珵"`4:Q0B]Nr퍽sOpv9oQ j35] \ *JE5 /,ehk~ G !Y) [ ;)3JAͧV*Lyhݭ,C4LvwFᅗn=K-t rWy9KmtZ Ѽ^K;Is*AQVEq+iM&Iض hހ'w`Ä"#G)QSS?gXM>1CꜞWOhЦe.<=嗧'PK%Fn[Content_Types].xmlIInUTU͕N0yf+`bBRI(kX-0޳ 8@0Yzs%JdKS:ΌzҷstOǣ^2YkOi}`g(ccAMnݒYذ߿ctBAG=B |]TMvPzJRnm)3m;_Ho Uw1LpA\U 㫒+_m ;սaqq1[+.i Mgq{eUGe* k~5;PK%FnN _rels/.relsIIUTUN0 }(@LHi<@H?jGۓa$?lNvbO뼐&ӻճYyQqĮQ+1;*ѥUZMQYtGЧdW>=WE!/<%\z`Q@SXpsS81:+Rď4™A4\tJ:PK%FE9D xl/worksheets/sheet1.xmlUTUPK%F+\+F xl/worksheets/sheet2.xmlUTUPK%F+\+F 0xl/worksheets/sheet3.xmlUTUPK%FWe xl/sharedStrings.xmlUTUPK%F5`M xl/styles.xmlUTUPK%Fфy, docProps/app.xmlUTUPK%F6;  docProps/core.xmlUTUPK%FQw (docProps/custom.xmlUTUPK%F( xl/workbook.xmlUTUPK%FSiO )xl/_rels/workbook.xml.relsUTUPK%Fn `[Content_Types].xmlUTUPK%FnN _rels/.relsUTUPK xQsc-im-0.8.2+ds/examples/xlsx/f3/xl/000077500000000000000000000000001416612453600167125ustar00rootroot00000000000000sc-im-0.8.2+ds/examples/xlsx/f3/xl/_rels/000077500000000000000000000000001416612453600200165ustar00rootroot00000000000000sc-im-0.8.2+ds/examples/xlsx/f3/xl/_rels/workbook.xml.rels000077500000000000000000000015171416612453600233500ustar00rootroot00000000000000 sc-im-0.8.2+ds/examples/xlsx/f3/xl/sharedStrings.xml000077500000000000000000000002551416612453600222610ustar00rootroot00000000000000 SI sc-im-0.8.2+ds/examples/xlsx/f3/xl/styles.xml000077500000000000000000000026661416612453600207740ustar00rootroot00000000000000 sc-im-0.8.2+ds/examples/xlsx/f3/xl/workbook.xml000077500000000000000000000023521416612453600212760ustar00rootroot00000000000000 #REF! "Hoja1" #REF! "Hoja2" #REF! "Hoja3" sc-im-0.8.2+ds/examples/xlsx/f3/xl/worksheets/000077500000000000000000000000001416612453600211105ustar00rootroot00000000000000sc-im-0.8.2+ds/examples/xlsx/f3/xl/worksheets/sheet1.xml000077500000000000000000000040071416612453600230270ustar00rootroot00000000000000 o 1 y 2 si IF(AND(OR(B2=4,B2=1),B3=2)=TRUE,"SI","NO") 0 B3>1 1 &CPage sc-im-0.8.2+ds/examples/xlsx/f3/xl/worksheets/sheet2.xml000077500000000000000000000022241416612453600230270ustar00rootroot00000000000000 &CPage sc-im-0.8.2+ds/examples/xlsx/f3/xl/worksheets/sheet3.xml000077500000000000000000000022241416612453600230300ustar00rootroot00000000000000 &CPage sc-im-0.8.2+ds/examples/xlsx/f4.xlsx000066400000000000000000000134211416612453600172110ustar00rootroot00000000000000PKFSVxl/worksheets/sheet1.xmlIIUT³UTQo0~ﯰ0m҆ 0ڲ QVj۳I.‰3@_B`{؞;w7/$;F*QO TDNrL/SXIham=a̤T JܢxAd~J.*&_8TnU-D՚BԆN/}Gh| O`GMra SY':ډsHH-q t 8~v0):Pb~xdMfm ,ow օŬF|A6I)RR5Ul^4 W5hPꏠa4/Axx5:١P-!jOtn͎O|:YqcBXzogQ2x?|?zwN4QPcl3aP߳Vr[V]>s0Ee@Yk ZjN.*xZT*@֨qUkj!Z].}/x t3+mVYFR6ok<̪G!lUv VZWȰFZiΎJ mX>z^HղW?_r7QɷBVm CQ _O3>*w㹽kb4wć)bvJvO/~PKF+\+Fxl/worksheets/sheet2.xmlIIFUT³UTMs0WhtF8tɔYױ&VH׳\گoV./;#v.)VXk\{|%rE:NсHSĦyPu*Lq6̊Ni+3… l] V,eF vA.N(S{l9GwEiˉ,Rr1.kqvᡙ˫ir~j؇tp(q/u)1 TPyk0&AF2IcШio㇞l&EMJѩgޝb>7T1V#_F#Wͮc3˦QBpmYp_BݳV;¥6>N?!њ<ҝK+{x_)a@Cuŗ2}bD f9L.Hx96^W)݉5vqǙ 7:8^fj=zׇ z%5̥c1s;Ը?`UT܉wO[g!3<2ӯm.pb}չRDYYPKF+\+Fxl/worksheets/sheet3.xmlIIFUT³UTMs0WhtF8tɔYױ&VH׳\گoV./;#v.)VXk\{|%rE:NсHSĦyPu*Lq6̊Ni+3… l] V,eF vA.N(S{l9GwEiˉ,Rr1.kqvᡙ˫ir~j؇tp(q/u)1 TPyk0&AF2IcШio㇞l&EMJѩgޝb>7T1V#_F#Wͮc3˦QBpmYp_BݳV;¥6>N?!њ<ҝK+{x_)a@Cuŗ2}bD f9L.Hx96^W)݉5vqǙ 7:8^fj=zׇ z%5̥c1s;Ը?`UT܉wO[g!3<2ӯm.pb}չRDYYPKF5`M xl/styles.xmlIIUT³UTMo0 WNC``Ui[D:Ӈ8 l9͹3{Vq_﷋]@7yG2Wu3=4jA>mz vIl\~ȴȷ 6Ar2$وh }Rgrk 432Xf2EϬBCj t7l1UK@ bJ9#+l&E.JMדnNl =\jS_VW )J~N&ᬖ5(cN79",5ܧ1fffwJy|甐od4DFHO'?1@]\аIh~81L c]"l$+_=KXP<$qL^0Pt7L9OC5 ]l$usE?}QC-A_s^y59q%"^DGWE¿toPKFфy,docProps/app.xmlII,UT³U w+&Mђ(ƾ}imx˗f'iF0hacM1)I;9cǂ5`+J4::qsFjA 8qAZdَ@KF/TwFG}c)Juvy[B~wstPKF%E? docProps/core.xmlII UT³UAO { tMvNXoPhkW⑼A W)0K)F`dW+$+.g\v]gŞ\C/O#ab!>]C/QzI4Q ȧ0ZNJAPK-h02j-m:,<$yjO> _MA !vv j%kc46([$td-9]9'?ҁ^pz*-PKFQwdocProps/custom.xmlIIUT³U 0л_rJۻčlȮ}S aO;$r)/㏓__rFyG PKF(xl/workbook.xmlIIUT³UT]o0}0FIRJ ئT2+7i;κM2TZH}>g珵"`4:Q0B]Nr퍽sOpv9oQ j35] \ *JE5 /,ehk~ G !Y) [ ;)3JAͧV*Lyhݭ,C4LvwFᅗn=K-t rWy9KmtZ Ѽ^ُ}7>}ҋOPKF~i_[Content_Types].xmlII_UT³U͔_O0M_V3AQIP;i o݆FM ,;mM*|֌ SF\刾[:A 5aDcAyHz#>%s\ذ߿aš&&Π! VO2?U]%c}{PKFnN _rels/.relsIIUT³UN0 }(@LHi<@H?jGۓa$?lNvbO뼐&ӻճYyQqĮQ+1;*ѥUZMQYtGЧdW>=WE!/<%\z`Q@SXpsS81:+Rď4™A4\tJ:PKFSV xl/worksheets/sheet1.xmlUT³UPKF+\+F xl/worksheets/sheet2.xmlUT³UPKF+\+F xl/worksheets/sheet3.xmlUT³UPKF5`M Gxl/styles.xmlUT³UPKFфy, y docProps/app.xmlUT³UPKF%E?  u docProps/core.xmlUT³UPKFQw docProps/custom.xmlUT³UPKF( xl/workbook.xmlUT³UPKF {+{ xl/_rels/workbook.xml.relsUT³UPKF~i_ [Content_Types].xmlUT³UPKFnN _rels/.relsUT³UPK -sc-im-0.8.2+ds/examples/xlsx/german2.xlsx000077500000000000000000000156531416612453600202470ustar00rootroot00000000000000PKF _rels/.relsN0 {*5@LH!4$năD Îq~bLn,0&K^UY&c}qy/6͢~8GRoC*rOJAʤ{tJ MKcd=@r]Uw2dYqgVMmk5nIz>3W"!vJL|8 e ye} 0HM!ӷ!阘rpbͼ0gt{M#}HL3_JZPK4PKFdocProps/custom.xmlMo0>[P(hva/!/iYWhvZoڧy;#U<r"cݬ p<ǵ4 `EOJHLEcAiBIIN!N90 CrF0W@7=F悴ӻM#m^`ci(pen8 ]4A_*/?#>p8fs)w]lLkJ e)O{۩`H7QGj˺*sQ==`Ki"D}bW=ؚ[6} ijn N`U){PKgUދP!PKFdocProps/app.xmlj0E #&Ƅ +AW*$﫴:pÝQ|P (#TX)_,Dn$סּMК=o d`BN1A@Pؤ^:%`oŠD<'0F0d׸:{ҊKL.ml}40Bƹ^ >=KӨcjAPy i4 h vǀm|}D/XH9)j0*}yMOO{wJ11L91r)y"? tGOPKr)X,?PKFxl/sharedStrings.xmlEA 0E"ަv!"I< ch&53-FD\LI9$pjPH] SDh fQJlaZs7b\,y>q&EnW9/ +8~4ۣ}r9g9Ͻ/ϒĥ9` "Bx:]J BKNG:Ùe*%UI,h},V,SڃAImgB;X)vPƸ;rd1KˋTT!,ds~1`6+#qgC#u>rܯJ *y ۪q%+ˆ~a.!]J/T2ky- 2Qizzh[32&)'%hgi;8> ؤBvhp?zX ">W; 1rkLnsJ;tz2NRxA*e7Iv>zH-9Z }Iv8W߁ޓaw (I#&jEsn{,SNx:t?2g(v*Ff@g5V6f?66ǎLBڵі̚&猀E%Zo"U`6z|ZOF>wV v1%I^b'@Lx+eKXsJ*Bɤ2Xuܫs1C)'7ɬ3c/PKt:PKFxl/worksheets/sheet2.xmlTMO1WXM( DR jH9٬׳{?=4h>q&EnW9/ +8~4ۣ}r9g9Ͻ/ϒĥ9` "Bx:]J BKNG:Ùe*%UI,h},V,SڃAImgB;X)vPƸ;rd1KˋTT!,ds~1`6+#qgC#u>rܯJ *y ۪q%+ˆ~a.!]J/T2ky- 2Qizzh[32&)'%hgi;8> ؤBvhp?zX ">W; 1rkLnsJ;tz2NRxA*e7Iv>zH-9Z }Iv8W߁ޓaw (I#&jEsn{,SNx:t?2g(v*Ff@g5V6f?66ǎLBڵі̚&猀E%Zo"U`6z|ZOF>wV v1%I^b'@Lx+eKXsJ*Bɤ2Xuܫs1C)'7ɬ3c/PKt:PKFxl/worksheets/sheet1.xmlVKo6W<(zXvbc7:.-RTIwHJ"`<~oTi&œT0qX移 `.]WT/`@%*oP%Ț 8):VwaEL oF(XN72o**7(%5Z-G$ 5莚ڝ'8\-jAxK)٤V)I "OJ7R cNb RV<% 0AER%{bBMQ)6k7@hnlNN~THX9uQ[_ؿiҷ==RHlӀ4ʒ8GhlobN*Zi5t {hL'GrGͯd>##ƨ <^#II9_> dQx0r쵬vLލZ/ϦfK4Ivu9KrY3 sPNS'BV Ij5,E/Cg?VPK\ PKF xl/styles.xml]o0+,߯@N@կL֪jSiӴ  X566鯯@jMvT"7/y9,s z.E<&, l p%< ?R(0V@ `Tqd^`$\HHYbia0"J/ ఑mdŝX[zy}y{: w/.+?ƻX2 gk#hЗQLx)@N[Sʱ ;G1brBWV3$.mLSA{3lLM _ `SlU9`2/ѩ@+o0n (wE:k !z_0ATbHbS( $LxR<ڒ>”ޙ#Y_ʎ^{uhIU]M(pVtSJRTK9Q2.ȳF L1Bϫy8(^/ /-WR'"9 f|JӺLEcP=6XmE:dRNޮu|n-+U̠7󆙝Vo7ӛfv13?+7r3'7ٌ޾|k?uL^;oGmO_e۶ll*S-x'a#[mUn TVrfVM9sTSq3~ԤlZYjHh{RQv~ tzrwPK5uPKFxl/workbook.xmlRn@ +Zla9(Ρ L(kP__JR4\{V/!tҸmo>U\ \Zuw. e]caB-:T` 6G(Cȍ$0N8kIF_xl/worksheets/sheet1.xmlIIUTc 'q0=;Qσwq28&q DGke6714ڣoV%pful_eӚ+ V T5~ HĨhz;5LW$͊[2fnM-%DM֑wٙLƨn>hŊKmCsM?ҧקiasKqhBܝMsl`'d[)MB9>ٸlnn$IֵpÊ~ؕ !]@a|EN,QpthmqʙK }TY+5ëj<[O[ǕbWN}T8[WӀ(id&N'C܄'·" "V0&IRvA>Y1{lLJIΌ'ȰSY.2Is;S"Jn̓ Wd+wLĶq3.unO{RCSkX^سr\47%lW,85ćzcȨ^}yqCI@Ks}dqX\PK>F~zxl/sharedStrings.xmlIIUTF}B5 xl/styles.xmlII5 BUT8'N 䉉v6@RIB d %&JX{q.x-Cv ~Dl^Bj^m j_\s&N ƉZgk"h[tվcZxr}VakK{{N8V)Åzaeݾקs}#3_ۇ 3ylejdCK*D՜I?>(@Y®"C떁 s]݀DQX׬5H=Iɳf v)FsR91 %H<]ŊzHk[7ĹՇYZFv;x2xr'''+Ɔб!~ ? l PK>F ^docProps/app.xmlII^UTFS*OdocProps/core.xmlIIOUTFՋ)docProps/custom.xmlII)UTΠA.noҎIae7~7_<rʚ&S4m xݠ9\vNAI q}ZiMLZ;hqm[U{-M+\}:G\+'ꠚT٪2!f+d،]#2'.jn֯e 0Bv!z 91FY")t0NSr|N|5#?X^A W|ʓcoGrvho{H':yPiYvB _TNPK>F=<2;xl/workbook.xmlII;UTFVD/xl/_rels/workbook.xml.relsII/UT5}+zGo7PK>Fd[Content_Types].xmlIIdUTp3f|]h4$cS՜]q1~]5e2n]}ol _A|@[he6iȕ'ħڗ|pK].[N A$&9uDn;E>6PK!U0#L _rels/.rels (N0 HCnHLH!T$$@Jc?[iTb/Nú(A3b{jxVb"giaWl_xb#b4O r0Qahѓeܔ=P-<4Mox/}bN@;vCf ۨBI"c&\O8q"KH<ߊs@.h<⧄MdaT_PK!>xl/_rels/workbook.xml.rels (J0nӮ""Ej}Lm2㟾ۅef2k&WP%&w ޚ[= &$W4KH"xR㣔dNҨ9ɨAw(7ey/O ނhm| }Dg"$4FY.2#59鳔Y]bd @%s"ݚ0tB)[ȓPK!*WRE xl/workbook.xmlMO0 Hw֮cLk'!@8w&Uı\+I3Nb` #>f۾-9ϵhͪ3ỉ@ *ešiPS4B{\c W!ZEIϣK ai0e) |6E[ĢwlR*ow^gLq_(2tS+e8(L`[$o_,I2XعAja 9Y{YLt} 2H qGO2˫ 0t1ǖ#q7PK!icxl/sharedStrings.xmltN0M/=uƲ ~<[e[m!z]^7f ,yo~U *p`ZZB"X-f%;ol+}&χ Yn <(<,tzga;?PK!;m2KB#xl/worksheets/_rels/sheet1.xml.rels0ECx{օ CS7"Ubۗ{ep6<f,Ժch{-A8 -Iy0Ьjm_/N,}W:=RY}H9EbAwk}m PK!-xl/theme/theme1.xmlYMoE#F{oc'vGuر[hF[x=ޝfvg53NjHH q Jĥ@wfv3$%͡>Ǽ3{ÄC"$i;_!4jwK cxJֻ\ś*& A@Mb͕2yFRx7" E2&leV[_I0M 3А[z!db!g:Ĭ1?*@ K/A+[WWfNZor`|jdhT +;%`jzpVgQ<Ȼ[k>ῶs4[.ٟFm Fg]d zPhzs%dٍJ7j9|l(KT-˵? dXYF&8aGc]bx{YC|<ק<]*Z!fx]YJԲiT-\L]>ƇU8Bۛf5|ߍéIB? ºz~ݥOOQJ K9 @\fU6C=CΪ!>  凄yn 'U,8aoaW)9HGq)h M 2lHA[s1N*쀦}O@bU|!8]{x>ܥzށSI&T%0SPV!PK!@= zS xl/styles.xml\nH}`0.,ɰ'TVmQR3N"Ů:ub׿>ō/ ^pe‡iŸc$? iM:u>GM i1M7Wn|t'ym8pRd*AzNF*X vsz gAc˫a; P,h򁷌$Z@E9Nts416L s4_vs|58>;ݛeGB5@&΄NfW[]vNf~]A6:% YB1d2 )H<,GLq^O%8,WkvbG*miǶ1았M=;$3m*䋻v#ݦ*0ߏnϦ.4բ{`~lOΜZ"f?}k؛X+'jI6rȌtN&*( ZLP4x_Z截*F͗qhȿ?oPS(OX#W?s * I{+B0\n=|2U{| DfyHID6>-}?ODm|ΉmJzFтn4Lx<̾e %/r•䮦Դ`s<H VgE`h8z}mtmU@UMVsRUMVe4YuVHUMVe4YU-U4F5U@UMVmDUMVem|Yuk҇neZ}">ΜW z}^mo(&Mx0ߋ(^Pqob훝u #M *JSC^yC:>v#q 7[~S 2j8ܢU5z#k8t'ܕ v+y7QMpðdyr)V(\BqD2VqU5EUu*KROcvytHFQi<ė1GT5+5R*7K }K ɣ, +;ę,U"dY%rc^^_^^+9d<#/]D 2ǣxs6m`tv_sϿf<; `| l`ƶ!"ۯfCGLQÃx9!Mh`/=u r@8e) >PbS~!)m)fo蕚qpI,X]!3R6b6 Fi=d1<+52kaNAH7)9M{!H9s[BJʚ0YQ })cQ ɼa+Dr bde 芐B$Ǡ+F2S 4%BrK Y"]Y|mӬx l+*/m>H7Vl4˗)F4Zts뱄cJ q@JVXGZ㜢koDS,4@cAY=cz &HSvz![h;{ μd"0 * xrJthOV%L8C&  u5&WX@hJ#  :͗"5@.{)`ۇ=7R}!#Gks Z ||qABqINmsn,tPGb})#)ׯ=w~1.oN%}f>P.hiJ݅6Yv2/SʨыR85x@sjSÆ"9 M̨a wPgL dd+`/5ަ46\L)4ȩA*Rқ Sl 6ͩU6fS+mjV*ZrMe 6ZeS{oN$xsjMA[?4VT!b VTP 7Is]v/~TP6T4wc\<lh,or$*N/@gU JE!hȻp,ܯ*2JݕrN>t#KF}&xpyd_/)# h,,f&tibz|19PRSc.Jn/L%K4P #isICNb˺c:I6t1s |BםB+P!Bn!^7aBv E$ݧc}) ԗPq:o#,E͉!2\)CdStL!^hZEѾ'o©Vu kSӔ޳("(W𫕻v~z_8T&B~SAbکFOi557u7MnŸ7_X; gCk>'Ao/^Jy4GrJ܋[W Ӎsass;[Yi!D7)_yPK!66u ;.xl/worksheets/sheet1.xmlrH7bAHB 9,O|wm%,_a-OUuu>U~AWZŽwyj{Ks9:'vnݿu p k]jꞝ_ ϳ ^j5pcTk.ZR]2gٽDI!{r"j]CYN?_'EBp7ytAşCsTjIC;NJz?z}jwcs}%|Gw{M~{r{$i'!S%a,8өyq*ee ؋n?;FT)>;oh뿏]5"jnx ?Qc SsOT([9{"ίIV;6䆑-7-))A]UݨƯLˠ_YFjѲJHK_Y Y苯AMAVhmK/-߂v0~/נ-@DeTtS zOɠ, ]F+dDyH~#tA)? K[q724)btڰL,+DL+S2H<LL̀́,,llSY67SrǮ|WN4hT"vXjse&NZ6;ba=m,5Ry#& 61 )9%5 mJ2^L֮|W&!Xb=x̧A[Sħ1Q}Q"usy;_wlXH}1 5F  Vbî~/Yz,|jz(. <_ٽ`- 9B4F4A4E4C4G@DBFA( VS/0n蕎|܆}b[D0&bCT4gGu4&0 a6b@Qdu6 T0ROGƈ&fVֈ6e>ҕu/ RPMŎjpK6`pD˿ $1!"  V^;D{c_/tF%{]/.@̈ ɈL#e9٫.ŻLUAr6#4H3?#+viU_RV}HA2wnv\켿x3mG'u]QxV cW &X-;PK!%ZodocProps/core.xml (QO0MB[ie/.1ִw i{ lȢ{hz(rod @Rfjt#X$K1:A*g]Vms$ebb)kK]pz+.pH`W=Rj  P`P @(+w-Eºzp)X=jH &4p[d]@ {:BigcSۀy`Vg4ERrlRXFb~ml:H,w~ nV7jC9dZ[3\ F.I7ze3> #p؆S_^~>` N]*NzЛ76n:+xl/_rels/workbook.xml.relsPK-!*WRE  xl/workbook.xmlPK-!icw xl/sharedStrings.xmlPK-!;m2KB# xl/worksheets/_rels/sheet1.xml.relsPK-!- xl/theme/theme1.xmlPK-!@= zS xl/styles.xmlPK-!66u ;.>xl/worksheets/sheet1.xmlPK-!%Zo'docProps/core.xmlPK-!z*ṩ8'z*xl/printerSettings/printerSettings1.binPK-!h+docProps/app.xmlPK &'.sc-im-0.8.2+ds/examples/xlsx/products.xlsx000066400000000000000000003273211416612453600205520ustar00rootroot00000000000000PK!0 [Content_Types].xml (Tn0W?DVCUU]-xH\ wbU\7/3*Y@@l&ziW$`s-2=<IY*g!k@1'kpLDEJK΃ԅZBzT}:`A j^Q%?Ɗusʄ2"*Vttjr. 4TW0(篇ԍ8ƒ['RΌ`i<>]'T5Nl!@f䪒Kf? mMkeNxen,/ KzBo\T㋛ ݢCl$o&Fx@y<,-h}[};PK!U0#L _rels/.rels (N0 HCnHLH!T$$@Jc?[iTb/Nú(A3b{jxVb"giaWl_xb#b4O r0Qahѓeܔ=P-<4Mox/}bN@;vCf ۨBI"c&\O8q"KH<ߊs@.h<⧄MdaT_PK!>xl/_rels/workbook.xml.rels (J0nӮ""Ej}Lm2㟾ۅef2k&WP%&w ޚ[= &$W4KH"xR㣔dNҨ9ɨAw(7ey/O ނhm| }Dg"$4FY.2#59鳔Y]bd @%s"ݚ0tB)[ȓPK!|tzHxl/workbook.xmlQn0W?X$H* go4]'zi߳;Y+Kk MRJTVHs,\Ya[w:X{"`|AeĶ`R[y:7A<\:",0l] ^mi0aqx}#[OU-FF'xYQoBah{'}"Os7_y]Q/6el;; ŐVrp?TR[ 8lѓ?f dqO4Ct6gc/PK!"tKxl/sharedStrings.xml]r"IYCc6"3Xl&R^(bPkNs7ﱗ}~#3I$R؎MwK*_Oxxj~/ǜ}`xv1>jN-Wh:}/s9˕ߝ-}\T(,/>F˃x?y?_\Vv񡰼^GˏjZp,RMf9u1~: s3͸;a99aw&gWhZ9|hg+w1MgGW'b~ROX{oU#ȫA7??D)K-Rr"%+ul1!Z9*TdU5F$O$"/~XFVZK/DBw1jݏfѰŮ7L)\Zޙ{t76ajYGADϣy3ѴKVU5+?W2M[Iv<*B\۲E>ߏYTՃnW2h#џz0^}_ Pj5d S&W4q%ǸV{k3i_Y>v P jY s`%FoCd?cz2Mf={zqtugHUëʐ'hBZn B9MײeԬySPh2"ef;k0 u[&8Rn(v*[VAX dYe ݡ1E*A߃|M^*")Kƺ? $,VzvrxEdC2_} o y8Țk̾Wo)YS'wAP{ㅚNfBWyUvr]hIqyuɵsѿh Y{/} }巛}cUpzgy]6wvHp Fԓi$U^Dp>؇d rր(,+( TMbo`bu5Dhy'qϔO CzdLj8s*cC5jPiҪEL@#GG U,zg"Rnt'A+=S}_{oT^{_B/r-—E #3 bjE{Uモrh2N?/D:X,qa?w6 {FR@$!Ų.C$ q-XqRzcBb%SQ|z}4[L(T熪#iP) 8]rԟ&G/w{ksZv^l-0@"WIJܤ+A< .ĎnC:4!wʇAX9SFDj +I)05PWB.$5ߓ`) ="3T uFCi(E=7 p;&nPoytwlm;ܔ: 3X( t()[2J o"ŮlE2\x[e,T{.+0ot ԩ ّJA6'Ы%/c*BXtODlry뒈!6|dBEjߏf<#r8EicM>0bZGÂ])RN72EZnS$*H-^] tHY 5pߨ "}}J#le dnyEVlւlt {x¡止PgE5.lq L3Cv )}BdI2. &zġ; H aGn/ty 8=}ҩzrTh:"\ʋlۄSCCj-S&o1+D'NuFw>27n]H5H/>lMp[8[lNN7/IVj}w 9.[eD2SgW sw#9p((V6̸9NX3T!ʱuր P@&+Pi X^4]r3JmZmVfݦe;y7 m~zCl&:os@ŕSQ5_ė^ծ B=>.BQʬIjP@IP$PI]@6@;C_ 1[T = ^KMt6C 2TNXIQ0 Sx;'Ѫ7_ j7Dvsr3ZvUVroaV/{ QϭUj="Ʋw7S|_k[qދm) [vV qSIό8&;|} [ɱ}|ep{|,A_~w?_$~L@v @HBdKo򃞪H3m!^yorql%2ov5Ƒ;.a7)e9:S 2Il_T'kx}b=#%Ze>=sz̛U/܎X8?➭at J& A&-cG/Dn5ݓD B*N+>b\gcހ !:MIPLvP&e0H&L3`BLC6!86ِ~72(FAG!ՉLj /|BLǎ6_Z(BZR)N X.D9~ F(&} iP]L}%$ ( c9jTvFTƺ$rhǙ*Ͱ*:镑"651CBR4`ڎK#QoH KY $Q,j<ԓ֔ ZB'.X2PX.nʹRf=a _w,RF M8g5j:6LJBH$[`MUdH0(C~_9ܧ']F/ =PhCp Z~*S+$ⶴ݁28[dŠG/Em>5R0KJ]#snA c.h@\̡p{pPyUdI*?gKTi0ɉ^8K]uG.=fS%1rm}-zvMt6Jy\ .QsьN. [< ,ZCȹ`ye3ҖȠ !#'`zzP#H=m@JhN#L8$2C,!@ b6[:Ly =n|A[ OuN,!1ɍ12Qѡ?GǙh@iuGٞ29RKR((ѡ~/B6Vp R7P BzCN_m6 ԉ뿁Ej7F|(%}H4i#+1^l0VH 4hRKU34 o+fsn܇3If,t=xB*m4 6FdBi%Jl4T+z#6S3<ŠYrjht,s K'7aoWEɍ`p)J!y:bP6JZگ oP S" ܛM1Ѕq7$6D24C8Wj֗fӰ<+IhȦ_+V 5K.±K^ex}OVD/\5n[!Nțp GuwP7fUzV&ʡŦ>~ǡE.tdאUxkh^#Z1# ݎ)Ţ wOsޢbZOkȘ%. 2T<#L-h{5aaypHRdt}n$}? 4>59s?g^w5؄RL˭ב O&:Ct<X|O2CL;8Ab,$B$:$ BS“"3E$S>;J˨dlcn$(<hGkSVx1GKWBׁ>~Vѧj|1>=gs䗱\0>~dN'Us*Ʈ`Oo߻rnMYfȄ7wه]OXz *TUGqᬇvq~8A^/LQ9, !$K+u;5.ySl2p|$!nbNɔ-'f"'qÒGVO_\إL&,i[̀:5f4oGt>T+u;Z[oGKu9FXK>Wy_sCDP0^S=e)3DA>+ I -.{[(eud𒥫.-{|K71~|SrdyD|s: ̙ ޡ̙]4TgPSBܗ`إC?k^2t3 Eˏ=H$4yg1hQ{+(|4T[IQD9 ԡRA9~h{- E4#C6sI?,HRLNyDR+{8$$ՆIj> ZIE&P-i4ä_DǸvnF9ON0e C|F8(ДFS} "[1YO9ߪʛecb&,2 N̮is/SI!wV{IΠ\Vņ'eߋ(ۂI6ƑaLVULnWNhLVQQ83+x,۴A_R832lei/8T98hE{6M)MV< YW6>_ v̈́,8W݁3:S3D!{WΘ ֙w Ly:W+pfXg{&] p&JcN3@oˏ(>.on}ox9H 0\x;*h@pSt죲B u&3Y<2ʘ0L4YVqOEi a$&l̼_.͋P~fkL!խD|Pyʫ_*.UIҦ("DP-2 %ڊJUĠHs4#%"Re{BeUH eN4>9à̔}VŠ4N3%8uȇTG?K%&ђBW-yE~һv&𐃇m^!=D#3+]\: 5AxlLБ77B>KE <űe6_-Wk<#uJ2G |j°KISyM'@):rH"MH42,]R"JId!u[8(8&K2CH2#7!"䨤Fl!a,pEI*ÏT,!$F! nȜ-wMK*P eZq9p{K\4Z_ 8 Y)huJ9fdLvJ ]w_+pGBQnU1B*rA3* ,KF6&q#35erTY I q"XA!|(3烟ψl㰊:͇Ϙl|?ȧ1RtRg" 0cp$kmǵ;!FWD|:Pp+I\5}c_cGdyh\{Δ+lKCĶZmb[K)׼f>x+ћ]hyb'N~4͏h t{x1thwu1ydĚ]bֲdi%4ڣ4F7Sݒ<Ȫ|ae0Aw'EjDU(8&*%V<. /i6qϝQU'mCgAem N"ȶV&QPsWU1 16ە9%- P%3aPpKjm" B+D4~0 aEewuSȤ&8Q9Hu^Օh΁wZ|m Iiffc#q%ő ma86Qf (uNHW4 fyw̞ڲpJEv>"N<'E7vYʺa*#JP# 0 3C4ё>,!&:2= ?CF$oörnќVǜ!r¢7r}Aߋ78%3Q.3\rSq4\&S Pr-.oGf|x~z~KR%_LzI.//X]+5z7^|w߽>k.?#o*MUmz3}U[og]-D|1^bj|MVl:^.x,ʖz3ClTm~1Rh5Q*d'NHNjrY1wq޲,|N-3w#vC*N1PK!_#xl/worksheets/_rels/sheet1.xml.relsԓN!&[bLw{Qh}]@֧&M^zc#3 80$崡-$iiaheʗbg|dB.%'DT2rrqa)^^(fEq#o;L\kީ)(!L P2~8ƺ$jS;s1{r:+<a 'z}LW䘛8h{wK cxLޜH]ś*$A>J%aACMʈJ&M;4Be tY>c~4$ &^ L1bma]ut(gZ[Wvr2u{`M,EF,2nQ%[NJeD >֗f}{7vtd%|JYw2Oڡ~J=L8-o|(<4 ժX}.@'d}.Fbo\C\ҼMT0 zSώt--g.—~?~xY'y92h!ы/ɋ>%mGEFD[t3q%'#qSgv 9feqwW@(^wdbh a8g.J pC*Xx8rbV`|XƻcǵYU3 Jݐ8b3+(QuK>QELKM2#'vi~ vlwu8+zHHJ:) ~L\E\O*t@G1lm~C*uG.R(:-ys^Di7QR8,b?SQ*q7C;+}ݧ;4pDZ_^'܉M01UJS#]flmʒgD^< dB[_WE)*k;ZxO(c5g4 h܇A:I~KBxԙ \ YWQB@^4@.hKik<ʞ6b+jΎ9#U`δuM֯DAaVB[͈f-WY؜j0[:X ~;Qㅋt >z/fʒ"Z x Zp;+e{/eP;,.&'Qk5q&pT(KLb} Sd›L17 jpaS! 35'+ZzQ TIIvt]K&⫢ #v5-|#4b3q:TA1pa*~9mm34銗bg1KB[Y&[)H V*Q Ua?SE'p>vX`3qBU( 8W0 Aw 9Kä5$ PeD)jeI2b!aC]zoPnIZ diͩdks|l2Rn6 Mf\ļ=XvYEEĢͪgY [A+M[XK52`%p7!?ڊ&aQ}6HH;8`ҤiI[-۬/0,>eE;ck;ٓ) C cc?f}p|61%M0*<ҭPK!+ xl/styles.xmlZmo6>`AP}#ٱص\4qbɀ}%&BE'vIіɉC,J'ŘF1 9h`QvhBG1۫[z^MC>8;;ߋ5lt仟+pFe)z)s~~|~@5RXѧh$[06ߍGģ2MƎ9OrqC-z2e1TӲ➥oRzG]"zn2QS:أBy`BށCFBFá}ePs 1Y#XH+}_i'6xym{lG0Z9\)rȿw-X F\Mջt] #ʦ"A:G,AH3 U0wlu Ĕ`_ܤHI5)d"% dƔ0ɡMޠOP[ OSa}Nh0\| seD5%$ ׸kJ(oK}#-P Vy&ۿ/U^Oʪj]^_^b_ ǵZ٥fJrg:u R `CyYn=(0wD]k*" ,X![Iu_x"H}² R)L,2ٌ,o\,wE n] kH$ PRy\.f4=E6B|aNmF)P4JNoO&ژRQWXmpA9Mjʌ,w )]9ӈ(&M[KqԃVqG\ #B2}'LVeaxb-d]e'L YV3w*omM%j?5/궢).eXޘOfar 4jѕ/7M, vB $P[)._ᘁ.jUVƠ{I$m2N h p0~LR5Xq*}W|up'\ꉷéW䚝0&TrկҼSUk(?}!fC%[g)2^8DQpGSc}IHl재 q1?FpiAY1cq$Թ(܊ tS /7) Q _=tr>^#Rcc,My Ͼp~9ÎϧwQqe__5vNz8u}/pgF{pg2Qi{1,![sTC5 +^iPK![ڽJxl/worksheets/sheet1.xml]ȑ ~Jů"ꁫ X qVv tz%ϯ73`dDGGV0cP#2e23LJ/Ǐ_v>_|˛y<|~??o_^_˗x>|x#Û/чÛw_J ?|zN_?<|"|zx o~}x>/o?&~~ݗF_Oo~~7o??{_h\h|~u~~w Hŧ__Cm/_cC?ŗ7?/Q/_?}.t䦟7#/ŗï_yf_t<|4_PbHmzcipӿ}b]?7}>=o?\K! O7ӡ;SF>G o&lHfa=moN*??|\g*T-g6;!74,y 2yNnq͗7?/}q͟Hh 3dS~)CjK@ܝ4wӏ.6?pS˭0y^/S_ /6&qW^|jK89\/?_O.l$/Ŧx]<nx/;/6&py3_.8+Vٳlᄛ_3mq2ThݐnݵFWa+zotF/3$(r>tn(hiiZ.1χx.~%F$,S]B(obtXFw @/St]㸬sU{ W{IJ>&nz!>ôWvwv04)QJKozx&tC}sUeXLJbK $51Br:'j8 'l8DvbR^i1xN0._'N#9A] #A]iQ],$á`Nt{ICqBvSb q? ?!kiA ] Qw9i8aΚVͻ8;(c\:);fĆq0 "Ocw<g c]#' qd&Bƹtb-Yl4C>|cDȫGk# S> Hdqȁډ"WzAyOX($I5@έ i8^ \h∭i`ac=$i8,3?hLcH8f2Lxwf|6y:χsVg8ӐZa )B9*+mfO"Gg<w;6IU:ٝΎƁEsiCP̟P'h3ġ!c[ 1m1ǴE]2/f6{&Big&8昸>3h#qs4Zi69&.3yNObUVKSL\){ n<B,¢pHgW6 Y:*BAC6]diBttq1gǽ&r)1\6H m4ņxՎcujD!(]8ҍ6GQ C~9iMyx&Tˣs mSc>:M,!:F::^J+:#飊YKKΖT1lw37G'NIX[1+ۡћ /2)z'n"N"j*ocKUOlggWJF8}R&&nz!a^TBܪ#|[~LYH1 Q r~튵i}iAD=tycڅDVVC㪘 M,F9xʖ0cqX{nr!qUh7NiE7AI}sn"r:xB#]ekQdmz *V]:)0uHV%`;qy*qIKČ 63ne*^xLsj5LOAƴ*'܅.MQn5atNrҕFgnY{4;ܒ B#Tb?ҬoTtސb~yL{(yl{גn)vސbՖyhb˹;c>{-x&R!Ū]74r1f4zIe:/x1jXHc[a{)olA~{,%šu&R,ȥ)J1y*y)ywc7b )Vġ6^m`hv9j84UJѥ}{[ 4ȧ &쁣Y`V#eYv!FĞbʻ8S)PqxS[ ՞1:] Ezˬ-{O k!C۠SCqqkpSkC~k6Q%WrmR%rGtp;szNcf]kw(-8];p;|&;0;t]pcZsLε3>I!7QlX%!s-6;xX;y&P\̋s7lݑB=b㸫-ij>9)PuPM$4wC򃻝fv;aIgf뎩Y:.sn y&ssKt }m&[r/&I+%NnTP/$BHl8k@Oڰq b㰗pdZ@v\̗ݗk.YV.Z|^JEBw•(> VQ8|TV(q(j6wd~\ىZc[,Gj/4D \S=`#4)\N3o!4袍Z4uC[7KNU3 s^x|^L [ IX7}g_r{UDi r g46h{]&q4Egn;ut>-xՈR:3mȓhs,N%T;Vg#vik\3ڗ#6 [>I]4 CE?+OnWbO.I~ƪ+/d-xSw}+kWb+ ZNR=v Ѫ$3O@{7+)U6Uߦ{:%y_̕*y-B{3@y9uy jsc6*XyWy~ Y3F=mA6䢘o6oOoTuϿ|1x[w;w2o(;l-vNqeZoRڍ*'}P"|ax=ŋI))II'kФ$V.);^\8%Rg7ׂ<5NbCB}r9I #ptWryj6D !VbO.I>z rq åۨ ]"z;3k;>o#X/ `ojZ0]v\vj!h:}࢖\) \)=~1c2{B^D4Io#=l!A46`ؼr&5|KsMX.{M:wwSEݐYp}mdFxUL~̊7zg01{p RSˀm&DVp4J]ڻ+RoMݳbW bmi晸( o\QmJʍUSΡbE8[kE ѻ7TY0}UTh+/GjEp =AT,/̖k7PWq!ۨ{}0dܩ+,\϶gڨ!+|C_/b|xʡ\UmKP7U pja+}/t 07U\l+ХS1DYiwF+aoEC9W86ȣ': ur8ʌrIݨ7dXk1\4NEVN&K@z!ꉼ"؝Q)<xȴ9JlӉ_Rʍq/STkp9<%<)"pM&&ʃl p&9e%9^ox~p-.8i++rRFSI״l+^'Jp "KR۞4Z#&mm! -c6RK]{CgM:kw3qܝQ޷ؿr; ?Z+ֺxSrq'QGZ]O~D'|}㚍F<uzN"8 6jUn|?ƧG|N$.:9'qHlSBAmOժ'ܫw*mr津v>ZS7~nSZozr*-.%SiÀjȕMN͆Y=[CGfp?+ǟqRU@+6Ċhy&S Oc#\>WUvN̴i~]4'36HX I;<[j.=Pbp_޺RK# fT9LCe v5-D Zo{;N}afch}^cDzW0pNUnܩUbuF{|PcN喖=l3g|/+:٤ƺljԜ$UHoz\m<="=!̈́(-|;Np'pf\tݻ8*cP/ȇEJ[IjH(yR: E@yrKr1,S |K&bgqyOR|^˵!N!NU{vgNbEDy8 Z ŋfIjEWM+1}=X +!Q %sjjfJH[$WtMQAM1MbfDMbE7(Gϔë&* z <5 4W'$1vJ-V1%5CٱZ'܍N:`k1 .5xmA-;KOOUH]墳Dߊ]mk5l'Z.Sl#7=̾\Y幠ģs΂ECyrq(0<,>JFU!\ڢ>Y;%H;xby8Oo諪pZ"5Ə3o-E65=]CNH WU"yzp4=vC!!̃0b:w_g5J5f0r9Nr,?哳@NHkwZF[^jV K[XxpSjs#:;bL\ø׾Eڃ.6{Q.-x) NHGUxpH p"x\ nIFuκ΢á-Y۔XcJx&n;mpxƚ ɹ]3Je}C)$v\kN|UD:h ;J>]_bj̹,2k{<wxЪC{vi~~ f>ϹZ EgUH%n s گSvV.t:%xQ6 g+,'VOŷH ڐ/jiC濪icSwS :y}NoS{6Sh({>{28 ߨm?L!nzFםz2|/zzۨn?=D~;tiF (O';C,  Nm:ц,6h5Vw)fo"3V&se* 42XbN ГilO=$jKq'[ =)j-jko8 t"z|A$GM˼)A^lNOB'@.VUq'V<ɜ٠ժ,X2]A6JƻJ´k'TYjFtnּ;H&`"!M_ՊqM3"Wb|MQ:!4@N3oGm4V SB7.r(.WɃ좢&4ڔ⇲G&:27TQ|5lbd8ww ;\=0+ɻ1>*V~ ;%*BZ}[K7@P|EzFIӊ.ӚpD'|>D2Jr6UJ]Gظ\G}Ajgsܢa8bC=+{t.-;3i?c:C]n[-V\NJ<3;L]+7 +7۹|7vY(xQ־Ѳݒi[xbpxHbVM7D I45-FݒiCVl GC+ ["xbJ$_hY"pj,io7Z,׺nzz4c?\+sMʹYVlJ/?z+Њwxm‡|2SǗfl6UT:h^wXn/!io*ߧIjaXU3ozBeÖx6 E2aH]aYbl,$)@wl|6z7 ЩV7Emw,˝>OG]U0,zom(?'+6hHuoz8\9/(% AhEM@wk?OȢFGۯdc (8K: tpǡbA2'mQa'L6*鏱 xg3Ic\L& I4Z9"Gz}!nmNʧ7rcM[n&s[O\m߯Odl-1FrFN-\1`mZ^ݍfEpywl'ۺ ^$x:' Sų1bŊHk<5t ?emuSkb-j+rWp8Og3:tiAZ"AIn"8T Op?džwZ[6qߵ: CB ڔ>.jhpS 7qĔg|}6%{HLK\h`O/7=VFom&7[ܤnb"8O(=m*xб}CŚTv-t橘b:NwB^{C&4;IOO@FP~A{OXPj pSjjpPKm].K<#4B²I(l@.fؓIxdvK:+Y ߭ c=*7&/gŤUWb} HdڸQ'>e]ՊגH#3Ċ_ MJ盿>6UTWj:% ժ*:dz}@$K{8YzI˂.( } nySMixt6u1[ֆsSr8p1!.V @#=ѭL7UxPFG}F.TC\;YգǼsYNAS <.F;<.Vڵ3Q|m ) I;t2bE_0եF6_S*bD̪)լ؟ D`0U]AHHP/) |I<'Y˹`FhNͮ"q nIzp-sxW= 4>*z¢WZ꧒g|h;՛x_;DsEccjeݐSc*n3=b)z .F1.kk)qŀ" SS95r'pGgKywAcZ䏏jeCOĴSQ]\runmD8GC 'NHnе.ir;ҋnvT,qVXZ]mA$^Xy:bx.=qy-ܞ-Fnt2x:IGe)6|~LC VՍBLU`JmdJjH ǪZ=.pMpfo#X޳1/帪Ԡwe/LMb^ĕgCˆyzb~o#X޳WVurG*fkXdVX~{rW R{>iR,>2srۘ+VOO;B*|~n.V.وrG+!_#Tl\.ϚP*+i)qMreFW=' !m2_INTa>L6$Ng7c-6{ sib97$cDbK\72)-+naBOᾀgn:\oS$QZ cniI6ODwc "=wHk,{M\ yݛVĮ,]=,X-nݦ>|+w^2ݴy¢0[U!WLkxZqkUbj3&(f̃i)v#oTǧ|'  rqN ' պvjj/i).ڀy&vj]s̬K' Ԁi4CyO"74ZUyKonH;l|·5\68 60K݃F{>x8Z?SIH+rY\z9pbe…Ċ_MrcSog 8m l:rh+V$"؊NlORe,=V;KcٽT|~&ߟ*tU+W[`8= +aU*,mH I?YޓWHh5U'7=юe<@Jr=Bn}4z%ӗoFv%7t1Pt|5izQ~obQKE< jtZc|u0uY>J5J^O4GX݀oX*ߣQ2l埪jEtD[sSkuA/-y')mw񚁾vSkC|u.p/kz=)"< xr?ؕjG7QqMiדi.ʣWjm:_NuqНZytwqu-SAUzJ\7@zEzBC8o lDӜXyJ|tiFя*C,w_ʡ ׁV>DNjm*^e[ަb:n?VJsRݩ9ԲǴi'H\7*ͱ GJcj\jl׿eMi6I/j->9n oùmK Xt^\}ɡHIkEXf!E}C5xsFRoHڅ`맺RkG7W҇t.KyKGU} IRxn쾛1&-jzU;3K)oWbc> 7BԓMnBd *KwqCcD-\]'Ɲvƍ0>!7u8fƴD"wZ*LKE3Isջ u, Dx*L~X9h6{llyբ[¡nf rKqLiV鉖uM"dHC΁g)C"eq()F̝Ni |ݛHDEblR-eՂX+h݈>$ b9Bve:IUS3k|.YLslw#e;}I.څո*pD#LuY:Mx΢.ރhjc'ggMNx%˫Af[JN YHz/R q`L=q{DuaW}ݪ~ wSLݲ!b:f#pz.5kx`> 4Nwp2c<;T wM[իZݺܗpsFR1N|>p:>ID :a7*讅cZu ^-Vgifa׊;ۜi=-~uN,\AV}7Kf:XEX66m9,7hK9gf*OTG/VX UMJI iءU~mUE:mh% #pgiGo0HJ/EuneIoCP?l/* I}[R ~(> Y.@^}%)Ѳ%kԼ^IRCpP)C",c/81}|m|urxH3!/;IvRMRۿr8_J5%Iu[ݎ,w IWJR<+8 -׆#ϯq/?c \G$g)ߥ6\3XudY*Meo>}ZٝXQEqg FJ.N^Juz7(\?lr5X75}S^bKTpZnϸ>\gMz.04xInߖ̀E8Q<ЛXE^nr[87I#_u6 K> g*hn I[G~3w!нFwe" [>Vo9a~IZz> `qCTmY&bG'/\vf 3Dݮ+qie@Je[ݺO-&I"WW$ȩ] YDž֐Ǻ׸ }ˮ2n_Jg#팻p\hz6`"-e,n7h΃ r%t:}t\CȕA ,%\3?l8aC nucỾp&oؐ][(ZZ쭺͙ͨ=W%HrC mHZ_zU6$+[n^I@nHZ KBqrSٗ8C\[B$f&$@&fO0M8*oIN PαŌEWg"TGTuZҝHY(Y}b f &D3:-f)T|:u"ׅq6%hy ;8I3󘅪Bu$ *0!7uv.Ă MȝgIG"^йDz] 'bd /P"_ %* 7h@%*7oś5IHv N)r;PȉXzI"&z1@Nlh$M 'c;mI"WFRB2 "/xZWmS yfDWn#vF>E]b:O,}+tNRκsb> kvFR$KjiKU_ 5V :q] -6 #7~$6̭Ps$ %q.8 wt ^6|PXE$41-k_susM[҇k/OwjK~#̺g)3lX0nxSy: J"_|)_`$C׸ϦK,# '2egĭP?%fK〛+}@D,r7@1IZ:$ANRbYSLeYk>ogmѷ=yNk قX%j^SN9nC6.E\;Is$U%n^ ־&Ԇr\ЭCN$e+TrjIX RK޽-bǥMϟ! r뷧ٞ?_u=>_.w_0N'WF?^㧸⟇V0䯧aw 1q߻׋q :^vxy^b-'\LC !pO®ᒾFWPK !1xl/media/image1.jpegJFIFHH}ExifMM*bj(1r2iHHAdobe Photoshop CS Macintosh2006:01:04 17:21:56h&(.GHHJFIFHH Adobe_CMAdobed            D" ?   3!1AQa"q2B#$Rb34rC%Scs5&DTdE£t6UeuF'Vfv7GWgw5!1AQaq"2B#R3$brCScs4%&5DTdEU6teuFVfv'7GWgw ?TU:T/*\r/b h %, ,lJW2\?ykWu񏟐_Ha~/̼[e7M$2w;[3Ἒyyq5f澗0nceoXY;=7 gA9֓C^fug:$c v[VR>nvC} [Ϲo#EG+1> ws |?6$aw3aSx<:mhzWm wR,Qoud1Ix:O'_}oA(A ~b8BɸQ1=߻MSGוu2ݙig:+_Y\qN8*2?Zܶ ܸ3,17ֹ cK4KvhNs}QOGu7-;?)s?3/YkCX[w6b]Azboډc!d/6CowCyh9Ýon3]e.K[՟[`{0k2{?5ho/ZǵdW.&6m\ʹWs=>8ܝ1r8#bO ݮa[ǩ+ Sw?շj}ݒi{ִnsu\ }k$67 'klvyxˎ?g x'/խ]_"ۿbgXm y%ns~Y_%ݯ<ëJʯWzně7I kYoܵ_/Yϋ cYuT:7Va h^HkZ^V5NA @,uRI$T2:ǂ5AG5*I$̾QoH?:{O*/q;gG/qƣ/l){k#TqcS}TV&˞<\3c/')k)A?dNϢo *\ M">75ics\sHA/s#cݿ֭nߤŚx.e Ǒ )Uk >״-5n}YݗМ(K}wΡߣzOT}+07c2f{s6!ŕڜڼ99cÔpf3aCtέ?0/m4sO[IS/ Cr>l-`#o~5lLUnXj"|BW g|R#lCe/MӭNtΛogVGܥ]3 XnvT mV5lgfzV(byfH͹lѓX]Y92SK x=;lxfGn=,yUSCkcZѣZugBɵ߆mPޣJ$xF_p&:NFS(S& ϯkFڽf;ʜ[HϱӋOվkuU:ѐ_>iu}woRW$#K_͟mʢ2k9Y6>kz3p]nUu<}XioB·,e⧷v]N?GzK/fe8睶X֟\w.n pnu֚[vuZ%,G 7i7Vz5W?E=3԰a3{O\?W:5Wh #y>g0c}A{fǓ2[u,ީ=K֏U,ʙ??H]ڪc[s|K~,t?>_\?_k}fR\!j{9LX!.,=fW?Ѳ[>jWrߧJV[Cִ@hֵI%C.i7#:Gb@yTʩ$ꤗʩ$꥛տcNc>$|n|_u}xϥ2=C/ھ=?C~yKGɿkqwS|~QЏm+RG ug/~"gT?hk~ /4I:??O_?}3bxH k^L˷1oC/濱1/1Gr_*ut!O~Wꤗʩ&~I|J6Photoshop 3.08BIM8BIM%F &Vڰw8BIM com.apple.print.PageFormat.PMHorizontalRes com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMHorizontalRes 72 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2006-01-04T22:20:26Z com.apple.print.ticket.stateFlag 0 com.apple.print.PageFormat.PMOrientation com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMOrientation 1 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2006-01-04T22:20:26Z com.apple.print.ticket.stateFlag 0 com.apple.print.PageFormat.PMScaling com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMScaling 1 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2006-01-04T22:20:26Z com.apple.print.ticket.stateFlag 0 com.apple.print.PageFormat.PMVerticalRes com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMVerticalRes 72 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2006-01-04T22:20:26Z com.apple.print.ticket.stateFlag 0 com.apple.print.PageFormat.PMVerticalScaling com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMVerticalScaling 1 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2006-01-04T22:20:26Z com.apple.print.ticket.stateFlag 0 com.apple.print.subTicket.paper_info_ticket com.apple.print.PageFormat.PMAdjustedPageRect com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMAdjustedPageRect 0.0 0.0 734 576 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2006-01-04T22:20:26Z com.apple.print.ticket.stateFlag 0 com.apple.print.PageFormat.PMAdjustedPaperRect com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMAdjustedPaperRect -18 -18 774 594 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2006-01-04T22:20:26Z com.apple.print.ticket.stateFlag 0 com.apple.print.PaperInfo.PMPaperName com.apple.print.ticket.creator com.apple.print.pm.PostScript com.apple.print.ticket.itemArray com.apple.print.PaperInfo.PMPaperName na-letter com.apple.print.ticket.client com.apple.print.pm.PostScript com.apple.print.ticket.modDate 2003-07-01T17:49:36Z com.apple.print.ticket.stateFlag 1 com.apple.print.PaperInfo.PMUnadjustedPageRect com.apple.print.ticket.creator com.apple.print.pm.PostScript com.apple.print.ticket.itemArray com.apple.print.PaperInfo.PMUnadjustedPageRect 0.0 0.0 734 576 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2006-01-04T22:20:26Z com.apple.print.ticket.stateFlag 0 com.apple.print.PaperInfo.PMUnadjustedPaperRect com.apple.print.ticket.creator com.apple.print.pm.PostScript com.apple.print.ticket.itemArray com.apple.print.PaperInfo.PMUnadjustedPaperRect -18 -18 774 594 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2006-01-04T22:20:26Z com.apple.print.ticket.stateFlag 0 com.apple.print.PaperInfo.ppd.PMPaperName com.apple.print.ticket.creator com.apple.print.pm.PostScript com.apple.print.ticket.itemArray com.apple.print.PaperInfo.ppd.PMPaperName US Letter com.apple.print.ticket.client com.apple.print.pm.PostScript com.apple.print.ticket.modDate 2003-07-01T17:49:36Z com.apple.print.ticket.stateFlag 1 com.apple.print.ticket.APIVersion 00.20 com.apple.print.ticket.privateLock com.apple.print.ticket.type com.apple.print.PaperInfoTicket com.apple.print.ticket.APIVersion 00.20 com.apple.print.ticket.privateLock com.apple.print.ticket.type com.apple.print.PageFormatTicket 8BIMxHH@Rg(HH(dh 8BIMHH8BIM&?8BIM 8BIM8BIM 8BIM 8BIM' 8BIMH/fflff/ff2Z5-8BIMp8BIM@@8BIM8BIMeh_EZ Dock Logo_301_Hi_reshnullboundsObjcRct1Top longLeftlongBtomlongRghtlonghslicesVlLsObjcslicesliceIDlonggroupIDlongoriginenum ESliceOrigin autoGeneratedTypeenum ESliceTypeImg boundsObjcRct1Top longLeftlongBtomlongRghtlonghurlTEXTnullTEXTMsgeTEXTaltTagTEXTcellTextIsHTMLboolcellTextTEXT horzAlignenumESliceHorzAligndefault vertAlignenumESliceVertAligndefault bgColorTypeenumESliceBGColorTypeNone topOutsetlong leftOutsetlong bottomOutsetlong rightOutsetlong8BIM( ?8BIM8BIM cDGJFIFHH Adobe_CMAdobed            D" ?   3!1AQa"q2B#$Rb34rC%Scs5&DTdE£t6UeuF'Vfv7GWgw5!1AQaq"2B#R3$brCScs4%&5DTdEU6teuFVfv'7GWgw ?TU:T/*\r/b h %, ,lJW2\?ykWu񏟐_Ha~/̼[e7M$2w;[3Ἒyyq5f澗0nceoXY;=7 gA9֓C^fug:$c v[VR>nvC} [Ϲo#EG+1> ws |?6$aw3aSx<:mhzWm wR,Qoud1Ix:O'_}oA(A ~b8BɸQ1=߻MSGוu2ݙig:+_Y\qN8*2?Zܶ ܸ3,17ֹ cK4KvhNs}QOGu7-;?)s?3/YkCX[w6b]Azboډc!d/6CowCyh9Ýon3]e.K[՟[`{0k2{?5ho/ZǵdW.&6m\ʹWs=>8ܝ1r8#bO ݮa[ǩ+ Sw?շj}ݒi{ִnsu\ }k$67 'klvyxˎ?g x'/խ]_"ۿbgXm y%ns~Y_%ݯ<ëJʯWzně7I kYoܵ_/Yϋ cYuT:7Va h^HkZ^V5NA @,uRI$T2:ǂ5AG5*I$̾QoH?:{O*/q;gG/qƣ/l){k#TqcS}TV&˞<\3c/')k)A?dNϢo *\ M">75ics\sHA/s#cݿ֭nߤŚx.e Ǒ )Uk >״-5n}YݗМ(K}wΡߣzOT}+07c2f{s6!ŕڜڼ99cÔpf3aCtέ?0/m4sO[IS/ Cr>l-`#o~5lLUnXj"|BW g|R#lCe/MӭNtΛogVGܥ]3 XnvT mV5lgfzV(byfH͹lѓX]Y92SK x=;lxfGn=,yUSCkcZѣZugBɵ߆mPޣJ$xF_p&:NFS(S& ϯkFڽf;ʜ[HϱӋOվkuU:ѐ_>iu}woRW$#K_͟mʢ2k9Y6>kz3p]nUu<}XioB·,e⧷v]N?GzK/fe8睶X֟\w.n pnu֚[vuZ%,G 7i7Vz5W?E=3԰a3{O\?W:5Wh #y>g0c}A{fǓ2[u,ީ=K֏U,ʙ??H]ڪc[s|K~,t?>_\?_k}fR\!j{9LX!.,=fW?Ѳ[>jWrߧJV[Cִ@hֵI%C.i7#:Gb@yTʩ$ꤗʩ$꥛տcNc>$|n|_u}xϥ2=C/ھ=?C~yKGɿkqwS|~QЏm+RG ug/~"gT?hk~ /4I:??O_?}3bxH k^L˷1oC/濱1/1Gr_*ut!O~Wꤗʩ&~I|J8BIM!SAdobe PhotoshopAdobe Photoshop CS8BIMhttp://ns.adobe.com/xap/1.0/ 1 360 154 Adobe PDF library 6.66 1 72/1 72/1 2 2006-01-04T17:21:56-05:00 2006-01-04T17:21:56-05:00 Adobe Photoshop CS Macintosh 2006-01-04T17:21:56-05:00 uuid:670f8a5d-7ed7-11da-96ba-8132d7304010 adobe:docid:photoshop:670f8a5c-7ed7-11da-96ba-8132d7304010 adobe:docid:photoshop:dc34e501-7ed8-11da-96ba-8132d7304010 image/jpeg XICC_PROFILE HLinomntrRGB XYZ  1acspMSFTIEC sRGB-HP cprtP3desclwtptbkptrXYZgXYZ,bXYZ@dmndTpdmddvuedLview$lumimeas $tech0 rTRC< gTRC< bTRC< textCopyright (c) 1998 Hewlett-Packard CompanydescsRGB IEC61966-2.1sRGB IEC61966-2.1XYZ QXYZ XYZ o8XYZ bXYZ $descIEC http://www.iec.chIEC http://www.iec.chdesc.IEC 61966-2.1 Default RGB colour space - sRGB.IEC 61966-2.1 Default RGB colour space - sRGBdesc,Reference Viewing Condition in IEC61966-2.1,Reference Viewing Condition in IEC61966-2.1view_. \XYZ L VPWmeassig CRT curv #(-27;@EJOTY^chmrw| %+28>ELRY`gnu| &/8AKT]gqz !-8COZfr~ -;HUcq~ +:IXgw'7HYj{+=Oat 2FZn  % : O d y  ' = T j " 9 Q i  * C \ u & @ Z t .Id %A^z &Ca~1Om&Ed#Cc'Ij4Vx&IlAe@e Ek*Qw;c*R{Gp@j>i  A l !!H!u!!!"'"U"""# #8#f###$$M$|$$% %8%h%%%&'&W&&&''I'z''( (?(q(())8)k))**5*h**++6+i++,,9,n,,- -A-v--..L.../$/Z///050l0011J1112*2c223 3F3334+4e4455M555676r667$7`7788P8899B999:6:t::;-;k;;<' >`>>?!?a??@#@d@@A)AjAAB0BrBBC:C}CDDGDDEEUEEF"FgFFG5G{GHHKHHIIcIIJ7J}JK KSKKL*LrLMMJMMN%NnNOOIOOP'PqPQQPQQR1R|RSS_SSTBTTU(UuUVV\VVWDWWX/X}XYYiYZZVZZ[E[[\5\\]']x]^^l^__a_``W``aOaabIbbcCccd@dde=eef=ffg=ggh?hhiCiijHjjkOkklWlmm`mnnknooxop+ppq:qqrKrss]sttptu(uuv>vvwVwxxnxy*yyzFz{{c{|!||}A}~~b~#G k͂0WGrׇ;iΉ3dʋ0cʍ1fΏ6n֑?zM _ɖ4 uL$h՛BdҞ@iءG&vVǥ8nRĩ7u\ЭD-u`ֲK³8%yhYѹJº;.! zpg_XQKFAǿ=ȼ:ɹ8ʷ6˶5̵5͵6ζ7ϸ9к<Ѿ?DINU\dlvۀ܊ݖޢ)߯6DScs 2F[p(@Xr4Pm8Ww)KmAdobed@h-     u!"1A2# QBa$3Rqb%C&4r 5'S6DTsEF7Gc(UVWdte)8fu*9:HIJXYZghijvwxyzm!1"AQ2aqB#Rb3 $Cr4%ScD&5T6Ed' sFtUeuV7)(GWf8vgwHXhx9IYiy*:JZjz ?ߺ^׽u~{ߺ^׽u~{ߺ^׽u~!7hW1}\䷾Z"";_C~f~Ӻ;Vqs7bz-ܷfϻְҤk]u_\TE?wlluxv$:؁{/7<}o>n.T$߿i?7+RYQƺ$ D[l~̩=fU2棍;~fbynS|eegpo̪?dq}oh6d ?9df_Σ!9D:nG?ٿzbUi_`iTO> k6%ob?wIQvJJcCэM=!ۛy7lP<=n}KpoNsu7L]qbgIGS)5_ߞ?lvH ?ӯG/MOJx>3=ڢv,s^ͅ_W=ҷ={UdtePKxw_{` ALkGx^RF@r]^X^qc/W>>[d#=pU1S|>".05D9k{{2h9?$:`\3F>!3qVٔX8l*U}ڄ?kLz6c +;Os3GCt_ifk7v ٱr$~%!|vk/ʈ,P?B[?7lyGA@o7lQ7ۏT}0_ uW S(@B@?ǰݣۛ~MݼL?d} ,~Zv!`O ?a_S0ٟ6ex{ q-Zwڎ!Y$;nߩEݹ.v+G7xtvzq40vZwZTIKTpU`w4YE,&`Pͷn}k'?!_R&=k-Xm1ȃ+;-nĨsmJ*[{zu {s]'z?ܽGlR򬲧/7g!^My(Џ#Tu`{ z1]t ukY>܂s!u-7;l6]!>ͻJT~fz4׺u{{^׺u{{^׺u{ߺ^׽u~{ߺ^׽u~3n Ƿ"pnlq9b( ^ZjܖFzj*X}Y@Yۼ hY ]%p ;EQY}:8WPb{7#[tET!*#>aKSAp91r^9&ږѿxfICK_|y-#w}nHH뷿Lݣ~4͞G-ݖբ"ץT@T`uײrs4O7A+̤~Π]J%R<ď]! 8znC$p{KVtd0Hje4S Sc5V> ٟmvەewI ?Ttʷq~ z[=+G#;1^Yotdfn|crQ9JNwbK<:Y,rUKEਡT}QUqwu$f%NOlhM 41,TK< A aGc` '!T tG$*!$c`~}!8o\V*MO{%i:nJ¶m>''ijߘ=ܯ_B" eTd+\GhSǫչG&grCUݿ&6w]k}S0.gq*H,#5}6hYakO"B>(&?M͖̈FZO96zA?b^in-x͑"r8g}y6QJ̧q}5n7ybOFA9OV׿zu۶ӵLUnůֿI*w5KHO7^{q x?loQmy&Ŵ3!?mg26^$+`쭟`,pmFX*GE~ 7;Zqv>rH'ݖѴnyG kF={ߺ^׽u~{ߺLyͱ=1ܛ{iJ.sAeoԦ zȷwVH\'wk:Tx3oo7!A[{neܷglO0o/۽H PpVd,ˠ^w[f䭴xoF}/RmM=]0fmL<}0 Gj6)U'&#_Q_sY>C1`8 Gwvg&::zaUV =nԴ?Q}^3 Oǹ/jաdMO6j9~*>禎9)l'VTwUQ7Bۛ~sm7 []!s'w_t{Đl_]la5~9Cpm,^xW`&'!ȤJ^VG{aK;nOH?Hnѕԫ) A=N0|C۹lS)aPHxkSUEW{j{x.hnaI!V Vӿͣt>Mo͊Uvj=id1zesہմ쿆}m땭♿"Oe=J|狀)YIIohٵ5?}O<Ø87I6I~[;cyxٷ)_WEQ1uT5IcGaomdxFj~cp)\U^6WFI=?{OҞ{{^׺u{{^׺ߺ^׽u~{ߺ^~|g > RSwnbsڞ60uo[KP5XmZI@:\ >s::6ճÝ=EU,,u'kgq+YvCEQv/drQ%e*m'- Re qPݓ׸ɸ]ya|Tu^#<Ϲm;mn&|$Jy?Tgݟ$m{v[pUc j}~퇕s-ŷ/S>~l|͗&똷ۛkQUH ./g:uƯ+>]e n{U{޲mκ)fW!so#<nȷw4I0LD* (#({g2˻ ZH T:uj4Rq?6# qqd7rzjvI,=Ӛ!΋HG_Ͻ -&|y>ՉN?A-7Z7\5ĸ& ju 3lc|=['΁ݏ|}*@Vޛ|;1\VacM~}d,qC˼mo0DdsH^J|SѰm׽u~{ߺ^׽u~{ߺ^׽u~{ߺ^׽u~{ߺ@r|v蟐)6w& CXܵ]cs&#+4Ű O~=lp.jvP-t0#ܹטvKki5f_=5!꒾Lt*L5Yuu9 ,s(nLݸ$J|;c;cHyֹ`Ⱦ}0O꜕+mwg9*¾+8![ci-յהn>뷾PEs8Z(^Ql>? 4rNrg-J)$'GcN u\g\y5֧ȷըO3* UapA#~A9)uTЊ׽t2t~Mѝ:,$LCpc8$;~b3_d{,2ۛ]f[CVГV^rsi=j|7`ʎ. o_/=u-&_ vxs`eQ^c*F|Ƽ-AB=U"5y[s?+_˷]yF՚>*W[dw&9kh-ȡ`z𚃂jIlO*{MCG׽ڛ53ugh&ߐHVd+ H& i7>zǑ- ଱SՈ*?&׽;{"RRC4NXөS{^׺u{{^ߺ^׽u~V?+؛x::mUa0"J>Rib&H!)FyMd 5PMT#? 3-zmߙ5xbjʍN`mͱ>=tqYZ]ŕHzvN^Ccj*4!NA ёwЋ#uuT}3#>C .ܩtʭ$鏍N`2rٴ`s .1?߄cܴɺ:"3YB)X8VC1l>.f'EMcGOGCAG4FR8Q@{IY'w$1,OI$Mom GnpENNKv7zO]-t\}&s!$q6>{3s<ݚИД_τ_:9r*D%-ҢdoTX 0bwhvSުAS䦨oxsV{vD ou}罨 .hiP0g)|.JGVQtv[)۳YsJ9~A~v-ܧq;jˆ?}Lݱmf{v;*HOϻ_6Bzԏ=齭{o $ub ɹOu[N|" ݰ`=F+?Ә}nU &w0ێ2"匼c`zykCk5pSE(Itp=u~{ߺ^׽u~{ߺ^׽u~{ߺ^׽u~{ߺ^MMa7^{IQj2^m"j=㝉LM֠m+$vاJRV- ƴhr̪AK$ڣr9~r?ۮ;m5OkP)2ʵO=f;!j-5hDƠQ=D{ߺ^Ԡ؆فa~j̦H=[/95F#odMG}tne}~7!},ul C! A5W9,0 zlPYaI_249>oo|ܶ%v$E.^:`2zۣOcu5}۲C5GPAnZj dfq=Zi&s׳z 5d?kv:}vm+m=DM]2&udQՙzu{{^ߺ^S|o{GpoM61>S|m0Z꧎*FTP}{mmO}3HfcP8m7[y y$M=i@{r/2cf_F㪓dbu*d\CgAA)*3Kߵ]Y.5 QC/јyUzt.?o6tQ;?lJbjZVry:̖O%U=vG%!ZʙXĖ$yGqEj(T0kdVyYI$ԒOI$5׽u II$9${[`ʼN~HW:rF' I=6]r00xo6X;`ZXmڜ ?O*3:_g;8m|$|h\-x8,(J=K_ ]=^lMt4Q* *kkYUI5]Lydw%o%!w5? uoYw.4jfEMXQ}!9sdK{nqől 5=^}`gz>e$۹-۴T. ˯5O Hꉰ>N`[ǵ_qcV\{9\^ZtiJH2}ngx,hOlqƃ( *@iݢYw(tH$|$u/ğM%f>fkH:*&"7]1yTF:j"RGdl.&} HARF8u\KA}ϻr&دo^f2Ƅ;e ׫[#呏î&Oe$x1ڛ3#ZvG) }VIa̡~OC?kVbcsstVe2Gxu^Jiem.ī;k.}O*]MA,c6oX!-&lat `<Κu!ktYy?vOls|TO{h6^Kco%u4"Pn}) `䅼UTxFAe->L[|`22!ʰUENsW)s"3!Z0`EA#|qcqg/RшmN+(Ѵ;n]1S iP9؎Jn`P2#z,z}%6wUDž;?seQs߆;>?|þz[r9b-;So̓V1:Mh24=XVI#yc ~k/_ deh#u =q ,A4$:j:]IFA{׽u~{ߺ^׽u~{ߺ^׽u~{ߺ^׽u~A1u~3b2/'IO_UUWG-5]%T$r+# "X%x%de$2A2:nha[{HJ P0A#\]f |{L]dG OM$XZ8SMH8,ll~c%or]}>Gƣ{esV [^-0v+ko3MDݹ!@XΤ9_7vY  ~g9?f߷Ճod/vG̚H#3.29}И}+I袢EEwZH4)C U $ڽ۽/ $]?ZNJE\CB4~s+L6@FI5 REk_ܥ;׽u~tH@I6I$$z3&v`YZ)2#ۮm%ݑzD#qUC$_u122Bm埓*LU\E=A n2oFmd#2*qFaW`TvDH#8UDDP**$I'=f"{/_OQmKs||:|~'N:*# -DFWm{em;eKq" YNz/ݷ[ l7Ko*~x(b@_;?'{;sVo Q_kd(sieeZ(;#VuAo~^lign&*s=3#ҵȉ !ʿv}=ߤ-ampML4@]t_DIr}E@zޟ$--$;bL"C:7OFi5WT6H$ߏt.9|学XIqq24GĈXF XS_wimy3w ªT"n^s7л>+*\IiHZ6jf/[=ܾ[nSyYftrRIH@YiRAv[r}冭ۻgrcsr1kt:6S=, vWc:gJ6-RTG["H$'(<_&g>r^|{n#RWD§KZTyb+8,ue\gC! jFV o׽u~{ߺ^׽u~{ߺ^׽u~{ߺ^׽u~{ߺTؿsݿ{ >W(!Jiؾ梠4m"64Px4I )d4y{KHٷ$jjlI/=51PEYǏ{=yo޶+T]An@()QDŷ7润vy:.fg L̞>8hi'B? ;T 2PF#sNmx"r 4 B8 7K׽u~{ߺV#?v|Z :_vͷ5A6d'6 G6C'㦣cblxpEDEfv *IIom6;b6GcETPY@=|_ܟ?q\Td]5+*)Z8r}hò.kLb%PtKētOl}s~b 2 G ?B޿u&fxfвFqQ^\%P2B{ߺ^׽u}_r"co|L+/LgojAM_inlSG&\SiY$J=rW)HgBsfj$VU)^J! {^ִ𤏒U[7z Y;{oe||dޠ<9钥&I`t 㚮c/0:|%ebGϛm坟nePOy0֚>|d쮿/ cumݕk sn?m S3YZZ ^$zQ}m7=jYBU,O^Xm[:rݞ} HfWTF[v!WRU$UWƥUUWXzs+uY>ڌ} `k~f:{mMep}{ƿ~[p??oW׿ `k~f:{mMep}{ƿ~[p??oW֕.|Cw\~mwn7n vcO.s`+amÝBiHM^&>*2 cHs]{9\*J*NDk!%zs?P/[s>GTʭ%R_ eNS0 O؝cI]5'2k4SStxܹJǙbOp}a?27><⛔hH(= ^-| ^G~{ߺ^׽u~{ߺ^׽u~{ߺ^׽u~{ߺ^׽u\_hOk?q }a+w_c(wpBk3O%kυ:Z4l{y{?_Q)I1y qO$boo;{گ;TU #xI@8>As{^׺u{ Y'y/sIida:߷xM\VS2VHu}`kj,{f[};Szs}1hL$U Q7 $N :)y]훍E}#qVSB0FF:~۹X}ܬ}k$nTq G_ָQ[?~ʯH}IM{rx%aSAX\ҍ a;te]o_vnF]sofLVQ?`>6״Yr5.TMpA¯iD,~Q9X׽u~{ߺJwbMN\[(d9r|\ 묬K$ϴa{^H'TR`=m;mUefHG;Q_NOO^>m۔+(ɋnMѓLMEd6~kKnӘw+P0QQT؎O}9ki孱ŭb s$j~)J`a{ߺZN•fȷ̮W~6dƃ}y/I` ~=oqbjwF Gmߏ+7&]]e0$S&e!``s)m- אfnkHР gu eȏ75[r{,r0~3HtV8{ .?$=_KeKZ:?oaFL>k_3@p;۟Ve+Zz{7q3a3Ve+Zz{7Q3@g5߿ۿ鋟Wnf{3Dk/[?iEd[b;}>`lLbw1sJ֞x?L1=yMfc{w1sJ֞703ތï*ϐ|DݷCչ|-^raMr1QlMƞ}ys*o|9NXZ He`DB+:ݖ9dN-%,P@X*@c#Rg׺u{{^׺u{{^׺u{{^׺u{{^%}Rc4 #*W $G]X>E"KH B5A=RH9!DC*"pA#ϯ*MWn =-YgL2(sUb<vǒQ>g7?;rFͽ2Iz:XX%<+%!ۣ (ԣ砖e {u{{^׺Zp|RY=CNR*kWe͙ȘB)Wː쭤&ٽwP'nH8vBԻX_kv@}c 7Ҥz&+Ԃ~ˮG{rsG׹oy>tc̓ĞQ^׽u~]7jNa;Sq#v<~H=ͫ+n[a+ ﯳoyk ft'V='"~<}jo<5 1%~aW_W˭󿮚u~{ߺZ•;wZ_:J\_wL 6#ruzWTT5rt/2mq 5|*=IF OH<5m"FbCgWV*fiOXGgǽVvog%Zg`RM̠dֶ@Y4T[85|ܤ#c9A>/-n0?xx V3Oʽ?S_21[ֿIi?6%w*<6뎱fsY|KAchjڙ"4gv 훏ekX5,NK3 p:Sgﯽ7PYYsm̷rTDݙUI&I8uπd&#'s]޻C.hciMRC88[l)&W<\GiATFBӐ{o؀N#QJ% Dm6r۹j^{$9+`|$PX RUC1B׺u{{^׺u{{^׺u{{^׺Or!hBh3{.Ajez'-c0ٟͯX˿u<$ѥBQ}~6Nh)*I%|A':f#1R?y ~{ߺ^׽tm}Ovz=[gL"d{Ҏb}kS{ܓ3r%xHcywh$?IΉAcgЧ]NC!_fz{zʉ**z417$QGc@`ˮ#,$ҚIO{Mu~{ߺ^ I;nQ'Yu;kչ*+kKM_~r8yB!]LOڱɏY=S >rOUqxSyu~{ߺAOyt]}9}nmQUPRZ<6c ) T{77Ö}ڥk(t>FU<ԑ/1lo4l/(W!20 ɀ>]|p&ퟂ]ד^̦9 E`aQSK](2q1$9Lyc- Q ^r>lQoO|2S*ުxu`ʼ+۝naf#lh&:ᔞ 8:TleJ  a#oz RqoX٤Lmf|-fx2kֶ U.P`TӗW\?0MX^X"'n恽(jb(*Qa}״گ5XD*TPK +ng!w]?nNfzndw>f0cЙ 4VLRX@Y&[6n6pcE,xT 8{FӈXI/lƊ2@=|j|?4~Doߍ5 *F3fy&2^I2mI`kUEVFrè|"c,̳55~Ӆ\?ppꅑj"I>E59g,zۇ/񻦛kH1G?ƺשaN\n{|S!Dh܉#}ܯFW.X[{OlћEBxOYnr/Ze1F{"ʼwQ0aյm !ڝi6% Yj8mݙUfӒRS,0H)rv۬{G/4sZr(?6c M{D1߬P AC$tDׂvU?OKy:nK 5'\ut; `nhؤr۷y=zlV.$eS`O3LM0`xNЎ1Vv}e7^׽u~{ߺ^׽u~{ߺ^׽u~{ߺ^׽uDZj33c;۫kh֢Xw62M7!(6{T_+MIs3MnW{{^׺uS-=E=DxHdsq"{(ueoWFdut=uѯYW'Au%d-=JW˅qWTڴWk4ӡHX9;wMsxFYDq u}$smHFla=bN={ߺ^׽u&i6ٖ!}fgv.bo%-:b'~[F׹Ƶ6䒣?aV}wujnx7H.utG{^׺u7ψ;j (|+6b&gnD،JKKUC4D9#=({DԾ *sG99g},[zh%'ޠ0ic%|nαCtL=mٸ߻_0o݉Ir:#VdqPflFFe4*ARSz-{/$ܠjA!V$uQSn]+:xB!n6[slrY4e7Ъ:su0hsݗyKG[#SLʓ/d:b|#Ǭ?vvdWƒDžYoF K'O`is=Jɾ[F2+,lUYPTrH]A -:`8Ku'_GGJ7x`ao&$Cz/6ã@T-[VM1j/mI%j?bj\;Hk)cpCQє[j a]d ]ɌG+2x^1W59ܽuhsҷi_H,j}S>72mܸ#w? lO&I\G7>Ώ{sOs,u&'.365=PӐ X?&<폳;QqZ[ѥf<$3Pv=K7HswqTS4HS@j1Ԟ? ~;/}.ܥFC&?6ze8OE1C"d&^ r娭Fo}Ƚܸ[\MXZڄh|68Nj_j7Ac.22Aٖ4WC;Q@ `=XI$s׉ O'ߺ[x%6;C =6"]ONڥcMQ|- lb諘}Da﷼y.A]\)=DuQ|{vcjE[ʤW_17~LĮ3{^׺u{{^׺u{{^׺u{{^׺u+vM6IbJ%ؽܻë_ [K7iݸMr=skknwb¶_M"3{my+a5O2񩓭-=G\׺u{{^^.D/>COaQHC[R!Y'H<d˺ErLGmi,\ϰl/uwX?!9?O/WceSM콭DJHw~ͦJx6uHݗ/.qneCWU$Ӭr$[݇=X۟A ZT_ b}L1T݋ _:ѤgamQvoƃIϽ:(Mh $L~.u ntB7}ԟLr_L.3)n׎nMPG>ł"[{b/`?g]{qj<?G:/&.&{-ߣ[I+7e|q̏o}KS#.˶1s,~ƌ~~Ώ6'&1ȍc&4?>?/e!"*i&h0 T8`^dԗ^Y^m2If+#e`?hsmAT7WFJ+׺u{{^BV>˗&F*oSusoZpv-bJLM6"p,& XC>yaܧ!Pd#* '\x?pm aD  )b"ac^׽u~{ߺ[v#WvgȝsaBk0[25[7n9ZU1IvmmDAQ`Ac7[jהmgvO@zH:O"˺5:[ DH\HǯflUY#gߠ;#a ao!ƒ6ᠨ)wN1d*]TKeI6ώFIɼŵCqm%JxJʡ@/Μs,ܳ[\@TE8 N SzyWmSia7fݫivD՘ "y"b5 B =>iڹb ]V.TTn>8Ȋ0O%yד~E+]au atȇ R0?h 0eAN{{^׺0z_d잩VVJtVѿm Yss+^&PZc~~In{T?P?H7׮ؽҋ{Ӑ7yݽl JyJ Fǭ=Ym׽u~{ߺ^׽u~{ߺ^֩?{Ľ%z}Ƿ1lirk׹zYoQ$'j9H2d_^q,=gObXvt¯b^/$^RBψA(԰*p1I$H9$?/~j_e*lQunnve4j(']Oz9VYZZޑ-'rwn'S {nm\`.sSN][)if49V-*H{ *3֒M%++!vRl6ӥb:Qɝ뭵 c}d,&!M{l 2Q;Twgeu۷hd8]ܛ")P&m`Hh>B)Ix|NZ.OtIH+"M />s0sϷmP{u%2"46.O"ɯh ٗo$Πq.[LXJڧ-=?`uo/MWUƄ Xiw.kbg$sQ‚LӪ4ZiWxo'ְ!y 5,eUv *HMx=XOf=wӤa Iqܒ`pXܭ&g$J:GSG%$JV9r~c-`6\E, *${{,iQ*$V#Ổiv +ȧ[-]}K{$'-}-^)19*MŋO$lf_")ZmtB|mmب:򼈕 *Ԋ2{G[$+>W]qBKysr=! c%^Ot~`j2s8>XX5rDZ盭yc.+4ydW ZRh1_^ M.6PxHZ02"%JEA5콓>9;ob*)72EV brQS1;kJcclq/KW`bYue hr*:?ckÕypD"DG*)ˡ jEAw?VʭO{6-~cכ:=kUcT n41RD+rs*Q%x39_m ; «M!f(BƬjt%֞m|,W8 d0,$tEQpPU o_?f#rǛg?Juo퀪F|U;nqĪY4TM@{olVnN>#GУÌ1fR7n:]/4E[o)HGH dHϮ@z>y>RSo?"v휦nݕ˵v_T Lݝս_RunMMOGO%$R5554I=5<Cī0UPT3;3ԓII'"$hơQ@@u)?_mwg:e}Կ.v'9 hǭN鎵nݫKkݝ{ EGEOFdMQ ]1CHBFt%۶{坂X=I$aY9i!ܷX,B:|'i֬[g|m~Vwf鎹dg}QTP$Y\:ܤ71!+|h[QU[XPqm2P/6ΜBa BneqGyMɃ~m/?/_ǯ,fm{wu]>.tm̶{KN#-O#ŐxV2K m('+d4"9# H> )GU514 1es+stoXYHPG%tj:ҀYA{~8Nx]5Qim fidyd \@]9xٶ[9%A Qc@4NTow8$"iAj$Q.hdcx^ӻd] \}I6סRRU d /f˽Mk*=2!Vb8ʱ3}߹wuy{% aZi# e?6}[K ~vue{p318ݿO,d k3[+1EbJ LP/[oi$hӹcb؊+𒴭J]O ~h+`k*"*QCP~*9 QZ{@ XU G;`zfKik3xw]\QHi$ۮb qec8<8)uGbh''$dg~϶lW$H ӽxGt_āRUJ+q"WvfX(1 ]ݮ15y:fG-A("Q(zZؐIQ:>fqw |Y,&vUE;<& {r$s0]i,{b =UV&r :WݶޘސnKL-}LNGSYۂ)eqp4w*{YYKX_q* zQԬj ZVaOfyooo>(d4[BN],bU;D,u_ V_'SI=` Lt}R5N[edjYC!i*qS)I [;?.N-0煐 Ks/wsv [=޴**Z2B uO7OoVmٽݹϴ;S;ccs}.}fwl-ֳvUnrPqX)tv~Z^m/7lAnr[ܵa !YNheHCh_q{g]o\4$Ww LC$vEiHʤ^_ wzCC=1ͧ뭁:n鎪۲T``%UIEm^G'#TL1g74 [62ii!͡B+UDM+.Q{.$"-kA 0ZUldeiC ԃ׽u~'zKm} CE͞ݛ:avؠy#9 j4ƷXdgʛ9MI8H|R9E|ɢ,@!~q an4Y(S\~l߱@,*;4cOwe{J Hb <:f\4X,wOdjTK 1tgaeڗTR;撀o@8"pEIf<Mܞa{ݟL#T !VNj@.Ĝ *ר{^׺uڽG{O% zd;hYQt=-V%P$Su7qDHѠf>'',$p5%TYC_1wYLF 5C#ĝLߺ^~?|{c1I:>Ԑo\GRWIvZW/GR eN#1!~n"gd<[w$(d^j;W'l6[ݨ[R!@q⍻O¸/9WqTF\\Te?jFӆ|_nA1fYꘔX&2+5A9Uh ' ƕ#Vtk8{qu ݬLIr#ǕM*GpPu(Ho{^׺?nOoLZj%IMrT3"j"RDa{cnv.6E~SYx) /sۭoVCOe`UC o;WM|޸>QhW&|~أscUKTǮ\,*a_9t}9sڢ!(xGΠ J)C=t?~y[]v;.o˜OIbc֣WWA׺u{{^\?5ޠ<~q|ghv*]q#!H<Z9;;-ER ?'=a[nojr6!oN? GQXV M;$y#)D?$d8~zZ$$I$M$M4IDV1YHNZ+/2\G Ak%W E5֛2jUI2yR|/:(VWOQU PB } *(TGS//{G*m\YZX.tSՏ N"gfbEm 51g;* ~0߿c9j %㣤@ei DqW&xnEColwɩS T*J>f6M^u#ݻ ` 9ftFO35]٘dԻ[y}¤&m ?柼I"Zd8.+9-?^¼# OBbsc?OKl[?.lm}x4<1 KQS3IQQ)2JXۯ~{.\$LfL(Q~=K`8TzE',Ƭƥ&Wʱ kCvg9~{"S;]…+<3-$ru{M-Ԃυ"a2HuJ:y~K05yѳ:Z-\Y: k;=Q1p|.#ypkUNXۘL@J{͇=voRmܮ6g?JFkt|ݶs[XFQ%mK|v0fh]Fݑv`|>ٻowNR%Dt%W =RC[CP(4pxcw` *)"0H*vvĶ,G PAt{ߺ^>8ْ;wuCY8ʪݏ{vh+{{Ox Ln\:fט( ZYBEߙ5[p%pD1&#Jh:TokBbB Ҟ%x\55?K'{|C֘jyZ<&>Y-Y/e'S[ZRȼK2x77Q¤dW2{Iow$Z")\Ʒ5g T(Ruo{׽u~{ߺG{3tA͗=>ȤEݽ;E}/V'ʲwfc1SXK'bryW-]ni'UBHR_s׉`Wm2Uaq5jw5?|I#c'ZaL$1ܔTmByi)A"흫몟F 3TOwsw>? WPE'ڮWnEtuN!xFXqR_^ߺ^׽t;3hp[gJqtYg5^B:K(`PY_^mp_RA{jI #w[;rUȡсe`Ah㞵 g+2stPI掮{%[6ޖPi6d0QJ:,HE)Wrb{tmFF=eP5<=&lrpo]}!ԯZʫgrtnzoݽyz27>= ]86L!MPOQK 2yk/2G;WV-ևцyu*|õMk|U֕ħ*|IV$f~dy駂igY eh*  L BA#C"KMA A ޢu|fk6/co i߶?U/MCTMCKKөʯ`/>2jZݫxS >4|XOYsޏuRgdۅnTAþ<جIy wG݉{'j⎢[ Y*3r`꒛7rI /I0ʷ-aH$$|Z]7N[ݢ4C܄ 6tiNd]zuO\:k/lp˿;squ; {t1ʑRj|1GnM{xHo f`pKޕf<>=!S4)tPO$OqM'Q'f29 cq6[/r>ݵ,NJFeYF,ĒOˋ'GBUm M@`u3Ӻ[$b<$$MIiF^u&=}n_?wLoW^t/>< n?[O׿O7Rvi `l[/%7d zeC߿POo&{)Oٺ{/o^﷟^3N<׿O|m|'}-p[ v9n Ȕw`=+%~ށПocY47@^ofWy~Ɵ {w?w_u9n@|C^]OFqCm{r?i훮&Qrƽ?{ѷuPG[+܁{Gٺ/XW_Bunn[ =MV163 SYIAW>>Z61^Eocy$eDQ>ֳ:D;?lE럃h 51~Rm]>OxBlaȭ&8HrUٷs%UcSSnܯF`;O}ETȤD1Di"k֦{ww]arWI_bG5SBSBQj3kڶݒklZ$h(MKI$zzyqݷ.wSO@¨ {{^JN^޸靁;+|eMvM#_tQaTj`yysy6~]s7l Ř*ǀ7g! k8$jX̟%Q2 //N4u8muRkM_CuVP `v!$Pj<BD'seYA)ZEi &|Zf{sR=ļEBد ~k 50vػeuڸ xͿ. PYX<T3;f$n_ny$ҶF,}I5?!(Ym~cmVQ[𮔎5 = ĒI=+}o^׽uߺ^׽u~{ߺAutJ; zhvvըE=|P_Z<*zzdzY]`f6#Pu]苘9gŶb 5A*O6H׭sVm>fr9*퓗Tiݪ[FƦ4}AK>]@ـy%d';^vVx8x$#'S^t&m)QorKF~K2:HI:_?+~ݻOh)7 2nnFEp $ >{V0ܿC4ԩ/|zWО#~F JV8JVVS*Ab8>]*H"t+zǍK];w0DlKB2cw%]+੦d/lbnuf ѐ#/sG0rn\Oix6"X|.&‘wc̮{P {_psw]QKaLmf6ȾY|`Ż'%` :ɞ.Yi{[<+.|*I$mJ4@c_mVa{eN*jd} ylxDUjO vfNnZ>aاSTMT[\α,&Q(_L]:} {3׺u{{^׺u{{^׺u{{^׺u{{^׺ {wzk̻Ǻ?c~ۉe)ޛJljC=6.x39rlO}b[=Čԯ(D1V6{ q6ݨ>O3 L=B"F$#z3F|h1ln[mFmb⧮ JÛϜy,Amv3oxov4.  "EGˬTR.lZZ.#IُϡB{{^׺uߺ^׽u~{ߺ^׽u ith秨&hY)}AvVd`0Fꮉ":CP~fOLMn^}ӕ?:,jn*6~fFykuR9ܧ6\دG QEӨ=ӛ] k|[SOP 1gϪ&M7kV+񫾶` yivkbj6FѫIOvNGOԯ߽.q-nTLo}!zgnx1pDW bzz_dD>Ϊ~^c6{av~(a6jܲXGղ{02Ƿ]II5ר[[Vq ' 'ZL@z!ts(kdh+`T6x)*:$SWPG %E7 =AzhYX]M CJ +*h+\IK]EQ5%m4%=U;QΉ"4r h"E4: A>oVu|ޔx/tVv~ң"lqMҔ{}c)?JO%p=엷\^Y1ix薧5>e11d9SsyLG ;^Y/3@$Q:/8q$><͡\B]3X74k7_HrRxsgt/,s$3G˜#~eu\4ֆKfY9 !$_fl}ۙ\#&/i7Ya`E@n, 9n{qʓ( O_XjݛOjmE#yN BG_>D`WzLݻgx c\+pd.+ur,n/Lr02##~'n;~ۯ(]j?Joi:Y׽u~{ߺ^׽u~{ߺ^׽u #b(xT2Tdj}dHfۑE,αC;*Fܻ[ج 6FU~ny9j}fƦ1Os-=،s_Z͹]~~Q T#ǞiX6v6ZIO]J3=n7rsoٹ䮖I7ew.jiM|fFr9=vV;t k}:Mur'ٿ3OOIjCJxfjcJ#y摉UI>̨ '}#YYV8٘ 'ӣӟ|S_ן1>#zc|lt7f,yY!޽VTSGfx $3fɿЭ. i>d) )ViDLj8Ga՟RRSCGCMOGIO頉Lp QF(wyG,&1"$HƁPpP{V׺u{{^׺uߺ^׽u~{ߺ^׽u~{ߺ^׽tv?O4WنhfxmĠi3YA&Z}?}lݨQPt'27]owc֧=UkbFڽ4s`d1Ly E °-}?3ܭB_D$vN(5keAH]Vxb !<-O󍢓)hQo^Ƨ 14DdF]rWjO]D0b9K"qۯ?Ća*t;Oo;7WMbƞ{Y}ٽnE8>w{rnK []|B,?eT-O0 NԉHk6ec%nSI$D>u#yBO‘'-;b;'{f}EWb2Go6]4{MF?*:7=xݯ.ZI!ѝտ!]3Ť*#]>[lF=_m`v{ѧy[e{CV=}`#>*:*7# Uw_nʉul؏(MVUm6ܕxTAWcן𝯟H[xVtUR?3ſkw.FJ- ~-װ0DO+'k{zo&,?1S)CN#6sro*Eb`-X4<\cDkϹW+s_Q|?˫ Oߴݻ{#N哱;!Ce7-TSŸ$ww;aM1)ԩ}=ڄm{kw*LTWC׫CO?z(c鞉ꞵ1GilmHi?ufզv?'y9ҟ$!:GSɜtvV?pdKa{ߺ^׽u~{ߺ^׽u~{ߺ^ߺ^׽u~{ߺ^׽u~{ߺ^׽u~{ߺ^׽u~qC{:z_n?oWrG,P_+OU?Pȟ[p~__>7~Zc|]cO2l|/z_۲?[̦7u{~ +GDc}g~]dǻOc;~owwz kQWn?6}?7۽1?\G6.ГI2O?__񿲫iЂӈptj_3c3wO??>~H[*Dp~;sz7k>gW/r}_=3Q%yK:xGo'_h3't~ 7|[CMkϽt]c}4eQa[ 걇ժG \PK!ĨvdocProps/core.xml (|QO0MM߷n4cDE^HƷ^햶 v&DzzV+Lp'ᕐf=O{߽gܳk\V P@ H!n`0P 1MP t^sbJwXp_H@3xy~-%Y__ܿ*[&5 o|ݾC7Da鱕kd3ήp#IP,/6CGRގDs:Lg1+u/\)A,en ƗM6,l`K"E)]?JBփ-ruhG+(NС[G(ɒT@ n8BKc,d!:ӗcQ?*uK } :$a h1h(Jm;YW {=̰WtuUsa p\߼D %33(]]aT>V`i*?aiBC$oDMߌ F4nH6ڱiHyG9.['`ޥHQq/U"i=GU!ټcVtߤ)ê븼uxTϮbÇ~M9^er!'؃ωUwl89b˔=7)nJ}aXbY}n3ԑJڜ@NMuѧ4*,t{pmv]"O‘q1֙pC:?vzm6VWy:Gh1*W)7K"Z/~?(^S`t U0:v˹om_u;X4Lef1݁g 8ˆa1qs悲}ោ7?lK8D?k@Ğ Ac#?/ ߨAq[*ȋ 6;^_|gZk2p>^r:WEIˮ#KOE2q)&4M;+#G8{O5 trzmrr[tKcQw*|"}r>q1LnT';ERF\=+3_kHWv~|,]NiTU|*wq䴗},ka:Qa Si'ڄu:}&0p: d*sАKeu;5Z4S05(E.0Mؓ?(tjoL Z} CMvcK~s~Gώb= tZA2?!yFU!Sj<3?雷füJs|$2ܯl F۩+O(n4M Vپ ;[&(坟jJI2Aܔc z94&mS- cVE*5fyoJ٢kwT!9i/ԏW*jD4}N LĐkr`3ϕV\Qw6nʱ,Iݰn4&/@P =!U S󐯿T./E1MuֈMC%HQ]| 4R[ՊV%91%Cxu븵heJPre\XPm|";KK-BO3`oW#C4D~7}o^A>1HtfeYSzs^KZZ]p1_̸H V75aQYSSӆuV h͑>%kZǐK ӿXMY^[W5M9)mt힯^{j$h&uO_PJ+X_PK!sdocProps/app.xml (AO0HwBcEXmp6Τp3D-~'JeO{ylu.Bg X)ĺ| 1@!Ne-$rG,DC.DJi#c]; ~l! ;PAu~1qV|R[Gzg -/gSXSsg+9ӭ~$G{+9mk<~iKjѢK1e>ym"{3=N!: XmlڷHI lC9Nkw烁Sc0pX:Ix`yGҼyCݟ]xu[CpXP}@=ޒC6P<߅_׳*W̔<\PK-!0 [Content_Types].xmlPK-!U0#L _rels/.relsPK-!>xl/_rels/workbook.xml.relsPK-!|tzH xl/workbook.xmlPK-!"tK xl/sharedStrings.xmlPK-!Gg#a-xl/drawings/_rels/drawing1.xml.relsPK-!_#.xl/worksheets/_rels/sheet1.xml.relsPK-!bm/xl/theme/theme1.xmlPK-!+ 6xl/styles.xmlPK-![ڽJ<xl/worksheets/sheet1.xmlPK- !1xl/media/image1.jpegPK-!3\^uޘxl/drawings/drawing1.xmlPK-!ĨvrdocProps/core.xmlPK-! 'xl/printerSettings/printerSettings1.binPK-!sdocProps/app.xmlPKsc-im-0.8.2+ds/examples/xlsx/products2.xlsx000066400000000000000000002216211416612453600206300ustar00rootroot00000000000000PK!bh^[Content_Types].xml (N0EHC-Jܲ@5*Q>ēƪc[iiBj7{2hnmƻR U^7/%rZY@1__fqR4DAJh>Vƹ Z9NV8ʩji){^-I"{v^P!XS)bRrKs(3`c07M4ZƐk+|\|z(P6h_-[@!Pk2n}?L %ddN"m,ǞDO97*~ɸ8Oc|nEB!$};{[2PK!U0#L _rels/.rels (MO0 HݐBKwAH!T~I$ݿ'TG~xl/_rels/workbook.xml.rels (RMK0 0wvt/"Uɴ)&!3~*]XK/oyv5+zl;obG s>,8(%"D҆4j0u2jsMY˴S쭂 )fCy I< y!+EfMyk K5=|t G)s墙UtB),fPK!4exl/workbook.xmlTMo0 0tOM8ExX+Ҭ_Ȓ'Ma}=wz]$JHGMNpAdB38 ʹ'hBc̩P\޿>:8 MBJku +L PzZM `+wVK#-(8bM )ym#!v\pԁbj/;ih@FtřVF >W}ʳiv'[2!d=}/-5zb]3N/̆HlHBw?6&6ߓYn@son Eq2c=&W}1xKW|f}gW/zm&|syf/yeyC^,-YlEL74.ośe^&nQEokކ_ /F~ni߾ci5M8tlǴ-y'i]:Iiop~ʀY.j,dSާ"&`SgO۴X,K,swi= K6LqJ;(bBwR_Ah&HA\Ž*K$F}>~$[`;L*IE+|dXi͕E~399>iSH-X:W'AitO[-j~i&X#L{@Z$C>aaZ PPrs:dL"_e:?*Yo%H+)UIx1AO:w(G`9pm&M|Ə^˭n=\,mm8`,mr+"LOW"I.i{?C挼iWE0(,XpItqتeXjIZSAj' Yo2ϠLnjnfIq/kG\yfRN u }n})4p:yYOAǴoU9s:$a8#s"7eXfR!_WyM"ühQbIUS97nmi><w$7u\\ODLf.:M]68ğpū)/@k݂$9M7b31TeWg5`E3#|6u[_-9d]"c [f[8} =1V;#V2~66Ѻ&(.шp EdFX[?q32X M) lt}8"A ` M{nN;<){^|ެ(<iXl{n)c:K"} `,ʱ|΢VN}ֽH^K$԰Y6Nxy[%zꯄqvĒ@e8d7i!)oMl976Z\scs̼2z/q&"N`ۤpŚR!~`7ɱ'+.{$"zg.?O0T՚ђfI" 4`zc{BlDiƇpYG7?4oR<4=񜱐ydvl(w~+$i qϾd21΢-6 E &qdI1u0.&9l+ǫ/X?&1e=d#>Xʋ= ]r^#7Ȯ6$\>nyVd1Z%- |eW"0{_7paRT01Ss lADcnDT-h '[k xP+Y\Lo"(l/ib:fDtq|ܳP6Mɖ@Iӓ&C, e9NE&\ }g?@q66/vyKvbN d i7 z-=4sK|(*|6tLݦ̷6d xTJGn{-D( 74ᱡ:>ʠF1hBmYn? iNp3ol•1NI "Dzu!鶄[(d0p9JCgel׳(P.CLvcZ5{Dw-v-epz6n ZV©T 5=C"QCkmIW8[M2<рND3-\m{IGy2}U`qx Dg"5xKdD2ebAR$_Nb[$soަYI8)ւZ!hDw՗@4/ڿ'!x?4JZX9:w]o\Ɉ+&DӅp.GmIoOhp77/9o~ܕ.̐>(5Wp pHtNwm(5o{/)fP6͝g 7^U %C98^ǎEiҖdI>$x?*6b$)64H6U5~ :*%d9K<6`qy©SYb/_}3J&M~$)rwAfY|l`!zeg>g$YF4fo Ժ%[Zs,v{ވ @" ^n=:Ϸ7i7nX4@FV(_iuz97ᅹapp,^V'M ZzxTة*/\oPtj0C\4aC6>x VR,(j>-H%Ǝ9a7~ a;d.ps\!'I-b6U@@I0R9 9u;~H5RoR4%@yGUS )0*HInY G3l?>PhGI$If!qHBPd96`H_iʕӦ5HEzuӓʼn Rxt[M9[EdWƜB@MD|6 ,t E:3Tp__fS$OV# eEIWAsnQ=G.Ve&G$.Cةby.GXOv\NC6B9?S~_&,X %xpCuƯzvQrSƗ /I9U>bga"0V k4CpQIlCc_l7lW/*6fz[jv~7ɱ#0[7=I):(o^吜Oqfz[amp 4HrR4 .I, ʈv`^x'Y|M,U8/)x–7eZH $aLV$P74"|?O %WU-zj(Ssi=vHNFV/& _UqmdQ%p~ S҃8lef(YN75N]ȣVq3VKڿJZOg\`AGB-Đ?39B-E؞ F ĔA6RGE}WfCcHtSȴ N~D$[X͜ X1U2|uAvNݳK١Ꮸb¢*8XT /8"u-E Q%uxsޕxѴ`'rxw crsȭK;<yNk_#lzGDU]so519s'= 2йOa6ڤv$Q_2}KM0!ݚRɣmёd|J@ h39Lp E{a_ c!.@V-C*5€}ֺEnRĴo*+5)ƌjYmB:j[ׯe˂f?Br׎ϵzsG"ɇ4tL/@ @P5 , 2d_53Ń%lT>׌Mt;} m ")[ӧB>ES#`_(~FVzv&d_ڀp.0ݽ!PTP 7ȱt[ C/t'Z,%?4/ȼT'p4d/AٺԳ"%s?Y w a~?rv|\ν %ֆul 8oQ;c!Z{ez<DY=2W1 R#Pnv)`jd>Pp\Tha]I_"kLՆz{Y7`=bfwS9obV]~ 9;JWHh"r<m?+>+8t "Q "! m##".!j!BDt5Jǧ,hECTeim" ?@A*ƨW [xG?rY- ~P.:0[aqUjgvWټ;FpJcWVgYŗD! zy*3ӾX'M7}DyI v,rϾj" )0lćyoUCxUkjX azpλ{4u( NEh՗Cc3spv=7G|-TrֵbLEW& 'j04ٜnpJhˈf@q#O1KhI/hk<  H1QHn6xv#m 8dJv^~ +:P1ߨxEO,6gaZ&UuZ\~/(aEƶiØk׺QfE.NƽC5)/T|u|n2m8@jq=[#bP'(r-P*ir yZGp°ZPq8hĄ$$ʬ,г/JN}Lfɟ I b!7PZ (C Sa}{WɃ0Ey؈N88 lbt֘S%hKBUl%_on@`,*d -cw;[qk< D_M &Qs/lF1kT0^]a?2M~b9nK~lۧ7bIO RnSh%y ,n^<[pn~B쐫ۦcr|D7P*H}o]`F6F<_w-7iRއP 0KH\ǣP$; [g#i;#Ӥú!sd &FuKlv,1u̬1CÚ\*:?z@K[b$ Ur5P-vEdل>6+ q!~pKh2,q*?hE`uJbșYB6.dUL_9[1X5{+yi94LXNbvPH2o-G>mtKУ.Bw(7@6EL;ϧM.j .jGR,_InƜd̟cc']C`F ErTz7,X2k5 ۺ-셶_+.M)$WZK8_H|t1Gb%|g{9!3 5Z/歬Ǐ|7P\NM!IKc_LwBDQdTI7PYKkn0ՎhCa.Fi8>+pš^cbϭ)Un/7QyU`bG<e +" h$ED"'4"5)tkWtvޠ5?OJ]YzZ5am# CYyy[ӗ q)HAS$CPK>S}Ja¥{i`I/ ;bb|dPYR}2|2obnΏǢo$BNdEZ)qeXa[f2b57Xg~á pG&yp7<Ǵ 1Dpa;|I@#ͪ=BS!'5)/+~C'ﲧFYSW;s^eQ~u؆!A~!Vk{g%gjol"N@ J'7@MS4,[jHo$H7aq,Ħ=12L(0c(̱xXS]f´ETU1,f n&.F$幻$;Re@F Nakj&\t5C@/!P?FV<~">3O޳]~/P~lg7z*lz2ᶰD pgK<ٓTrumx ,;V;EV/Is+`}a3?a`D!+#0҃v(6H,]$b9lXkt4=!.{UA{8`?x') Wcu+\ DzD!PDb<]]W/*Fimɋ1-d]PmkoK!zq?jcBɜote_s_?yk^eibܽx%JajL#[  {gK 1Rm|㠗Cأq3FVIA}Aj.ͫ`= 0:m褆Ue k#C2n noO?_HGYo@>svZJ{ wdBU|`(T;4Ts!)xC{e0]ƞy95` 5"i$5xk$A%qIX%+ʋù|^r\f5M.)q@!BZK6[eRJk-<+eu׵G(n5 @맕+)}N|ٵKNK!]OYC*ߜYZN*{FkI.9"hVP;iW{)"7|wr[Vb Aw=78Fe2ޞ'D[!8vV31Gy cɟޙ|X\K*.⃙Ĺ-NhZv)>&’G7k1-w ;4|! =\KVrR\(z2Zq EKhE`fS&;]5pzH]l-HwX²oeoeVIMBp'ϓghhKK 7٩5f{!k2 kh#9˦hb9^' kMRӣ@@R1C'bh*?8?WPe+Ct3H`e2\LeG,3-rVɜbnAh-URڞn.3|wz!Gx Q}+ v)Mtノ]1g8T0Kʐ-2{=kvľL​cLQ1Hhc:=ϋ/L2YqVQ=H$!4 S&w$ ZB’}Ie !sTĪzvU&䪨d+:Ј +uYaWږ]@tz N\u'C|I*^QWI=D-s8DH%5k!GHP$sԲ`4M[/m,'ֈ h}/K(L7l @,&_|i8Ȟ+DlUcD rSll=-~r37,@VŪYAր(IrRqMV$[.`2eO?ͮŋ^ׁ^L+!O Ap͙[kDj7~|"G+x#Tqty;ܖ$d/eK@KIv`L&@I´ F8q9Bc'&/ܻAd\L sl5:!~. `0]oSǁّHw;W[7Hy/DI&hI M1H"Rg)40ʴɱA){+C1"k4͋ckiH?9ĉp 0ن@^Q 1&;%V|C[ u.k%(7{+\)"@T.=x3*v6vCj{DB`wQ@ǐ '!*CjVݬ+*Tr,U ®ebPFy N,k/S`E>᷂0y[s9 hX~\2)"h+Ƹhb] gs|Y%bI9Y~*"Þv%,ei*}vY6"2i*ڃ ѣ8b'5 ^9s눭E.ؤ+I"4QgPFX+oXui@%w(@pK>$@\JWNb;37":HʹMEXnY^6&ngU9\^q_dVVo)Ph+c8"h.^%R[Y!>uМIF.Fte"qPg3A1ސY$=,Chnϊn(,%74; ߿rT]pƬ&6M ٪4Pdn.BCMȽƯ`^}ȼu׬opH0cq{@EqD0~7 #7- ]ϴRbIgesQv1be+Ljx$e78lHW+3$lb1FZ+U <>_DcOLСϽVvWlŚ2u؃=ºjO&f?BbsuxY<9NcQ9_[`Appmmc:tHJYf],ksE 0-?m.QӐ"v%jmbD4\jt3d:e3_4T2}WF #[,ʮZ}SR*=T%-*>͟<,{­A rNF ^㏯;fn_V@V t;#Z/C‹Wz1-QIw*ʚ3f\kg )TM]FInSFi=9<[W Ҟ - nFgaCCsKE#=xoܛ㕹{wY;WЫI;8讏XIEbbDKw8)@sI Jn?S6%zHNDs6G=H~[*iiܟ;pK]-Xnp-.tf s׬C\Lx/J5r~7RS?q4>pdZ̔܊Zmf!?Vڍ)Q@K; xl:?d.r4Dg _3M$)BI:5o jtb'U ( VC)Kސ.Q=4VVb3Nl{y3m.օ !) R4ukZ*S>[%>p )ugoػ0-*!^!sU}#ubI  CC1]:ᩏO.X5NҞ6.q1 8r9*Zѧh12ǂ-;P i5p}[-kA1[fT!hI q9P6Y2?,oq?{RnvYu2Edaތ6[*dň1I`Ɇh76^O z/%2nmG·E~O5VtZxtnS=jlJ,n!)7lh[r3Z #(T`)ݻ euNN&OGos\?G ąQީdlP rvc\zKU~ZD)iob|!)^U į !Jy 4Rbn8ȥwĐ~q./ vo+Kb/9S|ڮSJ8.)dPz'ztF'¿f0$:c,<Žěs-tnUk"5ٿR$n&{&"T󕊆lg?_&Ȳ %|V6ؤS;FD琩;-ipcERgB ${6E:bp(ŕh@vKW<:rQRU L3˗J#˖%)'==;ߵ4<-'Ʊj{٩@}#-ڊھ2'9&$č>ZyΩ)+AU]z퉚pnCFInWn2/j6fP["ůRĀL3>Qջuvr?.ge9q:) o[RuޘâL,I+H7ߴY<S~Ju}YշhpgdVVWpi1~ tu%vmP {|Fk-<?{CxG(LG @4OO9 G{˱GHf>z-ϲ=7 /89 mzk猓DCjN?c6vכ5Cg^hs)Pcqg)¿T׹#lDZxЯ|Kή \1[!h ƽa#H .dODIm%v/=\F ؀BnщpX<2?kl +@"驛TEe%c??.WۨJv9txf?TڢiM5VEO,%u>*mIƹ_#Ǫa-dWΆ_jv}a:Č9sWq!juy~43r\+$-ܒ|-smx~YϷ{%1_:y zJ2$ Xɍ²M"Gn$9(Qǃc>DiFAKHCw^kRw S˘qHC{cRm"}+G Yu1K23 -5J^!8ǎ1oyz7% Y{EZx?Uooz)@Eh0)7 ZrSm^jS(}oA ȪB$0Z! 6{'Z˶0e+T #.wa5p{G5pܢՌcgOf2FcgxWJ@ٝh|=߶JxG|Nر|H gE7/WdV0/I=~~&$!wy121yle5ʾE ɇRb(T;FكB15O3tj8P77n9PuDG$G;>9ϹVɮGy lFePod>KS _u[E}qEsXn hu7_S6l5A+N\Ƒ$4 b?,& ߩI36l@/)ae?P ^#ahK覭 ^Sy=(=c@& P1*vMvs&W?$`gӸl!гj}HbCb&vx! cT~_z=hKv:x_bsfKf[-$8!f`#ioYMa1Hj9%h8͕g=T<]`m;vmmGWPzr$K6J9HKrTb?$H Iק{v{@!U 3;;;;; Q`&H)2v*]L*lpK9v%:#Ê szVSFI:-YsZ훂i*<~!>T5v/|/)&TDJူadGsE  !E<]a^j-6XǵsK"+]wjiˇjD^66}Z`XDedJ*-ʬ:+~ ;2r;<sg2mevkFwM"T{]\'ua v̦͡D&|k0K^N"h&e$GRbjE^` rȜy [«_wM ȷRjYn2u338hjFEBg,02u+@j3rJMh&8ӱEI*X06H?x#<=j(S2w0|wyć$S`BF' tEdn'+aq񞀻ʻiЪrlș^E[Mfi4VwQiw L|xc5Kz;2U5F*.La4@Q]1tfHg5% x>"M/- V?5ڐsv{ԯ2qp]66ƒaMUXs)d6|x7Yc(*l65QU?\u/Bn{Y،cT@@CWfBS"䟈@N|LDD |JHB]l{@))чY")j=8RV4 &PU}&<Y}k;!c '1ImȘNϙ2H{{wY$PW#̭?gmCusһU j.M0&(KceЪNS#tm,#C'ǓW0^jmPro+ 6vId\>,>E^ -4by O6WDuLBF#S)”ovfd־ɠGy:VSdoƅ*ciPHėjݨ83RMtjdUKF,ܸx{hj*vzLn,D oύ|tLͤUDtfJ2+=PrGLۆ"襞^;} oJ5&_)_5^c >~sдd`7X`F#!=ex00*noƒ؟nW" Pn#{"zgw/ o6kA~V B-`%˒ +;My k:N) -}]AM4A'꣙RL[ߡ{V!/4qRɞAeh!-.eV#OfVggFTw9gb~\ '[}ِz'j_gQԑ$yL5%&sn2'ڰxW-Ӓ&_ʞL eW8*CUɝȑQnrMy )coHK2l&+h&|J FU:x :x3.dF?2p5Q@džѝ47a{ f y![t[XgRvDG6||G%%kG!6]L./e:&&t> t\XS_ ҆و]]IjDɱұ^l^)*4JWf[*>$vG99LXΓ]$<økd.I!ڢ?zi&ߔ76%Lf{fZڗ-o8@s9IBa oH82enKK@eV U0ꑽ!dQ&Ћ4D <312ۥ/Q2X.hH;q0n HMySbx, tkg*,]-܍&Aj&3M kKce231C-8Y. Kf֩:顅(a [144v%0|A*ޢn>U/= LMA1P|!ؐ [q_+8;VoBK't{7V|Z#+ojU9; "#6f;Fr/1U"n!!&\gx.,5Hs+HNlDѽJGK,Oߣh8EqH)D+*V4~4su2LɷZԥ dF䀫W&Q-Tq"!eŋ MY@MZb!`>v|ȕ"odǻdx# PRF~0!y!6sYI;OѾ9`S 8f2}{ܧxxՃrq|t|Rp,O+4z6oO&2^ȓ:pOzcit aC"<>qoFhqznLfU6IS_n-F@ 3xTCȥOFoR>bSv%2<I9Lq#-HЌhwMɳYo 7ЇSɩZ_O#3;>JNjڲ}WXiWfc;Ί(HT XX֌֎Npٚ@#PPZ?v2Dg'%ٍ֮ba13'f'C3{KK:wU; 3N+ԌxF-HGƦ0>j6 2񴁷( rH@&&unŗh;>ؼR^;MG ?~7'crZSuhTa(\}MvYt4s[/ %UcvVH", !>w8(9`2>l+6tcm@@=4mߘ<Z=n0+ɬԯEjg|$T( `87X)u놗I7oa_)!+un9Y } ܒ " g6YP7Qﷳ?܃4œ'z>|@$)S#1 OG L*بSgA.4_dz5jwzp.bA,VF4KsV38tg#D$پ?{/}9g,k&fydp]";|ӳ8Xj`M.uC} u8S]Hva6/O8h -0ym0-dFqH YyLv2 _X".3BЋ_x9 R~ŃQߺroBbr/r܂+}\^OPK!nXxl/theme/theme1.xmlYϋ7? swkfl/{lg&!䨵eɻ1!PcP^ P%kMiSȿ'#nn -Y27ߓ4/ݍsSNXv*dvop1,mw{i.-;?[FB̶e>f/Nل1pNݘkJPI\'A16vҤ4ާp.F4ݗCaLJU 9B8cvd&` /}'<Ó?f;(_|ٟ_㹎O~s;&[x{W# >$1U|`1Mydc!b@ض^] ju[) xy~sA,#_b+r,y2u lc(1B۟@Ydau8‘!Ɩ&pn%Cr`$Ri -˨m=|d"@B~h.Pl39D1Dd#HG:Dz)sc̹ϵ ={tTC]Ę0Bʙ$B":63yq@p"BptUT$|2O->.a2 $9SONԳtZ;)Z;|?(=4Ocxg ;~^7څPuv7.'}x;4@Vj+72(iT'e#"`_U)MO3cVYm)j08۱VrwGhvm 4]ʼNnyI@'$Lu Ʋw$΅E¢)/C@mX?9j Qr_{PK!Is[ xl/styles.xmlV[o0~G?X~rYS* "!!&NkK丣96c 6 {I߹),ˆJLr &uȚp%iwï/8^Sj@.kcYv՚ ҝJXiT®Քԝ$xD8Ifz *%Zbؒqfv #QޮdɁ6j&Tc.TM*z4Tdr#Ja:T4ୃ5#YE8,^dGPwf"K䡭Vu_- -FȀI$k\ΖYw^X J''jr|Yuο)Nr8?Ai`E i%LP?ٵ) =d'`C,508m PjT@bYJImw0_z6Ć``s~<6o=mNdu؍H1[= ,k^ꛂޣy^mĒ5ߧC֩~9? g+)辡BSV}cm`jlo*ê& ݺ6??S|\˃&7w#"{[ʖ4{ojha0 ؕl)6da1{ZZح2";{ycfwrBC) 1"G"<PK!R2ճ1xl/worksheets/sheet1.xml_7bnvV}홷4EY */jH7bƞ)tgH$?|/o~y;_}w~_޼X_}_~x_޿y_^}O~c-ͫ~ׯǷ_N~}ˏ>|y=%]Ks~~ûO&_5ꛏ?lvg7}jw?}ד5zl嵵w?|0 n?7տv[7ӫD|)7_zͭ_o n}?7nj ϟǭo~xۿ?>O_c' n?ŷ?;S}w~&m0o?ᇯ?y5iuV|w5ѻ}%ݛSHn4=:G?ӣziY;mm 珷o>>sz3=z9uyv]?ڧpϷyX͌zmL\~}w?{ooo/w}m[GHM~ԔW[Co^I|^݆;}>֐~*j ?t"X6ЛWK<~'Vt^q6m^̊A7w }~KS@ ˻uB63χ_͝ξaΛW ~;᥿6џv ::+Vw1uEf/v0.-<&|G ?Abm-y;p&OJv]&m&I^ܟvEoZa=) t5ivǓx`f/nJ~Ytk LG4@f7?}Ί~ grjK) IéퟔgߑzG8 EV1OVtXkzXIsdފTQq(/ ]ҹ{Ϸe6KJTXfO[K`)"gzrEe2۶G铲scjTWrX_zU~Yݩo~ ˘E0:4yx,![h~N}y|gc8p 7>/]e>O#чA/l0-ڿH'4- hwk#>P2ylM xZ {פɳ2x/Y_,ۃm 

^hG$M|e<%zA/4w/0 KEM+cǦq0Sr eX4[ﶈMM+>P,2xl#9!PSë}lM2}b】^zSߍz5WO]#<А(4r9}PpsE=![#e,SB|!A49~~pLNC>@i$Ma=ck{BAAAi?$M6mĸFm aS0D4 &3 W/S(88y( :y>!X%*ۯZ(88y 92O=frZ!1lj? gbD # >Ε65C㇙#ECu4bM b&b@rwXTI  !7Pi\ݹ18ljw_iO`ґc >JzVG Y0 /Cȓ/˝4%N* f?TRUc(3+ IvIe=`˸Sr>w8esZ>\doj[+pٿ퀛"LU%VCk+pW8c>fKhyn_E ?Iy'uЄ3 2/X 'Д܄ nB&}Q U| [B\pQip1i1_Ke }E}ŤElQW)4oj44}[ЄKPKHݚa v8:%A6xM"tIAKWքP*"ICIh <;,O\ R"vwPuX%"MBC$M/bSq.D|qPK1?0mƅb "X'Qz+Cϵ@ؿf"R f놯I#LJxCE+&hQ̢" z"r>1ѯ>X@1y͵"]dEOUhQVW_LBP)}X'P]JEmN=7KjmO07cE_7=v;| .MAx0I!e 2 s(696Dbei EYDTUΪɡ"Aw;3ZEx_GU{KZPmrkŵ,';V92[YǫttPԱ˱/كV1,[h9 ÝN5/+-[UueH1je9fMeT'7W;%&Ki)UC*/ s P9nU6or '?YeF,_qTp}F Po)Ey>̝WF-5+`e,jIJu^g,mVOE.^Cr:^8IZ:/$`<:)0 <*fYD/#-UI%sUV1*ބcwl*S mM1Bf'%c*̨fU!U I=!2;VQ谗}Y.F0uw Pfkn+ic۷ZˡJfNlhP>!_2+{l,3Z(c }!H%/4GgCx`,cєR3BY6e,[H!T'-7d3W͹+ p30Ry?.*S_ 2_Glw-C1rVg`{rba2&jqN^qKA^$}12&ނq {| 2t0xQ_^xΞZE+VGъOb]3ZEd%mh2}RiP%TQ kHzoҢw1i'B `NmU}J>P QO;4U20X֝v$7 iОTBMV%C] ]h閘21c)P v<6h /X={褊Lt'qHnh7밢>B5?tT>Rv4'AbNM{> Uq9K]Rcq|A&A&Wm1O;3WRE>qLuI!NibSc[:8xi fԭ0s REkJ,u$ : ЇJ6- vij}ChH k[|1i'HK;  I*^p4uƣR{(V&rJ7>ɟ9)},˔*In?{`S,ԁ壘F\v^܍=z4AW}wKD^T[qX%.bMq9 X$Hf,*cnQ,!8K?%3nF KHzgCҀj ˪\>.5NNjt V2;֒ਢ  ; U&¢YbbUsCYAȄYx@pS7鲺)d؎WnuF ŬoBOǛ֤ԮC&zEb }\?>RmS<,UU>RcoZHD}aURg0Ynaб^W:YUuU܅\Ɓ/_]RIe *I^^7)R5,LSZȬJt>͸8zCkj3@or|0B*<7UyV^uGݔ>:gГ\ڼhn]kyGM5NK0`έ׭E9bPUc8ZEVj+wº%7_I-&Q(Um0]I8u|"{0D5'e{?X#|,갲!u8C;}Lg0C3/c]RpU,X40E&Pz~(2 gmլKFHc/R:\gͤ2d w$SN8!T{P.nHIuOuT?K#j#Q5-itрVQ f ߒYMBpO@1P K+-V k@6_-'?,H)z"gxtZp?k Ά0>F85Ю%*gd&[}=ґN썂OG45 `W`se 0gLHg 7Kg *Z0+q~cz#8d[$6(Aq*ڬ4t,{E(CPnTR萦GBIG:k`5lۋSvYP-Q`I1i/#V[Hjs9}L/5X '6)‰)ը]^)ِ.AFǁ "+4(!'wthu%U*hxKoߊI-}.s[%UJnNlH%TRP4r`S(5 j"r@ػ@bDLsȊȭN6"ESF _ 0HeZΤ5zHT/NøJ:RqD5+|V{"XbsUlgU!w)',KOԙ3VJ:%XhY5R(X}ͪJ sUz|͒ /t詗*Df?rtX-Xґ /F,9OrOŒgX1tET.CZ/P;5ÖZ2IXH;R+-}%aF0LolV^xra"uBcrpČ*<œU|AȑY #g*6J{AٚGE*R:"`~er|`ǗKl8 29b~ Ӑ?r Nw9~7_s[9Z+Nٽ}0v \-U0'(;i~Pm01[@vl Z0FLxݩNI(>sT[/,%l}4V!"H#{Pɣ_.&=X1mP8Ou\@J( uOéZ L.*.'\ Fg,ԑ@vˊ-øzU$0`T,ԑKJL'waRr| Y+uzibOR,1ͮ)V~rv<},Ց{<^2emQQ^*FT+uiVxz$H#!Uo{Ylz jW{OvVSeWX4ԑk|#Z܀`_m-HwDP$U&PK[IDR6A!lEMb5 4oMCy\'P>bm$/u+Bep ,T;zDAШvG%RErFwm-cZBj$@*Ci_] g|mmǠRAT8}h![-U鄕OTQ4VtX KnF)+eCVwH}O0Cy}ԉ ޯ6WKuD^S:4L5Gr+ks7`i91q%`NtV,Z,}EQ': G,SGQXRݷ ?{\&WZ;)QHً fR$vq
7cTŒgǎSB9ZrjE @Su^Mz8YF_,/"@.ޡ2Ur.bQ`Nx)?WIg0U$vnY*;o7[e(OIzwC^$IT\ K,M/XPIuª'oXqj&K3X8(%1Pc@n%f+Uy=$Xkl :bU Z8Li-T&դX"h?ٍl8_*{Î?/<^VfZMP*lEM@NToj~bV` UN9- ZsSUZDxQt?lTZTըX!ખMX^.^ :6@Zñ:QY lRv4 LDQDDϪ;,}F/ 0^381 C&vKuujAhA\=c֢ s&阩0| 2vZ7o0u1_v@p}bGju>[GR19 Vwtlk_l}hLA&< ub P}*;jS垰]uԙ ڵm*OT>q`SloERgREIu_b9v \ u)WݼO6ł (¦2dh ubQZ-HRE:beZB',aF,^0Sg$_Σ22]fL\Ah 0>zHOĸ D*s* 0plPw9:r:?3/>yHS!á΋u:* J{ <t&VQ eE *8a㎶C3 $]:#Ul/ZXJCLbrqG(L[Pִßl:O?*v`*5s_gU>abM30X )r\Q1 31}FH~:R{A#_I0Špi8Ʃbja,u!3DzK!%׬oAxa:V+?cA@Kgbk{ 8u<MklXBGK/E|aEի9魔BYj99*@:|vr|ocrX*^0L}f}QL']N^( <ِ .\6/UhV0$ XqEyjWڣqV0U CɒQK=Iۺ~tcxֽOV]o!_&Lq퍂Գjɮr|g@4S)VwIm'/~61%cGk,F~$B+9:̭pTAQH*W*NtjVE}ԱN]NLVVS7z^X8%b)~TTƞUw◡ ?Z7:r`Iw9kb冬ncr4Vp::js[/qA X"P յ}c-1r.WʾRBofl ͫ/׎-MLpHR[Rve*S[숅DP} ~bU] {TpV'RgD̴<* m'@t{C 21]z vW.LwWc]6т,DݴKVeA&_2cQPJbkEL+r;wEGT,х`?Aڿ|T*J`g]7+ [&W!U*Q'7nٳ=DхF*oD5bz΋mdCҨTT)USIJ{.-eި!"!xK,rIw9C*Mfe}2BdQYVu8Y~wz#j(5-ԒV8= .>S bJߣTўpMj5wZߠEc$]㿕꽥j*G%`G@t QhEhI-`^ގԮ&߆'vG0{ԙmt%(\,f>&I%۲Te}lЀY\ v2Xӕ8ꣃvgR>_)KQM툢Q*J .:3) sB7 KۖSj>1.*J$U~z+s~D7hDjF\#oݿE: ʕREF @EՈ-\֢2E(]j~|v PGB]IhQN̾ϵ_,mJQh!R9ss1,(+=Km9ѻJ '<ΌQGG]YhQr[90b=]Y؇abL ti u%*(X[|ͪ;݃}i=㧎'Z=B!+c/δ* \͛xP׿&?uduRq4PX :`"L uRiP 9U JDQ]:n!RD*n{h![-ԕHڣT:Q{z_u|Օƥ,]ڬO/b(UjB܀Їd}-+ָM"[׬:v\`c!v3KdLYe7[5dV,:Օݥr:+Ef՘iQ] 7]LV;*muVw9~:v,h+"Ưoj _bQpTW*J98vsHϟ_2XՕR3=wnoxƄ2E}* Oi<VƪN]u3RE1iR͈N2 YEV,*6^T㰆̊^cu%H(Uy:px 9!(+aᵊV3Fd߬ʞ#UW"pc;uxzXUJc,ASv/D*˪S-7|A)bh%"n gd ʲJziت]VqnB?U9?tDVg[ʻpXw9LBǒU,:c h:z=>i \o~a?8UiyP2mWXgUdUÙRG]QQA  ^UlQ6yEM`dڠO 9wrC 3p'wr7&jdyQYeb&yEvC-V2ժ!*:UM 0H߆Yb]@'⩄l[z.CCp&U { H#Vo]UJTucHԲ|S䠪O44mYU/t~ao JDX":1Id˜_.=Ø~NzAV@VvAA_E1^T'2̈=@< qͪz'(R.$&ġ[Sgldq*+&#_6]LӼmEڤ$9 *gp>ʷ,FV;3REkـi>.ύj+TF2K0Z"ܗA.މ/WoUXW{.jm<"?RU\ WW'tu|='BC}&/K&J%{1Gr]XUJX EuW WHE䵊|K >kQ_/5*-'5q b˗Aw$`Y7S4\|+7 W*5,rb*v3mqԆ#^C','/51u\zPDZ&\Zo'c~%v-rdĞ6$e P "UDp㎫jQ㖙%s-rʰ 뱑>Z {qA ZEn"\G>n)而aںjA\y"Kޏ3xPnz,NJ#lփTQ,fŷ^L9w9<^TTU5|u7܇<TAH{/3A_%B/݉8CX\H,g* p^ u@փȥ]cĨvf]dXsFuZ^ <Ƈ ăRlxE V]KXgdN]M$SAq:m<*f'z SC\dX'EIʬ\i_p~J^{;\_e9p"ϴ& >{X# u`9`XnGFY02ړ" * ^r"ϚYEMj2ڳt|WHXXl[vu*wr'<5a'>N* VZ_"O.S2aWJ]"eW., בkE[UTJWָFak:%l-r;ڈV)hf )';)elgI3fg{E\ #6QK|)ZA÷.jv2p&7p&!]r"k?;2ux$\q}&j idvp6Ԓv޺,A!QB/ȕ YNA'X]!W3W)"xf'; zynvaK^ʆ+q9"w; qZ^M3{]$/eEj!7}KO2@p]*)ZF>%\3.+ ק$,9l㻎*~ Euho8qrV3@N`8-l WTp*z*e-#7VIB .-qrE\ "\Sb2"m!Y['U5qqÍ}ERƞ#n@N rh{6JՁGRe`g.^X=Wʷz`g.",8\ TMxUTFEȵUh!B~JFF }wTGHJ+B#N&v]լ /e_T D+.KNDjbz=2F]MFn[e?վ1q`RG1^E[8Db/:L\vAh5;mt 5!-';s@XT%fg+3O\vp`5egb+9֫G"܎:dg 3u|"8f'Yiz>B < Ᾰ[+ɑ^p5 iJ˨|(^mM+澍`UTQ@?2/ w)^}T#9}c_:2t,.Ol+k [d'F4zyf'u=G=ި{"'HdWy(m5-rJ`Ӽ#cWz@/K?:d&CDHvH;%w+CJa=ٮ E`b9OQ`, ]_~+;sM!"[Ru0~uۯ9kӓsw*hߚ@.j5}-r4y;2r!o[QW#y}5z-r2#Y՞2v8*j/-D?`X Nտn=6[B鮷e`Q`o7ȰeɓVK:{>G}]f7;2qYvE-P) /0,uf*fwdXhbܒgr}|!*] - ko\0Ԩtb:Xxj{w|)f7. 'c5aJyP*f=;~dVp{0U Z}_*A`0qkR;KTۑ|oԁrıPz&oxI+9QQyoGF7ݲc˞u0WD`mMGF% \eT~k/L^ax8W3QLtŸk Wxqs͡_#Jȑ>'l]ٙX*5fZx2X;z=w_gJ;2v1)$YYTe*`v PeV~;*Ƭ`uo`̎FPV5ǘ-rixE_>k#_I=<\PZF]9 p 3 α qSdN&xȰZN MF|S$Diɉ(>ŒR@p6q\5䐱b>kܑQRG3$|`_*^9wb>/s2 D#Á!{M<;sE*Se슙t|ذ^^s"ǧ+ 6$k\cv̥rܑMٙ fqM) qZ>9j{U.'5iEv c@kCe6["˱iW}p}^#]O2uW:yL#G]bZFHų^1P;r}pQw .# ۗPb>[ʰrGK&'mO\s"WOgGF &;xD;J>&\k9>X@ cjo4]1QKi(ύ pT[}ԁ=3:^֮L;=2/Xim滪 5(!s=[T(=lf)ZYӂPRbpR^ ef#ecba'x؄be6AR> D&"ScЮ .ώH̊#*|v@*cX-H%f6YQ*!U'eXcy2eT&]2#BkX;v.^p:G]PecUYD>C v B,V|bfĿE}JˬRqKU10J5vPy0s">v*i Blq/(hl\q>lSB,63bAϣ-f~ X+eQ<qU*AY3!+kmWD}1fsVXّQx|\]s=AAao6K큵_.]Gh X S+EQTͰQeX=m9#`gn?GqbR&&0V%&Y]s8",|+16vʧ~]\ġ2 ١FpEfmvY>F\ x#L1wȱB> \˨l(aGϗEpgB}p}fx ^gkCü,LFZFByqGHA)2=RwGeN?-Sx`Wjof;dxwd27(X@K`=PGe^u0HLE IE;#Cg2[U߇mq!nۖÿ9و 5&3 8KV`aG>Ikׄ=euRI%c(}4%LxB?wENQy J^??쮃F? JEۉ;^nG 8b힗޾'ؘ ,&K6i _>g *6,'PoTۑ¥f/H m*0=Ò5D1a9QL&M-w-r e[+n@UoRG+P0{(D^'5;U"ls;ƹxŸ9vd21v:Ի-_[h_nT,ذ({{Rv*A{Ɉ0K)ĚP>kXE_'HoZ%֢zSaU=&rMd'JwdNʠX+su% ;sz2SV}$_\fEa'ܴNn9l_'tGF%0dG(>+ӭpad7Ň;ݑWyp'v=VGZ~eV_{u:GUv䎌]IOٰU|`@YHF`@76,q/hYb[g|m'5aʴPmr}&ƫn&mÞ6U൐]BvMč>T:{\R19G/eeB֚qYÎ[`U.ZQ$؉7-#7z_N^(W0kJZr(2lN\ 7Eab3υQXwI<*86r";a4;UE7FW@_lMnQ`/0C{ %{}>-rń'nkن$cvW4 ;v{22ϸShYxo\ik&n&6F0Z]p 9tбēa~hjhXl^бEcF\gGvʈ:Nv&ef~od$]g)A5ZFA {X'Y51;L2f{S ؙ_XKKڜ̕%zHb}i-]_KKBSq龝ĜdtsU>/vdb a ];d_xs1B\oe{Dpy3aq4-c5^ 3Wk±^)r^iD:0yX3ў7-c;@`+\pE 𵌲t*z`GD9BЫ3kʬV2+Qՙ뵌 FbU H+\u&|elV7d`MkQpՙK뵌򋁨Gz %AoGt䢐GAZF!a^&\vo\t3nR_.#poBi5)]r8MXg.2*8OQpE-g-r\##hcv:);sqRs2ʼPTp\xelg۠3fg{E\b\eOu6I\ZSR͐̅6:|2mhd;!*o6~<ᩉS —o;c_vFEɵ r+ߴ_mx1,DGxaF\g.2Fu  [%#n:soY@|}(ͪY<]ߤ.s0h ZC.N Qי0웖 4P+_ƌŎI[MY⇸N"h3 | 6n:#8-^GEN_&$921:}2똝mab΄p2B7rM`gbwdxfu+0f3pM!QV;}SٙX.ƈ5, Oj 7_hm#LCqdԋёaGP"';|9ىyƎ .+vf+y0p[eVÎ M̅e͢SFxպ(\|ϑctd +ʕ8dW{<>;2\V81hW'aR)\U 3IWk\lXבa 鲌mHl'<64TA eT|*wv}m1BGL04ˮx35tdVmk }bg慜c &ko|iX>Z"\3]v&:/O[HPgʷs&9=hP) 팝_>]W@Mݧ]Qhgkz6egjhWPڙZG:2\=ns"@fZGv4ʈ񊄝rfc\@#m7F|`yOsOx\2*M;6x#Gw=-r`U\Dh\D`;s!Z^"`*ڐ3EQ2>E9Zh MtdHIMߞ9܊ Rtdlg[2fg{vAx7ꉓ% Rb8lG~>4 [`)4 |,f ;s1.ok%6aԐ42ZoWlx/|etdY٦E,' 6])26 ]J]!T21 BQdOU'ʖ~ZkEUk;ú#p/֝i`a.Qڅjv-X1 jv}_zOmch \'`>X%64s׷XE6RIGFɿ]F5. c 2PIGFU`)0>k>o\K/]_ Xl  Xyܠ&+`.sF'5v-c;#sv-#Eq9evN{d~瘴EN.QQQFg#h'U0ª\LX kZ[fS ٟ\ȳ˄gZ^3='q/udDyv㳌Jw#h`==dH+ 2QN(B -Z߬\TiH2 8b?ߟ^~_o9ő]6$||z֠ܝC l~3+̃9(1!XENfbM!iF0y'8I >#v\j3hԅ.3DZF!Q#.h  (H(Bq孅Q>ja.8D ^k;Di)N]訅2*V@bVbЪvWׅ!:2lrYPsU: Vׅv-cb 1(>+蚕ZUׅΓص¾@w=n%H5/Scÿ jks]pKmD+l-=G-r tDGF.c=6|+OOj(Aʀ|I\m.XQׅZv-jA`9&lӼⲢ[cY1u,ܬV2+(RhexU/ˮJY+sb.+ߴlÐހM}砰E)p((첑72]Lh1bwň]Cțmv+1߀ENI sT{U5W:pO̻g+"ZF1; r>ˌ\$Vr]a23Pq^:3p #kE/YpSb}ׂOx б1w]*[x1hݏ^*|Qم{B] V"E]v2ZV+e@rD&9UCD+ /_. m.Qgw]SEh=$<?-}|@I; 㳣H gk[TUQ1lU. hk[Fڪ*W)( h5:H 6%zKvW؅+*؈ykVň]F*ؗykVr# p׌Q!b?nU%GEpnjH/'Cdׄ]1AYP }scvP?v~`6o*m5UV %Vr!rvW,ٕlV q?#.`!!rOM%džtwhjb\2lU..Qؕ;hVπ:(@g3'v-c;#NvNЎۙiUؕ;hhɚCJ/o#Qr®@eTYzC2H7$O AA`W:e2v)mc*0 qϱc]'ґQرϢ!Z^(6%@vv-@ʯ_q/6mJn0,+֊|Z^Mx\DNwV~XJ#.-#XmߣrVk8Y'zuk(-(ZF^#p_F%\x+hynxSYu[+%Z6E) Fm r/Ѯo>Xo֢|yEqgI@3%6& rQk*bdZsT]Q]W:#cT4+֔ Mĵ1q]0/,;ts⯮Qe۸AZF`PiNΧ#CO2'#xEw@ENvba7ʗ2vGTr(TJwtd:\cQ>5ٲ9rkѩnٺm~q#9Y[7\[UPdוZk:2\]jcFpL9~5Saǡ+ё㽍1]s(J7ZF'yonQ2\!x䈮EёlsGSI|ljh^`9ىu.$V Yuv2*ُIp9R0#R$+|h8 mGZd^ غI>Z)x:t)>JoQz:ef2%qUf 9eT2Fַ7$|qƗsj #>BcNώCc 6/uChQVewWq V0+R(fJay8hX0'~DS왰NԆ¬؟>NΔYǡ+uRtdwTES]70㲄:#'shEN)6udh9?܏.CN{s4CaRW02agjPTC`Gvm; ;S{5¤[ё|U2='’:ۑzݏU+PDGVCXVEKݨs21!Vocr䘪ENsEQ1U[i*PZ 5*4yl<ҁ^_/@-H=*,A~GƖUX!QxӍZ;-<@GJ%N9rX"' 8S|̿u*Vv@ݨ2 'UtHn`/֝'it;23j\Z?[ܑÞgq2kZ@mLf${S3ݸcD6.rv;+RvE85 日Ft8UaojZm(M$Zƾ]EH'4qW\gr(K//ܠUKxj1J=u-*M_+v =;PPԭI=OgGFNn n%\q}Z|r4CaR܊qIէrsls+x}:*Rm$ZF~ʊamȼNjiNQ7q_BnxFjmK(ƭ%ZFQYْVE ;M̅*Y\!T7lBu.J wQpI횕6EՎ&ڞ@E}hŽ-aXmK[eq{?O>__&|nUlkCR7:أ#bRJ{!@hZ1EAVD4J-{;@VEUTuu2졍%#/+ _ juqi-Kõwhr ߶/'nQW ͧ@Omt+ݹ S}}SIB`6ڂ_ ?"¸ntbwb͟0c =i~}ί:_9=O˕?Ũ'(Tp2ZdܭfӍ:g)4?K# /Bne.ׇFKؠxQ5ۯR4J[Gk }Hac7αg%Yz$T[k{g)#9œ*2M oѐ#Ph~{Q#qK {\6a ;zc(Wzu"a]RDh`o#HO烛>9PA-#7Xe>v\rJj-ŭ%h~F%#[jtwYbŧݱ2Brx%jvyl`cnLiwn2+J5|g#Cgu%}1EݹHgRij.Xvɸ)>NpZD8߂Q0ʥOxTi%CBG;6 -F=j(YL&f`pUߝz:Lte>( |Mx3Yv3'3ìKMo4xx~L!z2;=0Sƀ˜T0a_R$gv̛t^|[:'ie`i0F˽t5)rRA -r6]GG!/]1gQE:ևP}ǐ cĦNm/=H/; KvByծLEUw=FJ/rK&LEUOr~$ yri zq|SMf )%rC2rdڻ巸N߄cxo4´d;5i"k_/]3v{[PTq֒bVZHyJߎw$b{#L@E!kw:~x銙vR;~d%pҒJeˆNep7ބt5q<%cݩ¾iCs'ì=]`b@d;ubqƆK8ts A2L) a£cs2ޜ(EQlw쬰Վa[K7mF_~ NZ2.Q۝zIhsb\rG~s@Ҵ19CQmwj8=J(Qz cGEF_O] TAm/ތ :DrA?9$dȵ;51Ks3?jȜ毛M8ٳbh`\-IeY [ CvZ!f|-.Nlf U`*uи3`h`dT;T*Bqt/hWtoI% PS}(i+Ӓqb|K#J^ށfq0kFii9LF)b"OCU z pSHO;;2pFpw°:k]Cu =Avbfl 3,KdErw:ž um3bfO{ w^3S_mJm/74)˧UQ< m몈gD`y0G1ʑycT@O37Idm{X|$C 7ޛ:aYܟz,JF-ySOO-/]f }|oc ,@NfK8=ge@{/VThu4 3lZ2п;f?c=ysbFaӒQi_Ye^i17dߐE~'ueL`zY|Lm?9"1A]w˚rH`Z*"z:ީTJ@C2uvcFZ!UKgt:D Fl\ C,' qV"y ]}ymW&FjzOh'w`8UӮL5 |yu\ت8ԼPL~z^(QC1ɠF,׵M j1ൕ-IF24 _F)VOe }FloH %)f¢+v\C neM5;zdHg_Y4V m/]iɐFaY+uʴ6H1-&]Z2Hg! ~؉d>}HBZou39"C!:GccZL( \imVgZ Sw?JoޱF4 p9үIY,_{ɷcJL/LIF;',j{koǔseJ2a"h QT;r8`4%B YI&HhJ8XiJ}3^м6I廈)-f> . KF {DqF`ړ~f´d$2ŝikO5!88LlH-swOc \`'[#fr>d)ŝ3f&# ] \}+͌;5f L@w]*R;XU;fXdddRy O*jR/sgyտ#|ky5>kbceWTەY*A'I'6uX"g,5%=cKsF!VX屴$WL9ve2rQ(܃_bJy9Y6?EAm:zKq.zIp%aP`v-(|7*\D";4L1v]2-rl'e@Z=ٙ$Ef=Kvd8ٰ <P? hV8a7noQ{jv«_p{wऽf.ts.(Pv;lf2͢0:vOy;'$tOdlf6U" 0])|6 uD>-ϗ$azeS&Cţ=IU_uEAKrg9*"N!xR^`4徛2-'ge4n;ص#{FI% S^q1e뼤cO_:ffs*,㢙Lr?gLb\& E$ %D[zlVvN|0KInu_\~| 5 Mb.R>5D}ȭP{fH "°伩Ye\7\6؏6%3ݦG{ELY-2gd7&Bq0L8]LȣW\l?Xv_iWM zG?w=W^G\uxkh5Mg u1n8<*gAb87 .ހ "fT_]|&%zο˾|#{'@4gpֺo+2p<|tHGc|UvUjQ򍿊! 48޷&sF \R_RʷJ.{m8^=j>YR-w8ͷtk[ HO>=XֲeDNs-IuCHO.3*XxiFHTod|ڷҲDA㚲 xD?foe9ű?q5ԹЦn: Z J!@6_|6T1u5%WV4:rzGy،{QĝSO_ Y'v4t}uiÿQ-Ex߻vixy v!Qʅi96RZ'>c[ucO/>&@Wj&Z ٝf%D#SKVy&¼x8M 3fNj +Ed:x0`&) < 6.õ[My)ummfGx;|mN5 mnf4=6&V'،KJg`50,gEE̕{K vR;X۾@i>W$i]@9ofPji5:EZs`Oz%%113Cj83C d|N2Ui4FsƍK 9N ЌFnP]Z2ǸYt`{m_C nl/N Rh2wRUFtS qSGW ߤB1 ӌZ'&L6l AJ1˱7[Y%?4^~n]Tr*ͤ+U gR*`&1 3kH83p˲D?Vq(рu:i2a0`4iBDX (Cg`}} J z{4i6]1@TիaH0SFEo`|ALgZ' #oUTT7=Jz ;Du8CuRnIUdATgYY6cwuj%79c`ATgY3DcVQjM40jLfIpXG(b!i8Q{d0iP X{fQ<^fIc*=0Z#z%ō13b8q,jnj̒j?RIaTw5p:7`"$y]^H ~=80.3])ITug>4wd 71>TB;T ƟK21nxk3( WAba8ˬP%1N#nqfޠ,x9VqJØ90FlRsוL8_bչ :^In# Ocm$lY&pgJ:c(֐1Ab|]=lf숫qVfgEED?1& ?WfN>Q,"%73{x77fj0NHyؒ7m*C{/k!Dh2Ƹg:Hs^KDu8C4u助^IcATw'*9ݾ+4xXwUI Tuqj<&Z7QMcp x>qq)=Sq&ݏj n/8S܌$'+d/꾘Z2cG:D !ZEvƸ%lC4VE f?Ԥ`\ALN8'I I¤1`fSqb"L\d4!Pyk1q:sbd~Ƅz^ƨ'*?͙3[<?b &6pf~Eɛ-݉ayt~?W7L:բEjs֋ P`ǘ;}W:D?Z1FnjI+T7^q^K7̧NhH÷7grwϘt)҇:b pK=QjO4jb|_79Q񤨃(Euh2sxGZ[7z.xzK YǴn\anLdTe{N1Yz224yEsi{cKa$za\@ Ahx@e=j>KS1Νgx3E&׃ԠJPajq#53[:=؍|j`i$6߄3fк7=L8ZK1Z6x(ZT?5.QZ5:1>Ty<4q;p$9}_۶AL>j@DpiATS!簷DA/Ѥ21~ *鸨[d 3*_T>G/d =jN{fweI<cS :ӟ1ߟÅ7j3-=NYpx@Uʱ A$6Ib|i:z!5%!Wd2킌n=ΐK`x1L2bvAƬ.ТdHҌgˠcHkG4Y/8d țjO4)a /Wz;F M4i;^u%8Mi N< VPґw4ࢧBgpR#$C$N DŤGChK_f\ص9܁ܐoqY}r؏c!ld@w: pbEH7p湃pٜV,`zGmfp:RB)1y%X Uq4o7L-eڟK^Up%*iԱk2XsEa"N82hL &L/qnYQ2tG `?.Ő9.tgtNh!Ԯ ;j0Qe6{%ok^YO=NGM-yPl*=Nq=ƨұVweoWUE#r;:_yNnm kjy *fw-eJ8C>j4'3ι5J)>̆9Wd2rEsK{f./]*ƍҴ8MY#NM1>77IљJB :Nm%Gw`iImQi $y<3DcJؠhR8[\d+Q'iN10vi<] ?6 q4ᪧf(4#f2bpȭ4q4^4bǙ"[i:÷Shq$uԨ:/bn@DI}R:3nx> !ZUd 63rHImphfdjAӒgQ4'3eCK^It|oowӣäѸ9&FsEti5ԁ+ًE/J|VWL&]-R.\w<#-f%BVѹekO,TRR8Zvi/9MNk/\tS țkIU\jD*Y̬A=_-i%1q&qI-!\1!UqjFn nްo) SLoGSD޴/jV%&S9J4OsEvS)]L~`WtK bde:w/wC܀ojT&10Na 4&LY%JԝZy/q';^PNW]RRnj"@{;<U'wS˩ɹЎZ=qCj|(G7)iOed&=xVtrm2ɩə<]S#\~q.:V&h2ɝLΚvND `pm&Q J+w39Z3k9scQL';ji04mƳjrGA \:ƣhҷvr~88%*6w= &9u]1tG-z߀ևe`qZ:Tw*5\!&CgP;j\&UEkE14sÏ6Z+HUDVojwX܋\ x]K.)^{$D+mgGƊ ֧{fqFnRdkM~Jx!+NB: ݗLlf6ro~YTijIn# L`^-Tw*phy-j$w.)yykO,l[ܠhR9/[G=d{Ԡh@ir^+Qw71; >DI<jfB"gB4\R -2AcrVtyjM1#%ZjnhNC璋P5a5h0ܲ&*+ -hR8\D/<9x^و3/k3d7Λm A@Y7\mܕffx Z [g<=3[aiDvIFѣ~b/=>_'Yb\q\jeAh\XYwҺT+q~?8Ex}*-髋YJ"NUZEҬNf2|\uБ WȬA,~ 1iWgMWIH%mt:PISYF6ӫe_tne)鱻YiiHܓ+0v_h3MnxQl˭uB0fGִrܧIw*M'YHdn{i&Ռį4q4c&{i&3Ū4]F]`ZfZЄj2L {Xw>2)vI^쌴ѲNsKl|BT#k#CMNΏw҂N ̮JFtڂOI N 8C4=QjM4)z[/-t<1(5&<έuG&rEͩ87rLϋԜq(56 0~Ǫqj2t%_PKQČtMʒ˲'cY^xMl/Ki:UPSqwNZײ{d|e͟]R8S_2s,{fo3KzNwҲ.Ӳ+a\8SCSL0]CsM M;.ӳ׾YI%h&dJp@"+P#|fS&˹O\1XFpOQիpx:pW&3Z Zt\Kc)%8e~؅&79$x2cil}` V72yO\qP9ׄj1tC(q.^5y!T"-ׄx dƙB$Z8p|< M}nbs~^?#\e,6d{A&)@ިLǙ0!^L2<{ jZ-#CGļfhe3 A2:uƳ83A|ܠhRg8IhVlޞ=y;rNI{_LF=N{}o4%Tζw2y΁;(<~DO'fB%vB=N%d0Ef-ZK3Td<Ь5HMLg;434)7 K3y}{!ǙI(=GÿlK!ܔ4,zNɫh<\zvM*"g]{(˽~ޏG(&-w:u5 Xf.5Ѥ"rοX8U )Z 32Zkf*@5lou& ƾ]}Ϥ4xRpI'9\NSl~ts<ǘrq´&s )H;ӍzVslɐM<;3=KMr= 8Y݂s=yirl-v^,Ť䜂gb *TGNɑMJg0kzur+Sgkѓ#=ox븠06=OM2d!S%;'(6p2A\}{Zu4Gr97K!DM nu"Ke?x*"I.ZZ!UOG= a'b?alD٣~ n-TLy+/CR8)i,赳Pj҅a+\ J'ⶏkn0|.N̉#Ѫ d\(%wŁtD%3O hYjyR)`h&ǪS7zO\Y8f,'yYX 583ey;-.Ws%&MvTSSlhrdz1q4)r$>c~(E< i:Y6@ײƂ;X 3Z`SNǜ$Ptrf;Bd1RNwgQż%Ef,LS33L<uz|<\[Q,ߙS1b{Y%HŴ%efm,o,! 3-}TAB^ cS&xm-JPQb2CC;@KrD( #TW_ZޠH#겁S̄a'Jx$`\pe[|y 7 Rg9.馚8YoC,j-]:{N&w\&ufx:܂q^'J3>'Z؀ZuSR8OE+Dqli؝<.&"$i3Xֺ8fLri#DSif!uYf>,:ٹ"M$n5$BlDRI8Tz!N]d &_ImVpAo|Nf&#чƸ8)8Gdp&U]&-8Ϯ8Icf3yS qZ,M-pډ3뭝wF8gX3uSK ڻMi4r.O mi Wt-^Ypx61mBmo+)tW5Z/i;;݅Sz\\p%xnq>Ή'3p+zBlfl&mxZӀ<]IgWcr}-Uw5e4p2"-47s܄uf53pI*;]>ՋTͺ6B*ūwW Nv]R!Km1g[`w HOot'2Y.*S&3E~.*,׎^&E]Q$™eϓQ_(񯐾LIZ"ͽ q࠻fd|/ͤq)8C3&$|/d 3]LN*^W qꤿN4ϋD?7tL :In# 8ZW@c::pY'Jl,.z;q*\u|,XAWw15gȐ9#Ád盻譫g4&ð.G8^&& ʹɌ2&s;ämfH:͢7_wn^x;#&5s8DjFx/iqC%&r:閦GZt\ytLz.^b}hʇm5.6Y?= LKV2| x^Eg/ I].3b\̅깜A~#' A' AhYB9&(q7˖ζ!2D3Ԣ\Q)κ^AgŨLZN,C.Vb7pRUpe@ȩW:Q\663<u )DD淘`KX8%l{J^I m⧂;wvSBַ]x^!*F5SQ2Ҡf$oNF Cyީ',9Ak˷l^y.Z?'-Ztᒨi4AwN~:SE+Pi/=5jpA-wԴ8WE83yFMA\PKgkh/7דb/{qӘEL&1NwI3Gў͗g<_x!=Ή-ݟ+<nT򨯩4Ӛdk7ph/.x۾I( 1S&isM, ՠޖmvXQD!ޱަݏɀ3}jm(\;pcÓ+W4)͌6OF<+֣uq&Ouc`ov]lD7į_Z7`t hkL]Yi߮]o?_<_翮kto|PK!hCdocProps/core.xml (Rj0}grӭ5 i) R&$#Mr/eI>{Αn8',FXv4MB|F'])vOPRtdBWR42 4xu[qoyj\iLI19IJ1IvkG)(OY_nF䂩U:t{-&~W r5FM] HJ2B - ҝu#L5<6h{ (C*{Jn$ևk$Y5}AD^|%x~VYx룟%_U@>(ǩ37v}xBr1Kn8Y[*0n>hX`yhM^9KoMJvSncC봸md ų@=~PK!֌ύdocProps/app.xml (AO0(UrBԕvgיl,; n}'XSo3FϟzHb(EEʅ])?ο Ʉ@qϾu$r[,EC-D@kpr`5mXm-yMž TPwGC19.{_*ځ:!~t6E5ew{ ^ɹn59:\y6xXGP} KUO,Ŕñ]ApJћL ֦f}^ TXwq`aq&?90N8(|_\}}8`΄ |ez:T$L~0Y5&z, ?y溸Z9?lPK-!bh^[Content_Types].xmlPK-!U0#L _rels/.relsPK-!>xl/_rels/workbook.xml.relsPK-!4exl/workbook.xmlPK-!MW=QX xl/sharedStrings.xmlPK-!nX\xl/theme/theme1.xmlPK-!Is[ cxl/styles.xmlPK-!R2ճ1:gxl/worksheets/sheet1.xmlPK-!hCEdocProps/core.xmlPK-!֌ύ8docProps/app.xmlPK  sc-im-0.8.2+ds/examples/xlsx/str.xlsx000077500000000000000000000617261416612453600175260ustar00rootroot00000000000000PK!w[Content_Types].xml (U[K0~%f "|brֆI9ۿ! Ł.'/e$bX D^c}UחRdH傇RdW{,EMD]CPK!U0#L _rels/.rels (N0 HCnHLH!T$$@Jc?[iTb/Nú(A3b{jxVb"giaWl_xb#b4O r0Qahѓeܔ=P-<4Mox/}bN@;vCf ۨBI"c&\O8q"KH<ߊs@.h<⧄MdaT_PK!;Yxl/_rels/workbook.xml.rels (J0nvutW] ӦlLӷ7I-,R}L2}YCl٘ZyiJZ$WWlH7=bH䜔NRb{4RYIBW^i3Mv(CvFUƂYw"胨t5z1E|l@ <0JIL01 ?AoG%0vMa]3K/ܭ 6L^|4Kk08!x|!?PK!U]oxl/workbook.xmlRN0}7K6^uc]{DO.ZONxQ0B}F6w3JZpe4d.ۛEgݘA2ZysE5w#ӀIil=v\c WZ$RӁanaRh {*8/J`;8"i^xŝ҃hdžmV*ޏ1e%J*A{gv+$4 C[ >ZrI-LGh2Kc5@+4г+>A_Bk4K,Zā78c}'W`/>#vSpU`Pa%Li%PK!-xl/theme/theme1.xmlYMoE#F{oc'vGuر[hF[x=ޝfvg53NjHH q Jĥ@wfv3$%͡>Ǽ3{ÄC"$i;_!4jwK cxJֻ\ś*& A@Mb͕2yFRx7" E2&leV[_I0M 3А[z!db!g:Ĭ1?*@ K/A+[WWfNZor`|jdhT +;%`jzpVgQ<Ȼ[k>ῶs4[.ٟFm Fg]d zPhzs%dٍJ7j9|l(KT-˵? dXYF&8aGc]bx{YC|<ק<]*Z!fx]YJԲiT-\L]>ƇU8Bۛf5|ߍéIB? ºz~ݥOOQJ K9 @\fU6C=CΪ!>  凄yn 'U,8aoaW)9HGq)h M 2lHA[s1N*쀦}O@bU|!8]{x>ܥzށSI&T%0SPV!PK!;m2KB#xl/worksheets/_rels/sheet1.xml.rels0ECx{օ CS7"Ubۗ{ep6<f,Ժch{-A8 -Iy0Ьjm_/N,}W:=RY}H9EbAwk}m PK!du!Zmxl/worksheets/sheet2.xmlKo0,_+cDy(jט `j{wo߱]M)fr}4 jn0 cU']|JesF5? ڏҏf" ̦& L1×^Y.2?McqMLx%l{%w'1,7\̙6&Kմb+Gi=ovl;BO$c+$VF6\ }]sUںPk;Ңo5d8jkߟR͋5r*>,+mB>s,lӿX^뾰 y-R'xBm+jy jqMK|zjzQjdMgۿ14^ullHA=tK<㘰3D"Ǭ}5Ϯ/PK!uY:|xl/worksheets/sheet1.xmlksG;7$$\4ТUb,G,"3+7@cc|U]OWH?⟏_~/'G/_3}w^}_>GO痿}ūO?)w__?~x?jOIӟ}?Jҗ/>}n?>y}A?}Ͽ~;ӽz(|UW m^eOW?~_:__~?|{P/_|nrI~E|-/QOʸC1__o>/~'/_}߿m>ko}}[ǯO\>i_|(o)餧_돒'w)G_J! xqutru>9t=]6󳋫ëRM]󣳓˫1-%Krv4z&$7RM]\FRcVl4W{;E i&G1v+Nc7IߥQZD&vuL|8պ4d:?)/]NOGvSCӜO]Do>:_VZ۷�/CJ^vwQ'gj~,+|x1}"D↉H2qgxy$0q9X0q%בX11%t>AM@_ u@gnzMhn ݷ@w.AzL~IhQL1sN+zH.Ԭ^A[^kFdu]j^JX`w +~?0r "҃c A[` lPm ANcSm.EJ}Ue|u298~Ж87N7 ~$X6SD'K4X-Q$Dca"˗^(R^; VGK# #d"2 X:6巩c|[džw yȒd"RcYR';K|9K=dƼ4EħUJe"R=Yjh"eF!kxQ/5^1r{I@HYHYAW?%:Աg( ij,6AEjw>ӿuaChK}%A@L V@cɌXr~)Lo3aGFHE!`uu(,M!u!:EІ "Cq/qЧ(b>B1/I'A`׌Ddi*&`e$Vc$ڏ4DHCNO.z]06ĎM}2(߶5 tB$ڣȐ=u\[[ts=B٣1/a nd3FFE2{Bo;eXAKyNa!]g?0B("=Ru,c&Dඎ=/ShQXoQdH:##'J&0HAa9g0@oɄ 1*[j{pK} ~?0B("=HXۆ SGb[0H1(0 KA OAl0B 1/m-~  H&ƪR` Fe_%? jH٣4f5MvSǞ7Sԯ ٓ `ǃ"Cqǟ=r?BcAvAw'Їj>d xQXiK Vc{M'c&acq7<!܄`zHYЛId c̐29S-茜y&zs,Ҧ1RU7<3Q&uFSX9;SQ{1P*aa% m<0M°@Z4&Lh@=z^ @:BŐ@H r;,3+% $#Y=eY-SU'% 0f6XL^[g(K9b$s0ВeZe .aX -ȋFI@/ X&@6': wRY%-bI"٩YJrt:BpTN*76aef*LX%eJb)~BoK2/~ ϽEUyЌ,tIGǒ^@AkK y&6r(ga*Z`yJ5==D=r:žpTF񩕵u1`ᙰ=ʔ.RޯoDuXr$9HJvH&~gyiұzm$e(5V12̧wF蓜)E8/؃OMœOH'>)#-_˜dI-- '3S,d,ܷat%gfCi ݄ 8 GOZRŐOʔ2j@}cINZGf' RO C2I>I}>Ѡ'`9x9RVX% *s$ kuIcwkK"ц uIm ugA(,NbH ed' 5ZH>y\u7k.شxCb9<3@H/-vF8[QVi3'Qbm $6MB! F3:!gRgj@atF_G8j ٙMG*&uuh5  <qEXZw V,I/,is$K-P~MghMҲ*LRFM*+q?4D vIMҠO+ʧ_uJ2Nʔ.R斾*0&I` 3@gL0S=XkK s 48}tF{Y'bH'eJu;\NNk:| Ɣ10ۄ23Fj$,ZP|cL! oiA~041L01eM^\\]_ׁ˶ =l t ý(RzSvy>;'0@ڝ2tA<5,OStR&ISX_e (J w C.4 ji_6&e 4,M8]gtu)`m~0TUFZr;BpoSSQ߹Ks1VbEiT0 íw B*a.1w Â%s$ y*;zr1H_;XЃ_ƐNLPԃ%.CQ!9P8Mh dƧV M\Y°B<}nyR4BuҠ7~bd; qVh?$cBԒncwIvBbH!eJBp~g+õCQ!9P8E4K C % =1 1 )Sz ˟[&Ld0QuJ c5II$-AYkm`ڡIjctRԒT#-=$Ǹ#t qMO403pX43HHY<\Zm.ކ3p0 4X,fO.?vs}k(4߆ u,a!bn>lPvNr;Bp :i'ϻSN qv:ig:)SK[zOwEЏ2JY%0w jiA՜ai4IVKHc`-zfmxq:tVKRK.UtMTK΄GU!C'ɳZ Cj% %M`8dR斾*HR\%|Jr0T͙bR=\X̄oBd8@8tVK˪Z,ݮ #%#ԪW V1繄f,jqVK%ܵB0LmiS6u:gd,IH3%>@ل }tF{{X'-bH'eJuN5;N!QoHX'O;UƠNwgf4tτt2F2e[aa$'_$ 914 CNS֞u6w\ 4YLNe :eL)=q*ONlSr{u}}jA/~Ӕ0!ꉰSSʤNiSʤNiS̰S CNgI Z[zfmx>:W12̩Pp*S>0O% 94ҨτRF2xw>;ՠ'`5%y7 s Kz'X[F]؆ Դ }l tjiYCj)#dV@eєwTgZr8뤃;;UNiNGꅂ֖@hM:=36r8BII.թt5u:Ы}SԊ*G ,wi G%K7!=0A{2*c0wC%e$y"#͜\\_+,e nC@A΂VF˨(Hb \wPk9aM86MH>y~K&aN\V3!y)+&2?`0&I`IYJװv$ ˣD`ٮ-A)s`巑܄ ߆QG˨G&TrQ9!O} 7}$ %03K;g?3?dR!z&ЏߒHLh&WWo^DAmB37!xw R';5CATGNuGezA/-nɃ5 :Xeu kK#( }s<5 ɣAzYG Ct#̈́'yG!̥S!2?i<2fPu@6i? U,%2=2F={GIGʤipx"d"􋦌V ov&a*]㋧tm k»S Dž kVi-CV)3hU U~Vq_OYz==ӠOw!ug2. TgR@ӾT^M5% K:a3M2yڳ+U5zQh( A& 4Y2iYC2)#ȇEՀYLrV;Bp,3 yJ)ahRF2ig2)#ϳR` 5e Y% t0E#$yX-͓ȲCh&Am3Kgq)-HuZ,o M|FTxZz\RZɳZ S+ޞ% Ǚ12\-3atyEϚ2*a3.aP&aXИSٵemR߆__VIh"R4IY$;=$ǻ#T }nTb 0<&< (hm Jj# Aȿ ;`yu`yTMRQ9!O8=i'P< C2R#ˣQ ˣLR,eSX# `I,-3X$ ;<~Ib4柿`ېYЛ(C)S $ՀIwR 9aP8nzA}$SƠLH%,ZK/21F QXK Vc[2*c!0w4 CSS?Gl~h( Ah&O 4YLe zdz7wytⳉyy8Mɂ^ =e yTy|O-kmfy lSlR&ISX)YZJ@N 2T.@6ij`$ۤyd&RJז@h ]ل }tF{lU1d2&B6ՀE@wMmҠOw!8;WF6i ٤d4q/B҂>6d)a/c&aئ>}큾`sP~Mgh`fmƐM̦PɃL0ȲChXY!oh\QiYR)ejihOZr;Bpji'j% 0g^~aLU,hn "agM @?iU)k# }{;KRoGKr;¥pP1=נ.% gX硏-O&]&v𾴟i%3E1R}aF *\Rܻw6^7蒜p)K_K 5Ιaa)͓AHSJ%.]°XZPu`&biD%(Kp` X{Y,bH,eJUX5bNŒb؎}o2<=,4? 2!=?/^]_9% oO:a3M2[yx@Zό 7Ngjpm~I& z1,.I҂~đ0yx4X) RXƤ6}w7!Hwh0Ҳ*RP5Ny蔜 p*%S.Ko3<~ӨτRF2e01ɢZZgN aL̇4 Փ2! @G߆Wk0C)S<ȯ^HGxT)C03xR? g/Ć P<w]HؖRB4]w!=& z9VƠZz0ztud܂UE0E2.*a&Sٻ"`!Ō)]tAZl?Ytrb3Xvl~Abr{ucç/c& -Y Aٯ{%(X(w~01)4 Vս֖`P6 guUMی!B˒ qJVؗd*a*f&^2Xsq&%*%cRXK{w~0lyx4Xlgmi*/${U AS;{&J{w6WAvPb*%8ԠÏ CV% <͒8KLi_hEЯ2Uн.X1 0Xa4OHPY Hq=~^;qi/K! *Ij|Wr(OU6J!HS[2IXLh%\eJnC&@@΂F_12R@M w&ǥ6ԠO+tu73F(l2.W CȳJK%;U^nIMɳCbȡ7 g` PWӄ),~1p=W 39@VTM4IvH6-e lhC m gA/]2*z`yJ;%MRVoA\I0Gc\K⚕,`)mC =/뼴zN Ïq:a}3M2y1֖,@>߆W`}t!})dԀnE㜜Ч><M/5(aH}`fcI(#J),f K ;yءLi)^%JnCz AS; z -b ea 9aP87}󥄡/eO+H d=^ c'`tΰA hXhY0lXm9!83iC)#Հqt(>8A-&cp4idQ ddRdPЏ2JY%߽;]%0MIHgw@ mBc7!rwBe :d̐C9təU} Z ąw1yhQ,Q.`I% A.+zΖ҂>}YR14 BAkK0TX̜v6:!mԦT/&j##x=eY/+ Y!m) f6˫i[&d:!"Da,-cϏIj e3M2+yJ>X[&6p`(YhC(SJ?9PuyނƧV ML "YdIҦX<ǻ"Da5,-m% oC:?ox3M2yoזH Aېwf<:JŐy\v7C$y`YI2;ʔ.R斾*HQ(Uн.$4 $y$#UЬ ,MBm B$-b$eԤm?Չ&əm\~+ ٤!,_@ScRda jQƀ٫Ur@,T2iJLҵMGA w?9_ Yyu\% 90> $ 1 )S+g,~81Js% Uk<,IlY[ lJ,Tocܶ /Q*|y]SxZ w1Ru7<5Q&FSXe JK%m@0M°CZtMyX[ f ɽ rwFx!b!el뱁x‹^OY;֠O!og6[`)myHwE*[Z@?vHzt~4X^@AkK 6P46!!83hC(SIl.vȱ})n\rk qdOhx1pߞ#5=<GҥXW C]KZQ5ixk<) l k$ц tHmH; zS1SJ\$e\,?Pr-#ρkӒkϯZ3A-,TvqK7KSX)_Z!wd"`}&a*K:3 U!cQ1`Ã;MR)oiܟvAx7.}Se l3cF6g)SK[z/%^# b/- 3lP,}2]M°A:VRHp`"I H ct!ZRj@?dõЎ0(e7-A d RFiGa pY)0EO2fK I6L^mYwphC ,6_XvH_12Հ:4Ņk95G~>yuX8Cjfr8KL*Qz08\D)QS<~Ibm4O"H0[m Hgro+ܝFF"zj@s&#x?k Y!mOώϒ}G_^MΛꘇ ~{ M?%Vw1cVM<_s֖I(( Ah&Oo; zX-bHeQ;HUǟ:r;B=-M>yW\' 6c|em͌=(d2I)sK_SX$ (c&VJY#IwT!aIGG&+xm L$hE=^9$Yg0C)#դՀz(x?fHOгG} A)j:ވ!}0G}|L zK!t ɡbLy?tzQ74paAM>7hahlm ` b>#PLs߫ӨI V,EoBiț.IoX Q $n<X2 zx7˾>/I[ C{( VGMa} ͋xo'-͟NF/3-طPO3~Kᐴpc~BpL|kT~׎D;CO_XE/_m Q>k?uzo8{Bx{4+0-X4E hr;FpXEӨ &X4Dk7-ӘJLS(7_X?BjԻB\ʠ3%nzJRHzeVԼޭ0A<.ީn)Unm~+:7i"VaZ¢@gi윳ug>rq(@'>4viU򸯛V>ǭnӸ/b4i24&2qK)y[LѢƭ.n1U7dLƭRȸEhzm90,3ep{Xp([RGeX*yr+V>ǭn;Yb4in nHor7J-EDFӼѠy)$/:Y(r f n2 BF4BBeC5̸&srt!D#gʈf XLq g9@c4iT4)&H41R"q8F1B^5+Cb4_U e'v BF*B&nfe+G>CNFaNRuuχosV-:14}@JM61Gcl"mb4RBbʄfRaB-BBeeCuj[9ZCu8G-[nen.fqNV.uBb4i2e[ y-䍏8$oO9hⲸ4hNCpK!V6/$Xq~hY7]9:e   ; :86qȖhL.7xWCoc jd1c$#%Qs;vx4BF+B&eZ)GGF@V9ZM9:Z Zk j{*Vә_Xijrh堸4<}Z!oQVZF#ENV,Ÿ")m[8I[ p֚M{\,L2g&H<[vaG&k6kZ1y _XArzLi?g9GȾu)g9E9TXg442j-=Rr\p)2<{f GgR==9u{1M @g QEUxh0)$fL򎉃(TB7BBIHQ򺏖ò.=THIsd2EhV&V)n=s-Fcu)7/^UCȥI\\9ֹ_.g틿0>)dڗ#褙N̴`R:SFT-UI9C'"QXB!2[BYN7 uro˫ۏ_qww?;k?vs=0~yo?Wa{q}7npuqf7cowWw~rPK!2\U]| xl/styles.xmlVn1},r- @"QԤR_ͮM X.,!(Hޙ93]nGOTd1FT*crF#cW&xK }32vR 4 ^Y[ Ȥ+*P&WZ SL)Ɍs[Gk@27;C@dK&oE"2ϦoPK!&xl/sharedStrings.xmlWAn0Q#' j@EJjHL,\ ھK;rr̐\wޤ6ݠ6qzHfh;>m?đB8(HzkO$1A\ '2^XW&椥hAJcYҋNQ3ʂ|QuF71_-7c3j#u ތRYmezDA}͠a-R;n4">t_(ʈs^D[xd~]|2ߋږZgOW, ijh] ۅpF6/|H!DQXzcGq2'5yv)cgi4[ͮ<./S:(euD+CfCu3wa W9rφ;E S̫ݴj&:W@tʪ19k; )44w_ڟ1^gͫCB%6(\qCFRѥU61zljt N .-z`,PQnMq&Zt{ý@V&_>} X+0˙/?@ĚnMq/"?o٢T-WP\,9^B}pI 3RdG5 4\pF|k.h̃PK!_3 BYdocProps/core.xml (N0EHC}8}$-J@,{FĎe=Σ!,Xz3wFNGY_`lQ (F(^B3]7()JAN`"J2h* `ORrsbl$w(/*#OǚKpL0p @D=R?MP,&?^F?Ze䔅;iSw먞1|~6a[q@y*8L\=ݥxThW26λ{.` vdu]<,!dFɄNg_M #&Ʒtg@ϐPK!z*ṩ8'xl/printerSettings/printerSettings1.bin `papcpf(bHeHd(aH, lwb7022p26Ha`dg`bL@ґC eʃh& ѵy=2@/6B@@:c . `̠S U30<I(sdzz?7   PK!tOdocProps/app.xml (0HiBrZ@TǶi6< /۔ ǿXbLƻO'g贯ەq-gU`Ò0;\G0IJK%Iﱁ4ɲJcӸ :x#H*n³!-iuǗ T>F+Xn T!8 X`Jq)B5liѢ&Y2?f}N[emH؆DQ7HB`op|d[5rp kg/13h7ʀ9_Vg-KqG㾧ǰ@x!b_ r!dR?vR̋*F5).?APK!r`2xl/calcChain.xmlPH .  >V/ _PK-!w[Content_Types].xmlPK-!U0#L _rels/.relsPK-!;Yxl/_rels/workbook.xml.relsPK-!U]oB xl/workbook.xmlPK-!- xl/theme/theme1.xmlPK-!;m2KB#xl/worksheets/_rels/sheet1.xml.relsPK-!du!Zmxl/worksheets/sheet2.xmlPK-!ʽm9xl/worksheets/sheet3.xmlPK-!uY:|xl/worksheets/sheet1.xmlPK-!2\U]| Rxl/styles.xmlPK-!&Uxl/sharedStrings.xmlPK-!_3 BYXdocProps/core.xmlPK-!z*ṩ8';[xl/printerSettings/printerSettings1.binPK-!tO)\docProps/app.xmlPK-!r`2^xl/calcChain.xmlPK_sc-im-0.8.2+ds/examples/xlsx/t3.xlsx000077500000000000000000000137671416612453600172460ustar00rootroot00000000000000PKj$F _rels/.relsJ1}{wDdЛH}a70u}{ZI~7CfGFoZ+{kW#VJ$cʪl n0\QX^:`dd{m]_dhVFw^F9W-(F/3ODSUNl/w{N([qTuy|V Ef12l_xÝ_[{}&4PA7$ ɢe)g^͇#G=oQPK6bPKj$Fxl/_rels/workbook.xml.relsMk0 FIc8AQ6ֵ~.[ eГH4C vV͢h%؀I/Z8Y.b;]JNɺQ/IӜS[n+Psc _{0 r3Rb+/2m=?"#ʯR6w _fz o ۭP~$E|PKOz%PKj$Fxl/sharedStrings.xmluS0+F]`Lmb#P77x!8469XM9T$A4+@E8r+&td7llLEı7$GC`8MH4 AI`b`*tfa8oР%``YF!nydp0Fѐ D,gF7a? aq4IT{0W=|F>^W/HKT}7woh.x?J(+?5gNMYnJY6n[b\Eeٱ8!4N .B{LY4;ueEq h{H)?=9ld}5"uΝ»+-\Mp8gd+Ǖr 1)E*eǮMPVŦ.yMlOT'5Wu+Vy]Ѭjf9$$?+V+ƛ4}o|:&iZ/ж|9/{ymqe}lQ^rDNP~]֌XOY@,y|+*[c'?moaPK%Y PKj$F xl/styles.xmlZ[8~_a $ՔiV+mJ[&\S;dtD#\O ƱB%Y߯~Y80eYXRXϗ qݖdXX[!l$ I&5S,%"G8;g8ɬ<ۥT(dL,,!HooIIJwwWO ΍8}SL raY ѳ`9/OJ{Soy)68MA 8V&Q#sek|G@䄌2x^XS~5viAF>E9%!$Q0!X*Oj"_Trn˵7e`Za9ӣ-a -PƗbnGNAPU'ABB;pktؑ@nig)y~*ҿ'Z#7 *+M :>i.:=2|4$#\(ɢ,<>޳U"ًL`Bɇ BeҬ4 pM"GYDoLU=\U5#60Lf3Ľ*4B3*4kB`z<Ǐ&v%u,z|[&eOOY(syy9ʦez&-eӡIeO̡Ke]Z$ ]fӡ.G~ěfWvHzPdUᮐ^(Yve,װ熶D؆00KS\GMa3 P1P;IHόkf6= "m]$ Kc5&ǁ?t<&&53c=33j@f}@|My 2w]MǨ ě9) x{y<91=!J͝hu)IWG۔Gy|:zJ0&llIQ3W?>Y⺾׀40մo^v+PK۷Oy+PKj$Fxl/workbook.xmlRMo0 W/"H8ТXڵgZc-hHL׏Vi'{O^_:`LBYCօm<ܾ_jOkI_mޭw Nj1HҌ 2i)Rm`SȽ/e(zpAV8m2H"z`Q:7$YɐaȾoty-n? -b'GVbEA,HY#ͱ^c@|֒lb1\>Qt)0{ZsܟdMob|S Vm;Y.SYSnf5ϯbx(t$90etp5^DŕA8шx#;(kX# Ga;_\ߠg2PKuEPKj$F[Content_Types].xmlK0+JҦ "v]$]-E)2pֵxY>b>TmʸQ-Ý>㝕^Eŵ Jj ,o.yLbV=1l0>j!_:EKP!tVɍ3hc 567x@HqNj`% 4`qlNgM#Cc}3Q9"%:;j PyH:2p/.hzDÿ!ZʺR}PKb4WPKj$Ff; _rels/.relsPKj$FWndocProps/app.xmlPKj$F6b@docProps/core.xmlPKj$FOz%xl/_rels/workbook.xml.relsPKj$F#h)xl/sharedStrings.xmlPKj$F%Y xl/worksheets/sheet1.xmlPKj$F۷Oy+ xl/styles.xmlPKj$FuEXxl/workbook.xmlPKj$Fb4W-[Content_Types].xmlPK ?sc-im-0.8.2+ds/examples/xlsx/test0and.xlsx000077500000000000000000000131621416612453600204270ustar00rootroot00000000000000PKYF docProps/PK&F ^docProps/app.xmlP= 0+BvA{H5|ޓRuvq{'w7;loy]V7~l;6| yJ!BB т-"ƭ\\IBr QaxMU<|*~㿡}0{FScrdFFOd?U]MCY ]@=uցY'HXBTPK&FS*NdocProps/core.xmlRN0)o]iHp%w;@e횶0x{|?iAᕜ8N$ .m9Y>Ș"+r0ICkAȰ jbǐ\UZPJF-]JdXZPKQc1, [.[!(AWp{TpS3-Mr̃=6&?FvԈKcd hVTRcnw+1П^rѵwCǧ<E$£%JE=~Yͽ(QҌY<b"lw j|}w졜DEXފ+ (% w|PKYFxl/PK&F~zxl/sharedStrings.xml5 0DAD vmͦf7f\yc搨iHcuw}W9f1$n,x1zӊr6OkF?(qC!@ TH˚᯺a{*I`#zYPK&F}>5 xl/styles.xmlVMo0WXoZ*(RB$`mZ_Tq.77c+ۭaJxtaTMŧvz51vaH㵵7BLA͵jALօ!@+',LeOȍ(5Ti݋(ܩ r<QLW,$)8pv_`^(ϱ+!v m"$-Wf/J* -4Ikg52fWgͧ=޼^_ iFWV2Ώ:ڡ=[K- nܵЉ]]卦a[)]>G?^iի@SKv'fPۇ 3y\eX՞*T*q&Q,{tQO*-#C[!OiZiX6 ACqj.akYk&`1.SYj-&+}0:K u7:ڶ|7[#=BY?Cc#Vpzmx<]<9ϓœ~\&#CmSCJԐG Wq'd^PK&F=<2;xl/workbook.xmln0 y Mv[lgYfvmm6kEcIteihO&DRjliX锶Y_}̸6Zmt:KyV)ЅG bYr_Yg‚aVPp1q֫tuBU6R[P=w`l=]ymqv%,z'Oj_śF/>k~g#ah0V??D3کm`w8G ʙi6vkt3a葬 Jx!pbq_NPKYFxl/worksheets/PKkZFp&2xl/worksheets/sheet1.xmlUr0)4:p8q' !Ί5%! YI ô'{W}]%~U%96\%ƔHeaIo.Yr0KZXQd*fFR\Y!2J˼SUFx|U ",sb<)ȴ@DC,5WI<ȝv()v-oN۝CŒi䍣GI1˝hȗd1v9++^{'|\lb~ %Px^+,( qs:iϠ_`j.Wy?Qe= ‘"C ^w-o2O/f50ՏƤ3a5XZF1&b#n,A!>背g?$2?Ɂ FĉYϧإ|CYԨ̸Q%{ 6m/u0¦=!RsDb?S k8gɓ n5sx[^eo1 oUYZ47%l㵫WRowbb21YK6NΡ>7[h!$PKYF xl/_rels/PK&FVD/xl/_rels/workbook.xml.relsj0 y ⤃1F^Ơ׭{(qhbIllK=d$K>f9O e ۧ{XE󌓕\~LrO`^$=hl C#VrHNzUUw h jMw jOx >1Yr&ZP e>i݋PBd>S_#Ҏ=X?O_PK&Fc[Content_Types].xmlMn0"".J`Qe='$@"BaeE}/qmt ٜ KN*ƣ^6y imY<RRthDO\r/X xl`^d(Z䭦K^3VT+O@$V* ?B(,UkC-iB zT3.,oJL[w`|ҸQIH0I=E/!:7B6}$èK'C~\PryLL쎯5q!i'x%,"3eppnutF(-B=wQPKYF_rels/PK&FnN _rels/.relsJ0}vH۽7b2CLHfAXn{7_OvbOۼ&ӻǧͽY]H5.VcQwhUɣK/ 8C ^A!LVL%JqOMk|$}_@"\s>gĖpf"+XW NN˓‰4׭ R'~|>( oDYَPK?YF $docProps/ ؈؈ ؈PK?&F ^$ 'docProps/app.xml ӆeM,؈M,؈PK?&FS*N$ docProps/core.xml ӆe؈؈PK?&FՋ)$ docProps/custom.xml ӆe؈؈PK?YF$xl/ ؈؈=v؈PK?&F~z$ xl/sharedStrings.xml ӆem؈m؈PK?&F}>5 $ xl/styles.xml ӆe؈؈PK?&F=<2;$ =xl/workbook.xml ӆe؈؈PK?YF$ xl/worksheets/ ]5؈]5؈=؈PK?kZFp&2$ F xl/worksheets/sheet1.xml Mf]5؈]5؈PK?YF $ xl/_rels/ ؈؈}؈PK?&FVD/$ xl/_rels/workbook.xml.rels ӆe؈؈PK?&Fc$ [Content_Types].xml ӆe ؈ ؈PK?YF$s_rels/ m؈m؈F؈PK?&FnN $ _rels/.rels ӆem؈m؈PKsc-im-0.8.2+ds/examples/xlsx/xlsx2markdown.sc000066400000000000000000000001131416612453600211240ustar00rootroot00000000000000EXECUTE "load str.xlsx" EXECUTE "e! mkd str.md" ERROR "exporting..." quit sc-im-0.8.2+ds/screenshots/000077500000000000000000000000001416612453600155035ustar00rootroot00000000000000sc-im-0.8.2+ds/screenshots/logo.png000066400000000000000000000166641416612453600171660ustar00rootroot00000000000000PNG  IHDRtLsRGBgAMA a pHYs+IIDATx^붣8zlW2"sGlF Lɏ<Lʏ<Lʏ<Lʏ<Lʏ<Lʏ<Lʏ<Lʏ<Lʏ<?Q)?˨?^./.x&xC+1 ٘71ɤ't6zLm"iS.+ GSHڔ)=p61I 0F=6!)QM"m=H{ecjHH@mi_zLmi3 'QM m3u=;1 x%`\if0WzLmi3CڟOD=V\ڈSQ6b{}tcjť+iZqi##S+.m;I{lĨԊK51&|"ิFzL '*Q6Y/բS+,mHը KpҞZaiMD=VTڀ#KlQ6>ccjE X%AzgzLU Q6`ՠ)1(=ozLg 7GM&WTڄOHϢǪL gzKϝL 1J-JmѱJZzNt>2F3Q6wIπE]WTڈʽA޿A^ju^Qi#jjw{ofEͨc$}Y*6,*mF s_=z&j3fTzI%`Qi3OgjQ 6$L%egE )I->S,,mJIjbaiSJR KRZL1%E$ KSZL1%j4KT:Y%Hd'6$9$Ҧ1'Dڴ7dHVļLwiJҞN"m\Is3ቤ ,I[|;Yn\I~?|"ˍ$I_zSIҷz~2isIҺ^{gL\>9'6$-k-'BiIҧ{|Y&0$S+iu<&6$^LaRiIR i3I 'ݵM1TtUio1XxUio1ӘX|UiͭiL.m@IꊴVD&6tEZWD&6tVZWT^ mFIwVZkOT^ mFIwFZgoT^"mHIvVZkoT^"mHIvFZgod^$mLIuFZHd^$mLIsuFZhd^&mNItTZht^&mPIstFZht^(mRI;#s&e:/68c3JURH뜉Ћ +VguLҦTgc|Dܼoh){oktzŎJk\q7%ݣ-w7 ֹ3%O3˷kJ*kYGoԎJk\LHz{m]^sQi /{^ޑ:*q5j0)#muziמkk/;*tguF &?\3["s=y3:-⿤ ]+_Oꪴ̝{-;+DguFE6]R-ug=oYi;;#"0-J{ZRZڳ=]ֻ3:bS#ʷ{T_3uEZwgZEOiR+i{mCz=uUZgguZE-&.i?]Kﳧ^{UosҺ=:+*j11vKZKqUGk!ۣ3:-㐴韨G)_zHsVڭ;*:j11NIZKq{^}JZuG5ZF=i{~!ZIk쨴FԸ,k-ǑzIU{nJkzLЫG%WZJnHzLAѲVG!OZIkfHzLaѪVGj-GZHfJLҁѲҺGj)?KW5vEZW{{{DM&GwhUi#֟+zG;+ճ=}&t`芴ޑZIkYi#^Q]:0zuEZooW5gΑJk/鞞Q]:0zvVZkoWQi#-Q]:4訴H뼱{+{w[=.ӣth=tJ>7QU:0htH)KgO{tm*OKWߤkuoҵ&];Bߤk{G]GWoҵHm_}F,ILҡ1j>.ILҡ!i$]wGft I%;6t`H]#j3AI߭kLnҁ!i_K6t`HGzΨ"^3j3AH}L.ҁ!i##3EHi.E}Hs鰐T/3EKzQ)T:($l-M Iu[Jc|&FSBR>ߨhfyH3j11HtH/j11.K9tH3j11.I9StH715NKyStH;15K_QqX掚LC4dr6&c%#j29vI^{&㧴%+j29~J^һ&cSu_.}Q.Q_&ި/i_׺G]}t.#jD]Gj%-FftI56thH ݤCR"WHI ͤLߤk%L&ᰧҽR5oL&:+%ntLQ D!-QiQ 2tt:*Q9j3A~#6A;"_9j3A8)=}գ6ҁ{\^?KfpR:նjw DgLNJVI3Dm&'P$}6aU> Q 0TH}t}U>KfpB: վ*g%j3A8!j_s BgLJTA3Em&P}]̳Em&P}]̳Em&P}]̳Em&CP]̳kÔ,}J^c,,?睭)NM5YglINN5YgINCN4Y59דgX~F &;CN9{caZC:t_OYu9琟JL ~Hn3F%[ Qit_~6*1-"nz;JL HNgӂ l~{bbMtoZL VCz߷G-&+`x!ۣtizK`!j4-ۣ;QKL}*SzG-&+f^^/tGzzzscj^:f#6C=yscjZ:fl)>C=yscjZ:fl-]3CxscjZ:fl-]3K-KuRZQZ$]7SY&];KےҺozLI׬mIT i7G=kֶgSU5k{f몴曣SU5k{fꪴ曣SU5k{f몴[S5ҡ5s{f몴[S5ҡ5k{{g몴[Sҁ5sGfJk515^!X3wDGzRW;"tMH515;j*]{kcjL/V3wƞ5T무[Scz鰚~ݿ|]{[drL-Vw֯QZoLjzIUZoLêRuwH[ZoLêZ{V댴ۢ&cZ頪GzmV댴ۢ&cZ頪Rz}oLibk{%Ou˿5j29%{a$]d|6MQ1tPU=״|7'&]+?SJUն칦g&]+?SJUFsoҵ3Q1tHUo4G>RLCz3BIN~&*3=U(%:J:Fm)]F)IDeT5rKOU2JIQ 2tHZS5;T{{fL%R#͑kGH%麷Gm&T!5znD>jk隷Gm&T!Uo^7tۣ6d*鐪Ж׍dGn-]i1T_\3wtHc|4PfߨkǷ3>b냨ZHm5gbbL#HA^#?c@ tHRKi5gbbL#Hժ.}[JQ1t Ul>Rz]ZLibo-ϨĘF:*{?Rz]ZLijK;15IDvf-wcj4%^cy *}'[Jh.gzk5=n)St@;7e3J+j29I[ے4Fh)&t`7La֎8sȖ#^QM:([GLzzQT: woT/2=HrojF]ePvKY56t h_KY56tXJUu6tx3JSu>St|3JS5>Sdtz3KWu>SdtMoƏLWfƎ9$WfƏ9$_~(}OՈ9$QlwTi֦_v$}?Ոy&AmA^s1QKU]Ns1QKVY>s1QKVU.s1QITMs1QITM1UvK5]U/co6;^d- :lkܘɲK:t7H[ƜL]ҡk.}g2]vI5}5nt% ެwո1/t(]3JScLv&}Gs3a~J64v̈́) j Ҹ1?SfS:ԧw1?SfS:ԧw1?SfS:ԯw&ͦt8_LMpPߪIAc{6U>codlZ gLM@6yU3flJkT鳪f̈́ٔרgU)) ѤϨ1?SfS:toIQ5c~̦t0F>jLM`$}>Ջw0i6A4T/ٔ=(gSxfS:\#HK=LMs }.Պ0m6ByT/ô)z'ϣZ.&Oг=%}Պw1q~J)鳨VS:(|=Xj:C˷X]5}L]ҁ˿fK:04F-}[{wՋw2yvIi=}[wwՋw2yvI=׮Y[Lqڲ{T;--K/^nX%{K_^nvK*s]zՍwpH:D4VkIcyjIjio^U7pH:H|,o?שn)tsuk $pX:Pl?}QOE^k_W)`s-mU/4pJ:Xlqu >< =ҷU/XDpZ:`\K,U`is}z,y"$2zҺy*$4zҺy*$4zҺ$ .Kj'ҁ*7.K銴jx:h"<+z|頉tHi`'f{"-I~T:t_g4~A:+=<)4$Yi-it(Hh`/O ͥCIuTZCGxb"N38SC=ИQIwTZCgxr&TQi ɡtXoG5^pҁxYKWWcWx.\^^\)SJj*OHWWc-xM:ԧҽz>hĭҁճAK(n5ot ZTqtm{\Ѓ'GCN#ݧg^<]<"tj> 1SHޠ7OJGOyxT:t=}/'ǥP#ݧ{xB:u=}0ҁsS <GotO1t@x{>x'ᤃR#ݧ< )> FIdXԾHM0 O#CK~GO׃x"^:H>] F㩤t{{t.2>F t*KG <\w{/JI?%ݣA%XJKtyr)-_=AU^JIr{Ϡ:O1]8$KG4T:0\[D:|[jeQiB.ItOqZ:4V{'x'S!%ݣ~=6@MPPQQTY\oꂉ考~tnha^^Z[XO@AJUZa̦fϪrǬ~wÿαժ߯ H*\ȰÇ#JHŋ3jȱǏ CIɓ( [ɲK;rI͛8sɳϟ@ JѣH*]ʴӦ)JJիXjʵׯX_ٳhӪ]˶۷pښKݻx˷߿ LÈ+^̸ǐ#KL˘3+΁ϠCMӨS^ͺװc˞M۸sg+ Nȓ+_μУKN/ސkνOӫ_Ͼ˟OϿ(h&-F(Vhfv ($h(,0(4h8<#0DiH&L6PF)TViA6x\v`)dihbjp)tixf|矀*蠄j({袌6裐F*&J饘f馜vZ ꨤjꩨ*Bë*+9j뭸뮼8Ͱk.68@#7fml+䖻괂T#nxkk҉Dۍl') 70;|@x3ɬBC0< &F!F,0hq3X|2F@2*ǬL7tBR="۠3cNmh+ukHWwF3?JЂT|;BІȟD'PR:-юz(HGJҒP&MJW40i\*Ӛ΢)NwӞ D,JԢHMRԦ:PTJժZXͪVծz` XJֲhMZֶp\ ~@b B^׾ `KMb:d'KZͬf7z hGKҚMj+ > lgKͭnw pKMr:ЍtKZͮvz r[ VMz|Kͯ~K\ LN;%kcq[غ;@"p{ GL+OR@Br38αwxveЊM!0Eqi@c>YJ\.{`sL^!Wؽ P ٷ-žyerm%\ eDڍ!Aѥ-=1հ+ @; +4 |Ф3maHLA[Nu?.y_`N +@mgp``>Aс@۷}zѳm\IVՈ`-[-wٽr+TW 7{|vlmH&p6od/@3J3i9mI] w{7g[Tmi w&(麥zl[--C2"2~i#Py @0ġ[qkxEԞC~^1j\"k[*xIʭ-MˍT@}Bm'Ys[οgz5x/sݿ|R{!uyl6Ԇ|`~D^g!~ٶ_Ķp~1sVkWJ[HǦ ޶q&n:t X{h9觸5eyIh;we i9qꤤZqUlՠkhGlrl ˨@'kt[+Z|ڧgա&[8[w[;bZi iwDZ[ ׂ8՗1[yeUZWs0׌YsX~ǥ2ūf+~gF)g9啷Jv[Vge \[I뢀 vqajT0TQvvey?vXϧf/j쪤ڴN6&wFsxslVz~`|Ȅ\Ȇ|5ȈȌȎ\Ȓ<ɔ\ɵɖɚɀɜɠiɢ\ʦ|HLʨʬʮ˲< ˴|˸ˆi˺˾<\̲&Ɯʼ;\|Fؼ<|eδ<<\|\=з  =]} ='0$]&}(*,.02=4]6}8:<>@B=D]F}HeNPR=T]V}Z\^`b=d]f}h$i^Xpr=t]Rxz|~׀؂=l-j+^v؊،؎уْ=ٔ]ٖ}٘ٚm҅mfnؠڢ=ڤ ՛}ڨڪڬڮם݆Uڴ]۶}ۥںۼ۾ٱ}M׽\0pؼ Mݣ50ݘ0 1ڝ׸P}mm ] }]յ_^}) Mf /1 =ށ]ߟ c \!W= ' -N#4/> =?~2P=X,'PJ^ <c#=n%lnNԿv= #w$3mN`6~qm @.N^~~=W(р~.0e]ޥnZ-=m~SSܷ = ꭽC>ĞqN汾nPɎ>.{]Pݮ n܍ ~].B>Ξ.M! > ٨G_n _r>_t[2?2/6"O ~=q\N }Ͻ4O}!-*o=XJ~nR?go硾 Z7;>9:>@obo`J^m ^] n E a_mo& ?!m 8^=Pם> Ѿ]_׷ʿ]_??O܄Y]G -/M@@ DPB >QD-^ĘQF=~RH'LDRJ-]SL5męSN=}TPEETҥ >թ~lAuc SR~VXe͞EVZmݾW\uśW^}XpTVj`ƍ?Ydʕ-_ƜYfΝ=-|5V-?FZj֭][lږC&]zem޽}\pō{{tbݻ?]tխ_\9͝gg͚.G*9k(( D]tk5D=BN5oT)irf8M%Đ 6;r~M*XSs$:q)SU=v "trK,֤"Y4Sf!7a #RO>E(n:ٍ-v $m-5emtXdj YqQo;w, KXE}vWDDde\JdY BɱiZl`.֖zT-%1 np;組v,tG5 XWk]f]d &FV,P ?r+ p2jwtor<8' Ff9{ʮ^Oy8shs\8n_06~斓#t.X8{jf. hD: }hNqGgM8S@5۲-֐BG[Ւ23NZidYj3GQuCv^Vrv貙ִ-\.nF:P\v N;W>Tw~MB(4Sa.Bݵm<(=XDYm:| .u#l_ܽAanc?l}>y> ߻O~ȿ]\\,I.?skS }` @ЪֲĎ 4T$TZF`"."A@B#T% l & :(,$+BwqB./0|-L 143D4TC CX789d)|A:=>d6< ?A$B<@4 CTEdFB;< qJKTCD| @I ʶ?98Ľ !8 WEYłXv#X4Xd]|E^EE\4gEVDMdpQ| ZP.A!5j )Ec,f tG7WX1ʰ… b$EW ƗC$0I}db\ɖD&q#h pɁ ƜF,I`ɧPɟlȔ(fdP!9u)ǥ'ɂ؁!J$K<˱$WLFt ʝI$d˨ˁ˴ʺDK,ĦdDn*S7AbQEݜ,OKG}I}Q"MMzTf #J"Q`R)Q:̕Pä?P{Z=Aa+&ybڨ_25JS .}2%bE*PҨTaS\,THC AOGI~TG\T@D%T?DTDT>/uHW*̉ ĴC_IcS`3a3 U:JBTU'MA҄Ia%ίc+M%C5`mbMIjMLYVlNbU/U05@ոp6NVeBѦԯ=R."¯o DGk=-ւ4X=XKMX`ETЉeMW3Ք ש+2XJpJGF"5!׌FΨYvƁYvaXIYYͤ]5Xz!9Λ9I}"-h=.:Eޚ?"`[(@-)@$%(u=~vaxDwt,$_Pa"8$^ |A<&*b}b./ 0&26c85f664 79c c<=~@b.@A; BFDVd0dXGHfFZIKɠd NO΋MSP6SL?~N3:e MTvedZFr].؁_V[4f\>),ť52Y)jfff HSa^ĭont,Hv4mm%Ngv ["gvvFRhXɹɤ,%!Xͣh-|ۇh~fgveY0e. ˥m߶-˦=^]͑Fiە\.eVC{yh6l1H<-ٛ,.6NLӭӌ>LҼbTkZ߻k䄊Vfbie\ N׳3z*yWQ^+ɒ%r]Vϗ6%aQl\,PnP.3Uw;J0B1:S&.*nB%EQ% $~R-ER R(UP#ng-%4!)n,Eoi ּL۱pq':P[.åӊb9U2.F5MUT]6pL]MTap g`㝎fi {8`U_۱^JEaZ ߸YEY*.flV6UFrm!ZnM"]"viD|Ʈ4.k9.xӥzjN'ƶZ[+X=O@?&T-@r-7(./U~  R9:sk;.1 ut=אU&Y} VWژ6fUukuWotR9\I?(u5-?˨MOdh"NJ[S܋TuܒFnv :Pp s7_D/t:gu=\!{Uw{*z:k3_Yܑl%ω]C]g"]pWwdr :ٞf:ͿT44ϾףyW%jFOv]_t5%X_tNȨ_ωgޗؠ{ \U9e%7Ǚƿ4ܹܩy`ls<%&⪷6Fbg5G |ko7cQ~wWЇyGU/{w_H֧gاgEw wD7 P 7Cg gC_BW AOI=_D* ³( 9Uddeeb ߹!2Y` „" "ƌ7r#Ȑ"G,i$ʔ*Wl~lAu:ws%LBˤ/i镗ajIӧQrf bǒ-kX)R@m;-޼#w;`}|V[u&1Ȓ'Sl2̚7 y*rЄ)gNz`1dl]UdZ^ǞڣW/nc!H"2b4XЏswIu>“Μ橣'=L&=:?'}(ETe&RkkB J%_UąCdaN8: Qx"BA.8#5}:7nڃEqSdX` RnkܖUn8AmkqAYnAMfOiPY5UGBl: _(.JC.A*wbH*֨A餡:*g=H&_ TIEa|e'mLٹtRҀk`FjPpmyYі[a>EigIlJ] 8AعqAZ(p&:zP. <0 GP*R1GS6xkUW9ElftQkAS~ Tk.lUt~%gjl%$;xcUq>/MfQw)trD5{C\uUR?]٥Dc['Xkr}7yu pî)1 f+B}P)#d2p_2Э%^[,!4~';>}~3ޱ SQ$k ;NhٛPr}!"GE +1IKV&gu<$LzRFԒSmAЅR<6Rp7MT,sMIl#rYt.PEJ[Z}!NQa?<jԲwb`:ʨS:~n&deTbET*ֱ8iP6Qq+I}'}xf%e$n!q,;RcUb dZc.;IV BY}&DfՎ1SXU*~1c,$,nqmk>qF>2d!&N~2,P-ɝ2-sܣ.f>3 TPcN3,9;nV =v3;>І8;bX*A=PtpM!ZC<-PsӦs{[4U8iLVUwjQ6$>as9)]xKv biLbv?+$kK9IO>fR6~czlKm]I ]Mʨ#&#ݩ&>vY„܄)\ȼ]JqVe;$x<%)T%G(S^d{@bxO\NHm]2{ϚTye~yD щ `b\5k.tpYG7y@1=oي~nc[Nc ωԇۏWߥxD1+Xw%Jy!ţ'<=GzÃ<3aG>RީsNi-m}?VB 1eEǾNJ^? :(-Yx]^`xpv=q>`hqo AwN*QR?F 5s`]RIРPGA՗ ^ UUDޥ)`SLDO-sFSDT1VEW lp U"` ^puD-dt!eBei~P a2 _.b9LSk!eP{顀ѡʓ&"!"b"."#ٗ\#N"%V"1!"Y&n"'#&X$^'")b`"*"+ *X+Ƣ,΢"..-."0#Zb 1#2'M(^Y2>#4FcF$X54f6VOE 65>ƑAbZt+!;6cR`Y=78ᨘ69.7"zDC6$>FJ#?^P- AAxGBⶍ[JbDBE.EE*R6EHHHvųbAEP$RD7ZF"P&}ŗH ɞ$DxNŭ9aDBvōl8U^bVX\n[ |]]ʒ\R!3QMf3 T,b>ιM:1f눗^F}(At%&] ݿKi%knR6(  p]|L8N܆Ni.F#9q!v@goM% Gm xLOjװ-ڽ]Mڵz2Y2cpB b n&L_'L^\nrJINnE9%~~eVcb9[Uzv(BbD53M(A|u)]rJ&R4(h.$`%NzxU^z.+" M]$Ȃ_ JXQ9F|f.v()qi}_ђv(f$$Z7Χ@ҋRQ" iB)<#%a(>=ߜ%E) Ai:iT5X!HΪFPnΪ$S4Yjr iR ܧd"m@}  ʹIʴH N (V]9uiԌTvB` . 2NzUSU&=Z|VP!\ѕ\)Ѯ\g:zb(aĆpYb)^c+Bd z!مDil9Sژ`%viWSI*&8,rmw=wi|!zalkR LI-۶mO-m8J-m-ng.6n-g?6#R8.V.2dn.v~.膮.閮.ꦮ.붮.ƮnZҮ../*n./6>/F.V)fn/v.a/o/>/Ư/n//p/ @0(02 wnQ#E#`co)o6/ K   *@G װX]\pG<$z,6/D ?*B ΰ7 Wv|[xJ0+[@ Co1 O1ًlF"q&1 .4C+'& !0%P2Xr澱24%pn+< ?/d.&g2x"s.'{2(rXqR^Cp{+p 0 ?A#2L+cs,Gp,k22)p&[2%1n-.&0=o90<7:C?\7g+Crn$_#KC!)oEgn.t54JgI:'4/ڹ]ܜ'?1@S OBn 73O4k.Kgn9rC0DHs)t97sҴV5^uuuT.q}ahK&u#65B+rAH׵Nn5ǰYK_A 8ubGvCk5d5 s6c򉙈u. "vb#23蒲hoKf,r%f2NJJci˱pOsvXe!0w[)©mR.273os즰,o.rgqG7esn.DrOO7Io7swK6u7{`F` syvzn/Tk@uC{s[uVgKW7os 8FSc.]+psx]/xD`g*y\kk"n38pb4~328qGc2BCd+C.d1G2{M7:4*ao.Gt$CyGyØkk`[bn;v6n9r s&3tgϳskF;z[g1Gz58?:؟*#î0:r*ruk5r$+ D ok5C4'sn*:+wn3<{13s{:7+B-asb/Pӻ{B߻[f?;{;N7+sGʄ_<װo|,g<ȇiӖ#KH=V;D=vSYCa}iJH:̪==ٝM)mEydR$ly[|q?}e-1Q#+fHL W*Vj^YYV [b-᨟ Gc/~+1 3޲mapRr;E`?fzKVj0޳Q?/>j!\&njT,Qsƌtv@`A7k XgMC2Vi`E1fԸcGA9dI'QT%u a"#41H HrĩO+&UiSOF:jUWf$[bݨxlYgѦ5 )oNÆg< T@h䒱b3t\1rA=I*@n”))>ױgYwo߿>x\Kms'8hY5R1h5c `28ab_lbͣ?@Bs@Ř3CɈ'pӀ@@P!P )Œ*, klO< L*Z/#2ryP,&xp$#'R)P9E|.<4"tHF$MR9i;3v͢^ZOdCMTErCtLHɠKF s [#O-#P1SQ <#@-i"YiMU]yץ]nHL`W@c*Mdѻ5m#Rk,06[L]TĈ ؒP@o;w {W_DŒX&T}?Ū :H>am&^(G92݋V͵Y-BHYn}2YbaV74Kc܈RZ i;ڮ"6ziOj ?h!h,"Ћ{N[AyXF[܎\ /ßoo!\MR|q)\9s-I/QO=EXa]i?ֳ]yo߉/w9xK硏^z)g޹^' 9/O7~4կGGۅQ0QRZO_S؉0҄h5#  u ) K\rl )UEA&imd$ O+{xꊆ-%,3͚rELɎO%NF=}1uчB)n7UL#t2mO:$IKE> 5fYť(m᪋]™6E 44'ZN *f,\r xi`@->^ AHvZ{[8A@r$)㰃DT$Zg tF>dHLi$$~nyт>@$3w 99=cf)O 'h9>ܤHDMZaLc f& br Ziu'hS>! a NP;9"'@RiNXj4z uBSЙhC 1(3Y 7@OP3dRS7 cF6*nh3UϦ2)6 l>:ɢV ]`Ɏc-HSdV QP/tXү]Y813cy3A"ޙ ]; Z54*XV5":"+ӥ'aVUA9 : .rYffDPv5mE0&EjPB.l9]KpzB gܢrhALC׋xv0oۤT# Ja_{6\#[&:M՞k"p!h׺ t9}[2 Mue56@ru^=܃b3a!q"T. >{ll/|^5W<ēk2x'=f,q@0 , R6d yi/(֯faIK6ceˬY8sM#a.Ӄs3'Q,wԥv[w(ԭv5HQ-:alԯ˥ϡmE]/selov7f3.նa6aoSifnuBoyϛ84% Qs"R3ƽ֒NKKG#`Ai@+ZyCNFsbdGlnǜav6zih,:_pYIFpwsu36qa6pl, j%A闅!A]D>aGp~G[Ƥ3RD(oZϫ+Ex?sˑ]B=Pmz`~bព]\0o1k<6ij VnH^5< Ns>U}0-$ YaK`Ճ$Di<JLosa[wKDbZ .n"5P8 Leڏ=|-2>|M`棩3kU嫺<s&h0 0mrʟ-.=Zmυ4Da*18K$#; P6m#J"+ ]шgKf>JceGEP!xKU`k,V`^q\"en! }1}q[X,nclN`#kfѨ-B鄴qYtQ^/cԱ# ⼍(JF"vTFRLP&q 3!Wrj"Rx$-0lRB(R(r)#2wh՚r*" r+*OzŸr,QZ~σɲ-,e- -.9n,/.y00 w2-s1us.32%x_S-&335s0c/6s4S\@ fPM3υXm4@4r$8ͦ$k8OfH: ȓ LL K:%:$7 nl*N,N1_ /b34S$Ηn@=%1 :KjƔزABo N $o 2 Uj0@C@>/BFT"R2yeD {-O a!x.#Lh>,cmI# *bOtݪJ-aғh U4_:"RbPvqP[<"Rݴo;H5  CUF @0pB@1`0a^@WtW $JFk [ 3<0 ߯ 'eVt3l1;t6bÕjNkn,ĎRQ1s_`hZM %:_1" BL:S"HTEܪ #nI Q + P1]յ2ŧCH, S5-3FdI[` O` `CT~_oƾl bmcGcWӰWMrRRt^`)X>`j8u 6-Fr67ATXAR1vA e_$jo]R#&5T%lmly8Qqqmm":x5dEV_6p 8s?evkZ8 "Nwp?Ql&VC^qm@)p8O(9_i!ycDLbB[s$з !+IetH //YsaKԗ4h)DGL``SA_jpZvE*b MNϣF%g,1 ϞJ]QP Zb⯬qbR@Z%3 @ K!ϚFT1TMllYuHV$gb:Xij 56To:Mٚ" g$ƩMװI: Wh5\J7nv;C:y'ijUak7ظQ&_#[Mq4b6Z 6;  v[-ScK;(9 xzj[wW9{f-wgg-n["۽c1E𢕾Z[2o _6MlQlZ)IzMZQ¾K111# [)G| 3păGq[]ƉƟSvbȵa6\@,11Qv;[>LZclv;Ѝ*ulw_pIx+0}7inڹ_|Bӧ *8u|3|7W}!}$}+}xQHnǜQ"dG [̸v] ;Fq) ٩ {{*X'l/8#@ ~3~>2%0#~-.+5,3~=*;E(9ꘒ~L!dZ5$4j6- Y.bz}G~8]Qr=B\ĵbGmmAJЬrׇ>}TWa,,UؗBk%ıBa|Al3y>J-4̏^ΆCӡK y#*~#)2՞@dDƦ>bCyiB 2$_!]j ZF%ABl9F2&n7R(JTIuK'-zjAjGjkzQ)gWkŞ@jy4[9X!D" y #czQBiu2v.ZwSL<$)yݿ,,? qO gld.,cgAoV fx.1+:3 uj5Sʬ,\Xkts/}`D$=akFQTի^=uL vb-1 zPBn&Bxb@ .D)@\[Նޠ=#]$حdo>i lJ@(y뮿{MlǂJn=] kIFEnӕkI|EPxϸ)_.[pH.{BYo. *o p K`b \ 60rUzRJg-Ӱ/zL=syD۠g 4#΃3@Ez$`0a :) LP!A(JqT\іJH4Yp!c'A {UEpT"CG\8ˊW  Yc'y$CVD0y٫%C~=ת"?L$DFKrlHX˕-o\r&`,1d*3b°(h~eԬ5lj(y3(p2k,9ωt^ : xs;zs?i{3-AЄSB шJtdhC3Fьjt,zYzt$-IOT(mK_ ӘD+f-sԅ/I2On~3c.ڌbb1HhgzjͪlJ*er3M`m[gjg^ xT-Jp;Sƅ`Um r`%j#J+{BvMQ`c`*`Ա`",j\S'Humlؐ ylgq_H`IyE\Omn[?>vqk 6v/ ۖj] ݩb3ƷΝOpEB5W u|ۋ_ڇC%*i."f[56p̐;,$|) W0dzF!!&y!x~*qL:״Q-4J`>͡ jCB/> 1Fː|Č\mLD'6Ity({ 4S+(@ qYfHu Pj8g@72#"(Aus|< K8`sN~BU8AcQ[AS"ƓlM戽^F O Ҕd,U)A{9 5v8[$Fے+4Fqkq I7-!5n${Vf+f~X04wSmhIC2WIP|y8Z&D>#V8{3jw_@DXth0|d8h ئ ؝+xEF^( i9ϙ#p!zּv_wX Ζ7GT2{Tv:ء0&^Du7ײÓbqxH 1mx 3N;Q"zHN)buC2BH)i;0_T{s\[j%hg O^y\B̻a?Ϣ/FkTb8+t}As`Ͽߵd 'Lvo. H|t|CW|'gyF-qzTwwI`~T{J4iȁx5(#H0cS+Ȃ-Q'X;)xn.H5h x;ȃ=HN9XS>(CH+UIKhI0M2HtL(SHL~U[ȅ]QcY8^Hehtr!ukȆmx  X(guhwNHWsHCXdx(SzHTFWlF*0sTGAzgU F3% w smhDdk5ffh:8%Avv@@x(P8GȅBDVGYNdYId˸>Zx^qZh/Zr}X4a\1'p\hx\~njwZj'&`],kÆxx9%%IIP~Nfeя+SB=683zs|WPBGafaTiT&V>:|"GVaaD<فN)cvbPc3Eё @!)y2B)I|X3A+et.A;bmHB6R zՔf7sAfX=T>z|k>Ʊ>Jy+3{4{تfj{J~4t"xvWJ6($;o۹s-!z3N߲7ez:%5wKr<TTZ OLJQGh=ҧ8\V?mHnT UdһQ}ڃ}BG*fsTW = / ;kK[ wax^-y)I@Ԥޞ~A҅a! mNկLLGTŬ)M򕑨p:6 &ğRFV'Jh&vGibZV>]ł ` t:zvek\dsp Uv8jldy{ $>*aȈ<\f8 w Me׮#~i9ɈVig$OqA6H5=Ī96*"gVE޺V.Y!|9=[d56LrsC6 ;PqBgy< oϦ/Դ/]݂Z_cKxfBxc*J׻ؠb/ O(YPpACdР@*,ą5nG!E$YI)UdK1eΤY͏A) '%Zt M0` Bih8n5- Yc0k6eFuԞ56,øfakx"G_%O\y唄P2 !HRIdt爠Eyj˱eϦ]mܹuOmq0jB|Q:kZm5Y|ͮv{|KNoX͉̓]GM):bMc(@,Bt 0$p2pC;C󭧟znsQŪ jO[O(pH!3=Sk-J*frT0 5,S#5/4K8sN:ӥ31F>; rHȢ XLП:F)^ִ<"Lkj{јGsuƄ9LY?%{ tRvzlFkWk/$pobOD QfHj9 z31ʨ+(@'Cv׉`!+gs?hw_~ PQN0e%5rYzYh5v(?:{xZd4o>t 2;2X!s h` HTԨt1 v0XlA 3*,,OB85zSЁP7uć@, PK %9)yp;;4X;|[vWJfIa.umi`jb :kNè0& yX{D3IT24d'kDA~F\U8^0K~ j `,m3`I5'H; =X>5RQN=[6#EEڣ9պ7včn% K?ҭӢ$]洬 -da2 rF[.IHpXXFYIIVDVtLfy\ )kHRާGqiwv!xjF^E0kYGx%BL"* wa{#2FFk)FI+To}MضݴqnecX+0s"c"62d!lP.QSfh*my}.jڗ"1 &Rw%B x e~&Wi 沊 5R3yXc79F 咴&5 q,i` 6uͦ!iIx|Ja jCG9.]SGfkbVDa5sdcMJX $qЀ<\ B 62߼"r)usveSmiȎzG1Bi5ʰ3z%!){$f ,0~5}GVxl+&iS4Ln6~rQdDK\3gW޳`y}sUʹ|n]Kg:>$ jӭ~uP4Ag]c'c]kgv]s{D?ߪ{{v'~'| /MYQ?|e]|-+[^=y(g(4Yl8Ȱ9q$_a؛r?gX  A@h;(O<z=v:Y/֞K|I\OPJYmlqݖ$cM踏{ڌ>뾓Q*â4ᝂ0@੺YC A2p9+.9K9`"l0@[Qbj S>p B'2*8Z…2!!P!ڽ*'!C…jͰBk:(B0 /\Yy,#6&;T.C$A@7ū.{NH=p ğB>C>h@B-4B)0DD58 XđJ¤Ф^t$HbF@H׳k쯵?n=o#ll5#fˑ߹|}~zH'BFe,( ;` ()]dB`먒z)3vd'$k\ԿAI (l2F2*#੣JۑJBH*;D01sDփE-{s){FJC/4*Ǜ Y +d+? @3 L›O\ŊƂH#,R}LʼH̉Bɺ@怛ȵY"{5hš5èb9d ш8÷t5+zMLjMédRA:ZTL|_Mf|)bTKG ?1{Zǖ0Κbϛ"t[wx(DŽɀr8% ]"N ϝؗB=Oj\Kz9d!tï8cS-DQmjQ1PĩљҠĈ̜J`Rd2%P* ,Q0i0 b4̢ɂ7=I3#X3$-5lS 4\S4M854h7#8J&[R1>5:PvϠL4KIۤ*ԭ)7REK+״żDXdS*C 6hUl81Q? J,8 *P¤7Uukz +wmZWz%!7;tEB-k4\TQ8Kôؒ#lXŃO#AuYMY%͑%Y(ӹNYe }YJds VYPYk4RؾX.a9W-4^O֐^]\?h,iϜiDU]J\ ޭ@^dݳ ө3QR@_ s@X@_^M<%7q\,kޅٗd M Ǡ:\DA'df"Or/)$!(B<]dZڌ"1t­Bl,$K+<$MJ =?.pAAV >El!& wۢ׬l|_3)k1PH͸R Jkti"4g|a5쵔Eyin`uJdXʡ**ʟ诤h;Q \͛N뭏&䨉KI C;iªq u+ڄvČESffgZFjZ>DL˄lLŠh@\>h-,ki3~UJ^]}k.T,̸jۙՌSN]U^B$kvޜkUiN_6}N6` j*)~Os]PվJz0(bi mo P!rASpAŊfhkޫJh>`jnRQN >Q#M]1uɌo6:Dq~f(-( &pd[VȣH Ȟ;3MSXe,q Ӿ:>42duT<]${;9>;3963N3T=wVo15pTԧTtOcr@67М݆p?͎:je?Xlf-"Z N-XWe5vuOnM13VEi/]v[wՊ#۹kV'lSN?FOwu1S؊b&v5,cugWX+fϱz0`w7yXS*"AڠɈҾx?({V5$lWWvIKgؑmor;e"Uȓۋa"by'|(]]ڭu/|SD+l`X }| p^vj-}:у?8Mr8N;W>u rHA <#;~P_?@Oc}, ߡ@TE`>xȠ~X p "4%Κ5WB(q"Ŋ/b̨q#ǎ >!*I)I(s&͚6o̩s'Ϟ> *t(Fm قNB*5&SOqaՅR.44NöZ ]mKAkd/\sAx ^kr\fq.2g nX!]*<` lpċ'|,;0q q‰B.}fI&bٷ/>ϣO~=hRJ 8T*]aBJ=%Y&Pk YmFl:d_ZqQ@qUFQv!fqޖo!k"Y%^`&$cmyIjIJ!QYeG P9Ha%^u9ėV٦os7_RK5 XhS}A` gX2]F9BX]^Yfa⒖)BJ_)@NiEf:IcC)*bdAPodjD,j`zY,a$fqRk{XQY< QD@$k. o뭽⛯hTXw` &pz*X@ #5{\zqC&hi|"CziâgȆ,n},Pm5,$bs>wfkDݯQDS0dDa`kmfMosӽ޿x'~%Е)(Čj2nal 2fǒdƜ $/{P̟lf^S#`Cܺm+ ^6w;Qg5_S_}} UB&W#`hSN؃0&Ŝ&5iM52o"§(a|qSTV IdpMVbNbV8d6v^Y_le6[t Ih뷆\9t[҈bp dYG%+’y@Qw |8E j5;J\c@Wrnn]lL#It9tv' ; y5079R_M;V;gѮ{`d2MSk\ErEP^iLj*S51>nvxTUK}q[ȁPƤ**^:)Oz\QT/u`X 3&m|eC̜/mW;n%_a"%fc:cbdRfeZOI]frfgPfRgh&݀ffjjzikfl{fYaEx V&opqޥmV9bপnq\`-wN$gdDxZ3ydqz8)gR5 >Pt.aF&DPTJ=AX(lj$f]D[]VgGyuESwݡ ~b'8 a:}g )⿉K(֢tgM\hi"Mx(eQj@-b\4ZуXdbOhAt~m]fPq):cD o (ZyDbB}d)NNb_yi3>cLg?¢SkAZH͒Tw~d _]偪i]z^I*ݐR9d_\TX]F?P rP*`JMk셳eWƋ5_4:j](XdBvRb^֥ͪTKqR]߱+L%:'}~n.y)ZDq"'`AA"O 2zb& Ɋ^'"*)ihd("n&ҐQA:O!"gY#=%>')4A>l.A#g#BSҺ-Q lf*&6 5j6*M V,jWb4IVb״DZ.Ḋ.69-XcСh5T B,HV6.r}-‰a@#A c1~q܎ݮJG~Z~S#DpjWq+Я02r6*(riFjp_H)ZdTEqIt.$_rBHƜBwJyy*qlgJ*(,X#Zg/K_($nEMYmDTJD;4#Z5݂r,{&N(Y\ G4M$7GeOs/o2D(H ^(¥hD3?(Ore(MҠ3{D:oD(O^;oNs9q(F_F&H/)IKiAf rjTPJM84h0p:,y9I΍FqtRXv3&Q,i))Vnv)P2iBDWҞf٢eQK02CwLO]DN5JVN' EcbN/?Ṇu6v^3qZ^vfuJSJ LFE%!72G]J:M[Kf y-kTD[Aȴ`3lzjlF^̘_n#kI+r, =w7g& [[tMvP)nDquF+ 7sŴk遲kf88,ɴ/-gl|!Obó`[[pVEOE+bS7s~ljSS 6~?h;>P~~N|~~ K|h?T3E?'5SA<GT O&W_;1!'z/ WyD7wrzZpIHJU 2F?2r 4xaB 6tpJ!C()D\d| 9 $i%ʔ3iִygN;yhPCjiX7pjT0UJ*CT.bS51e`AծA;7f} ܺu]+T/ 6|tx#Eǐ76F|#Aʌ'osC1F~ 6Xc 9֘(Ш 6{T v4 +OJ "Pա#bo(j}׶0L6Mi׆t5Q+պ`H-8ڋh+42W4d5w}M!ŨCEW] ݇ !y^ 3QxPzQ8G)q /tniv.p^F2S2yg`/e^@ieN/"2 sVdvFH5eoh`I|{l;[z]3Br3&!o ?| UbE{*,>AG9BJC~;M9]۷# V&{.:3bJn"D:~qqhF?By$AL`*3jQolsz"u=,fF\U% g3^]85I ,t#ɟ1)%]4q\Ý)ǵ@r&ZP _0?`6^ fǀL3L{5}F2YNs ,f(p"eA fw(~/!+S^6POОqYPS4h1+Aн4!I( )I)U/i^RT#Snt WAҠ_4M_ƚtmG *N3jiZŝz%2sxdf%fsˇ <'E)tĀ3 #aQ)ZYXґN}\2)!ucXP֩:%+L$Y`ֳCB{іKUjY0Iaqc'&ZիZ\t-Wb¨WQ(,,=IφmC06|ILqkX[:-,Y֢jBқT/3f©fs 7#z״y \`?*hK1rEZ;}:$L -VQUe]Cj)TC>))5 ~nC5e \+P@b$$iZ5ZCĦ3( r2e*smGV=`+<and{+L ΥJ .MUREBID}P>u.ךT#EKꦶF# JrdTkVW1DTmv6mLd7(rsUa<;MIZC4% 8t/+Struhtq\hy;mmnBM^ur%o-IQpQjG6"_+XXf˪IB, W p{!a}B\#WYr+9er&9ys'3'͉IWҙ^`Eoԩ^u_zzTNa׼^/vgO{^wy7v ۜW'w)_y_&1y7vd^W2`U)(nON?_ 5X̕&ǏKXb?q}Xcxm6 {^=n)I?}~~ZMpC!'q}x!l̈C6$l?4$}vjO+hENE,!po'Im&(OD FFLJ)OWQlO:ˆPYW|ʫĚY̓6M;%pTT謈Kڤh%5,c`& E 忺 opPtoA|:Liujdwg.uf- "pĆo0np.&;0,rjL8pj;Zw#x<`&IZq-|h {xDY x4%uy`y<'}nlhÉ|"IYQj( w<:, L> 'pH rz~gNh Ѕp'䈌h!"j/,\70,t{ʰHF TH; u Er=RVIp *(Q)iJ'2hF~8̑pxPdRd*k%+q*&)*, G(⧈ob /" #*y`rgdBS0o%URdʮJ-'P3OkDK84n/*f燆6҇&)ILBg3A,+s! q8*Z_MHvsTCuy6'o3 LXi":̨L;8JBO`*8H{|\{ef=S-LBv{,;dVzwYbMtULXi}Tt *s[kϤG?Uj:T m9sta}Gb*.vU ,jZT 3[D Mܴ`VV`ʃ "] "يYY5~kW}^yN ڡZYc/q.9?mb.KڤUAW[ڥ_cZgkڦosZw{ڧZڨZکZڪZ(ZǚڬZךڭZ皮ڮZگ[ ۰[۱*۲/3[7;۳?C[GK۴OS[W[۵_c[gk۶os[w{۷[[[[[`t;e;a[[盼 ;[ۿ۾ܹ;{;™^$!›[Nr/\G#|(@{`HܽOg[ƹwyLJ\[i<7=\b@r@ &a{`f a{˷<ɑ; [\u`[As@Ǒ;`a$ 'ķ;&`s@ М<\W! }|w`c߁ӵ  ʳ|˻  (\ʩ\E=Ǒ] @ѕ]<Ыy׷ד#TХޡ)Ÿ | @Eԕɥ׷}'=-w=ݭŵ\ a" ^)!~u=eA{\y |^U|]{ ;^׻~wq D'Zq} t헻s޷>>O_1 nӻ'a5=_ADu\ҧ<GM>I~a>gk^i<T칽-$} ;sݻr/8* 18Cjrux6fȟYR!QR IBL"F:򑐌$'IJZ̤&7Nz (GIRL*WV򕰌,gIZ̥.w^ 0IbL2f:Ќ4IjZ̦6nz 8IrL:v~ @JЂMBІ:D'JъZͨF7юz HGJҒ(MJWҖ0LgJӚ8ͩNwӞ@ PJԢHMRԦ:PTJժZXͪVծz` XJֲhMZֶp\J׺xͫ^׾ `KMb:d'KZͬf7z hGKҚMjWֺlgKͭnw pKMr:ЍtKZͮvz xKMz|Kͯ~;SG'xtM@N10 1|a A,a61Q`f0b=Θ2jGS8>0c<OE6=  Ox ,SaNM/curpl>a Yvߜe]y1I`Gdys < /YTws>d6YåcKIOB%:wN JŌAѧ0' >ЕFo}t kE'azs?R?tcGZ>&&s[?zFvc?An u|9qDZ&$,! 68K7{ =NA!,;/0f?) ڼһ ȹ!0H[s||}|wyzrvxY|wEu1qmlm|r'n~/hv:`t>`pFakN`fW]c[_b_`b___^^^]]]]]]]]]]]]]\\]\\]\\^\[p\NP7C$:,2!"        + : C#M'X&h)w( *22 H*\ȰÇ#"TGQċ3jȱǏ CIɓ(S\yE0cʜI͛8s!Mˣ/jTҞP5"uիXYu@fç2Z;pm+zY3 ohс.]=KpPNCҊ]xd`AH[jY &[.b7r<"4;aEf!sŨ}HEQuSH`-.V=i惐38(y҅it;2Yid@9E%.)Y^cVy棐W]}EӅU?Iz6e,gf骬R譑kV_i  \y3(kkR*j:Iٰszd+w^"΢ zI-bhb۪k5~7_cY!"uoҚ#ת%,pE흻Eƌ*/IhYqS$. Bc>PDI᧯+_W1o HL:'H Z̠7z GH(L W0 gH8̡w@ H"HL&:PH*ZX̢τ.z` H2hL6fܢH:x̣( >␐L"HCސ$'GG֐̤& iKn2 (GY|n$ QP`,Ϩ2hZC &k)Ca2(i`3 $2h_23|& ib G,9Kmzt+aJtfӜ-t'չNX=M&Bћ]8 JIoD( N6ԡ)h%PJe EIHWsL azƖc iLeZB~v'8!߈/"Z`hn҆N zԋ<-{׳@ISfGv0.{ /SO3yr0@B8DXFxHJL؄NPR8TXVxXZ\؅^`b8dXfxhjl؆npr8tXvxxz|؇~8Xx؈8Xx؉8Xx؊8Xx؋8XxȘʸ،8Xxؘڸ؍8Xx蘎긎؎8Xx؏9Yy ِ9Yyّ "9$Y&y(*,ْ.0294Y6y8:<ٓ>@B9DYFyHJLٔNPR9TYVyXnЕ^`b9d9#Qhji^ƕkp)gtI_ui9zٗdy~aɗYY)~Iy imyYٙ %P  `9I#9$  0 &q p #ٚeٛY aĉ ex)cYI QЛ"oi`IО Ip+ $Pٛ %`ðĩn@ЛӀIЛZ9]YZ&y*q9P)zЛ)pI&ʖԙڛzЛ+ jI`iIz`ie9M+J]٣ q ^Y(p0Z \D 9 ay0 nicI :Taڕ vj٨_yЛ0.SJQp  : @N: 9 Ьʧn`0 ࢂ1 j#& j>z  ]iHj bi2ڗ$P* ;:ayکya靽9aY'[a>ZZÀ]J0  ʮe"`9ꩽ எ׀ڢ*b 2ەyaG5*ڕv_ӐzZ:?/+jcɲ;e=B{ $ [P#wjmoL{ Yayn@bɷ~k۱@ە$g ) ez/몔+@ʉ` k<[I]Iðڪ۶nęRk:KZ_81{ Dנ)':Jyc׋ KBek[$] ;z !`UڹٷdY{ z[A*[Z]yKڛeˮ0 1 :%ýaKkЛX뻀ڢ\`p <: @rnn@ժS>|<| cq÷&P&0 Zf`(&``dk죐j@lL| | j)LYl" Ś  v K 8* # 0;I(05|{b 8zڜ!*l $<$Z :镂 v: P9\q Ĝ_p  Ð ;ZgD`ie2=Y5MKe8].0A^2]e! @ 0T]V}T]0 R}*p " 99d}hjj! ,J*5!&!& ' $  !# ) . 3 7!;!>!B!E!I"M"N#P$Q(R,U1V3W5X6W8W";Y&:U,)X#qI yC2iء F-4 IK t8PFL~;8ы_\"nz&4I>jjDu͓XV+9ϠCv{ѨS^fiΝ[˞M탯 8}Mj6ȓ6УK_ӳkνOӫ_Ͼ˟OϿ(h& 6F(Vhfv ($h(,0(4h8<@)DiH&L6PF)TViXf\v`)dihlp)tix|矀*蠄j衈&袌6裐F*餔Vj饘f馜v駠*ꨤjꩨꪬ*무j뭸뮼+k&6F+Vkfv+k覫+k,l' 7G,Wlgw ,$l(,0,4l8<@-DmH'L7PG-TWmXg\w`-dmhlp-tmx|߀.n'7G.Wngw砇.褗n騧ꬷ.n/o'7G/Wogw/䗟 ÇLگ'H Z 7h hGHP+VBA<  E%l8Hqi(yK며-|awDp|b@qhL#ɈDы"8C5ꏍ xKa؀07|(TQ1&O,PXSP\+gJFjSЃB7 R}WCg יSJ˜K՟Cjz@B8DXFxHJL؄NPR8TXVxXZ\؅^`b8dXfxhjl؆np(0tXvxxzu|x8j#x|臈HiÈ6{8؉pg㉢88fcXȈX6dC886SЉ8}芅xZ R0YWp^!] XV%،v( pۈGQ 1a؏!0S숈(6x8xxS菂X]pIf i66$Px84`x$BI Qp+0:I"p,ɔ 0u(3P]@)w(V@NS@xXPiyZ 1 63yxP-ɗؖ##IS^@{}\I^9fIlprivWvљwy.^pitY-阐iiY٘jٚ\}\53`X@$Q ) P!pXV0i#͉ ! $zyCRW0#04vxwhv8h)Ty$sxO`% v3OYp8 lyy 9wh+WyXۉ3<v؝^yPKI_jZQJ34Y-;PPPY ęHꍼ8v"#0.0Yjjxh" k .Y*Zf5hz\-poZ74`P9hX vkɸٜZ4 qrꍆ9Tpr*y:4<@`ROy5JY "^VS|\ p[[ KpN붞\.n1ʾҮ!,&*5!!!      #!%#()+:/=-9'1 - * ( &(# 6(A-J0Q3[3n:yDvK rN)mP2gR;`SCXTMNTXHU_HT_IU_KV_OW^TY^X[]Z\][\]\\]\\]\\]]]]]]]]]]]]]]]]]]]]]]]]]^^^______aaabbbbbbcccdddeeefffggghhhjjjjjjkkklllmmmnnnooopppqqqssstttvvvxxxzzz}}}~~~ydUKzBuNG̻ћOHc-IR1aE;cY@s0.>v|ݼ;H@_ǰ,C?("0g}!^|7ňyy#E2A @Ec D" h@-jx70$#R3E1,3F2 F ,El(0c'(h Dȑ!ul H?a:,\,X C>ޱ ;'L0 hc#P .fL!7C5)M8CcY.H/|wl Y L@Y,oLT 4H"-b *!]˦EHw9brWˤ8gd!If crHC#U e0y̻/`^4Zԟ;)ռc=)ژ!a U6̣b+ ujХeR{V& J7R/ȁqdnĦ %ȔrT#DQ)fh=+0͚,n _U#8k3±gmFzqViYbq2RgHcZV#,"/h. aeTҚMjW֊6hlgKվ )v p[rcMr:Ѝ.txBͮ:̖Enur޵7Ђ x.uc}PFsW >HMoU^_xu{#x9 JD uCV?0';^½{4vcxí TЊ"V|VŮY7b@R@!,1}?}ywusrqpqrtvz}rb|SuIp@m:h9b8X4C*-  +18w8 r7 l2 d*Y$ O I D 9/(    !%+4@H K !M 'Q )V $\ (c -j3p8w;|;:9/+-8B!N&\/f cq6Q2\c˞MCΩPY+lƈzi4\УK>זߛj:E=3q)ݚӫ_5X=ɰ'G_mUsiTP9G5Gffmu^mxAE}0FM]=-@xca8i$Ft$L:"%ԏQ->\*\eY$&Qmbly8A_7Ҏ$F@v*h 6u-8H9%G:F襘N'`EPhUa~~ꪬk*무n*Y֪뮼Bw++-ǜ@M}*6,UO=kfv+k覫+k,l' 7G,Wlgw ,$l(,0,4l8<@-DmH'L7PG-TWmXg\w`-dmhlp-tmx|߀.n'7G.Wngw砇.褗n騧ꬷ.n/o'7G/Wogw/o觯/o HL:'H Z̠7z GH(L W0 gH8̡w@ H"HL&:PH*ZX̢.z` H2hL6pH:x̣> IBL"F:򑐌$'IJZ̤&7Nz e%@RL*WV򕰌,gIZ̥.w^ 0IbL2f:Ќ4IjZ̦6nz 8IrL:vi4)&P@9dz B\X;]Q8Qlm8GGgC ŢBWC>= (Fx 9 yF*餔Vj饘f馜v駠*ꨤjꩨꪬ*무j뭸뮼+k&6F+Vkfv+k覫+k,l' 7G,Wlgw ,$l(,0,4l8<@-DmH'L7PG-TWmXg\w`-dmhlp-tmx|߀.n'7G.Wngw砇.褗n騧ꬷ.n/o'7G/Wogw/o觯/o HL:'H Z̠7z GH(L W0 gH8̡w@ H"HL&:PH*ZX̢.z` H2hL6pH:x̣> IBL"F:Rau$'IJZ̤&7Nz (GIRL*WV򕰌,gIZ̥.w^ 0IbL2f:Ќ4IjZ̦6nz/QrPn. 0 9I@h(-zdŨFY {Ԟh1JЄ@&N8ZZ}T?ɠ4*ASuA=USaS?E9zjUJhZE?I Ir5V=V~5ri]UA=Z]^A+(*:([# ֮Nr&+UBͬ*ۏFaFU ,Kb֟e BNeω&nl@sdjR4Xڰ-t;RU*A'Rz7-u}lU?ǻ|@@Y؛eS d_rvu’0zUY~hT_ic h$tRkꋾ2Mk9ʇrJ e)'5J%KcE1 fJL垘̀~fj(2& }$Xe4 4+]ԽN{7;|6ORT}GO73 !7,0}v}um]W|TxRv\wluro{kxnwtwzyspmkkkgUA)  ~vmc V PMJ}GxAqjԣ~CF9gGrir }( lA5ech[崰d.i~R2+$<蘿Z+־ E^ZPbJuAyN3RiIcAO,[Xg(DLn*la P\"4\yy6Aal^w!cԟ'Vm[8)B8G▰$J1B RrZ~"(i]s@~Ss},6ﭜʌѧSMH'ynwJﮖYC~_xD'ELnRaqԘ (5@ŋE- Ŀ4#rEmr Ib d12dL*>I4?RĔu*wKKTJ/QZ]/L 3GzB)qNAT6/d.%b5l^D&Rz̧>~ @JЂMBІ:D'JъZͨF7юz HGJҒ(MJWҖ0LgJӚ8ͩNwӞ@ PJԢHMRԦ:PTJժZXͪVծz` XJֲhMZֶp\J׺xͫ^׾ `KMb:d'KZͬf7z hGKҚMjWֺlgKͭnw pKMr:ЍtKZͮvz xKMz|Kͯ~LN;'L [ΰ7{ GL(NW0gL8αw@L"HN&;PL*[Xβ.{`L2hN6pL:xγ>πMBЈNF;ѐ'MJ[Ҙδ7N{ӠGMRԨNWVհgMZָεw^MbNf;ЎMj[ζn{MrNvMzη~^"O;'N[ϸ7{ GN(OW0gN8Ϲw@ЇNHOҗ;PԧN[⑰4p~0N4pxBj)nc=:u|y`7>aXױ1C^H@؅}W8wȕȘ9~@ 72pFz97hEș %Xxوvٕ (ٜg~ʩp^GyL w'wXιpɘ~pW)Yp陞 Y2g u82(ǕkpEɍ|})橉Ry:Ө  Yj8y& V8w2u4ڊy*|=JιX*x({lHUJxWU~\Zr㹤Gx`u2Bvx٣`yd[G?y|ڤYh~JU9اV zuڥq_.*pʋ)sZ:Zzڪ:Zzr!=,2}|vpmjhaYSPLKMUZeuƭz[B2"/'t[OE :1s#1h51ZN.Eu2-336;=y2k(]G: / &!#*,%22 H*\p{Swŋ3jnB M\Ǔ(S\ɲ˗0cʜIyN|hO$iѣH*]ʴӔӫG?U`ÊKٕ۱K[ٷ(Arݻx{.[_ t+^߿t-˘3k8bۺШS^ϬÎJt۸sFY->'kȓK [Rj;NYT[G ]ݷ5˷/޹p$ϿZTRt&8]Z93U rD@Uv`fv ($h(,0(4h8<@)DiH&L6PF)TViXf\v`)dihlp)tix|矀*蠄j衈&袌6裐F*餔Vj饘f馜v駠*ꨤjꩨꪬ*무j뭸뮼+k&6F+Vkfv+k覫+k,l' 7G,Wlgw ,$l(,0,4l8<@-DmH'L7PG-TWmXg\w`-dmhlp-tmx|߀.n'7G.Wngw砇.褗n騧ꬷ.n/o'7G/Wogw/o觯/o HL:'H Z̠7z GH(L W0 gH8̡w@ H"Hd[0&:PH*ZX̢.z` H2hL6pH:x̣> IBL"F:򑐌$'IJZ̤&/)t&GIRҊ"G9ʑ(r<я}2G?aG|4#qc fl/D-ylnH*apD#-&6c.A40f:O8FS&3Z+SdA+DЈNd|G>`hu|gGO}b(2m)ŕ~4G+YXFS)KpO//`i.1Qlg>Jժfѥ-MKΩ2 FWMQvrRDUaj ԣt@Ikbs0TMRQ6P''`8G, Ozum;B9LP4G^Y t]j(,A۽bө%*պZ+.3kpsU_T4;%.h\i~'e+{ْfְG:̰clf+Mu| ӆ>|kYQ-|ϸN@>p5]B׻M()ݎ2ީX?I`Hub[~C4Jñzhֲ0^t8(qdR:}(٫Y&G:(;~Wa'"fjUa6CŴ2fy݀.1΂msӼ~{K[@2-t}h/z""8=_Y9*X9DN3bm2٬QĮu k>zPnk 9𥁍Ma+xF{xU]'B=1Wi Fnok/[װe`7n;rOqXvN|>@/߯ema׀ }[KʥxU~Bhd׀8Xx؁ "8$X!,]*h5 4 6 7 7# 6%!3%!-$!'" !             &-46 8!:#;$=&>(@)B+C.D3F8F<FAEGEMDOCQCSEVDYC[D_!Db#De%Eh(Gj(Im)Ko*No+Po.Rn1Tm2Vl4Yl6\k9`j;ei>jh>lg:mh6mi.mj(ml$mm mnnnolqltf wb y_{^~_aadfkptz #+27=FLNPPPPPPQQQQQQRSUWZ_eilpuzŅ22H 61F .lXŋ3jܨq3(Ra E4ɱ˗0z`+mcrf͛9wIhxhf 4*XiҚFjg Y~S 6sZꩩ꫱zk! ϭY쨴*>!%,<0/ ! , - , (!#%$0*-E)Cl/ZGa|X]c\]]]\]`_`fccmebvjdn_w_uĶܴѷûäˍ~22 H*(‡#J!ŋ3jȱǏ CIɓ(S\ɲ˗0cʜI͐ mxM/ $I=hXӞ Dl a6qb]VOZ.(/-ks%\;z.גZ|}P @0Aӟ_e|-&@n] h2gwJڢO)j:ݧk➚ռУRyE|;yLK4]k(1(m7+ۼ. rJ@9҇ ~(L W„d~ g"㥈=;ښ%ErI 6Z^X }΃⠸2(*f37*` d_?Wp(eM3`| Di9lT= zG>#EhEґϊQ,CEITC'IJZRMHdH+檆)7V-m|gAΌyAEπMBЈNF;ѐ'MJ[Ҙδ7N{ӠGMRԨNWVհgMZָεw^MbNf;ЎMj[ζn{MrNvMzη~NO;'N[ϸ7{ GN(OW0gN8Ϲw@ЇNHOҗ;PԧN[XϺַ{`NhOpNxϻOO;񐏼'O[ϼ7{GOқOWֻgOϽwOO;ЏO[Ͼ{OOOϿ8Xx ؀8Xx؁ "8$X&x(*,؂.0284X6x8:<؃>@B8DXFxHJL؄NPR8TXVxXZ\؅^`b8dXfxhjl؆npr8tXvxxz|؇~8Xx؈8Xx؉8Xx؊8Xx؋8XxȘʸ،8Xxؘڸ؍8Xx蘎긎؎8Xx؏9Yy ِ9Yyّ "9$Y&y(*,ْ.0294Y6y8:<ٓ>@B9DYFyHJLٔNPR9TYVyXZ\ٕ^`b9dYfyhjlٖnpr9tYvyxz|ٗ~9Yy٘9Yyٙ9Yyٚ9Yyٛ9Yyșʹٜ9Yyؙٝ9&t虞깞ٞhYy9ٟڞZjz jGH  :zYڡ 9!!/949".P!9У=0Z2*C R:!<H!Hj\c*.0R0Vڣ? 𴽺|LAy휌v+lL,}@`L }K6-0 "=$]&ѻ! ,I,3     !"##&%(*',.,24/7:2=@6DGU5l#|(`OVZ~ Ti%Vx{ Ihv!Ku(~H$"{&0X]M'8b<@)DiH&L6PF)TViXf\v`)dihlp)tix|矀*蠄j衈&袌6裐F*餔Vj饘f馜v駠*ꨤjꩨꪬ*무j뭸뮼+k&6F+Vkfv+k覫+k,l' 7G,Wlgw ,$l(,0,4l8<@-DmH'L7PG-TWmXg\w`-dmhlp-tmx|߀.n'7G.Wngw砇.褗n騧ꬷ.n/o'7G/Wogw/o觯/o HL:'H Z̠7z GH(L W0 gH8̡w@ H"HL&:PH*ZX̢.z` H2hL6pH:x̣> IBL"F:򑐌$'IJZ̤&7Nz (GIRL*WV򕰌,gIZ̥.w^ 0IbL2f:Ќ4IjZ̦6nz 8IrL:v~ @JЂMBІ:D'JъZͨF7юz HGJҒ(MJWҖ0LgJӚ8ͩNwӞ@ PJԢHMRԦ:PTJժZXͪVծz` XJֲhMZֶp\J׺xͫ^׾ `e􀧰.@0V!cr$wY~`nKe-ٺֱ--N;ɪvnljY-8F\!+(Ttr @ DHB|  >8A /*NQ @u]TނA mA>`xƚw \[woB$&W`˂!Q}r]%!,k EL € (!CN fa*%άK^" u)L`;2{dC%ɠuI?IƢ-L:D[QC0%X0 NY5܀@!}H?`j;mEl(D!.^,PA , %pz0c!aB Vߕ< >X R`㖕 &4"H_-u@qDcY&ƣ<!rhRY)5n|RHl*Do0Nn& R}dw!-s?ue_{yd%Up5we % p9(L. xE3>ڎ-}G],?8;2 =v+tuqVc]8aG}{rUX7qǂyv`U_bՅyVlOЄJ6Y>0grHa};{}hfNA8NX@ш&rx`N!_, |R-QcoȈ7eGyX&%חad8.A&x  Tc kXxĨhKpa8؊Gv ay*P !M)FIPJkBhӪ]˶ۦlU5˷߿lҭ{/È+^d׸˘3}d͠CMz'g ^ͺO6 ۸NM;KYȓ+gI\УKN9ɔk=u_sӫ?lm[2 ם߀x7gFY9(f֧ >ah,(h!8<@)DiH&L6PF)TViXf\v`)dihlp)tix|矀*蠄j衈&袌6裐F*餔Vj饘f馜v駠*ꨤjꩨꪬ*무j뭸뮼+k&6F+Vkfv+k覫+k,l' 7G,Wlgw ,$l(,0,4l8<@-DmH'L7PG-TWmXg\w`-dmhlp-tmx|߀.n'7G.Wngw砇.褗n騧ꬷ.n/o'7G/Wogw/o觯/o HL:'H Z̠7z GH(L W0 gH8̡w@ H"HL&:PH*ZX̢.z` H2hL6pH:x̣> IBL"F:򑐌$'IJZ̤&7Nz (GIRL*WV򕰌,gIZ̥.w^ 0IbL2f:Ќ4IjZ̦6nz 8IrL:v~ @JЂMBІ:D'JъZͨF7юz HGJҒ(MJWҖ0LgJӚ8ͩNwӞ@ PJԢHMRԦ:PTJժZXͪVծz` XJֲhMZֶp\J׺xͫ^׾mV#Zlpd} 6kьXED5levY􈲉%@ Y戴5mfYu)I!yxE@&`JDhRaaIkZa hp5"d Ȑܖ@A$%h"[$ }rC6LaАn3W1 tg݋@3Y.՚)?vyyvAMÉ"{w5|K;0w fXCؐ24"&vML`go8C!"ayGĐ0ؘ!_M/* =C4($uȚ茛sbgM0_}vv nleubi]Q)vp]WXds0*؋0;qpbw@q;zAk~oYMv~',I;zhg vsL:-sp^ l]`@v;M]\8^(NIwwRqpag pfv#hp}YQzegoomZhwm4iEW0)7r( aaqו^yqs XOȓuSwb$f`T qmpgsU_< ¥v؉[EFp dgel{L azU3^ aj`iw[yfxP\ zm3)zZkY!jhbJQ"z$\Y`p ZՍ:,* :;JޘFAXSc&b`@%C eXI5W2"SSS"h*5p@.ҦQ#yk"r 5yWSxlgxL@=2ڨ! ,b,3   #&#     !%*69;>INRV U&W-X3Y9X?YE[J[N\P^ScPePfPh Pi Sn!Uq"Vs%Vr*Up2Tl:UjFVaRXZXZZ[\]\\]\\]]]]]]]]]]]]]]]]]]]]]]^_Yc`Pg`Jj`Fl`En`Eo_Ho_NlaTjc[igdjihlllnnnppprrrtut{|{|ywusstuvxz{|~}|~w~p}h|\|O|>}/|!|| } ".=CHLNPPPPPPQQQQQSUX]bhnvyꇼ卽ᒿޗٚ֜ԣʫŰʰ̯ϮЮҮ԰ӰӲӴӸһҿòƼ22Hp"ǰÇ#JHŋ3jȱǏ CIɓ(S\ɲĂ0*yХ͛8sɳϟ@ &͙C*]ʴӧPJ]YQSjʵׯ`V%x5aسhӪ]˶бtKݻx+S? L0H 5̸ǐU˘3DLYϠCOvĕ+װ TA8HͻOMF IBL"F:򑐌$'IJZ̤&7Nz (GIRL*WV򕰌,gIZ̥.w^ 0IbL2f:Ќ4IjZ̦6nz 8IrL:v~ @JЂMBІ:D'JъZͨF7юz HGJҒ(MJWҖ0LgJӚ8ͩNwӞ@ PJԢHMRԦ:PTJժZXͪVծz` XJֲhMZֶp\J׺xͫ^׾ `KMb:d'KZl*(  A?x6-jWZH $--3[uۂa!Fa|-ZRKELq\|qfc.zbsyQ/~ 2[B,7|[w=@k[5כ ?شoN8VvA[ l;x G&1{غ2q $ńX1L^cɭub$ҎxȈr0Kpv#ȰB~Є*|*AG-0` \E)/~l";Ufk^ >4\]BT`sla ,DZ( <(hPPYӝ4x:ZpCQ<$Ŭka冠 Dnk?</DOs%lCvtD`g,L29;O70rW?BDҎH/#"ԞwLz3G=T?Dq#\abcP ' ;G9 "=En?o^y3f4';}+RXg;ꆦHhWd\3n2 _?E`gn(+iPdYv{aؿ;>w(ׇl(~͟sn&ᒁ⦧;nO$V%qj; &l#"oӦ{z~90g Pa A@SGD;p @xlnFHf ` u6z^yjrPWm#`iw^Ye{? oYou^iY~1h]wfSP S۠ P}IKH\96^ !u qG|c\ezjln5av='7aeUdJF.6 a<0FcWc69_'ep?~Zb*Fܧev }7\^@q>hvO ! GPdwgMcǍ60Xx蘎긎Hi8Y ؏ yyp ِHyɐ@zo"ِY#y6XP+ y p1I@1@ّ J195P#@,9oӔ y0Aٓ0RBɐ\ٔ"ɔ@6#  i60 ɀ )aJ6Zɐ{U d9/@i!`鐆S!,o,W3        !#$$#"""&!$* &. '1 (3 )4!+5#.8'2<.;C2BJ7IN=OSBRVDUXFVYHWZKX[MY[PZ\T[]W]^\__```aaaaaabbbbbbaaa```___^^^^^^]]]]]]]]]]]]]]]\\\\\\\\\\\\\\\\\\\]][]]Y^]V_]Pa^Id^Ee_Cf_@g_>h_=h`;i`:j`8j`8ka8la7lb8mb8mb IBL"F:򑐌$'IJZ̤&7Nz (GIRL*WV򕰌,gIZ̥.w^ 0IbL2f:Ќ4IjZ̦6nz 8IrL:v~ @JЂMBІ:D'JъZͨF7юz HGJҒ(MJWҖ0LgJӚ8ͩNwӞ@ PJԢHMRԠ6cA TN56g*VfթE|*TzհUeYVEeY+W׶ծu@W$QW  <`FXR.6EXV(oիCB\6"Mbٱ>D%AiRʭD#x"pC!8v"p!!ELbpm&fۈ20`I$6  *X !2lU*R4paho ^:7Za[@|½D]&6px }+|%Q"DQ2$""̛X " !f\xlLcMu$ ,O@=AtdвVۄ[z ,;x  DbP[Ͳw\Y15Ñ H$(%VDdsgKNY~`("hyJ. ߶#M  AUX^t}6H8i3X3"*K7‰g?!`&*oyd$!m,-y `ІB,=$i AIB>Q3|Ac0ng>+%]r3%t{kuk|#u~c+>ܻ蓶w~W߰-A_!$v~Հm;6ZZxx6 (u[1ms ,؂,ePkP6x8X!,|,3 !!!666XXX\\\]]]]]]]]]^^^aaaccciiiooossswww|||22Hp "ǰÇ#JHŋ3jȱǏ CIɓ(S\Rd<ز͛8sɳϟ@ބrLH*]ʴӧP$ZШBXjʵׯ<ٳhӪ]XdiKݻx^޿ L}^̸O'L˘AJϠoӨ&װ{۸;6߷wNq_μWKN-ճkB]Ӈ,X#O׎d&`k.F(Vhfv ($h(,0(4h8<@)DiH&L6PF)TViXf\v`)dihlp)tix|矀*蠄j衈&袌6裐F*餔Vj饘f馜v駠*ꨤjꩨꪬ*무j뭸뮼+k&6F+Vkfv+k覫+k,l' 7G,Wlgw ,$l(,0,4l8<@-DmH'L7PG-TWmXg\w`-dmhlp-tmx|߀.n'7G.Wngw砇.褗n騧ꬷ.n/o'7G/Wogw/o觯/o HL:'H Z̠7z GH(L W0 gH8̡w@ H"HL&:PH*ZX̢.z` H2hL6pH:x̣> IBL"F:򑐌$'IJZ̤&7Nz (GIRL*WV򕰌,gIZ̥.w^ 0IbL2f:Ќ4IjZ̦6nz 8IrL:v~ @JЂMBІ:D'JъZͨF7юz HGJҒ(MJWҖ0LgJӚ8ͩNwӞ@ PFHmOgԦ&+STPjծ3^ BJ0UV=X:0i}kW*0ʕq+U0굩ykS 0 =,R /*A_9.@<@R@6WDpനE-.b6c_U'ARӮ"ߙm~vQIveB ~K}). ֢DmnI,p@"&x/p E"oyYw$)Xi7Fľd w8Y#g`(8_ >8@XD!?.|Zh!)AƚG*_6;UQPh%K^!=Bo' (U ֥|ږ[*l`}v5scgnVwvqo0ncad !vOU|Qi7%pNynwpW7_r_9j$hnAGjWV[GeVowUC姄vA}yf`$@m p{Cn!up}fI5mUF_uSՇ'm7__e4 m_)]f~ ؊؊XWh3e#GU}vHsq7' upA%GV$Wei$Hx}AdTW/|2Q~ U'|v!, fx5m)Piׂ3x3h}e+U(xf3fUWawZhz}_X.&z ч7w$tuGqe2n6Ne\n r B n%Eg]v aq.htX֏pi0xV|']weU%2IWrYwz'qaxj{Fm߇5A7JEg~ qvr@l _ 1pWPin6 GUZ`omp93s)_ kJI6Yt q0Yv ՜0e.Xv vYGgiZ^U%wf^-ўE~n}[P3)"`Tnj@mxƎe 01 y `@n  z@ ")`y8m۹=6XU7 0we Pkc8!JUsX! _c HuilxejV`[fH/gU}\yc{ (%xʉz_I09ukQ*a ŨꨙЧjjAIa򂪕ڎj WZAꪺ /auy9Tf񠤺{zZqj0a. \ߊ`.:\j_.SZ^.`' TwzjVʯ{Я{ۯA۱ !,,r3*+,,-+($"!                  "# %&$*('.*-804B77I?8OF>TIBXMCZQD\WG\XK\YO[ZUZ[Z\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\]]]]]]]]]]]]]]]]]]^^^^^^^^^^^^_______________```aaabbbcccdddeeeeeefffggghhhiiijjjkkkllllllmmmnnnooopppqqqrrrtttuuuvvvvwvwwwwxwxxxxyxyyyyzyzzy{|z}{|vwqtopplsl~lkkmprtv~x}z|{|}}}灄܄чÉ225Hp"ǰÇ#JHŋ3jȱǏ CIɓ(S\a<ز͛8sɳϟ@vrLH*]ʴӧPB$ZШBXjʵׯ"ٳhӪ]֣{ Jvaۻx۸sa֥ٷÈ+`Ő#KL'EW̹/; ӨÕf7KMMqNL͸ NsMBУK%[qKӫO<^`y˟O?m{ Ͽo\Yh;1֜ x\!(to1[|vᇡm`u,J(V(!4cz6hՎ@)] i䑩"L61:)TViXf\v`)dihlp)tix|矀*蠄j衈&袌6裐F*餔Vj饘f馜v駠*ꨤjꩨꪬ*무j뭸뮼+k&6F+Vkfv+k覫+k,l' 7G,Wlgw ,$l(,0,4l8<@-DmH'L7PG-TWmXg\w`-dmhlp-tmx|߀.n'7G.Wngw砇.褗n騧ꬷ.n/o'7G/Wogw/o觯/o HL:'H Z̠7z GH(L W0 gH8̡w@ H"HL&:PH*ZX̢.z` H2hL6pH:x̣> IBL"F:򑐌$'IJZ̤&7Nz (GIRL*WV򕰌,gIZ̥.w^ 0IbL2f:Ќ4IjZ̦6nz 8IrL:v~ @JЂMBІ:D'JъZͨF7юz HGJҒ(MJWҖ0LgJӚ8ͩNwӞ@ PJԢHMRԦ:PTJժZXͪVծz` XJֲhMZֶp\J׺x+C 1 5k_/XւEa+XD)PD$1 M))S*T . Һֵj8lRҚK9J:[0QqKlO|1 40$p"qWbH[D0Q9.n">$@BinY"Җ'yI/׽vwR_)=I~ϛ<@0xE2`T"Ȁ LMeA0.,#j(&X,#n0ᅼw&'B"hp@|e|ip?HbфdPZ+HV0F ^(MC|Q.v nT J( c`DbE"Є!'498{W$ )"|_)oeT:#x-C^+ -_E*B^6oyB]uo"ſ 4VNDL.#¾G%3"΅n$]H$)0 &):,c uB' eW` PoQ GʼH4<BmQ(J08=설8>EAEOLOTRTVVVYYYZZZZZZ[[[\\\\\\\\\\\\\\\]]]]]]]]]]]]]]]___```bbbcccfffhhhjjjlllnnnkqoitpjwrmyurzxy{{}~y}yzzz~{~ʃ22 HP`",ȰÇ#JHŋ3jȱǏ CIɓ(STʗ0cʜI͛8sI%K@ JѣHjPӧPJJL jʵׯ`_b]ٳhӪ5:ڷpʝKa~u˷ѻ~ L0G+^8 AHa Ƙ3klϒml˹ӨQra ]NM'D=C [6ȓ+ gǗKN,!CX =9HlܽcϾ`7ƿϿ? [~gVtAdAAs1VQofnu$"'b(ډ*bc,(4h8<@)DiH&L6PF)TViXf\v`)dihlp)tix|矀*蠄j衈&袌6裐F*餔Vj饘f馜v駠*ꨤjꩨꪬ*무j뭸뮼+k&6F+Vkfv+k覫+k,l' 7G,Wlgw ,$l(,0,4l8<@-DmH'L7PG-TWmXg\w`-dmhlp-tmx|߀.n'7G.Wngw砇.褗n騧ꬷ.n/o'7G/Wogw/o觯/o HL:'H Z̠7z GH(L W0 gH8̡w@ H"HL&:PH*ZX̢.z` H2hL6pH:x̣> IBL"F:򑐌$'IJZ̤&7Nz (GIRL*WV򕰌,gIZ̥.w^ 0IbL2f:Ќ4IjZ̦6nz 8IrL:v~ @JЂMBІ:D'JъZͨF7юz HGJҒ(MJWҖ0LgJӚ8ͩNwӞ@ PJԢHMRԦ:PTJժZXͪVծz`3%YXJ25!iZz"$+[j~^z=+_W{}kauq~Uk_ҫɑv+X$+eYHE ])\ Z`@m-a%kW -p,nھV^-I֐:d nmen%h/"Zҕ$f ܇hA/pЅ+H! *J𶷹dIbڲW%HTP$!f~Kſr+k޽eHM`S)yu#[l݂0Nq]T< gXKX CD:&j+ hLYR$ Dx5P׸6DX6n;h,!H6- 8Y.hB-&A ͳ ^(|2ix`=+*(0 ЅA = Z&ǣiC0܅$+[5A x^C[[8?lzBP2D +Z f iٔ! 1" -; /E{W >90kԶ8hR-au d0Uo|Zs< ) !/0I .joǚګ  B BAĜ 4g1^Ap=%wL^+Djl2(d 6AcNv˅0HD勎 M,{QB 4,=0n}4]upka!R` L] ɵw $ԱpY g!kAmK  nCKl1tݧi .h]=Dr-&y`Ma+0M6z 6ƻνsrM 3&w{lA,p{e+v{&uwbyhͦQԧted&7x~b`1| 65q!a'` ~M !'j|=Fd :0\-p(\@(k(Q6d ffG J[ɥ_(džm؃L~S/g}E]6~IZ@srm@}bg;H]@NepƷY~TP8l&py2p&ctg^PNdy vrXt|s68L8fNVqʥ`e~ ȘEyrVm&rx\Qhl@I|ڥ(Xg[X'wi٧xpx|…ewŌ%iiX,vW[矰} ms;w…!g.`0pvhyYX Gv6U \ٙXwYwɡI9 dwiTh7^s& a+iƊ\QŦa`nV:֜)8{zµ أm@sIc_PiXv|6_0U`iwd'J@ZV&~)/j6p`ZP`i$v~UPjHghe *RgnHeV 6 hkj0ƣ3Xxb_ +98Wm<`n őu|as-7t A~yY+9|gavoGZY[PڥsJbl*ZZ%~mP{åp#L õJ0g 8 W[qYcز0C_TyDil(kx H_ĩaZ ZnbQۅ_`Q6mYU.:peR@[pRP]nZ@St+rkwo:>.`XE 1{x^gqĉeu:[e̋yf趋aB0fiJ{շaTcY{/U˻d2Vϛ/[b¸/1bb"<kkP9kHZZTb "<#l!, * 5         #!.%A-G0Q8\A%cH+hK-jO3kR8kTMD"Pc;(CS+U?Vu*L: J] i+L`n `R S!$%;I"Ԧ=oIl śO/pp iiD*3LMrzfz;pBʅM;0dBpPh\L4@s6̩EJMTNzkBb62g2-n~?JUgVqڗ-'[Bȩ.@F94Zs@#LE:ف!hGT.Q a"f5|?H SHÆUfLk0`1quQŀ:T[dn3Y@iB 6Q}LʕW%dG" NEB`*>pA1TnȊdceB$0`h`'0X#, /،rd%3y_,h-@9"sJ0XvT#Z𘘆u/3{+7#pCR=DU!Cʖ0+.f r2C|-[ &IDaE")D͡M;Vq^Va04v!. `\(*R9ɽF#Vy6tYfH*U:]ڋ nBr MȢuQ4jA JPŽ(ͪvDópE Yh3} [߰7CoSB#Ea M랰` ZșעmRp L3|w"Oȳ͛[)XJ~;Ӄ0w̵Bs؜ Yv.W B*H7(T?XϺyY T}9չc cOڇ򇶻p'N"x{0Ӣ^x[l:w`" f,fy+: җ $@G@ @O+D D>s$`@ꃱ'BOh% !,,^3%%%///:::FECMMISSPXXXZZZ\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\]]]]]]]]]]]]^^^^^^_________```aaacccdddeeefffggghhhiiijjjkkklllmmmnnnnnnooooooqqqrrrssstttuuuvvvwwwxxxxxxyyyzzz{{{|||~~~~vz~jv|`qzUnxKjwAi{>h=h?eGcMcVeblgqkunzo{q|t}v}y~{|~逄ރ͈22Hpྃ"ǰÇ#JHŋ3jȱǏ CIɓ(S\ٱK cdI͛8sɳϟ@/t)3fУH*]ʴӧM,իXjʵ+H&JٳhӪؙ֠kʝKݕmaw߿`/_+^̸&aÍ#KL{-k̹YvI`'P @o̺>AȴԐaͻwI݀N ;3^μ9o J'jسk 8Q_ӫ_K˟߯T(&`߂FfJhQ(vTy(∻X(ș2⋍h4h8<@)DiH&L6PF)TViXf\v`)dihlp)tix|矀*蠄j衈&袌6裐F*餔Vj饘f馜v駠*ꨤjꩨꪬ*무j뭸뮼+k&6F+Vkfv+k覫+k,l' 7G,Wlgw ,$l(,0,4l8<@-DmH'L7PG-TWmXg\w`-dmhlp-tmx|߀.n'7G.Wngw砇.褗n騧ꬷ.n/o'7G/Wogw/o觯/o HL:'H Z̠7z GH(L W0 gH8̡w@ H"HL&:PH*ZX̢.z` H2hL6pH:x̣> IBL"F:򑐌$'IJZ̤&7Nz (GIRL*WV򕰌,gIZ̥.w^ 0IbL2f:Ќ4IjZ̦6nz 8IrL:v~ @JЂMBІ:D'JъZͨF7юz HGJҒ(MJWҖ0LgJӚ8ͩNwӞ@ PJԢHMRԦ:P>DVjV>vL11`"%cX' U|%: , օ& ׽.OYT!ZVa%i,`#D*R!L@7lG6W~$ud ހ lCnr*lW2\x deUAZ#ipVѐIH"+p"B^,$!pDC.߃B)l$KzU>8˚ǕI,̰g˚!LFlR4ڱ4NaC/D K$XW"8a HH*Pk,0cp_A #`(,}>ٶ3a FYTFRA + jZOXܖ!bN,\*"+2lJ "!zMBo ym!1ŋ{oUW! b`HʭX(~E x+-ZfQ3 [`^@o ߼ Uu?nB#7Hz 46Ǭm&J7@n" ya:GI{C"j77DƧw·>Mt.o W 27X~Di_}+v[x^/1 Ab ,O]ÌGtuϐ\@.<"Z${Q#0WWKdƕ -V J(ww`[ zؗ}Xj^_õ p w7 bgxWmG7_c7z vYr`XhWVc ^3[` ߦtUa;'[ #o Z^iF9tHP_7u [vfjPWB8~DvoKfY@\0s [DpW {^(z:@bI }ih5~4v~ xhP7uf` z}(` p Qn8[ !xO G170pPXPXwf0qppႪk|pzXiX'WPϦWX!WHƈε z% |hV|p17}XGGр1_$7{X$h Fh˨W YWN@||XuWB@` 9 \~v:u$fZkicyRȑ|xw0_`7qa,huxD|P~90u~ .~bIm= |vާvWv yyT h77xߦeWX-P0^'62wi؊mowYh3H oOi0I Xc ' >k w' trzrH @ Ѐу9 `Z ֛ 1)*x (hYTP  7 ب>wy{0X!D8d7$G$W4z i1` (f@ xg%`2 ɒ gXT{G W Ppwh[hWEgi|1^X0` ` @UA)|^p) ` G{1 WwzW iqi3 Vv@ 3\1_h^x!wZ 1j 1jg!z1jW*!j1:Jъ1E" Qu( au۳c؃ף֣R!,,3           { uuwxy !(Ais : aBUKSK SK RK MK FK CK @K!AI >= ;+ >! A B BBB; 3 2 1 1#1%.#        ) . )     %1225:ABCGFGJJO.[7b>gFmLoM]LTLSLSLNMF$QG1WLH]VY_\[^]\]]]]]___gddpggx__WSz[GnbAak@Wr?Us@Xs8[s0`s&bt bt ct ct ct h&q1q2s0s0s0r3u2y9{@{CzFxI~RSV~\}Y}Y]`bbchqqrrt~|rrqeccb\TTހYbހñ|bFCCB}oL *CziQO l060:4gdq,:۬X JܦL'%!=j,G~)2t^uJ~j /Py3C97toDKϨi pAj H.Bd}p?^7[fk2t~4q2}m,wCdi,gd)\1B<4H3-Y_mUs?Rɤ 8IyPjz?XE{7o}S-Nx[@$&ո3', )S{p8ߙ X F0`FʔJ$&_8K+'@|a3T3,^4ӯ!nFkԿ!ύ]u!?\b/D;^ vȣ#mJvknŊi1& uAYԨNWQԊ15gMZڟ~G)LYkQ:1f ء>64j[ ?dgmόNZƬnηSoo O»RmVŝN)|-r?&H|`-hGN{39БNAdp"'EJӣx'yl.*"Ɉ\9PafsB1!-wu\7EFdQZĜ,]}x$TI ӱ{tj9Dg$q{UO|1 5X; Y2ؓ$p '"\r^ย0 ξwUQΛ" =OFBߝ1A>CF7/ݷ׷"ځx}ޛ~mE$xڙtX ʤxQjGhaq{tLz|gWt'hS9HT4~6f5]omc6`#6hC6f3 6ׂCs*"v w8hJS;):f$}Qzz8S#?:NrJc]J;: ;f< 1<h; Ap;jtK="*=%XHg_4)~EsS?<$:fʗX\E~WfzB$fY؃DH?PrPOA@@tmAċAU8B0~#+Bg~xN3NDDsE`XhO#։LwS3EJؗOBǍ6GPFldGtGvp8Ǔ2@v̨/qXK3U3qݘ9Ȁ*NW8]z'u'm^1@KUCM30 `=59JN!W4bɄad xw/}#l E%m(& @yĦVC9~Q|Ϩ锇HTb9}yTIY ]Z]Fx}%Ytf })VU Z Ugsc+zMEQG)8}:iyat՛U٘a@f #]9%r N7EɒGwlYq嚞~"[{dNNK\ a\f(:TB[_ Y@8\To\'WJgO_}I^K44^6 :J!Oe `2 g7j*AskwP9bk@e fB) c+ʘVʜPwcƙ"Ex jELa"ƠնxQ+crJarx;Wң , vB8T9@n5q4g ܵh hRa+*hF#$Yw YffMJ 5:eZgP&jq h bz6ihhh9ʧj ':b|HؚJ֚ѭ*zڌڮv Z˴گ;[{ ۰;[{;Z ";$[&{(*,.0ڱ{2{8:<۳>@B;DmUQ6[JL۴NPR;T;4QZ\۵^`b;{X+P[qdjnpr;tGfKՑr1r7 DIm+~/{[:u;Qu LKP[GK rۺwʸ$}N˻ p. K\[7tx)ļἓ˓aR0a2cp[7۽KQvb T&;!+k{;n{a{#<Lj<A}a\L ¼Mi-"|3B >*Kqa J" (m\KPٛ! t9>L1ɊPjnL纬PtP`J=eMM1ȫH>= @"agA)Y)~NPR]"LG붾ŻN1Î^.˯@ %U-e) 9Ӡ4ߧN3PIfM |G~ΓB$$Uä<:\㭞ή~[\7u2Y s ?Ўl3.Bo,n4/[KqP `6]9_7_՚d jY KZ=v `d2jl/W_1 @Z`{UŤm( $TVOf.#ܾp̩O^rlvk9߫_%+^yJ|ܮlA6ŧ_ox?e{߾h|T\yƪ $Iޫjz$*N^\!ʒ*Xj|7KLAZF0o^ "TȰa=N,x0ņ7JRH%MDRJ-]SL5'ÙSN=}PEET)RM>UTU^ŚUV]~VXe͂ VڵKݾ{\uśW^}Xl 6Wb?Ydʕ-_ƜYYĝ=dfҥMFZj֭]hp_Ɲ[n޽}^Sõ+ \r͝?]8qխ_Ǟ]vݽ^x͟G^zݿ_|ǟ_~0@$@D0AdA0B 'B /0C 7C?1DG$DOD1EWdE_ѳ="H6kh'QcrLpH"D2dc~ifIcpr2;H \&U①'8XSIF PЇQ'3u~? OF%RKKJ+e'*-KK0#A #d3ބSN8GG#AA E(!Fu$h_hE֟aIZ^\LV\H´Us0ڤV' #r|EQ# >B-!I}8b~zX_?ВpqǘVrr\BuQm]wye{~ߠ,a9H٠ ƉisZ捇ck#,dOQZV'4ֆؽgmq)RkͻK\j pr'oi ;r jD8DI'w7vZwWٯf]=hƩG)'w{}Wgo?^ZgRu:} ;=R9tnH7a^ܛ w?[| #$_2D(xm[9oxv=݌{[G9k }B<:P 84Z CC5Mv; _'$N/{/,`>*ʰuOuы/*Y F4?te8F8b@Y:$ocn#dv8/#I0u:$@^VР?8QF׷?e!2aqbA}PtU&2{I`0}$0xҗ,._1gxjRcT" /V/iM? -iEr:#_b(KOv}i'2P]^4T3(-oi/@ߴRM,=Q'-!6˜oZNMJ%? gbRM@S5T<IҗGHGMFuD*S]p>U 5gVʖq*'HAU5Ɠ'I`ȴ&2L PHJs#Bq͜8R'+!ךM(JiPĴTfr32Bi1mZiq:-V2$Jmlq%V;ܜlf;?.g&uX Vo´S ݥ[LйE7FX9VE[8[ȖV j[hJ(/"'Jm%a"(Qet7UUjn 'ԷQ;/S+Sr9׬;1y4>"V@+9Eo;ҕɉ@HRGLbAR]0j˃p^EދPgeY |65..d)+K9Feիfn/Qqgcм3'xyʝRz35>F hDvWiR k'\dtv"*K{O YWЋg,k]I<) ڂI؉ڵd1 Nz>6nƹŇsi~cӝ& 2V4Ǥ"٥v) ~m$;A,LJڣp~Ws¥-r4+"O}iI+^32]L"SҴyt8Y:jn[\چS EXv/}eo_ ԚԨ(m1Sظt#\ד3R#Y:4p?@90XV0?@T2ƟŸ8 WO<$a$¸QA97Ϩ";U*4 lՒp < =k1=4pA<7Sd@\A= "D$T%\qbB 9')*',./01$243D4T5d6t789:;<=>?@& ADDTDavj;Lh+,0#kB? E쎇A#N=2qESoJ$KĹD{9 Ŝ(,TWX\F9 p f=K Fj=IE k,(hFy4RG2@'s)T8Gr :G6Cd$܎0(|lrǝ۵6IH7ORuMMlLOEԞdVg5SE*< V= ؀P|H_t+vLU [3%RTQK6%M Y\@mՑTiʹ7V>eX}B;QP wqm4O;[Wș UTyK?ת<9X8@ cSWZjٜBE;&ɉZH#Ю<Qȉ;vw<wI4_`j Mйl-1-kM*v Vb!L,b 9Sj4,' 9 `,$ЖPDS,%.߁a#N > J&.0ba^Ǵaa5U3-mhJy_v+ӓ`KN\_K=`:L&'5Sd6CZNJ+1Gi`uMd`d&~.rS-XFcRNDv\`73dk`iεlֲue`afaKjc._a`){1n䩫dt =Ʒ[W]jg_f`7 h6`νKeK:weK=f}L2Xμ!h+Hn,h_Be~%' !f!hUfXżsa%Fh[ušƚf閆ŠFfA|馆ꨶçꪶj6ìk*&±6VDvP빦뼦kk>&lv |epUh:P6Z`ĉm_ƍda/(4.ʮEPa8ȶ`86F:޽h!mŵl>fђ~Ҟmgl&Ȃi0Yl6^6n­chm]}a@cXm^XoRnw`<>vi6lNڮfn^5ngƈn0hmcxGqXdF4 $_F>Dk5c>fKQpƞwGpa> S0^@!_,b&f( `XnnNp, m~emO:Oi i&c5+lslrr' nNnG5_pvlqoQA"_qPwr'dh˖CDŦ1~>nON'u_^ abcv5 eopv^hgiGadcbeov*wF:wwIwmG;d_wjwsxovqww{gvoo|gwl}wwxwwnx/x?xOxpoxxqx{'xkءwvxw|_xxOyxyiot|'ygyWz?yzgxgGxMt&v`^d Oz'x)y'zryu_{vs_zy{G{Gx7|ėx_v{ywy_7|g'Ϳǿj|F}|gwqzgg0Xo~z JtL32}fsf8?om0q6Gh''oJo 0s%vdd9fLWZf,h „ 2lAwVAh"ƌ7r#Ȑ,i$Ju{$eE,g(Ƞ Q,Y4Q& .h$X(UYFZ שP-k,ڴ6үlkcۄo\w.0Ċ3C #eR̙g ~x1ư~J}ҁ:iX]m6J wwe 399ҧl=̢j2b2f}~8c;|jk7N)}zہRJWJ8EYx!}j!z!!8"%(")^w"-"18#5h9v#=#A 9$E# $M:$QJ9~IZ Yj%]z%1^yeey&i&kdq9'uy'o‰'}' ꑞHz(*(\E<(Zz))餜:*mz"F[:tz)*dW_w+fj6j`A*ԯ{v\{"}2Zm R^j]jZ+V:T{nEaQ{/kFGp֮U_J< Zw{:|z ̉-P/_,ơZs>,#,H;e{.X<ЕV=X[Ȳ|?4`{,L !^ Ӯ5n첒u Ԣy_ފe7y6{<-)[ 84g I6NMO 2R~);c魌ƃ[_i?a U`OZū֯u{{~i v7 ?|?g=iav[Ff]ނ?(PP* t2#d@,> (/8! 3raȜG&B _$wypVBdW,*o͹%FG$B0K,Fanl\ e@Xq[2I8AQLg`AXE4r4GY^S砺 P"(B*<ɆRD )Fjt%)HM*R#10ZғT)(D+w.UN3ѳxQ* TeƧ :& yIDxjdU*Y3ֲlՌ[Pb(R쀺Qa5SIh?l;:X_Uu}lc/Z,h#kQ6mmiw@6vi5sU$-D9. SU: B?$rˢU-O+Ҕ>7!+nD*,hW ץuŋw卮z݋~s-z+鷮oF(Ep𯇒+&C-ܒq}0B$?¡0)Msp4A;[Jn.Ǟ땢>!eR&Ͻ[]&6X@aA ehx]ߗ,LE]xbFM룷l>>[jJ~}૮ͥyǘcwzQfkT ieHkFhLGӜEX{5Vl(dk!(ftdFY\Rc"Ko(dK[J_uR:exERkg &۷JUbt- q|s]c^'uJ39x xڌ<tGnw^jo-b ™]g#.7[S F]Sh :! ('6,Ws9W~T]2^HӞ0LeFtas'mޤ3P:ѩic} E:An5vCSحZt8!'9:e" ||Vniv6_+7~mh?IdQwHCJZp1y;O|K"N6O|Ћ0dfwB'߽_E~~!Xy;?-MU !dtZɄG | `^I u__ٙZh}XoSq qq)T,jDGDdsRAL$%ms8!JaTa}]PGaYXeK ݛHL-_NUY*Gu b*" ."x!"#*"vGܭ!iⱙ! n&!˱51AGL DւH]-J-YC,PA/D-, 2"3"2N2N"%u`/^5nꈣc?$9c5#A&B.d2)C>$DFDN$EVE^$2FFvG~$HH$IF=J$KK$L JO$NN$O$MARHdOQ%R&`eD(TN%UVT$KZH8 5I@՘uGU%ZZ XNE\vZ#-#Su|eTMY%aa&aᥘ!%JlVm]W6R(w4s f_"h&i慐q%N0rgTkJ݄WvEGpeeg"łDI hiqN ) Ġm i_(nnNR$e]pgh"x'yz̒ D%NHczecv"EH fgy(Rs|'hʖ]e|u]fDY((裈 e=C`X"9脔ug>^ZF1}p(B(L~DNL }wNjiJDOԄY9o֡P]\VhymVa)JJq(g_ ^^&*F(]O>(eޣb'dtwc}*!{Z1d_efD\``^Ȣ^Ȑ*Vh*}zIlW"ݩi^NΛ w2xjL+`M+v ͕H!vcHZ+FQޫOݡmcgġ$fpl,!0bJb0ʪòľ,̺$+A,iJ#4Zi0kAeƬmZlZd"-F-O*-Z09Jn-KRYXm)bmr-ٖmIzYm݉ٶ~$ږ֭i]---.f.Z"2N<.G-pE.n.箝b#jn. eJqF`nmnR]kpԮP.`nd݆-&ynL|q,H/d.mJnD:"nnr/,'1(vo7ϷE7} Ox24I#ct{s8B[a0_4N[4;CxStQGuH cuxGx˳U7bDS|'y*/q+5ym[(cq$~,[Xuyo8_9,^S8ϳp[x{rӹymO9>}C9F"y3OvS:˘+mw:mz5%G7:,:t2rǔrk%8^S%SwO:6bFʶ:267os|72Hj-grhlkrzO3SkKLkopiRO0}؊۳S[ z'wjK{{#- 8VcH7K5C9C!僳L~¼.OXoXk$MBf`b?b#y9ӳwT,f3c 9碜{wú˺2_ :'?@8`A&TaC!F8bE1" cGA9dI'QTeK/aƔ9fM7qԹ'Ȍ?:hQG&UiSOB9jUWfպkW_F;lYgѦUm[`ƕ;n]wo_<0Y'Vqcq G9V5yBwu X`ML'D܂!V )xˈ'+U gLzô㟤d&XW<0y'Ztga~]ekgcY衃J>Z鷀>觡NpJJ9ꭹv믕쩵[]nlᎻ&ɖ[gg /O2o!\1\s+HA]t?*YoW]7` ﮺3ݿ'<w7ggv+<>*]~O?e4޲-K%D"ٿlzW$ y(e Ѿ x:E~/(HoS>4y Fvs=π.Bk}"QRA 9!2ؽ 6$L ч(BpYH|b*78TCM$Y^"P%hqk%({(Jb.sQ`%? G\a,Fj2%m1=V> $4:[q|]:R҆oai,a+}UnfjKb$e5Әzlez\Sr Ǟ UdijcYF{_ݟf+ƷPE݋^ <ի`X5ngK,ūR(g6ŽA38{7Mic.;ƭW{KȦq`!MݑlAŖQe,EfU}Yqќf5kvܿ6Ǚu3|g=χ2hAЃΰs+dC/Ѯ)\\x>x'Lw@ٴ:CԡSFMR2Em,BH-Vԡ*,^IlKy-V:}7 NZ ׅOc̄@[}r9fKB-a"K ::z>*7]F3ֿu(C%xmWOF m9Sss3:[!AjԲ{xsW܏ڰA|?k\TϮ2Ǣk&opljI;maz} f%ltY& ^AoƄnz+&($GZ*3yHpLl0"8Ú)lHޜBZ050~8 ȏ>D;~ %.- B0ʴh1p ҰcM b w0 Pb C Y7PO M'B\O(r.D$ (/%/l HQW'x-DCHaLQr NmtO.̱Dqur5r /ܞPpp.P8L B,qUÎ~ɢ` p@YjӢA`Kߠ%ӧQq|1tcW4 q)1rr!~#$d EOq˹oɷ2p \Zr#b8MTt'{%oM2(E{R=Ҷ2"{&/ 6#p.Ho AZгk Gca㵂+&Areq^V+.е2撵RpĐ/r/u)*6?>0 a&#S+32DRNH,;'v+hq+/[#5gOoR252W.U6Y3@ns5rgP+Wtr3aڄ g+\L "@(0s*B9"$SHPq<$->۳Fs:>|Sts #@"h:"b>;c2 5s2!538?qbl;FdLDABAgJ4/ EMZD[,KP4oGGg0 F?r3)9jʴPII@,ҐJJKC+RKK 9JLδ,4KӴM4IԷ,NN피NtOвO5P4P PUФtuQ!UUHո2M@LSQTwP+U2HBT0ulB1R6b@:, jU]VQCWe+PKN\u-l3sT/ ˳COl87'Y2uWX5?X1\ Gf^VI8;\S_F1bRL[iT\WU/'ZK>Or(:`(W_csMXK+Xqc3U i3}10SZ3GdRLpTUbb[U˞(cKn&* 64OيVaTIe4e- c}4gy_Ǧa*Fr\dlf}5Os(j]jGncG,rP6c_*EЩUgw7VI/hfUUيpÚXon6"YNחLiten#Vn(rg־RV3AW\4xbp”7t%y8vMiv7pnf5soV8+R(!)7yr6Ea(ݗ5rK'rMrC97/ cU Nr-c# n"&d`%؆u=*w;|/{P{J;k6Z6v9w-$]M 45Kl8Ţ8!O?ӫ;x~gUSyWm4X.ԄU6s83~IUvɇrmY kq4EmFwz9x0qtHHv.#ml y L9̑ %u̒1K׌P=yIYDQ9U]YXeymi̖q]GӌCy]GT3L/9T!r2i x_mx53dlVj8s3Y 3ƐC 9hZQc#YȞSbUpu؆-\ Sߕ-]:_K!-y2s63$ IO˹=#8f9pOoՆed`) e\VY1kzMsc2mCEiiՊژSvPo)=v4)׼0 G3FCCZu"Z SRr7pXN ̚%6J&Xq7vw9y{o%ի׆u˕WUųcWuQh{)Ӭ8"pf kqCWCۀL?{nCXx{6 T4U[r} vM2a(; + ;ңWqx{麀5Ձ5J ܢ.վ33{$4;woXse#7]{8ãڳ9)C;}*YOl#{mc:Mg|}z2śtoժڹZYoq^9Hs5ՏؤX!\Ouۗ\s ;ּ|r|q|p|"iܽ+5K&!L6BsB=\y/93E1kP_2B ȥv:3Y&cO6,2sn纔;=t+<22|=|.zOn^<]&a/Rg2U/@^"=}gv|cZ۝>jY\zǵU,h6q=s'b2Koݯ KoW0s`ZאZLۨI˝ɐ2 p6a"-tZݘygh5ز޹ԚhEkmt߭{ݱ[?(2}V|=ePW}l/%y4i:ق q!m"Ap:4;'bٮۻ7oe<%y3V{q;r&b}/Q2_}۴ۆ sRwy$xr6qN/:"S/… 3?=ΌYx0!ŋ1"2ȑ$%J U2\ʙab,i&͝,q3СD=dW9J 5jåM/&I6wf)5رd˒̩ٵ8:bƉ9e0"۽| 8pNy3kLtj1QUMy+˅@NRVLX̬[3-rmlaj>z$Ы><9HSfVs g =>pbU6vu(vֻ1hO?WrB^MB*䪊AgiV"e)O=lK)9*鑽UL]![@ i}קYj5MhCqnb;Lk:gv hHm$ON:9tǰX:_*m\z׼n"{ ` {جi5d+(^ me7ѮVkwϮֶl;|ܞ_\nxR-wN𦷉}fx}G%޽ ngw0*MEβN=.j9}(jƠ"|K3Ht?o 7JE&w{lUrS⿔3:RR`Eb FEYgE" TZ_[ Hu }Rh(d8"8D+#u%b'aTGeWb^lvJ:8e#r*A*+H#,L%JxLZxB^E^G1\(*[8+w+ ҅wQuKl13gxGvY4r+z?ƈ[bxI ZLpy@X(,3 Qrd]agHF7XK4 ؋Gq7(SWc]}Y&&}f5mYYEB(h# v Ux6O 5ONq>6sr MUI~Qh [mX3kyghgHa aS)aRFyIr޷n(2)0Zshx?GH$6i @g" 8)?[GYRJi~Rl؍"V9)Z'摱8>&EZP!U$iTI+qrRD Ve^zi}|9g~]UTKJaG-9U q#͒ɘKx ꅙm)zSYl(: ibT)Z,eaf_6B^$ 4k%XuOpW QYXX%w"yEgyIxeXE)ZSUY4QiW2`tiw&VnezcByI$YQ@CaCX[ny ᛶ z+W{Ҡ&EK#t'z E! 9qb:Q3\iY(ƅb`Zr^`A@ab}apnޥ^I&]'`Pf^c`^(!;h \*[WLz̗X4D6Zzw\Y]cVjؕ*K11NZ- r"Js%j_("7``ѪY/(Z ~8"Ŋu_Vd5 kYxbɟ2F.cF+FyiX׳b"ҮG0}8&qH 4d?hAy=#ʆᚰ<My! U9_b'Y`RF Er#&UfnZr1q8/: ³.vs*JvȲjt LpEI+g?IBC[I$gg4R)Ȍehh =SɶEd{;1su{vV|K+ssKk2˹g +k1R;뺵l+z+j{:2 &kR^rWqq p=!˛dK6`ӻ9K=zKuQ7G quWV"tHxѾ0R/r.g|K7WT{RRx Exyzyc|vxwW"~ [[5]4(xWGgZ~ƈf;,~ҷ9w|? A>@cYҀwÙ?TRȡGi|c-He ]l[JZG(^jW:fZܪVڱy[ZThOzl1i<ͱEA+,c⭈Z}%8":ʸj ,;4V2ԗϊ⑽NΔ(k_A aۆm.//\^^g^"mMӸ.Z鞻v.~lNF߮m>N&CҾC׼pG "oo+q+zr5|Vωu|<Uȱ#:E_>Q8&A!NON6-Ge\Zi:: Ӡ1"\yiI= g3l/"0rFUS`{h=2 *GZOА恺E HLxJ?P|[}࠿~^5#'b Ȋ?Zru{HRx O1$N8oFf99L G\ӤUDNʀg܄NI10#YY-dC%NX@ "ThG!b,x0aDwVthO%K1eΤYM9u OAk:ӂn!]tU)W:U 5B\aZkچaD[֬кgU һKn۳{dc GɔjX-űC#M3s˩+C֛_^[֙SioZϤFQdG~.OgoDz=petZY /ݫ~0iͷ*?kS-@N8j'A0B&d7,pC;2BɸpƨE  N%ێ?G+@k/F; G&Jnr%ǛI0'-#MDE/m3͙d3&70& ߴN<#SD;^" οL̈RtEO1DPF!LqJJyRKrHɬe\H]-TWZV\QUWObTVcHrWݕي ZQH[m!Zp=C쳧 e Fn֙l3TPSQ=@V`R+;^! Rr$XRL̖q)I}C&0d.Y*cG d#Y3"%H]h,s{Bǘr,):ӪSmG RʄM-'qǘWXU=+Չ~e{%oMI3(){rD%0Fj_jb5Nk n}ڋ$XSy,4xD&^㛅~rxewŏzNJ||/A~=EOtE c*M:QJOːU-\Z{r a9Vć Sx՘_2qp% Ζ۹L'$!T5p5d Q ~C$bjt9bR88q'ڬ@,vSBۿ]lAZX)e5:#:q3n䝾(<D6tcHBqxLQT.c,Dg?IQAսoySQ8/rw%1 &oV PV;1"JcՊBv E+e2L5SeX2,EhY4͆hәʦ4]!RR%ÈtScg=yO|ST;#NThG=Q:#PEyQd+eiK]RE3I-Ҝ;iO}CMHT&UKejS4SjUzUfuQ-VUUc(WFVUkek[e֮nk]z#pWV-^ ѾP'H@u2`HR.RIJ'2[YFVWe;ˬnJmiC;֚V!l+dJ4"Zʤ2r1LmMe3 InjlؙLl\]AmCwکR.|?djs\3ξ2o}9_ R0θ ho;_ko:}kTw6px41GP'uluJOŧe]br8 3e dD70Eْ zo\bM[ܖ?e( dKdG[s0{z_)2Ț=pK098s4GOxd^0vĽUY1(}_Oszt^=l9Psp<0+\f5pm劍d"|}W3#¾yFl$F5IUPM,m#(V6Z{~D]0NxV\4KV}kj ^ݎ7nh Ʋ\Zt?Mw-8(.۸F~~{4YywLk*dye-;],DnղNt`%m8IʋrgŚ_ ׳5f:}m>`n=qI罘T'Չu7iՓ>];s- C$LqUq$S3= , Eƃʲ !#:D Ccо/|~Ħ᥏jN2qE~ldkק7CVF!{I/ٰH6Pҽ[!TF+,! ?s?+, Q7dsr' E꼐A $lE\DXE_E` FEa,FceW1*VR^Cњ6OQQY+|<$-P,0m2݉3M8)QӇ00:NIS"̻ @SJLٜ,OrS/8mE-KFTKM lSCvT;Bj95Wnٍ{C[1.}REl7S@bٝYh$En2yA5ZYpXy ٘YQ%F3ZA=щYڋ uџm؊ YXE s-ڳKz!4==<33/ͺ)> uU<4V-8V@N$O5۾UZ ǕSum?,?JSβ5ېcדqm>3c WP9]\Z\>d;^eO m^6YLr  M@s׭ _x%Y 9_ݫZ^@ __ݏ_L_r_][KeB nCʑ9UE`G`=a%TVś^ aE$`%#J-v$`^Ap&a+i.Cǀ%Yf2ݟ',bdCsד 3$bא:;au1ĮjdC9~cC=VeW~dK^eXe[e}e\e^h^_faeb>fdN撺\enfg~fDffhfjfu;*TT)m?fk.gs6bdrdҺCg5JWy]krshW۰v5M g瘨fbS\}ViJhQt&XPu fh>3˓`0?hvr uaޗՆETjFą4;Ogް &F>3k8]T59j۹4|ii❠6Q.}8 vt欦xMO蹣T+dz?MJˋ&;MDd2kDi[k`}.ΆIS= 9Ml~BEdkRmHmikTnZNZUj^|T:գv)Sbĉ0jԘХÏz<Ѕ?bS!J=YgǬf3Xٖj=$Z[Wպӥ`e)ɧK[Z4#)Ta-7u{.t-z4ҦOWz5kum**f٢S?$Ja\DZC/L EՌ^;zUFQzw/Õcygu"y3pc7uJUz" ؚwcMaPUD {% ڧcEX͑DAR]e+¤܇ (^$+eǝ&iXX"GƇQ̂uiR;XKE4$_bBXfkE!vY'Ar+a`d -2}afekQ{ӧxQyޘYO^M!7_ 5\GaXl&" [*2:4Vd=8Ћϡ6#Eed?Lي?9Y-L6In(aDU'Z.JGu`\* QzDziCc"d UaԁuҲ9lvBkD/  aC\ll?C^9KaP-F.*:Q^eWuRh^ݹDWyzvbdkh_G*C뢺 ,,7&߻k!rA;]Alͷg9c'ugwxJVt@y>Zb>kE4RgDTO{,n5Dejg44Ů"euCRk4(93f5E7 3sk-qu㟿g?cЩf0G(dU1aͥ&`$JC֪0EzEZu..\JRIE߶@@,jdÒPX!J'FG4kN͌ ӕS(8GlQZجvz".=zZ@, s2$We "CCck'Gdriz(/|.QE%_PO݊c Q 0"u=j^z 6%F8ǑNBt"S#5#R!Q}%mfլ+<_N1)'D-r?HF*igt3򣞅#pK@dAA"$壃$dCFۉ9@dDRdEZEFB2$FrdHXGBGHdI$0i䙜J&(KfKLdM$i~NlOOPeQ%QjR2eS:SBeTERTZUbeVjV$U WeXXeYWbYZe[[vZ \e]]%W\e__f`r^bG`"fb*b%a>#W%K&>ڙ"%cdab<&fzgcN&JV慔Lf4"!h^j؎t&kl6h/EfLfFmR$ݙ pq*mfWn֢M-'r$"sRvr'N(vsQ'-$^c3 _vjB9#T[|gA~tehXMq^zzp[kh }¥}SR='1׎"o~FgV߉(]heh~`f9'If\fIh9%J]"("l'F=~h䗺}U& aw-5i: E)F" j耂c)x}'s]5'i}g:*n Vvx&j.j6꣒*NꆦI )&hh_6j6hϜwJ,oʧ(g*gj+D*zh駖i":]nkȰkj^+kvhk(ki7H$T`k JHBl?,"7rlrNȊV&˺l%쾊TJ͢l, Z+Mx7F*2-Xlӆi,AJ,K\IdJ-9ׂ8l֢D8T$|JK(mUBmܢ-ꮪl*H~DEn՞DЊG9j~eRfjB皭趭E.--ߒ.ᮄ^&Үe:f-*J?mR?nz.D㢮-nWZ.n?`Bp77hmjC77l/z./j6n6h7/Gl7tEf/of7nR9xCަ/j -sp#$(oEoJS0A,%B ?%{‚C7$,8TDçmKk+Kp8˺0%@oV-s $moE/ w۰,9 BpR6C K$ o1E f*1mkn&,lC88pDά67hl$W6 w2Dq[ $8hlDC+09r+C6)r8T+D2Ž8TBCf -g!`֫"K%PB%\qj0z2At)Bt-.ׯ$TB7+ZD&m09/A0S1/ $E:+4lk07Dr o6[+788I-l7\- ;nB$Sl?1@O,2!8e,CgK}n67.9GtGtѾ2,QI4E*5^5HдN4F(2o kMq 7"^nS W`6aG5:K0k(J;ov.7³GB5!;u5 s\^6ISkS6h8C%_cST7n9?vV)mq[WcLf3mg[dZoffO澰P0l6,nτn6/Wc6P07WvQDf*s4AgJfxLBsr5Fan7p:r's-p2AzcpC.|ñwP}4~CsW$t7j"N._7]/Kvw7S^s8/85yk84Rsxp?w4wCKK?/X/,'g+ x~6%35گk{=s%7/([xow7vVϰjk9fg~&sYOPB4v-﮲Rrt3r:{N4A::ӸrΤ,ת{zYР9vzj 4`~s GolTpwEFqi:I*hK]1:hu9U_?P,=^1Bl8OsU[7Lqo6p:l;.$x*240Q㳵vC6 w3wGs1;|ryuf>h-Z|,㚲#˒?#$K=S{tXn8\> ?_BP09(?C$8(˪3WD>9Ļ=Y ?[~DJ?M'r_=clYr{YC~۫`Y7e77 4_B 6tbD)VxcF9vdH#I4yeJ+YtfL3iִygN;yhPC5ziRKCsjTO1TSvlXcɖ5{mnkٶus!> so^{p` 6|X-\Ŋ".ko低)W|sf͛9|qJ޼!-7!*dɳ¶}wnݻyT6s_*vdөWG~{vޔ`+ꍠQYV5B}r{׷F޻y盶y[bz>|B!,*5'''...>>>MMMVVVZZZ\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\]]]]]]]]]]]]]]]]]]]]]]]]^^^^^^___```aaaccceeeggghhhjjjkkklllmmmnnnppppppqqqrrrtttvvvwwwyyy{{{}}}~~~{unga][\_ciqxҊɖ½ſ22 H*\ȰÇ#JHŋ3jȱǏ ArIIB\˗XʜI͛8sɳC@9ITfРE*]ʴӧPMՂ̂ 2ygQtchS}D'z6"o=d"Hي5㏮HӌЍEH<P&?* 6P4" zĂe-ff)s +2 8c+TcygtPO!u)yN;(bN ڣŽ; N9@"K8KG+!Ʋ x:H"H/F8P kd ah!9|?.h dΒĈ%6bW><8*H7-rTٸC : pV620$XGlgnAW c# YCD$' %,kWqa Ƽ0U4(UE:M?Kb{#4gIMsQ2683(åi3HbLHu|`"Yzf^;3pӓr3L d!6C wpjeU?'M{zd]#HW'U@os#/3WT8IN Y+e.fq-qCnWx2^xtƾu<],]n{6k}k"l-?Ҧ\9qF^Qޱcꢻժ.i ui/i 'v]whz7b%78%df < EB%]j q \?ءІ`gQ? _УЊaτv i"  'XxXO"ü#3Ȣ.Xֈ%صLZ4r` id`-dw@c'v 9 &E%!BٙP]uBB! 9H/G]@ =(/ !r(1 yУ Qȩ@_6/Qx -i-d^rc\"򚐟LVd*CiƬ3X =cF)$6AU&o˩wZ)ъq.d/)D?VXK>1u.<'+q,spB<ȧ.ݡ|4L7)W0DZ CJݴ }Z/p{͚8!y/+-WڴZd8;hWkzw׆l']ȡ . yeHJ-fD֟2)Ö7#w=;qI" I+RF_ǧ?h#`/;$L#G4Kw `wT0Hz]< x/8VDeD$0!;1BX*&,! S,.|!X~8!8dxЇl< PBA"H<&6QPHE,q+?h+V%PZ2 [b0p,#ӸF6&%-Gh"ꨣGZ 蓀!6,*5 2 46!       #!!&"")"",##.$$1%%3&&4''6((8)):++;-->//@22A44B66D99D;;D==D??DAADDDEEEFFFGGGHHHIIIJJJKKKLLLMMMNNNOOOPPPQQQRRRSSSTTTUUUVVVWWWXXXYYYZZZ[[[\\\]]]^^^___```aaabbbcccdddeeefffggghhhiiijjjkkklllmmmnnnooopppqqqrrrssstttuuuvvvwwwxxxyyyzzz{{{|||}}}~~~yqjda][YWVTRRQQQQQQQQQQQQQQQQQQQQQQRRSTVYblxᅱٓѢȬ¶øųȯ˫̩̥ˡ˟˜ʛʚ˙˙˙͛̚ΝТөֳڽ22 H*\ȰÇ#JHŋ3jȱǏ C4xɓ(S\ɲ˗0SI͛8sɳϟc J(QH*]ʴӧP4JURjʵׯ`3^KlسhӪ]˶mŲpuKݻx˷J L~ +^̸㞈#}L˘J<6ϠCLӨSvZհc˞ѵ헴s͛{ N<4'+_\1ͣK9rسkj;|ӫohwo^Ͽ?s'&)1VYyax Xh^X",Ț(?#8XHDC !$PFIiTnvDf)`eda9㘈&h"tj(g_uIG駈*蠄j衈&袌磐F*Tj饘f馜v駠f: cꩦ"@z2K9$F***+{jT l|+m+N>mzk. nKe@!7,;   !!!"""###$$$%%%&&&'''((()))***+++,,,---...///000111222333444555666777888999:::;;;<<<===>>>???@@@AAABBBCCCDDDEEEFFFGGGHHHIIIJJJKKKLLLMMMNNNOOOPPPQQQRRRSSSTTTUUUVVVWWWXXXYYYZZZ[[[\\\]]]^^^___|||22 H*\ȰÇ#JHŋ3j !5,;   !!!!!!"""###$$$&&&(((+++...222777999<<>>???@@@AAABBBCCCDDDEEEFFFGGGHHHIIIJJJKKKLLLMMMNNNOOOPPPQQQRRRSSSTTTUUUVVVWWWXXXYYYZZZ[[[\\\]]]^^^___|||22 H*\ȰÇ#JHŋ3j !.,;   !!!!!!"""###$$$&&&(((+++...222777999<<>>???@@@AAABBBCCCDDDEEEFFFGGGHHHIIIJJJKKKLLLMMMNNNOOOPPPQQQRRRSSSTTTUUUVVVWWWXXXYYYZZZ[[[\\\]]]^^^___|||22 H*\ȰÇ#JHŋ3j !7,;   !!!!!!"""###$$$&&&(((+++...222777999<<>>???@@@AAABBBCCCDDDEEEFFFGGGHHHIIIJJJKKKLLLMMMNNNOOOPPPQQQRRRSSSTTTUUUVVVWWWXXXYYYZZZ[[[\\\]]]^^^___|||22 H*\ȰÇ#JHŋ3j !,;   !!!!!!"""###$$$&&&(((+++...222777999<<JM۸s׮[ D<$#C0k>A#5PCíނ0D)`S͐4uٿjiǐe%zq F(PQ΅4$ƅ4\X749"^/4tƅ(ω:C#jІthSo@p)I$G'PD9Ǟu avezf^l6. 3)Ph X6 k V&1YX#C度H!'HA8!T&u7xoC8ar)QWf=J8)_p78Ai(b,5 EpZ.3?# e[G^4\A > `@ӿ1mTh0R{'Ye9 Ln\SUCtHCfб'33jQ`PK"Ⱥ,~N`OÎ5Ku4WK ґ6)o~Ibz<:6* aR>7noPG0la7C4ґ}cU3GVҜ&7"v ϙ.X_<`<_N_N'䀠urZi4O]gƌl z+їͨFGLuxE'efσ었K bǩl$Gso呂[@pJ'E6NzR ϙ*-@Q'T33U3[ON k~č*= VNUQS78H4m}:XfTNȎUp[iɡχT^eiYr$%AYpBdgD~Ь6rJ혠ef M]"XXz%Z;0х VΰS2NIFu]YTbPLu:kGZ:gh)jvKdx.H[K(O^8ƣ,]Rr89WX8,YRsHO:x -O,(;iYXϺַ>50bYN@L]5:MwNkO+6'v'O7W^.Jw2''yp~󰏽A_|W{HY/u|܋h=IlTcSu?MzK>OJ$?q01?>G`eF~QG5j }G!}[v\g;Հr,-Gkjj|]Pt=ga%A 5vv}9DQ"8}$ȂTe+oփ/Hd 8[քQ؃w`\=r|u`ocWSXh;GuI؅ցU4UcvR؆((fz&H(L$auf~Vńu7z&0XVh||.FQ7grDԈHGk(xx{sNjqUP'臶8nhtE Ԩ(8}x[eH[GkU؋ȅ07xaiw-gxk(!xH|\6HD瘂'huIt@rr )I'yɏ(8hӨs?:Cȑ>);8 ْ&8Y{+هX2i(;ȉZGI\`ّAI5膈 YeYJɔhQPmtvZWGaǖf9*ؗahn9yjh=7{ɗ5-85YyHٚ^C9yfٛs9Yysʹٜ9Yyؙٝ9Yyٞ9Yyٟ:Zz :Zz ":$Z&z(*١02:4Z6z8s<ڣ>@B:DZ颐JLڤNPjTZVzXZ'`b:dZfJ\jlڦn饀wtZvzx |ڧ~!*xڜ FplpۙF0*e{* 00 l z:ʠz: YJp Ff)Jb I Ҡ\:*jjX^u Fp⚮۩ Z z 9pЯ tZJ{ڨhpةZڰJi*;/Rʫc@F4`I˳ҩڲiɲNPsB8۱W۵Js \Ω:QKP @iS*IJ_+G`~+Zi@0+E !붊[ h{Ur[9[ciKDʸm;q;8sй  tۼjz0ڷAk+}ۻjf+k;M[껞k hݻ[ʻ;jPGқ+c{8kZ\ ʶ <&ʲ| ,Lv<ڱ˙{2,`<*%̰ȫ*kF5 ʱLêL ۬>ڬz)'l)Ȕ\ɖ<ɚɁ*tɠʕɤ\ʦN񠢼ʬħʰ>ɍʶ|+˺˼\C|Ž\|qjʼ<\|؜ڼެ7`@T@?`%T\C1u\a۩ \A#`YY@\@= -/ T L@\^`>TQP-܉ #&V,M. F!4=7kA} MT LL&H@M  a!.=c-\M045A mMo %ZMs-v]_y԰v  0jI TQ9=tt! SڡMuTp׺F٫=ڱ=Sڊs E{񯗭 ٧K`@ڢ-<=yڶP۽K]h!a-Rڬ}Gנ q< ѝ~Ci })ԇ4Y-  FW@vm ?.Ztߠ* \߁} N^OL8u" Bnܤ}Kb=NJΈڃ-b9>&[NL%D~)?~:.Qap<@.Am9gToNA>C@w^`6 脎t߇ Q IQ= = :> '}#]$m"?t,]nr-<ϻN;^C>H$ ]n-j~1 }~NE,>".\=׾.۞N7Nn m Е?r؇۴  `)X> |ڝ4,=`!K%@;V]]!T7-OםO ]~὞=dof^|M:YEmA >fI=]}}aqԃu#}"n.s}IDԟ% bMϟ.=p@!k٨n5=O !]1 nbQ=?Cұ?8O@ DPB B=P""r`02Ɏ[K2TIBBQ3"*DsB#KGKH{u!ȡGn h.Xxd*G $>zG/̮NC*jI>r3Do͢ hj*z*k3"J‚K5A6P 3D 6PQ\02B'I p34HG.J-WA9N;3O= NenOE 2;o+Ddq= |J4\S<ıE_-hH*8>3+b҂ (a Ò(@}0 J -0͊.j \;*C 1W\Qp-)Z5u^ ,bS [8cDP r%Yuab/8c]Ӡ_ѧߐgt#P(+T1MOXTRgL1)ǔ%=YцwȒ@: '<I_u $Θ̉ Z)oztKݧCmm:뭯 3!YiY~͸7X bvS/=tG't:6"BMnUWVysm 比:iϙT_ɀZv`c/3,,(b*ܯ%oMk{i0cϞ|%|gYQùë_͵ 9 |sG>/Lc_^S J[08q3=Ђ8{Z箷BЅ/l Ҝ,Gs`ٱ,>w2O*xP݌x@Bg'. Y7#vlG;&o޷ (6 )>HJэQEhȚ\S!Yd?n-"K<P I7ڈ:qIc!HJDF$sI=c)<2~ASM/+hK>E%H#E5)GT!3VӚ&MPȲ) LΑ MO!ϯA~ Vl.D@dtx hVFϊT0h|M Tj CXZԯ5AR_ 8x&gcFH`tl-w3<myL;&aQs-݂⯮pӦ^ ^j$8Ubg8o[7vL+pN1!ʫ9[A BtP 髡ad Wz1rP4/6X ҽ@d&ifv: R8-gQP!Nyu.?C?k;E@?N2+KR']r$GV20%Q@"k0 b$": H' [@p#d:88#[5Pm!"T& !*,5(= *H12y P 9K)"0;H+A 31HP[2#tp{BF|D ĆDG5NdONLS C9CR;b[>'A"y}푏k j@ 0l9TE.DŋFΣkL98opFj,( GhdGPU1c=Y$ZD ccC>PF["_l>`TZ1b4~J :ɩ\龠jAB@ kDFdE:6<4dSGׅ'Q{]So#=uXXY*+ESU 7ʴqB ؕe 8Iܸ9#͎ٝMtӼZ=E9Z'ZU5dYiXد rZX[,ͷ]T2mZm[O:۴u2&bHȊ /ɛȌ0H([sݮ*/ka Ľư-st#]vTksu=m=ͺ[ۥ݆ ޭ\>!\Yݒ 4iXc*B] pޗ]؉sXM??|_+U2+Z_}? mݳbu$&3`-\檉3Btͪt-P c)>a͛: ÈJJ%P4ŅcHEFFQZ#U;cL,|$bUX*FNfF r/1gd-&ܪ<@,|!s,OpolIW&GVNBYFGZNqXUvD%\td-I>/ .-΍<‹9uI7LuI#,ɕ]-\ s>5玼tg!#fx0cΦŻ٪yf[qYR,oy m(%oIMKͅhTh$;]Xa.bvE^eޚ2!,e鉁> ޙc:A,LtۑͦN5E][V%veRi99)EF G'/X$аkl丆OQ%ܣe:UO$NGtZN|dl;ul."+zC%kz\r nh>Yjd(m*Vӿ5X5씭тpQUjUYT>F&֗+F dlݖ'1y>΅(#f;!mv&n9u:p=2u77w<ӂp!ba g'XUWXk/VWUqTGm!T n"G$?T#GU%w'S&?U(*gK)Q+-?E,g^.1e_|&IdsR44{׀WͱRDA]sW@'jY@сrel6|6ѡ_Ent;Y"AeCgRnh9x#*o]ȑ_טOU%V^ e3& h=X0'\or2QС ̡JOAgNu轝[v/2G<7M);w1 mnw6@ ٧<̭\\f5W%kI Ri3vI^۝۔]$cj_%whd]9vES~;E(M>_t5d_۾a?z_$sѭx { ധ߮wwUH_ p?høA``tx1i0:f@ʌceNaO_F܎`F]a$[DVu%dT*,%Fb\!v֨{rcgƑ/ 4Y%crvJx}' :(Z?(Zw|*KFaN!!e#ts nw!Z)=N:QtJǩHYaSN+ ;7FAV9 - *EK,vZ-y&v&?BKb+.^(&/vJ_OU*S+Ӄ'VUBptJqtBWF+i whQ1)2׆mv./&2I39 ,b!ZlBì3ر4M;rQ=LS==GDEP I\aѭ C]T<1DMDYTN{ YAo\PezQgi[[~yeOl0 uy9guA: ?ᾺȮ缴 ?M /jC+ |b>T!^U1:#f'i42 v VviC9qX",$"92Q|$$#)IR$&3Fr2>$(C)Q<%*U'|%,c)YҲ$+si[򲗾%0)aO$&2e2\1WiRּ&6)hvR&8)q:d9өu49yҳ'>OF0'@*C oծr*rh^ώfWm ?]/Ncg#HJS>y;<^g}!//?:?Ktϖ> > _F 0Q fn X`q `x x' Ơ `3MNG a/ fG>H]H!~Q!HX!V`]EBYȜ^]Y5aPIOKNٔOa@9mY z} \b!2:" c!:`ڏYB ]աxvbyi "jE[b#i,>".b.b$b/bwP!M>MID42Mue(w(`yvX#c `62["."$zJG+Z9c;Fb}c #1:M 3JL#5vlMKn $n#ul ;/zɫ9DJrp̬T\UxQvP]}JJ^KEG(ueLJH dL؜ŤEO8(=yTT\e+uȉm`LE֢Y-G_@HS>6 ,^qι 5MNf^c^rQ:FOVElXHAVef8b Ei `p":Ofpjf\X"4}%[jc.% |GX@ Y$oJ Dۆl\(qn✖F'r:٭"^^5cly_dY|||;<"HJ(WfX>nf5D 9W^ B m uhgdumhm~d ˤ]Grm(uW"ift8$B*if,=B+ ͍EQ ixJGbf(u#Ɲ膔JPHuv芮i*F%SUX [kk"څ&B)pÃ~ Iؤʖ @h`JG(zj` xƦgiܜ囱[j: "u)c *ZWf9T{H^]E |itJxr:ɨ*_E'BU%u+}kWeu@$g9.M*Ib&Y A!X)$ inBahxLyj(f,:]A6]%d2[R$G.+&,,l C\ͳ6,|AA]D-)'DTHsBw~Q]n؉(NJؘH^[]A_mթV8lձv!./.jǛ%1OnlaMNdn=c/oo2tu! 5Y[188tCO38H]t^uUkIx$HH[q_o13 AF3@#3dGx:+gD6/@KqE6L35^;M2s6p?`vW7#BsC66_Osxj+9|82Lw{1PR?6,+KwWWU3^x3c9WqKq\?9Z;uKSv_q^SO3˶Q;_:G;tWB5z%'wS7:0:08:wIø,WzOzf7tc8n4c'9?9jK[:KlO8'k95@4u{*vx/: {:ySO1oK93g{oS:k{kGc3`c8絽M3nӹkK118>s`ki?|S: _`fGج߼PϿ+1l!( 1P 9PI, V2=g-ǩLu6)t V=zYzPJ(2!:v̽31ȭRwDwݍ!,4c=$CBL7 d=9IIc09DGЂ^gVN]"XC`@(MT iŽ~mQT$c>΋@^BTmmTbFtHGNyȸҏ~HXkpyDccVw9'TFh"]OJRg$4b!}6rԃ-2(zRvs$$=L/3M5I4rl2IDukbKMro%eM&F~ɵH2!*] \9DUyM duPEVft#XTb3cVz&226P+@%`Gg%!hP3ºFO2fY:nMNnY{3شIR̙%LF*Ək_ZO9jdﱚ|vJ(Eel[o[pܫl)ns\N[еnv{]Qݕv\ʻ5 ]wVu{c^Wh}D_7Z_6D`/Tvm`W1 kVT/V#s W!t.q%UU5L$w-itCs]t\ AKnSQ%]S+ oQx"0]`a}Z)eR5i*7:sVC\X&b0ǍT Ѕ |a )φ9;n~s),Ii*@ҥg9ǚZyMavJZ1sj1 S֩R z;EYȱWwf4;i/SxjCitJW2p^76=hZgBc# a֫21c>!o#-)K8Iq elX;m((WQUن=#=ӎ& d[7!٣'Bӹ"0HOEH, 6#z#MT&݇"x&&n Uc,<_,ʃդN#{Tn|@7#T|Ǫh cw?!=rq`5;O~f{n:]yUiVQBOq]A/J^ "-ǮHf'ud M$tO$z̢ʎ0|j) p𤢡f5.o/!fxH,czJ/}ux'0P'90P\ =,Jl19|ѓx\qY$5Րq[Od/D>O?D+!$94BTnNJ8O:l)L%cibv֚r%Qc&?g& k)C>r'E%k`,", %0-uQ)c0a{jH(pP˸UR5L -"Цk" ̆0% )s-{r -0-#CcsRptn S!/xq4τ +S\)r2-DBoh3'fej҇&9 7M& hPS47$xLxy,|խ hh6G6,m:4-d ǸzM" nP:cbHkL-dM@em$/Λtꢢb>.=GjjƠP28 Da DЎbvή:?-dv7.&1 rFQ^S?N6Am7sjDTSM F)DFI 3pLLH4Mt<B&BG BMI;ذ"/)?6J*C|A%bD/qՕu\M[OAH#]txCP4 PLstChO/w91JVI<35tSFM=:"4MHDӏ+Y_UC#J!}im@W?6oX3`[MY+]iϨt&C4ة=BWN j` `u@F. L6_U*!%^5$Q jL_Q# nF Y S /aH0&3ˆ]*ܕh'jPecԈb,f1R2ڔff &*Մ ^ni*;8gՇ70H-|JvgQo,+.5pK- pV#*q+eqEq%w2 )r#rk9,4)D5t)srM0HeW7PRb7_hbkwsgfw6swawWxYex\wyC%yZ7z#yXzuzUP{{Pw{7X U5UTXHr\v|")34ehCwT3})ǐ+U"ȂRp)D67?sjoc>5e4 i7 J<mu%\WJV~q`DPpn͵!ji8BkthCD8JKnh|,G1S10js/6)WM!A<67Y`$u#G{T(.XA6 ^A I9qy4Ӝ yD^}a"biD[C7hFiDGbНhNEo/Ky' TvF{tnĹ)m<3ZrɹsB3w YeuJϣ?쉘܉5 KvWL4TuU\٨qsyFh] NfG~(JP3Uӏb߸iJ+Q+A6w"( ُ:zq:AgP] Sk$izuq3;wճˆkto "ƌfO;5!/!źJW]uY5ZL\-&Iɢ ]o#Ϗ{WQ@ ˳q{s$%F` '=gW$iVAD8]E<=aC9dԏҗ]BT=i)Psq4߻6myE"v`<Bx/"8r98Cָ}A#.3I(G;(YwD(KZ!ZyM5K^4 xO jq ߎ&XY|}9?;wǖUȀZqQ7s鴩r鑅O N?򶘄Fb}b_abdHd CEcSQ|$zG+zb6 <0… :|1ĉ+ZhF;rC"K<2ʕ,[b3̙1q 1f͛9u 4СDK a `O!zcFL*&W29AjOYeV]c:; +fDy=8Ō;~ 92b*W~0fe˘&:lh>^Z4i.[~ $Ȑk#ݚݼ{ M?<9I*h6&1 TvX셷=szQyxfzsf e_?K%y4hy@QE V\ AMHa͆)aۆib"p<w*Zs SWtGztec]߹H]4ZWabh}?(_`ݷbRNIeB%OXByste`$fY&rI'&qV Y4EwU)P#Y1ţL'inꨡ`\((~ j=fti; 6yQg2?qΚP+ lGw(;iGXvwW hGS=֩1W)_*OU.WYKӻ uY;&I~oAkGp"{zUWU"Yt\6^#fy R $LXj&-9> c+83҆=0 R Wi=u^H#7AvF'f{ H^]Xnw-غ\]RLV]|7dxǥv=wۊV݂3)it+:gd}ku^PiM6c,}I3wemX=P|5ep$T]JBp,l _p9! o?p<ׅ Q!$*qLl"c1T,jUF `d,ψ4al8qtD<|@ rѣ!FB*rl# `!rl #Ljr}"' IPђ)OTJl(_FRr(0OkM_)mHD*Ш|)K TAB@MkF^B,.PsEMpOP*PA ~&;k:])BFC",1͈yTtx"lVԄD*7$g9)Rړ71])De, t*OT"?iPU7}z>!Smj #4h1G)RՖԜ&L6-+FZ& PP`@$~E$O6lA~:z8AnGQBg}+WZ`" NL2%f }7y,x27}}FN5} lnxfr lfyxuG!X%P5cH\?FuQ*8#TÃv:xDWFGI"vf RfNna h|m)(RF|'}t;R(txn-rGlo%'Y Os8~xhYu]({?pg0@DeQR!gFrFMUI`bF@0W6b}1[Җf<!RNn`fn牭xlX W3NS~&O+0WzʨNИz*5]b5g78TZQeVY5% =(\gdMw35s_6|`N'NCRȏ;ghWTF%O7v~@5OHi;eiKő:Uhv64LQ0#ep_ڔbT?0rHM(w6N&_4t`4tVb-@ɉXw$(h5xTؒQG~YΨS7Ov iK)+ɒ|Bdf􈄩ɘŽ+)iޘ4Y )8әiɚbtIi雿 uilj1 Giי9IuYI'牞sYvVDpWyɘ^Y]$韆+J{ "DLg PL﹎0-Um6ofy¡䡔G!j)60Px{})4X/ڇyAP7?i٢Ez!Hʠ-!Q؈e4kĝ_3s:RaH"V& ySRE%G*jh~lIk=%yk qK!XU\ UP6 :\PIaJ'fYbU0j* oڪ7 0YqFJuZP^xD jzj&aWuBw_P01uU*TS뚮}w]\zhj&JD:FZxt'ILpK{7ga5`3_D9`g`Xb!l+R@%FhW)UudZ گ j3nJd imT>F5k1zcװQv꘤MƅU |U`G|n)bt4ggZ\۶_+Szl'*vm5'IKyK?5 Vp+ihZ{nzN[P qϚV!VR7Sk8nVVl%l9sm+kAW+q"uw gpo zJa1;+7w[$0|m:mrwJw}R;|&V1 +q7T0\A uTu`gZWu:{P[F {GY<}MXsrV '܅A'lSPpmuڳ>nVzz? @Bz+׫PzF;v#|skOx[%tۆåXgriln֕ۿ0ųX<+āċǸ ~WT~y$,?[]\F kɴbB ƗVgxt|Ny|kɇǣeŵ*@ ́ٷrv:*ٍ180c-˃'TUŠ]ѵLP7yʳWHfMh܄݆*xqsmO2m|MEܹ3zL: Ľ!=O+мrI do)ʮ,+ȭq\—MM]ޮa+M6m#N+ k ! N^..+bi!G"n'A%)y/n:e2se!\9!p>L:ߤ+b ulV&:XD#XTP@zjS7z4Qdd 匏0 _3p= n}|1bWJ{lN"2w~ [dU_LLn^'jV0Mh6VJzYKŘUs>DGӀ^^ʰީm\qEk&cDǥi5.>J6_eLَ-+fyǍ,-2 &pa.aU}Xi$&Lדb'Z沴Hnu~]D+d .o.T ,)LPKLb%ѳl 1}Onwuvhx/LtؔlV|g)\gtVi뾸sH QfA-+>xI/'ǝXR;ǴmݶkXn儋}GhV8# oV,Qwp[:p7p;y~H ֞>C j6:G!s}Cgx,l*Ve,V u%,~p:J.LOFZz?WX?Y $ * .$ BTE@`R#[8PpcGfdK1eΤY͗tԉϚ8`L)4EO5ZC@3X|ttiӧN)TT%[YeyLڝn㺥[]y5_~}'-c6={c#KDGT>Te -Xʈ'6xꅙg BӔ'.nO- Τ0`@ApԘѧWx݂v&'_޼ϟM3ϧO} e ï/ܫv(AB-#or%0"zPXmNbt";07H2 tŁ>cJ:slA`hrpj r !UI((]@rK.Ln3l1˄G  .'B謩E2B$*\7,B@{"5Ԃ3P8 esRTKJ1Gj&SBԁLtU(/]L]S)ieV\s%1x%&X M4 J! ggOzpAi B6}bP‡vcUͺޜܓ5׹80*`  ^A"`񵸸~{*͌_/y32`k$46'L6nė`m4kv6c^# !ff%bd5[S,hSQ:ǰ :ǴvcЊmdS^]V3S xْg3.Tɶk/ ⇃JDB M܈0/"ի\[KWVb(aY#iW-,o{M嫷&{|򕿻|~}>}~KO}O$` x@ <1P`-(A^Pty`# P#$a >' ]BP3!XP;a}×@$bxD$&~BtD(FQSA*fQ[PZXcxF3f#?BACOL8V)G5_|=eLcR,^o*ٍ.d-;ʇdRD4Nt?HEzAFdh4ƅ*x5͖ *QPrIo5I8@Q ?R6D@:SU; <_,%L/ Mz5Ft"¸T^Vf&m#'Nh$>(Kt*]H`$$DHQJfP{)՘D2Ppya0H ,jڟ͍*"9CGcXBVfބPWb{OU/ae =JAp*|_[`;)mj: EB`N VH3r׻MG0.dkT u/I͓  0 =+#k㔲y??= y%=CA$IA6Z B#C?<|?DB,DC@C\DFlDGD,GDJBDBKDN,!;D(BP,ESԟO<ŚQ&/@#$+|ZT[HEUS$ ds&I _ME$Pfl( ΂(LS\X'PG] Yt%vlZ`GX_cJ&S{(xCeGJɦ;E0Hj:` $ *Y\ڭCxt z4TH^EG(q3( [d+C8$I\Iz(ŚP(@;;ICu)r©9)ԿG(+Tɴ8zIP$dɁ K4,*Ī** تJ3d }2)r$JL({ÿ˅pF#W4*ANJ Z,,@MF-Ң1h\-- 2%;: ".40N@?ĝʄL 3K@LL: 풯":&0X:-*O32ۚZ0鐸(09KP8Fʼ΁̾`i(ITĚ䥰$3YCH#11,I1=1j!cibмIp'鸲#uR%5Т R 5õQ64759:HOHRZOFb4%4™L#! "őɴ4 CK[TDU8 Ԯ-.e %Fq8Vs-I^5wk6nµ,D>7*: %S8<)hògj+Vj[RPB:Q-T`Nb#ӘP}*u#wSQ yz{UqݷS C4]e? '*]~ud.|VVRDFme>,S/9;9;U@ٱ7λ===оQ65S!Y ZeuVKSJu؇ݸB Y>YX[/Z:<:$ƑOd;+~m5A`-LʻYԻ<;-RZғԨ'a3Xa9 @t==d ˑҗy ŌAaUuL[YQ˕VVu O[ DԨ<> tUnGcψ\\h2a4.YUVE0!7ee] ᵣ ,HUfa\ ?*8X4P+Y p%% ' _Xy`B V=an_ RaaP_aaa n.bb$N S(]&b)N)"b,b-'~-b0cbc3>c4F 2Nc6nc75>7caUc(c=R;>E<$TH}a)CEͣ`F$al*E*>U_;wu̥&VE]=3>n`UE3!f<3 cZ$^[^挴'!.hnU.E,F$cw &ej€I׬;حtdʝ6ʀ9f}0fP$N`Nدg| x{_+4ۘi4[.a蕮}v.8]@eQzт,!x͆ j4 SF9TSjƱF1/˚9 bB^t8eA~N0df5heSn}i#8^ ^zS/ @fC^u7Ɇ™ϨpSu\16`W 0eR=]蔰Fdt㘆ɽȿfdO&h`հh:E1$p"@Fʜ&1FH'RjnXQSӐnm~QѢQR.&2eu*KR(oH%ng&mnaN4MNʦh>?5?Í88} f \~S637Mfnq.#GݴD}=ҴF CqHh0\Mlpp.QO Yč{)log,ϐ% UUu!WAa͎`csc5pa @&D''d8xgYSڏ>ƙfIʎL4G9 IWNիnܜBk\W,X@?V8%XY:?Br/Ӥ7u]^YqD []`͟i3/+OQ7קXIX6]Y}ZV[nsa|w-IlpSP h~o^TgiW'wk7CvAxpOuLrp[eۗYKnEfom#N/ly–*O B1g0ܓy׌dy@wqsz zp/ GoW!C}f]\[4{-Դwcez}=5rhKL?rA/1ތFQ6\t1{c3ƉvnsoeI߹f?#}w8Owĺ/DiC!l`׈Ƽc/kv+e 6ʏ`s̛=F|x7=kf̈^Vfw}'tЧ?򙭏H{! "Lp!ÆB(q"Ŋ/b̨Q? )r$Irبr%˂%P`,TXhs'Ϟ> *t(ѢF"Mt)S(B*u*Մ%bS_4r`-1v-۶n+w.ݤOͫ7־~MN(/;x1ƎC,yB/cvw_)3k(>҂Nz5֮_ {6mog{7޾.|8񃸏,|9ΟC.7 cϮ};޿'h}ϣO~=E[~>ﯕEX`e]U`v\F`T]aAzHT"؉$:"{8Pj4#∂/eN@*X_O?L>@4`K5E($LaV$i1?EZvcwa!#$foh'7&Dg%yp 0%h)d螚v❜gy42v*dDh=P*$HК>TX,6,E`aWn޸) :(B*խ`'H( .P2ʮA+Jk*z~ /,.ZZ)3< 3ϒ 0?xT1<*5S _6d.Q@D-洣,X|VZСkE0yP ,xat$aP~S0D!ଃ+YDh}_G‰@whg7rK iӔh$k)עT> !_3:"p_ZZ]'c^{g1yW2f%xrR-\+qT˜7De@MG,UAX*8Q,T` GkBt IXr]h60$8EBQ'5&26af@R{-ەKFŮ5W͕@Bf+Q(R晲exo )Ġ1N%ҵ sB9X^bhp>/2GW,$ N d1; !$NDYIxRL%(ARN%`?N 𸾂HTH!Q)֜fjd4y-k. v鐟DjC-uըTN9bvjE5LO6رYjJUJ#OjvB+I)\Q 0YiBЂ(t"' ȽT]!úѲ5S ˃uҞsua S4&lV;yh2 v9@un-pImmVeVՙYakb1qk;V5$4]QdҥHhWFKz\$pek^~j0!-R$X̲K{P ɠ R4l3Ӿ%_\&>S_4=S 1'*CNC3)NJ_Kd)cjȲ%qX{]dp<&jyc"޺Vt!0k&_$P#۷95)X!^jpZ$RT96?K%AGC(BB.tڣ#LJA{墍!=BtI-.:H.u#}qpgHf}pnd͒]/B ˾[&53B>6Ɔ6>vY& #"(2 9%3rТ-a CCݮ 6Ⱦ o;9ѫ;]xK.ouIr+k(;5bkk;K}vA<[Ye᜙#V&hτ<-3+k>y+\edq.84,p-']aW: 4!^Sn[:s"8:O]z]㰂6; xlWN9Ersg 0K|D җXAX|! -) R՜ /;y];-Fy(q9y˔Tmj*xryzu6V@5 'O Nmp?~۟v_ c[m~'Ϫ*W !R!#!FZZ%\IJCلόV< 5^)@uRCiҟIh鑝 ;пXWM}- ݦK"!K+Mڠ6@!`_mޠU1Y= bi}h\`&ķUٙ@YBIaeqaaZPTEeHP`0bLa* YX'X+:+~goK%%--/1I3I!,b+e4\X&+# 4[YQj$Amc8#e8B6#Kzc @vG=$p#gA.#%CBdDBAJn$f,dE:FiGdoPdHEvIdJJdU$8dLLdMVKMNdO$NO PeQP`UQ2eS:CSR6JUbeV&VUޚU2DUE<.D.D.ZY&R\*\Y EeSɈen%WƑ$IyxZUI* )BJ c*V DEp$x$YxA%ebm&dvdJHUR1\ʿEL Bf c ۡ(l&P#`V lW$gr(f0-2۲}ݢݮfT)VJ REUy:&P]pj!~O.i~:i̘)a^I^qUɥ͉->Ė-kd))—af)o>hǹ``MVf^ Ĺ6o +nQ@o=Wq/qnJōNP/"/tJA`vИ"&{¡-~Qc"rgu>fdpR`܎!mwowzppz?bMZ oI>1]lF.V cHž+ +[ra&D ]vpnD!o&Xj ]e/ f%ZVea.innT2lM1Gq\$Zpe_{hRJ1M͈"!1/Epܖ沗%Α#FDйI0[ r;-32([_3۲mQqstbp6#sϖrcdGx*;P"-!B|^5E:C]:1@KEGV,Fr6u^>yMAL[ дL #}114O=3F>'q_/tbI` >I`g1P At KD荞噞V#j^NО%DuuO S,^ZuXr [J(6G]_]oAtB66t4_,tN baAuun܋}K._)ZKIYqO}TܽЋn`R3'9)!C>~N_i7}g>nʬ%F%%TcQv\ƬD%S[z?R꣱.KS͖-6*[!GQd?^|2_=…^8Q!Ê/JCH#?4yeJ+=tɁeL3i{IR )$CEL<phϟAk)iT4zɪ0v$Tb5{mZkf5n\sv=޾s S1*E,(DR?. @ k.(c*=NL3fϨ;{ݴG*K_-TDZ3`<'ڦ OD넝3Ogl ytͯ?]۶wz}|zႂB?a>ϿKh?*sۊPµ(T2=ĴQ {A~dĸ J36Q, |Ӎ'Dh "{H4$,vSI'})j1!$lm+ 8+mS CJ9, CSH,0<Z2т3-"(҄$-T CLKMо@'rBS AHTT̪SOUׯ_AF`=dϪk}1qEf*Z:S+#MML=4]u)L6ɜ^3EiwTh]̵w{ #ӄlPi}+]%+[hRf{\ʢ+Ep,Y ۘ(%LjOaT6_sZNb=1X,BcfI覱s\UHUx6aBJĂ7NB&2t0Mmn|a;IxnȚd&OEɛfiFz{`%}9>ɓ"*!^+H0]4H"hu98s1AD>  96mT.H/S@n,DĐ 6EʒS}U"Qs= T v՝0QJ%.[ƺ.{YCƕ~ծ^$X׼ui`YXöxb+#(BJ|3YBe v8dlc0f|-NRRZp),9<"eez[5mm'x8!_rZ=eJct)QS)۽`w"^)OgVdmo mI_ظ(# 4JJv s}fє"hrBKᘢkY҃(XB}>"~, $ iuKyqN'rkSfǖpA\R 8*z[o`%ٲ ܓIՕuw6rTg5y&gX2+ ]hCщhL,ZhK_ә/hNi5JթVYj ձ֨i-R_Բyk_ӿj][O%VlgCϖTmi_mV]ns57nw񖷪=yz ^pEtp?i \DHsSфd|s&6_y?Un,Gi/oQvkּ47 `0(sxqd1X $G;땎r*vҕ^γ9洮+3  "LHş>z :լüh_9勖<9cfdP 07`9zj q ^|C͟vϻop.=VޱǤ=/;^vN|Aj㙨yo( }H𒞽ȴR5e *DnR~̥WXJL,Ȃjf>Cn b~XsJϴyog)΃^Jxb*$>#/ jpdpNVJ'$nP/0JP(+ZnRI4"eDd̨HJrvO|0FڅZpE *\&nXίf(p&I NN , EW".pжƥ:Nzˡ*<%pH07\@ Ўp ̽0& d@UF/A W0 P EPThPPp/bdP08ꡂdHd^8񗠮]~JdR)bҦO `<%VEVZu`UhU2/0k1j$X+ E;O%n R%/ $e Hc™O*gAWg\gt&%q$Oo.$SDj FnW |lp3K,Ş))" bq`tD{,15ѯ2q"$QGtt,u*-_7&= ,0&qFp򌨤㒒(0g7*|2+7R9.q.i3%LȻ*@ΌLȂ+IS HNn*+*?#+F$).%$$i8:s3%ȩ>\FɜNAX3?.QA \0i(g#@ʈ8L&*V \F9GQ)EF$,$fNgKI=DnLϴ&DIEjñZ~RFFHkLQl:V,,FHu%)-HU 3=74D&E2Y6SA#B4;G0LSմUGV-UkN4r5OѲhOO4BqOЎ#L R@',V8S,VGTKgʬ(Ό]S[WUŵ[4^Cܬ^Vm7'2m``a_W`/-bb+V.bakbc3VdGdgcysO)deOfcVLVfo'eneemgkg_6nvhiو6ijvvjkjklöhVOVlm!N^,W;mVnmm+vD^$d829Ȓ qWnKVr1C<W 57s%hs=sCVjz.~' tapl JN!8BbpD9"'% i)x!wwyR"OǞpXCY^Ö3Ϝ9_㹙 @BM27Y+z5uk-$* IQ;Ddjilw𙇥m0wp(#R3yun~ࠍIIPFQ1u:×gV@#_%VzGW;{'Wx.}Sbʔf%txX|WRW!O},[CZ1&hZr%-$4;gDų_浲S:yI;GF'ʔau՘icS{4Ă{؆e0h8~g|2Q典O;E-љ.J;fh-ݪ-ͲTv,rSԺ_벻խ[[%Eq1.M[YwXbAwH" 0a;?ƕOEcȅp:7)RVSME4[<=\ؙ#'dᕾ5=;a4F_j83D3*? RҡUzƻ\6s%;q5I4/WpeHmƏ%Sex*0$ϛ=~]KJ ͪ64'Gg3=ǝ|o]Wp5WTNNxsk1YR~)#3ڰŦP$7suӥT9gE{'[TeGUY޽Rs7 - g˵kqF╔|wu %BӱUEoѺޟ^eAA]']lGɽgvݾpx#i-+K"m-g3?A_B6F:_O8Wc?\1[es_9lz_lt_S-YDo&,Ŀ&$-w@#Ƞ]tQW.+Zkb(@e Jl$¿*\_/QXhHQa,TȐKƏ?86dȃ$Ax1cA5KɌLF\L=oIѣH*]ʴN7fтQRZUujU`ÊKٳhӪ]˶۷pK]dջՇ`c"1i̡`k24(Gdq4z_ޤ?d)YFWT?%P5Yѓ= D{?II,0+r՘+S3BJrbVkսMɭ=BҗلBߣU)BVJW}E&~?"֕QH.mK$ Ιu&İ,/(ʪHxKeW3VbmZs+ M40%| }z@6H]lxZpJLFڤC^7dr!5dz!FJ,xkH!6;MFCфP DV (Ae[?_^M..:Qx@e "\`$&o(,0w1VP!`"/q r/vy{ё75y6!񉮪Z1k(AK,D`]F61{#ipE ,f4oYƗ)+su[T⼨^9BB?76M ̀$Q,C[ZKBb FsY2<1 fl'B`QSڈ k(y`,3q\0!s~3S 3|DΊ /K7WZxIgGI~Mi1Cd 3.PB-osDr~;yN\\N;ĝgϸ7 GN(OjA0Ųr8Ϲw[@ЇNEOҗ wԧN[=:POշ{HɺNR{cf1?Yʪ*;.DŽGFR5 bЂ rw)JqăHK؃' ѐ-yGRB%y-ǒYwwYHE5:KxYGuENLg}a61O0+2sBW92q~208å_YzY#r9j\9Ey"M~SDՓ5?sAcWH3YRy3JHq,SRTK W#W33:'<2Yw9ɕy酸 K@I:4ŋA1!%M9FNCA>dOCv7q593@G~8Uq(/+Rl>s6: f?%DGݙ7EfT\^#T=b~&M p.ʈ*9Zz&8QHiRš&I ;A:&9>Jʎ Z1ywס;ٛJom^F wx#+1#UW}<@tV;?ݣ/1^5ϳWgUWFZe+R_5cĢr2K4{VjǡQ PAD D@A@ʉg-*r@}"a& A!"ɬ ĪV*ʢyj\?Ag#0BH|+j*OT%9D:PpHhOmZf3$=yJG~юojTjMz֫j"zH'II9󡑴B/;,KBwiDZ2!K y;.II*KG%38Sّ8oU*0zرJAǔY7 hSI <4F= 8%aPvz 1%_Y,qP<!ZnH8Nr#KqkF zz(K M* ۵^Z(-*j!&%CzCՠ5#9b`R;%U۩(E%H$ŭY[K& a+bA Usk-pU);|EYگ k\GNpV@K :F2e/[8۹" ڑ˹"뒾]X.l5¢׻k<7 Ëe-D Y5'1ӵe>;^;kY㛾sAxዹPK70U8Q_(_ ̔UP[PkCnj4 \m) 4 4' W,9|Zw]]ɇU]2<5<ř\3ñ5 M@<EEl`Eo9m j{{X؝|۶MD߻4jwL/>:-q5>8D㧦w>>D<E.BpKN>G^OM~pCSMhjf>kp>e*v~x^ty~[^NtƇΗAdr^閾}wdH7.6.GjꗾǗzŷ괎Ai{AR-etۍn-h~40`HQa1"nHOH|zxˢGBE5.BY<=.WhHֱ!f/q[_0z# |06+cr$a 04_68:<>o o(H..&׀7a4yk [LOEdY6_)Z/5#!?npB?J0 y\3[`TOEW^ϞnCf9IP8g?#;q?_=Oo^:d܁+!1JAa[*wR%ZU]?[/z1oП?QD-^ĘQF=~RdA%MDi~R0/G޴ KlY!T(QE,"eҁP ,zB,ZBua WAЁYr(Kx w^i酀S`… P (?k,_ƜYfΝ=:aҥMFZj֭]O{e'ܛYk:y YŎ٠H|krϑWé3?+De8!`ݿ_}F sPAh>$@D0tCi64@yiBȷk -@|9pDɢ7" Jq }â"P!0$Ho`@?2JьJ+2K-4mddK- ߨ/vn6Kx3.tNB:z@4KDȲ R%Kۇ+.BĮ/(RUah19ifL:ᦧj"h齺kdž0lFʬ-%߆m[{;o;6<.'kG<ùxZ\xyvkh5C>z'S噯>|GӇ?[~Gmƛo.3G%p 8/3?jް!|m BGЄhq8lܸ ~.qp 7> olF+7vwzGD"F8$6щ IgVh lskh3B5H1TF6fQkciGE3SĆAq|@ 8A h>,q nxch IN aȇ  #ҕ" M5ڋ@̱Vcfb_f8-ZF?F1/xnEkYqsg =jAA I d>+w\f<@4CDDB,DtGDlІI? NOPH$E!},`*a5             $3 @ B B B @ >!;"8$5'1)/,,.+0)3(6&8&9&:&;'<'C/K6Q< UA ZF ^K `LeN bQ aT `X ^\[_XbTfSgRhQiQi Ph$Qg)Re1Sc;U^AW]JY[P[[W][Z^\]_^____ab^bd]df\eh[fjXgmVhoTirQjtNjvKkyEm|?n9p2q,s's#sstuwy{{| ~yuqnljiiijnrw} )2v)2.0XIj>-`뭷iIj+:ꪼκ6f@!,U;88<77<88:::::::::;99:::=?AGJMZ\^qqqyyyzzzzzz{{{{{{{{{{{{}}}εӸһ˽ĿĻӹݺ22QH*\ȰÇ#JHŋ3jȱǏ CIɓ(S\ɲ˗0c9A8sɳϟ@ JѣH*]ʴӧPJJիXjʵׯ`ÊKٳUm]˶۷pʝKݻx˷_j LÈ+^̸ǐL˘3k̹ϋ'MӨS^ͺ5`c˞M۸s)z Nq+_μУM~س_ 's'Ͼj>Ͽwzh& 8z F(VH\f!dUDOHTДn V S,\Q,`4hV蓎bN>[O%B +#L6MȓaLXC$YKB)d: XfNEjw䗞6x 2"+`HTMKICxD('쀨fVj饘.&N~cngvsB 'IyI&B,BN+l[)8V UFez" *'&9- j+CbNCx覫!lWԳEF;D4(SӺZr )粫 7g}o4*vJKm빂0-,UA\ )KN|S q{j0'L%Xm%F@C~"LpɩZvhOWYoO]qN89\S !'qڈ'nء@.ngNyq@.f^NIPy奷밯uNT;TTo7/G/KCOgwOr䗿 3~/|m HL:'H Z7z GH(L WP. gH8̡w!H"HL&:B|H*ZX̢ F` H2hb6pHGx̣># IBL$F:򑐌$'AFR̤&7HZ (GIRVL*WV|,gIZv".w^򗙌%0Ib]&2f:4T&4IjZ &6nz&8Ir<:vj2F] @xρMh І:- C#JъZ(F7юT HGN(M5MҖd)LgJӚR6ͩNwJI@ }*Ԣl$*RԦ^QNTJDRXj ծz*XJֲfӟfMZVpYJ׺b^ռ]_KtMb[:m,d'KهJl@/zvhG[В][SԴl} -nw[R궷 .&+W=r2ЕsKqͮvzWx[͡yp|G/~귿+8>\3#LaO3an CLb(S쮸0cLθ8s@v폃LH쑓.Pv쓣LNX땳n`~LfhfpLgιxgπMhЈh.ѐ#MiNҘj3^ӠCMjnԨSjsհcMklκָskf.毃Mlڞ6갓Y.f峣MRN嵳`MnG>n@Mo:λ~o4Np.ppg#N#N3n CN.(Sr0_cNsU8s μ@vЇ۟6:җn3v:ԧ HXճu}o`Nvh7vn9.sv:>~/C?<9#OS斿<3ys$|t3~>-s6Os>/~d>?5O?Tj8Vi ihXvh|ցgV$v%~ )(~-}/%846x:X<؃@B8XFHLNRX~TXwX}Zׅ^|`7d|fxjX{l؆pzr8Wvyx|y~XxXwws׈vl7vxdv؉\u8SWtKxtCtXɎ@8D)FyJLٔP n+8(VmU%\r)}bXYƒhq0fp gr9lVvfxd| f~\eYTv eL֘dD6 dy{BzWDZuuH*WJpդNVPj5TjVVzdZ V\ڥ^`Ub:XUfJUhRlTnLrTtZFux*Tz@է~S:5jSz4 Sڨ.R:(UJR"QQZuJQժP 5Pz*PګO:TƊOȚ*ONZtjNںԭ N4MzؔjMڮ M:TLȴjL L[tK ԰kK4+K{J۱ kJ";T&+J(,I.2I4[t8+I:Գ>H@4DHF{JKHL۴PGR;|TVGXx\KG^rb Gd[nthFjhԶnkFpd4t+Fv{`zE|۷ZE;VTKERDLD[HtkDDԹ D>4C{:Cۺ6KC;2TB,B(kB[$t+Bʻ ԼA4A{KA۽ A;T@蛾 @K@[t @ӿ?3?| 3 \$<R|"l$\',)+-/l1<3 579|;L=?ACE\G,IK̾MOlQ  ޔ ~N%V0.k5P&~(&n 02>4p5'~.6!'(~9PRB~*C>ZU^J_`[cNfl~ mNn pxz2|~>^~舞芾>^~阞>!Made with ScreenToGif;sc-im-0.8.2+ds/screenshots/scim.png000066400000000000000000001634541416612453600171610ustar00rootroot00000000000000PNG  IHDR38SqsBIT|d IDATxwx?{%FwPMA *vl(XQCQPA@I/!/Wv&\]!:'333wD>F W @ Aek)kp5l%1)z%@ "pw3nH2i&$X@ PU|}<ٵydd ww#wvnMV QUժ]6+V ͚}NҕdEV@ $I'&w&$pH.uM5PDQdRRSr "s8Q1@ @_Nj@ Yޔƍp;rTUrh=Ũ ˜@ lЌYV uH3Obӧ(((vɊ(/Itbݍ@"$QqAIW> HJo$i @U$TIJNWAEԿU~e$PfEg0]ˏ&LJ =| Q5ۨ FQUdŦE,ʒ?\M)E͊[ x@o$I%6Ʉ֜/?S &LJٜ^H#rV*"}Pٜ=57UEd6@EBBPu:yړOKaQ*ܠQU_>^F2LVRMi ) Iӝ3P\JNWAEԿ@URѹ{grҫQI(63( :;W_+#8d97z R8Oߠ"EÆfæͤfZ6 n ׏~d5hr_4EQK@M˫.$S&,QM),[85+yZpDw2qjVJ9}*|wVC5df!דwg1t`NR8FQUNY%\AEEm$$_'++[cFPɨL[6*˞ѠfNGBg3PQ=Q&>ttFK3z ȖLPU$ ,f9:LBVR) T ވNE6d$] 7]:u ض ޞtԁԴ4TنlJa崹V\Ftej1n(^Tb3`=pG(RgvEw**9UQ+|Uhs يj5&N *ۨ'?nk݊#ǎFg@Q F鲜ɋlf :cŖ*ې "e/ Upg.ks+'N@ez/{!3\{bmtSVu`FYQQ$z$^SfI.籄ߑ\NMdcuK'>¥|5AoDr6ȉ[ŋL&,V+ܶ܅KS_HBB"/M}Q`2??~ t90V3:[[Jn؝"ӴoatܱzAڽW^ŠchѺW2t3>x. gїωddf0'hܨ!߭XEoͩеc;Y<31a:/2XH:G-\FPz|,6oXżߡOTѮu#^{i rڷחͿo%R%9UUֹsw5Sح7dמ} I֩!3Dރ1mב+lՅ(x7ǎ'Q|d9ݺv*6%ѯΫəH!@PLYy/`w6z"3ӄZvG7/剧//tis;q*H{b1-6+qhܨW.:6@niьu7?+d;ift[؎J\fX 6oDgprn.ӆM=wbeѧ]v Qs/*[Ц5?УOHeI㹟ӹw~ѓ%Owt؁жmܓ=|(Eavα'HIM=ӪeBS)ߔLz%\z0֘)SgPv223} ǒ?@$Ǝf˹Zzm.~l۾ zu렓$򏑻2s?)Utr_-+g}ٷom>ŗumf`INu4J>@2mf[=t޼ic=NJzޓ;wӵsGZ4kBRRBT4FlJBJޅ5kDurC(Ti~Z%&f^UIX=,+0{3Gm=p v=+89)nf5R^3SдI#֯Zj\끜dE֦fO#"}t:{'$$$pif_k?fEۙJLl.x3f3*J]TEaG2'4}  Lnw;it]e褉'טQ^z`.]?n`ʵ;W_~a5\Q s=߅ UI!8sn*NERwkhޔQ#1h@_9ƺ ?ɔ;(l|]݉Kl\s9%D488KőRHRIVQ:FѴq}q1*Wѻ07xΈX QfMpYbģH>|Bt7}Ҋ.O>u=JHp0 IIrVUQIgĪz{{Bzu C~GJR,7UB~%IBMJJsI+UY "9_;(h#z6E41]50QieyQow~X%ks93a}0+.:o娐h*_rl^53mBƍhܸ!}ڵ0\-|-lwL ]w7̾;ٵ{/Gl6w,;QtzdԲmMΎ]0L4m҈Y3_!!!A8}V7_/}1d@y]hڤ:Kb4ѥS{~wfV(ʈah|f*worJDY3vJƍo6˪cbɏ0l@^.~͓kIwot^f|%\7f=NX.}P -˾g҃;Ӳ|l||))L{e&wDwcGx7:xCjs^FOfy>xaCri~ws/ԅ=;o6Kѵ3mߝi{{KQJzc;թe)LyǡYf&|} ӻ6D1\pj_nIZZ*$''ffaZZXm6l6+ظxNƅ)eʬ@P>XӵPg5$U"3"00x22{!U ށpYӵsmɨ :%bBgy?%ْbJ%F,R3QlY+X\Śpssc޻? ՚*<| 2{OwmI'PMiH(Xl*zwTj[3_j;S]@wl3cԬY蘫(H6Kebzө7 $eb$h\խ}Į.:2g시 S\z3zaǛ1x٧;|tbv(s(be&u߰?_>E Rhz=jxzxpZ,#߆lNۓ@]Ū n,< AAA\ Qe3:'Gi#%fVnZt2T ~HzbV[a-@pCQY;Lo@o8¨_'hc˃ТImEbhՖmh5۠X._Kdlb#M3) ٜӧ`4@8zWo7J=zɧk=ߎ'6UŦѫĪFiDVk aAy#@pC0۳@ <͘qee@ @ ƌ@ @ cF @ TI1#@ $˜deedB< F }_g:u~XEXX |}}˔?' /hܸQ)-7oeWQyOLLd! >ww`4oXVZMZZlʩSiԨa 0:x m۶RY[?Nzzk.J[>y$6ljժ^\d* )@ k~. ͤ1ueJ<.."nժ+mh͚\vn=++PdYʕ+l6TU- c=qc>|  :2~=?223gOV~cbbًm۶@ݐ-GzzF[f-iӆ >tm}v)m=llذESZ5ڶmS#)@ Ljj*ҥx٧1rLHHʉ'iԨ!(Btt4qԩSP4tSS8u5 7rpPU4EA8aV+ΝC$4hX3A;w/X=G_iii8q5kaSUAV+)))\v H`` W\!& ԯ_.T:С}>|( |ɩSiҤ}ӿTUEeN:jqFxyy fnSupl.ݨQCTU©S[իW… Ѽy3)Ry1^[u/ Lɓ'1be7+(]/5h4=㤧gкukk"IC0yJKQW _e^P,u%@ n\6f6lHÆ 0a5科BZ93gFϞwpA>t;???dنla܏iܸ1¼y_ТEs8HjM6 ӧO3jn@zk6;w4Cg݅֙@ \l̬Y!C8p k֬GyB>|kW{Ҝ3_C!2&);=Gjx{{y gCOӇ9s#n uѥKgl+ Џ{Yf+bwƛS>;o1ȣ>L]޼TU~]v3v jw'#U0e ,\g}HaÆG3eʳ (ʫߗɓ?">U~lc2EN#^U 0o>}\'_|S_g7b0lH~ySV_KJ\נ( M4qZ&.]bǎi7rVgΜ)RRԷO}}k7VVXI޽ Weﭫe/%c3:u>UU2d0cK||AApÇUUرc̝}ʊN۞ްaCDUU:v@FF&qqqӆr^^݋kҪUKdY槟6KPUK?E~ ?k׮SFh)TZU$.^…w߽o6!kTeǚG!!!ٳsΑ&s 0yuZ୷ޱnoذ`:thOLL Geʔ8q$5j +̩ScYeKN#,i2TUm6̛ge{PUH֭x1xodWKJ֮]Ƕm 3Ĵi/P~=z fcٲoEݺu*s=+>8 6UVөSGذa#aŒW[Wt%%cf͚bE#Ȇ ?~[pp=c1_nOw)ˡa{L2iӦ, =ztGUU1T  66A*-['pOOO{zAd[wl?3\]w//O._NpWÃ}v:zڵ:tW^C_9ON:eV\WѴiz3tܑΝ;bZYG^~y:ݺu˫ (Nʷ&<&۷eڵl#G'#//OLLl 8{o]/{@ 7 :,xEFnl0{Lz\pGPU5jжmC{/yzz:qqq?]{ ?uk$C פE|ŗ(fc޼isg4l!112ԪN͘?+TUb׋?88g"2P+L[zM!(|\nVk+3h߾aaa2С=Z&EQ[Ֆ =j.gnuJ䏯(ݙ^\ŋQU@)z>SoͨQXd)Nbq4hЀ-[ \h=/[^\%.q 0lڟ.i<tОkq--C9sf1cћի{MPPPϩEJ|B6lHfϞŋ/B^}Q5k;o7gZUV;L k3<Ϳ(2#F g׮E?qx^}˗-`Ѣ?>ƍO͚al2ȑAi2d0s~Ɣ)+75k6={FZDj odoP~252Jv&|y+ysE5{hh ?Rh|cyׇx^zig%ч3yJߚnݺ`4ѳgUsܔ'""2vh~u=Lqe/fA1\]6 M$--DjxTQ' IdLf#:2!!*$RSӨU+^_dXϤ]7CEQv:VgEYS󥑧,L&'|H6e 콽^ sE͘Y;Ej۶ӈWrU:\U{3(7|9ŋlq@ T"{4:6YJ~o|%CUaU]N~L\???y@U s\>4S T=SU{{m*9˜@ Ua@ **[@ @ ({@ 1~aY7@ @PbFDǏ1#HUTe6@ 1f3"#ڕ󻠛𜮒o T7 F | uïE򍸌xׯof^V+w[U @ {R#3:,C@Ue$rwlp7!!= oɓot!>WÕ$|h4ܲä:o$PX +<@c"(` 0ہ߀ :`65PNgU];vpuFvT߻^=Z.pdELʩ>tJ`I?s+[ !m[rrFN@=v,M`õM8;orfʪW@ qxyytR֬Y÷~ @׮]y?y5kkmFff&?YYY0˖-SkʲLRR##Ckvԉ^xUV|r X,{N:;o>f͚1{lƏOfi1>{F(tCxpvB|9HNk 3p 4C3n_F5X6  RWRUȑ$>\͂*DX@ֵk7,.k΁W_ݰto$aa9HkJw 6mJ= 9?uӦRu@ J#'jnԮ]#Gb066m޽{mۖΝ;ӿ.؎8,EZ͍3gIFdd0}50}1="#iv,ssg14!~'ORg8m\m*_hD="#ȐX]µ~=zDFhd? Ϟeh|<6lF {Z!ڂStLwozlư$-'WIW^3$6~'O>bD3]BD/_N]b~ܼyD-]JѣdFGs>LQ< "2fzPwww2{l6lY? :tsZjEKٛUUټ7bbz&JM3ˏNghԆ,J&!@`*ڨFySB[?SRj.GANЌ Ěիɸp{;D׵k=,Lx֬I$fL11T6Bw'@Uҽ;nA (q2Lm߮=`>Vet^I#3:'5zlؑa[&{wǫNmg4I)zi6io&D}=l@[#gfO";];y.~-Zҽ;-[bI=$K12KbaÝGpn9t(z//2/]"aOGz%*fc͚55zƍ:}~:t@B:s0iIIsF߾}իK,]vݻ7;waÆ׏޽{wߕ<7 wl#*ꢃ-7}Lݺ DPPݫc6Uwʕ+c<(k1Sx% RY2.^dO94n~y|1^OؠAeZ"Ҵ)ִ4zكWݺ4|I1sY)I=<a2Nm}qw9KH]VС1jȋ/rv\$>q"+% A/f涏>BY܃WݺڻƍiӜ^L.JubS Ёkuet۰c?+ca`z% .d̘1=ھP?mk 0n8:uD.]^:,[Vm6|Aؾ};SLqwss;`Ϟ=4nܘ~Qw w _%IIٹsYY7nS~hS֔C\$lQЦye߫=1G/EW}r?UQYS6_^ŋi1s&mڔ(͵|:uƎI>ϵ~T]Vlziob~,F'So3Gld:D܂pC_f<kJ 'L@-f@ *ӧX2m4t+ [l!**|s:z:rָ( h<ȠAVH۹{Q;wڵ+^^^Ů7bLEd"##sfS%`д %47QQ8F`, @δ}3l w ~g1Sv\q@zrr $)'!KFK~U+Q5jߚmh-8ҳ>h*rA^>%) DZ3{xaɻ Q.HCrQ,@3;h2b X.t*DEEe9t~;O<֭QFvCcE9gz!4hYp&{z=8wN;_' ""+𜻻}Â*]SF6fLR$76ZMf/:E[ƍ\WbMjJhSO-7mߜ+@i6NzhvL+$<|vh0L34C*OW^~}zDFc@`=n$>L͡C5bw ZwD:irv+W$IF1qv\NF=f xծM`DXA/#Giؐ[f"|p Pm6N-̡vW:6ml2qOJYa($.k` %lhf _]xwY|9={$.. ׯ_gѢEEҥK4i*KKW^t:پ};jM6OУGF#VmTǏG'ߥ^OzpI3J]Ey;epR@Em8B.a|hed͛[F#"hx1ݺQW/2.\pXrϨuhAhD^}V^O?%l!l1W۷2QeFO?Md]Jb4yE >>v@` Ik[N__LBhvSfT|Tkr**傢o׼9 )GVp@ Xf |XuS-{Z3g;vÚxwy_>&L(tmLaܹnرYSNر$YKڛ5bksEl)vOS-ovhSײ(zD`8p22̐8nBN- xc;H~͚aIJ?SVXҗ͚ss#5-}wR0j#2f#S{KbrðŖpPhY|-='+[ @ TA9x`eQev} fYQvWdt-1S|ֈ m=] @B39h7l(V+t@ (˜TY))lq=@ K-@ @ +gQ^իCx8;I @ P4[o>}fMʂ3gǙ IDAT >^FqnUG 믊;s߇KOÆ0dԪՁkA.@ I(h &]BTlR "V!|jMN&`Vx47߄[n3 Q @ 54e~Q~Qk / =6ZsDŧߐYxzIIOF|4F@ Jј.wJP IInx@ ˹!!0|84o5M&8t/pݺAwй6- N 7Q5`XhB[Cr,Y -[j qMs ե?EiS-uj.y{uMssnjF@uI.Ҍiۻt@  5.cxԫ|I /.8X,Mg!&F3^.]'tw shS/FL)RB ԩ0~|5C*2t׮ z|mK6M9!g =k[@\\ݻW3Z%IjTrH @ [k#kF#<6b3Br@iiP6R ӌ;?-dIHB!%(kXU~"V7#[Kږ֭S[Z*vQT*>V1vHB:33d3}^y%sss{U-[Ҵiq\s+_ P-./*=5g\ر*+}K/UbO=u8{TkP$%7{fFu;q|RM B!DY vܻd]u2E{Y^f*hwڶmefDVlrZZQρjj>=Qq8+2p|/Հu#"s UW=_ !BGnE89+ÙmYYjž}js`ATjq^HM&Mw{r T7FD:oNVl^:sM<?45m~TB!Bge1>]urXjb583n-]U\Z@ |m|Puׯyljj{|^GqΊ 0]M !BxNi̞Гرw kT99;ƷL{ܝst|E9v F<3JC.*J×ukB!L~z"MjHNV9ЏS0))p?s&̟{j?XMdz|<~~޿65+Zp+sjZ>jUp0!5Q ́ۯ$754ѣ=B!t\鋂U'TKAJ_nB!=UfNVkddjB!BAUfSJ?_xNOS B&"]B!ʌB!_GDUfhlTkL~ji(կTu:ػWUlnS&zҷfߴ ~SxNƌQkkoT%z;eB(vz Uܷgbp:lutg2i)7iK.QH3 P_W^ XFhw߭ԌWüyܻi}UW{Oق{iݧSanxKB8IˌMuVd6lN''OWnZDߓ֦mw#B'RVF?ߥtpsLcc{79~&N1UB!/ѨD.;NVcV8rDM1y2dfvD_cҥjΝq#)B!>e}f; 'μbX#sUwScd`BIc*t}/8X=gCsz5L~hu ^*_wB:GH{XPUv(w%zoѣ7e!ѵ&_bnBҢ&sniE*3~w/deϝƎU4?P!֭픈`h-$DmXz>=BTW#­L:(,;z;u7ٰjO>\%73Sغw&}A~Z`h-{;uɘ?ڻ^] 3Gm++S{71\.gQ3svjD_q\t\qřmppK!O?h=zUj;w&zTfպ2\II:Z{dx~MVP-vqq++eP軮S /Wd FE'"hjRӭ:_tl&3Bl5S"}Ws3=۩}Tfn_>B!2`RB!"0*3}3սძcB!"S3 !B!%!B!RggCCOe,PKB߿ۅn42'!sxj^O2!4i8ky”0l&hX}=,]\Mx:/!NL P!"Z1' <>l>db 6;|\ۦ2,,}kۂdޙ>:rDSeeqej*OuOOٌnf3&2 49E7zy^;h9ƅBG9@Zwf |\~;33I ܵkydv9an++yz^(FdmYGkxוsن \IʕGwEe# h&;& ΟtuZ y1t>e u +:W!2 ۜ@,1f3jj\v062[a<0j'Oى~wjl,VWkx8/ge1%&oxcOa!BJ@+3f3AX<,\z|Oou:b V++f䞑#9 @\pp¿!=Pi:k&0Wɫx/sr&AB!+:^f- WcgNRvrlF'%aiqt2t>@]+oGgA^E:ưxq^^<NmB!Zih(/ӧxN',v;M6z=V+WSgji9))6=?[)רތϖ*.ˣj:^QSuÆvVTgg`8!B^LY vNΔv=!|q1Q wLwi}dh76iƫX˥l{SIexbr䌏b|GERB!D hgݻUŽ,tYg_UTpuZz(rܿ,/wg11\Lz=!9IH`Zl,tZ}iD6m,ذF͕}^Z?KqC?۹盪*UW={MB!DO hڵpepmkj̅ a6(- db ,`Zl,3$8N֓'XYoiN+gh}=׬qmԶ۴Ǿěu|0mȇnbכy^JYڪ’´XvuxB!zJ@[f**aXxUU_dblȈ"M&M| oBt4&%ǃ;xf%^oyB!t-o*ཀEb2ue"s?$01Y,:s8L΢Yi-ފW+O!"^}Enn`Z]?6=^۬lf٪fDLb0Zw,#NǶj>*)\xGB!WYvbʁB!@"KW !B!%!B!%!B!%!B!Nȑ0jAAjZÚǃFAQlq7pv6ZSi4bjZZ][EE{YY̎o79jc2!:zJJxFc~bXΊԀZ55,/,lw8 \+קsadSeepMM9ޢsrK dK 'Oc8m09&G[-p7o_}ݒ .JJjUU<[Px3gHΊ쬩᩽{QSxˁ3R:r#<-MZz޹o E”n6†;p;,nϧYSao;xܜ<}~oRULDZ( &~۷RCC"5 -,dXX@63>ˇm7C xoӡCm\qm6ܹDLmcbE_}*&$0wȐ6ü/L:G"1$#feܘY559ޢsyh=RR7͂Igd1mjQG!Ǜip*UOs܏?7y~{ߟޟMWgH he?~VY KLjcеNWiv|Q>͵ii2yi$b[u5/8Rp_V-67o }e2q[neRL 7II\|x b8⃃\嗮}GEBUs3AAKLlΕ#L-8z <=޳ Ή1c8+* Ʋ#GOu5~5qO wZnWmmk xҤI55'6UVb1LJ**xG̎'0@7x"IJWU@+3 0fJL %$DGveeuGE1$8[32oȫ FApz.MN`=.-eui)$'˕>_E$1c3ss73>*!5mx'Yq#6O !Ӵ|nN\W}55qu8WhWn~q8Guolt]Æf0`mӧe--[=}9}1خq?X11ƶ̴W0nb$#ʌ{oj*IJWU`] \D;a42<<㧣 --qQw'#Yf3!V>[Mgr~`^lylDi>(*re4RGpOG_uѝg]M']6|uWm#dW;=.++]!v(gFD0=.qqD t>&ڻO`^#Xw9heFKU\JDC _j&+EWO@[frn>H1p+RSL[MfwZ=JBp zP2~J #""338s{nBdOJb^b"w 7t_bcqi=e"i:<|9ק3=.qq=ƓT_hV|q硕V:^-ߤ|%_Vf֗sݰaVs@}->FwVO$kx2~qr2;&ytY 74pUXq^sr"G_]Vɓ\׭\}Q֦1B]3/7i|[X_̜ 拞=ɾpl׋ξu?pfM&N4ƻܜ KJ^+oRU/+3km2充ܴeWa;jvuKwgSTYImK ;kjXY\3*ds r(RBCɞZNY,Xv:geeY,\6i z]uyr^=tfrL $&v/}_UE ̎tuμivfx%'yw}/7⮳-ʚwfƞAW$v:r˧nH{<YJgǫE 󛔯vtnp[_8R\IKsiXJ{ywt2/'hĨq7[/s AQr,rWf&s0l~~n #<5gSX_OtEz8Ao>z[221}O3ZXYEE\m#F8=fRBCyhv&/}7 ) IDATX';l)67nw7ކժ󛔯w xÏ s׷ܢ^w^cΎ꫸{E6O充<}; V+&Fuu\Wҟ5 4UQn'htMxb/3G?-, ȁ:~1t=w/Vp~؍ohZ 1H juͮ7͟}9}oy`]8ﴪXw<ΎWߤ|%嫞5o}ÿWvZpuo'@lzERHiaalnf8L_f00lfsiF/sH`^:<HMpRޫ/ȭwVk@,[NY,-olrp}jvsH`^:<HMpRyz!B!%!B!D$!B!D$!B!D$!B!Dz2YY eenlXB!A@[f/31x@mB!Bhp VOaJ5܄B!P@[f z=2f!B!@Ac?#B!LF̞  MM=B!bʌ ?12B!B=R fx9Z{"V!B!@ʌ=Zf.ӧB!b0he`Tկ@&B!L̒%0uZo&#C855]!B12~_sM~@.B!Zy@.B!z|L!B!!B!%!B!%!B!%!B!%!B!N>|/* ~Άާ1x5J eiNY,,/,Ż`PMKcLHqC?Pov`^4OOCwaJ RRX}=,]&<- 7 G0ssXU\ߎ`V|<deg 09u*:.NNñnƱzVfN$ط #F7dBCJ Cu5<*7o}f?_2p`0 {ed'pcHHo>(d"I sm˰0~rӹ"5:l!C"%_|Qo,LM{6vDFraR&'hNx5} ygtx:rt=9v,7hubvwoٺ8;(Hw3>*UI Tz=l0}쯫c;Ӧi2]RgZY׻yw@1-_*'?/+UH&z+_p%mugPPp.>N8x5330*8/3g#G?>/+㣒E))~1#.v7ܕڲ2 +/q,v;/ǍcaJ 9QQ쬩*^iM_ו+/Qw;h;;[#]{V25&hٸyVn(޷݅9HJJ~OiAfq1ȘhIvV$&6o3UWAi)8nmL9++Zw]:t(>G7 :%%{A>z55]O C ÿmb.)fj'V (*bXhe1t>e u +:W!ʫGrbz(=z}v;M6K224))nܼpptZ+- tᢋ7;T(,,xvЌ);^ƘrkU[ 6ώ¤$^40cll7 F"I>;q[:MNī5<_י۷sѧ0;,v;*5ciiXXa--=JOf3o.FF̞55}Ú5p8ŵ٬Z'a6ϼ-;^ :1ֈ3gEY' n?g&d8m 餄_5&Twt|M_g2eN_C0qa!?a~5ii޿IKQ~o? j)j5= ?ꂵretχhXzU W-ANvz[ZwZw$lv;-Rl"!8ё,:~e VO`tCcEqq 5hl2#"ȫ=/+'c-?_i!zڲ2ssF/t1bJ/ƍcIGݳE#/T׬Q.^Jj!P^{ 砣i;HQQp{Ѩ~iBB 4TM wHNVVt3xCkxWt^OJY,|0cR0ozrܐR"0%f3緩xQ38'>-UU\GcAgj ϗҙ^b";jjn0rΊlu+%dy~>v,?~;ƚR:m?>ٷt}W/e*d7Bfz!2tZgxUQNUyMx޽o{`ɓ|Xh jt1+\zX'iNz>w9#GseLS5^NDz\.MNfKU[~]ū5<_K{LQQ|X~>v뜍ѣ O!Ç7 >8pw QSA{,}z2@*=_ ~կuF**qAyVfvVݼl;3snڣ5s _ZxiD6m,ذF}^Zu:;zB 4 lNoV]oi7Bϸ899&{tGI=q#6wಡC✢ h7T93gf7][b[DU/WݧܳLiHMMк_sޒ8|k .km&8tH5Ctl=yY :f±zj-FFb6|ЪOOFW#!ĐTW xhF>tUބ%}KsrxUʙ3UXf ,mUaI aZl,;kk}:]qI *+33/|9KZ1U}5 SR{͙3RE<jއMxW磌y^4mWo|SUŔƸMKog0)g`Zfx OK?[U\LUs33Y\>t(() ͚Ⱦ߫Ap2ڟ_F:dR]25<ǫQH, NjwP"F8ffwOgQJ ׬Ѵx6^>!"y7KKZmVz[6lfԤ+BtC 2RKg jToŸ: :۪DsBK]%^>!B1Xv޻w+Bu=>B!BTfB!TfB!TfB!RNp0|8|!t\2=.G"-,ɓ foX9JؠA};7P1f@Vxh'ƎeBt4V+lAVkZmeqs - C^&NKSDFBY[Y_$* ~Ά履z~~ҜrccXX^Xc W'O&``}Eh i+Cyi$>=q*ޅ)),JIaLȱz/*bّ#X8/MxZn42'!sxjNg@ !)_ pjݿOe&54+RS Bq4ltEbHG=2[^ o|T+91jAD ls2\?9&qq\W;hwuN$ط #F78ŐP] co{& x!!nfh'=,̵mjl,saV;hٺ㾬,LMqLkOOٌnf3&2 49E7zoAr2L[Gt.oϟbff2¿ngV|<;|;>*ĐaffwҜL&N46 /|GD 2]ee'+෿U-.橖Ug Xbpgk~k[og嗫ٝQDڵ<};w0pvt49|]-+hr.۰+ ]'|aJ 9QQ^ǫ5A@q1xmݽ[}&OV]ܚ˃`~??tP^;|-n t:.JJנ)Y,(*m#Ffޑ%%4lXvuZӚEEsݱK_Οbp讀Wfᢋ7S` v**TYm;ΪbJM%ض_LV[O|Hppt{Z463JMG_ggAKA~~6l`WMkۮZFFz{VSbbxxv76vv^F$8s:[vv:&^x{BWZUS'.(snB*+XY tÇ 7&-{ nO*\W:Wy!(o33Ϩ.d/G =[cq430xYz^#`bL9|疏2eN_ ܐNJh(ϴj&^w&0WZ/O!@W{Z?aժ@s֗i2aɫhx 8Z_>eeevB :o[AٗH'\f'2=}fUׯ+}K^*K᪅gnWyn42?)\y=2y225΁:VSGgA^E:ưx|I_W=B$+,* V1Տ~HYee|Y^zjZZڼT&_ϝKʘH2by~>v,z^{3w{ȗ5jŋa۶3]BBǠ{|AU^wOq0:gڴGG`zիX` N9|/155\7lYgEEpvǔԏ6=? ћx:͘9lⒼ,^yrIW;VW;T?Wg;PƁ:[_swf6֙ ÇybXn>M\NYf3ڳqXw3Җ-p5j]ʌ=Zf~3UUY v?v6ѺcLd$aanTvɑGE1 b㣢xx6GFxc#:XK|-dTU=l[*^iM?!p莀Uf=Kb46g::2ãcpWf&]8h}=kOh3o] .1c ~5' <OZU9jmnXP"9u֙Ͼ`Ld$W$1KG~s]:t(bcV]Gz7'!idǎ+/K'rݰalf 4l6G닖x5}FNƤb0`wx{B+)_2-笠%%ppbs AQrWOJK+39 :޽;}:Ba4b8ț],Z'o2҃0Q 7NK6/Ws& 8tڵpepmkj1̅ U׶R?<Ȓ R0>Ctl=y5{x_RHbcY[OFW:YWK!!ܑ Z,cƍ|6.x OK@ᬜ9Pkx}B+)_23s2нWXv"FƲuAXU\LUs3֔X^XHzXOGcuu\םvCѨ* Ȳkio~YѢ^yUm~xe磌y^4EAM| oBt4&%޽7LMx>/BR]͚Ⱦ߫z;-]k"FfVLAcjMp*)\xG? !jt UxB.f !B!DHeF!B/IeF!B/IeF!B/tq`7o d5lfiN7ojmw{OKɓ vy +UU<[PhͩSxt;V89޽>s K`HjQKS~;8)i/?Qt0r$#F?_{-GIH܄FL~l-5499RgyK&vW-LIaQJ cf"F~QˎCބ%}ޜ?W'O&``}EEs OZϳT#+$$i7~}l⃃"5[n0Ms[ez>㣢\--4+RS1PP@Qf3LFēvIFF_ "#aTg?; ǍG;`HO[o(Xxm6 *V|rf[Djj:x5Z;ӧ{l{M&?0׶ G],$z_VWz85Ǐ'ljcɅII\̢WkxZӧ{rXnLO{ESN{?H7W^Q ;6lX{ދv* IDATpͮ;-67n̍7muuG>ih-hd̙DL|TR/wkp㩧T+˪U;5dĈ3]y%8*~ZG>.P}5 PVس~ x1|QW++yz^:)ܙIzXMM]#۷pȑ s+Hf6+3eeO6l |JBW]:'*x5}Zϟwvv OZϳNE +3GyQQz( Zvl6ddh )SISܸyR+ z.eeewxmÆg]9!8ƌ~:f:֭b۶؊"f|9؁BΥClqtG(nhqQRRwۈYFkxwqI M6V?(x5}Z=_2:EE+=̈**x16xKt:nϗn=׋\bL5uujop*C v6af\َsm i] p7ݤf0{1Xx~{b2~׫;O5.Z/*2ݝ Ԙ͛N8XbK]pGSt=Xh \+_3t7cdzKh`lQgj ϗ|/1}Nqݰa<9nnCgEE +]/ru:PIjp NRCBz:Ç7 >8pw QSA{,}=Zqm?vmvy|ZQ&tg0lh(L7C8LpGFu0:rs49-UU|oNmw=ΘOGEcر1㣢xٍQtN:|5xxey()#` ՏI'`?sZ;h?Z_'\7v߹ˆe) ўۢTKG}}ϙ7OUӣzW]usTkbf:̫ny9Kiiu:rq<#9 L;Vkx/MuÆ6huxO+nhg;wz|SUj~>Eh׋\rR 袙wܡ'.;wѣ9p/XfKn``yy.-m77.M̈ mެ2EW_JM7n_11g`l=' poWqnqs窖:gDUq,TĉP[n8899<ʙ3e7|x K22K FӱI6'GS+nɶ%ĐTE7x&<ǫ66UA0)$i쬭< EyruwHJ*!CԠ'gO dϪbd~Gw`ݜ9̊CGmjnRlTW /]FZ/.a}*#C/wrt-w]u57o‹&12"µM<ͅIIѷu*/^}Enn`Z]?6=^۬lf٪mՃu?NLOj%v3tl棒ʗxGD"שb0 xeF! ],8\Bg3B!BʌB!_ʌB!_ʌB!_ zZ\|L8yUZN#G¨Q0bk&P~9@ZZk֯</&LK.QSBԨ֮<+E+hdNB&$0"<޽ΌҜrccXX^Xc I ^;tȫ(%1f3F#yeG`!^oӒ>oΟS'f0?s$ڥ\UųFޜ:Pk쯫dn>m硊 xe{`,ظmxUʌEDS 7M IIo/#WUx> ;v5 QQ/9~<\yZfVf$':r~&yOs1Q`jl,wu}YY\1?lݎngLd$&%qir26n:^iMɱc1=F}i3~fv0}:,[Y˗oϨB 0 0o|م[^|Qz57y҅r+;2|Ü9m JcϽϞ啃i#I Dƍ<{7EB'ŤÑ#XVvXm~޶m׬!x߷P\gyWm~j˧4})6̞=X:ȹyp.,$1FÍ11nD_Cm~?g]q1M6V?RExWm~j˧i XX}ti;繻SȦ'N >?GQ|J̙ܬ4`Zprc;nzWǨsCL 6pq8h'RS9RWꢢ /X9h9f3;xWm~+oNaa~ Q_jcY'뙟]RWo1cXCßEkLS2/!|9ҟ]ڲEi(s̛V֭Gp啰d ̝@0aap'ʰ4 AkPŭ_=|1DsbcI3uA6=Zhx."rrh0jx;six8ʡZIH1cv $,'eu"T@eyqLcbGV:VWGzh(!!a,IarεKTZ +y0**~NmwWm~og ;YaadY*+,'x~\ip OdT&;qc&"m6esY!e&ehWCaϧ+K23yuA5S?$<=zLVage%ϞuҨiiN6TР ~s{ix8g1wv2ߠx՜F'bޚ~{$jswz*h[4|nZn99/)0w l+.fٳL.^apn+aіeիϫ}WU<^v r>vǎnƆ33&Wa6jfxEmmQD={|ULkqqPtʹڷs-߂ 緛8u=:vGwI[`2%0fBtP5^ӑJBAmmWMX6lPGEWm\|oz*//[C?BiI1VeswVG~^.+noLeDhjRNժܩV=lhUUgŪ/:O-_}S!ŤG3B1Xv^bWORO3#B!"!B!D$!B!D$!B!D-Dz|%.B!3c)+~EEIz !B!Dמnc)53B!b93&L7ޓB!M6ft:1#B!G33f=plOFB!B D=֘IMXe3!B!P=֘Z8wrs{*B!b Lp0L ۷CKKODB!B t=Ҙr !fB!B#3i8r' !B!.~o$'+_+#B!Nz(,;w!B!ŦGB!B"!B!D$!B!D$!B!D$!B!D$!B!DG}⠱Νwd!Fѣa߆tp啐PV7Î姖ڸc 7\+b`*:+a4~u Ҏ 42BCXW ii4Ɛ@޼28ss>̒L##X)^?|L3'6L 9Y_'Oq,.&?5 X>~ݼy PUcJ#5R7:&MoqlVaa<o.3,\CN|l\U7cєn㕃 \s !!&FFO+YYLXvlv;顡̌aØ}{Q\-Ō KLϯ@uz*t 䶸8ܹccftmZ3MVX1mqqZ(( Ps͡CcĪI5xq>i3~fv5M_ 6nka*,>4>s>Gwށիaa,m~jꭷmveDg4urPr2A:KJ]K.b\xǿ3pH6~xHCB075q#O #Framۆq׬}ufXq槶|j_Kijj;SGp_nf\۪vGL{r2:Pϊyin-?6fBB}HYYhgd!+h{Wv~joSKm^il3{`"'&(P'Z,쩮vAD@]gBi4L|daѣ6?S{t +&LbaӝԾnRO^rf>rMH h!CA7gv7Z-M~e%:st }9%ez,H@p(Âx.#Y(mloDbye>V!qwjeԩ|YVFes3;/`wcѣ6?_יd23R^Ίcxc8Sk,,x1ݝ5:I'66f Jf 9Vl?2EML&Qءrj (@//qb2q_b"h]Pr2_[aI<ʑ:V=m!&NcNi?X9h9f3;Y\R5~<:2LtUJ=]XVƉz''F[t|C%ɯx@Yg?Swʼ YXPkn_ *nۻuu2ѽlq$)t9?ZFCfX~[7{UUmhٜնF&ԖO+jh๽{ݾ`WUR&.Ky2y͛ZEF¢Eyy˦6~{2){‰.,6w\L (6l]JK&pW|篤%m.cޚ~{${ݤJ='Avs>@VKí0;'%%Na!eu8{)jVӿҗCį?ePAo(\!TZHiTzAuϭyg/uE!56!𓟜]qĀ^i͵oZc Vcwtw=-4TH`Pio3Ӈ 9hu ϝfɓK҆ H b۸juWDϒz*(/[C?BiI1VeswVG~^.+noL"B55WVg˱z[:]UU|V\Bj%/W(yROB#!v;̒L##X)^?|m9̍%db^z>9}Ǐc⃲䧦|=qmev6F]{80<2;!ԝmqq8kPP@NLC8\WhU&j0}ҐeM16fn]Ĵ9)!GѣݞO? f5:Z^ ӧÛo–-^nbٳl./ѣ v>p~:^GdcY]G$1$sSrr::W/GFr\^wEi)Ҙ1̉%3,.6? |\^dƌ cROI=_9&FDhJ -6w[m21=*.ꭙ:Pϊyin/C?ow{̯svW]gt!.2Gl~28XPN/2ӧY}4?5ӋFÊ Xx;AD@@5n> ɫ GSR Ƙn|ѣ΋ӨOm}BSn~v=1I=rfrfVMI|a7vݎngAr̊ JAm-" zzgF==6V3B]|<46*S#]GAHKk@((/f))L`a~>u>@ѣɯ_gθ=n2b H@j| FIIpӖSwRO6ڢ"ǏӴSR3>Z9۶QCS=30bciiwџ$'+ÿ֬ OIx8 O=_tsvd23R^Ίcxcܸ.? 1ZSeY 7رu(fS\ZrDփÇDRSWRO/,,x\](7:I'zVsxe_+7agTnj4,Ed/d͚ ON7 p+tt!q[ǣhXjx"5#uu.*r{uQ熘lv;-Iƺ>u:>>c6^U/늷OtLm=xqpӜ *ԝӋƲ2N3?97Xj%Dcư1G>3uѬYpHe˔P~?r׿n?t]ij \ȑ3]C{v {$,'SSyoƒf2(?[d-v;M6Z-V+qSg)Զʠhx."rrhp^:6?o_Οhϛz̡Ce>'ROϓzzw8/ddEitNdCI NIIC0lR>3c+K0^ ʵ`0c; JssNr%?WJ#e9nۍ ;YaadCƓii.rJK=VWGzh(!!a1I.ǭhXÆWQ[v:njS[>5|9`~RZ#uuldΙ^\-, 缲r+*x*-0~-۶\!ETόSnSHtx1σԦke4PS,OVAccb8~M VKNq編uKsLdWU﷙pUt4"#yzld}@[o`vNKJ:.3늋q,Sլ,/ IϏ4ii>S !YJ;?_6ZEEt)< (shxýq{pfTw2滪*5h;vpf䧦|gx;ux3(TX[TDEs3={|ULkqqPtXVlV+V/9zi͵oZcHSPRr!=2wtg`P68uOLU'376 (UӑJBAmmU'Bb<#kt͊V#?/k7Όժ\!d@hUUgŪ/V/p~/qEbc !Dgy&蟤 !.&ڮ!B!D#!B!D$!B!D$!B!D GÈolVXu*{m _|lgL,`^n.]WV~{ڢ"t$Ӣx,%܊ ^+(ĉ:f $lvq;UEc(+6)'6tSm~̒L##X)^?|A:Ǐ'Dc4!ye|q o;U9̍%db^z>9}ǏctכԔϨsUt4WDG3hD3O=BAv6:,PB~e%>ysKO2)2_MEgdpIX3|tJwj6e_{7!dsSxʛL&`lx8V+ZAtħ̠AJuu>?F#[&|Dr[\13y`gZwijiœ`nCBA:3op]M&VMDICb1q"C.9~cn;xߘjpk!u^`bd$ !!F/fdp_b"6[1MI8}%+T ݎn'=411")sW_y};>5fg1ӵ$~9((P3[s|-vߴ֗01"GSRh٘s'VUK?dbzT9fsyzLJgż_Q+W`*hmԪMoL#GY99\ͫ\#F߇)pix8?MMUI#G.ڸybn(-bt^39dګjS[Ϟesy9Mޞ?!D\ӹ$,XҰ chPDpСkq1{(#F~>f Qŵ[_7U\q{\!#O΃ndff0pw䲈~>f 78n$/)XD|3c]o=~2ҥ/5|x_9'6' Zvl6yCxbƄRP[}QzBu4ԨZpQ*]w1K7ۅ9q54h1&-Nań Y,>}ZU G " j ?u4lXvp󹨀OmV>͔Mxf,]r}j>/-ٽ{L&4N0vzQZʲGy1p\7yj#we%soRy w~3.PaXrKJxi~r<{yǯ S_[ڢ"Ǡv]-NIxj-lFMKKRIC5(]'ߘjt?}.=2BC.NIaBDOޭjF&9s\W㷭v;{;E\Zx{}Aulnv{ZG# lfٳh\LgOߌWqLv|~~z467 Kq)&AF;]93iDƌɤ  ^{U~o}bBz=wwyFC]EW/oǏ+:*]w1 ZGoDSѨQ΃]%ɖrVL$&̫mzG*`wcѣ]&6?__Οo71ǎeW3$0&>8q|V8{gxjl4rkl,ȑ|*0:tà'EFrCL 70ͱpAgYi;>͙QKUFe|mݮ4竺sAY H]|*X9h9f3u\Rx{}Op)JnqeENGQC'13k0fY3{9}}F̾2KޛU!;Gt/6f{Y?#bHJG)TWhUVVOQyyJ#U:JoL1PĐ*iH2(t 08eBF/dd8ddZZ|JKmo2kev67F^Eo鼸Om !/xrnr,1czZ&IsQ3gcEaa4dUs69u6=KGZK̟i?ژٿ_MؿK.9\櫕A%H2d5C7z69㼈f޽|opg7H9VIi4Œ>6Q_/} sG|bq|f6n2Buq㠦$7 o+{͙xKnΞ1'Zn99PJ 늋q,Sլ,/ |e2S ݧ9qQm:oߘh*Z^^K{( I 70$0FJϒF bRd${kjCn=FMKqK}ݾ̋*7)('<զgeԩr3&iϟo+jh'x09Ǐ3c &;UZ;5|nf~r2F#OT}=,\3d FÙFaO3)8|Pn| _\yaXרZXNh̞=l*EEqJ(z^4\SP+Vo46]w1KUU1?/]ƨAݱcO gfL ߔnqL>K)w]!^!B!D$R*Xf &~B!b`iC}ᡇy_|_>hHKb4y'X2w%%%477غ{v> ۷SNQ__OTTW\qӧOG㧝B1ԘgU4*+a< ohO?"^yۓ4 :M:wATT)))ni(--e 4Bx :Ă zB!|j/Èr入n.€ts;###Gy]￿]̲e?wMcge!B|jrӉÖ-[?AII !!!3Hm֭[ygs){=ϟOll[~;w35 _t]waJKKYjjϐ!Cҕl2^vͦMhjj"33G}V˒%KX,V~ Z'N{1^[o#''͛7s=riYp!qqq>Udl61#BG|'swP__ǝiͿ8w{졾VXM7Ă (--_j1c3f̠SNuXr}YΜ9,;v`t_~97nG}^^ 889Tj˖-̘1++oYf96m}---2~zt:<3npp0K.ddd>j{K/˩{⩧l6S[[˔)Sxe!BD3݋jkikOƎ9%%ѣG3j|ddd[9::ڭՌ3 _:t g`nypذa=Ҙ5kuuu:t;w2zhn&B!$wUUUDEEu[zPg,l6ܹ힯ӑ:FhDQ[[U^`pkHHv?\ytM^K/ԯuB10IcF]kCMM &c:FnHsssi- ---n 4ȫiZ{U݅ Ԅju[$@ _M8>i!kT@ՙP,'MLPPMMMOHHȑ#nq>|[:*..&BИ[khlI҉+>> &'uVΝ;GEE7nt#F`ֲo>>sRYY;CPPdZ)//&Νs3gǎc唕YjU $&&R\\̗_~ӧ)**rkh\s5={?ZXr%7x:/Bꫯdr$Bcepgb}l>Ӊ?1+V`ٲel6@wO:$&&2sL֭[Ǻu눌[nwm_`` YYY'?n#$^qt夦B!.ni͵oZ>.K.Azu9JKK !&&%y+**&>>˹)TVVG``nS\\LSS&,,Sbe{8hjjl6DTTn\!,_~ҒbV6+Z\V( e49rdi"##T7ih|ss<'P&Bd!B!D$!B!Df&CՅ?!B/3#B!藤1#B!|ZLQ`h1=]|<\y%@h(ͰcG7\Λ7HXuBCl _|.p%ZW!3ii?grn.dg`۩li!?<9>$NJ.(Ct:`mQr>-*RRȭൂgQQ,NI!dfEE>}ڙfAr27tx=JP^Z;^=^)Q$, ;_<Ȟj0=*ø:xJ:{=33/CK AD~tAl,CUc)n⢢ b0σAt4̟&|ҩ[qB\aAAscc1vۏF"_ɱ)6 x}sV댛漸涸8Z-8.IHO&Ŝ >ظpԨ(n>t^9^ĉ<ƿɃ{<wף?1> ǎ 7wQO? f5JCH7+8=w`[nΝO:z+B *k& Zl69zc](^>pˣYz:qWB+].DEs3\7t26E/=U'O]\Gw~_M <ةv2Y~c>7uuÃyyv[Z3>5#GX_RĈunw۪*u#G??\vқ#qQS?f;6uAf&|ҩ[qB\),v;SR쭮R>/- D䖦byɓGb"Yaa -nb 9}"J=Oft4HO؏թJxxMH Dݶc}_̈́84Zv,ۮyw+q,Ϟ8鏅zblJffIf&E[Ӣ(5krokncN7m~]pߜ`h/}=d/eɚ5=U~7V̫1Zw]y_ꭸB!zÆ9ίӢ(jhD}=é<]f z!&I o\[bGY3gyft뒷tuxw;^:xs џ1_B~B8}߯ ;%_Z0cL3B/|6#F9.#q|į_O,s4<]7fƍɓ!1i,PBΦ[cC@wVL sf-RqZ=}:w_B j f32drÇa2tjV\!ՃϤ$FOJb0lv[:+ ɑ]]-*rncx )̰02767޽[GotSoۻ =^;Ɇd3 &(5UZF c7k{6ji)#5Cc_tZ2C cy144`^ dٰ2vSu?ח~׮l1-_ǃ͙7͠eοܙyX'W~F=ĖyI9mڴtfGWq;5'N3308뵺W_cOߓ3p!L01[ٜyfۛy'ꍪ ?8ʈ,^ϣ/F?ϵ~I) 3@Sf$MR7dѢd⤽=2%Y.: Kˡӧc&6mJz(fZ[kKծ-Y~ /LN?=(,Hnz*d͚dddW|ɲe?c2Z#ҞdǎUK&LHMR\vYYyѬ 5^3{ϒs3No53*a{JӀŋ4Ѩ Ufx\;y+KvX4f>H9sG20z9r=|x+cI̖,INMϯ;;={]ʽd˖?Nzz 嗓Gƭa#36^\7nL6l\}2qbm١CU+fV~9efr=pԫzzkt`#A04%ahJ Д*u3kiI-J/Nۓ)Su^ߟ/$FU*Lkkvmۛtu%mm;W47mfTzͬ;Y&Y"מ?yrruɷUpL__cGb?J5`H] OfZZafd;YffJ>k_K&MJfHM+MtR*A'bZ>snHO>FUƺݻKc'^?$?ިxP9,YLZwv&{$v%==}L)={gZ0ё̙SZU7&6XrY֭5TPC3A04%ahJ Д)UjҒ,Z,^0׭+f ˇɃV PT 3ڵIooՕ%w)ɯz%Uf5k;ʕ>o&9tJ%f;FQN\0zX|rr@i ԯKO/d䳟M.U+3?mښ|3G>RGTЕ㮮䮻SK[gF̗_.iF20z9rݳg+cI=3Kϯ;;KHٵ[:ygks?L~z*dΜxժrݸ1ٰ|>~6gp0ټ9җV(*ի_{q9_-<9ٻg ?4Qo0) 3@Sf$MR7dѢd⤽=2%Y]&LH-KdLz*dڤ7*Ȭ_;'ncܹɛ,f5k;˓+?W~%:yz`Ja/ٱ-]< JaD-XGy%W\Llߞ{orH#+c]C͞qFO5'e PL~GXЕdZI͛uFVƺߟL<ޑ#I2}z#+c]CWfoON?l?g{620U3K$]̟?t|ٵ9v2eJr`SNI>rNWY::9sjUudÆ/~|ti9y .Hn5RN֬)!edϻ첲'R[J;>60U 3}}'DOO^ye+eU* mo̜MeҒ\|qɏ~XWieDmޜ_%e޽g>STЕsˆKټ9??y* @U ]KoLzzʽ[[Gidu`,ky畽1GL9ԲwfjU̎N~Ѩ m( Д) 3@SfTYKKhQxqޞL[tv7'|gi|`iSr}L*drLWWVΒ. ?Hx"dYGƳJa;Y&ٹ3Y쳓mۆReK2ujrU* IDATm0iW52054SuƌFVƺo}+Y0Yt>oO)Dmڔ̝\yew%%ߞ|S+42054 _z9ȑ3ɓݻYٱ)e˒dѪ EWf,)-ϯ;;˦]ʽ~gH.r%U0ё̙SZU7&6OJ>d2MvPafמre̤I[FFC$gmt`#I04%ahJ Д*u3;KsIN>9ٷ/ᇇϝ5+H=7N6mJ7qRY"7/ٲ%yn*fڼɓ?dƌr)$h2sfȑO~]ߟ|eԩIKK#''7\Vf>w&۷/9K9:>vo U)Lxcm%϶mYjwUU 3^\xareE~ .ݗ $_̞]ռǒ0U3s9sK}|>p (eroǎ۫Tfn>HY9r`$ݚD&<3i/@Sf$MI04J:+r''%ߟ3yϻÇ ͯf9\?}sɣɜ9UqcaCX5iҤ,6]|oϭRO|U*մir2iļ wވ30K/d``࿝#Mrkfzmx=&\3pn3ϫ\w=3@s$os%I.^7n9i˝&gIENDB`sc-im-0.8.2+ds/screenshots/scim2.png000066400000000000000000004253601416612453600172400ustar00rootroot00000000000000PNG  IHDRU5-sBIT|d IDATxw|%\@rlUqkm?m]hjjpBDDF  {Kr~Ⱥ x>;~1ϿG;vB!B!ıgцΔ)SHLL<%B!B!t.Əƾ}Ƞ'|RAf̘ɓ{B!B!Dedd`0z?*n 6ǓOI1$''3iҤ.B!Be^ '`d„ ,[oy{N; E zYa-BUUTUCU54Ջx5USQ*ztYk41b( !B!8n^/v1~tEaĈ4 %%po݄/264MkWC4|g,^/xB!B"h` 8J㘑=x@7'z/B!B#_K07f4Mu.BBCٽg/ {EQ;i4X"ǷW cOE>B!B!DO wޣFף*ACkAcc1ִ'Br:!B!=jKd0 W ?rt fuSVZ`tk-Bt(//MHLLDvqBSNp8Wf z[[4 AP C j gQ_I]nFAOB!~l?mzri[&MeӦ RIBSz;}Laa!`$$$t j3g`׮]9]vJ\\:tڵ#GhhuNIwalZ߂@Ӽh*h .8נzq!i@7P__Bp}F^SOɓ' ƣ(:K!vEEdgg? EQXh'[Aa?S)VTTƔ)S1bo|]waaa\|\xOxͷDUʻǯ~u o&cǎ|3F3~WfѢٸqNƌu]d ,X]ct*,3}Ȯ];5k&L7B oߑ"7J.wY%!iMLDUՠngݤͼyxꪫݻw1r䈠ncG/hzZrqͥWpٹpx͂ >j0[2G!֫G}(b >~1fhn&V\Ed/ŋyͷXl)kx^>cN||}c8p/u֣Xz|˖-lݺ>|,xa_v233Ki֬Y{F;͛cRRR Lz};Yl{/{fp?'--p; dgb޼yl޼Mj4Xzmlݬ]˿bРAYe˾`ڴi|\*4X }}]?-FHseРtVkfAn?'~oeq&xO%/yZ/k߾}\~Q\\iqq1qqq\veddd։x5dPUSolv{8)))[a ~tz.4kxp{|\u͜3|߶sNPhJgހBk7!Btsn 66|fϞ!66J =`vjj83Yf {=%碋.rԯY9r$T1vXm?|Z<ڲq\.'o6z0F#N p9`&#c/-ٳrrwrJljTRRB\\ +f ĉٶm-m/X,8H !sݸz\.rrrxw{x̛7wcLZ'ojN߿ǖmp:t: ! :4 C'!wޠobn:߅[ }& _Kg˗Btl>:V.`9E nx}O4JJJFkbЀ蚥 zFnnM|\.b6q:S]]E]]bJbcc*\""">`?ܹOYbcƌ᭷"$$xбo^KHM@>}Z\K{#Fp BJJ .S~?!oLgHMMwhhh𯯩a <8߶}ʔ)N37m)))믿NII ϵ^ǂ|9U4oqihh`pU5;Di1Cદ ^o ''qgG#**>\h9cCOM2(+lXS$%#445kp3y?si*`o84+~L8޽{92\,YmgOWe,^Y /xg<|/Z*%%ZpI#Gr5Eo ..^{HHHHP67f(xU^ll/hȐMO'f_z|B! 1x?n/ 3f0 +0k֬aԩ\z| 7\ϢEdg|7 JYY1ctcm79RSru<nJlxjk޽;󮪪fd2( Օx^BC0L B!W_}#F(6o[yyd0d`"#UիW}ҤI=fWҮc߾}3۷RY^^FNN.l۶CՒaʕ[24QU͡C;u4C wB!:PQQ\S8~A}}]i}<7Fjc<6_|UVѧO򨫫c\|7c0xyE<_9p}媫dذax<}H-Wg#(롲0t:hڢ5Fmm -h!Exx8a4z۪i,kڴ=L3<<3|0kEIhh(Ť ֑Vkh0RZVJ]M-Ztbnҳ^damjA8!8My+)--%""3k,nGqquע}PUtGiљ B!N 8NVK; d52sfQ^'=uZEUx62|x^MZNN!mii5jFN85 ܊ 8y !'Bjj*[lO,NV ӦLE6dӊ?iЯ_3cB!N$ӥs;-BOv.=j!**6<of*of AOXX=R`!B!5:QFc\.g.jfa6dhWc4YT!B!}vQFw^i Z 2L&L&B!B!ĩ'""N; 6vQ~tC!B!8EF&MQYz .B!B!~Z2޶B!B!hh B!B!dB!B!D B!B!zB!B#$ B!Baxeeb݆ ̜1n⁇ay9{YnO0}Nܭ|k7ߒ_Pb}[uPUUŭwlQ^^j9Eo_.'1!Zl[~nOYYgAvrλmnt\ye5liO~ϴϩB!ܒw㍷Ϻ]262n]_Xo(r5WU)..AT <z1]5[WU_'JVb>^OGK}ɊU_{=*+/qWL[ !B!K-jj]?ni^*V nC$'aQUBJ蓘HlLL@&!>XgaXp8hvYY9aaF<E!%) ˍ5Z5nhnmnw8de"..tS7}Gm-ӦHl<SRZ_tgMӸ߰| nz+*02(SZZFhhSR O5뷿"44ԿNUUd S4Z-44:M>}P[[Ǡ:d4=OÎꦧ=DB!?$]_7$'sO/e'L8 |A-DEFr+HINLĄrrrocYgcn^k!adees/n Ge(»,HN,|"fv@OwǞoD-n@ϣ>SV~5Rs/{;w@~Av;zQԱu}$2j-_-˿bĉC<^'<<<N?- Jm{ƌ|OѯF>zw!!!!<Ƞr2UDDyGkxA[:[Wϻ7ZAٱk76l^oLBCl6M9gq߃1t簣im}lشZ^?h}~w fszS!B.+=gzsMcA$fC4~}] 4;n5:UUojZ ZnZ9OL />lѲ㈰۹3}~q <yo3]v_܄d]z WϻMxϴϯ[r3{L믽D]UUӼC~~u}kOu9oDS]Sy?i9M \ yƫoT{L;vM8ynG>¦[7e|"̳m{[ >tw, o-|' ?:oqXwwVnsLgLċy۷ K~&ao7MUU;B!⇤mq0+Spsذ{*+}LOAa!k t:M<ө" I'U5s&yK/O/@AJ:{mZt:yyҋ.@Qf|ɧ,|}^ اy&rذ{V\ETT$c)*.fo>ƍ,feCMǭLHHח\rr:6,̆O>%/?bo\cugΘ0r<?ȰkS7=y/rX\0 sz"S!BNdX|9v>])VK.]ZV^'**t>mm@ãO>ŭ7m;vj`Yg{^zl]5t`wEX~ok㔖13 ٰZT3Ez 'W_13Y fϜ(X 6 y=]&!2 .x^'E[KTd$7pS'OXݩ#&L&S@7рj3>MO{悹s[bMDΒr`>'<B!Tժ;:=`bWAz8\gIO'je^Ӧb0RVVNt說 0'&:z'5G(,novMkZ*(,d{$WYb`̙slٶlywTUiLCMIIbmI3~XƏϗ_駝{7As'S7 nzB03 IO_f:ΟsKT{>'<B!!Tw7qם~VeQWhhV3gKXn=<Ą  i[ 5r?n^n> 47^n}QDGqaTdZף*/z9"8_>8wƌN祗_t/;#A/Y:%95kG...!hPUbo^zr"&?}H,f}NOB!NdbW=qfͯ"#";f4K\ΐ[=޻gϮh*x{BіY3g?%GS{ﺋ'~˯իtY sq IDATe̙ynZٳs~_,C3OK/IB|^S'#GߖsM7w\KLt ߞ=}d .Y(DFFrqMefuף_;JJyG-P^Qw|[c5h-q'n90L;p~7Eisz"S!B"e{{3t8TTV%x<0eq8蓘+7mwRRZBdDd@z),*"22ߴvkq mOkpV7󮻞~Pހ?'y !Bq3<]²;l6<|WZG@rR.o{ǒ1B!B#~A^OՂNQV||&cpa2u;`T^:Jt;;EGB!BzFa6{(?H-Kns.f+KDմ}bvNol ovb{Vv ?SZqKԁHMD ƞ=g E_.t+XS6b ޽رY~}H#Hq%e&]|:T`mƵz!ph^É@!KPYT^P3#o|sVq{WY z"Q{[ޓ۔01XMx]nv>Wo&`P!B~a~Jxk>ڰミ%0w9\R( DTUSLMeܘtm?=e qvCB0$DE_VfrIFjj(!6<.9|92WHGIT62nb\.%%= 8Vvʃ+QQAFT#%eF.:d~nÇ2|*֮Se ECo5*Fo{Ոj|P(YACԸo&"=$|l@o5q8T kkBi}"Tü|71 ǡI7q8qdaYKؠ CHR4(4L*o&`P!B:bii j$諝B!`a%  om`|Voح!:ʰߧ CuXqLI~M KMASI}}}uukh`E2 E;Mw|ϷRbnEzqaO_ȧ r{I{߸ Ƒֵ[ДXv_WiMֺ-'/pUڝCDz nJᔬGن̀t&x Tl=IhJ zt:C!B!~*kc GܱxaB_+lpAOmfR]}daCPptB! sǥf/W9Y` _33%-)`}wlRl`1c5|%?ݔoUU6/f:a}1ߟWUٔY1<oiuWzn)dha9sPLz ) C]ll4#l] ogK]]$;vX^1}\sHNޥ C{yuDUuh(tƢS4rrGҿI|k1t96`s&7gUQ;yĿlC JYjZ^WY " mhL^kP .-3qq0GHa*{a:9cЙ}MA`B!dwE3f@SW7ov[V5S[~ .;mh7eg7`ʝIK!!"@^y` h5y þ]9&w_t:aGw62Nt= 2cEf}i.VrnN'XͦNB0>Fr(aPX4hBB:uyYob}K .WrhICT#Vb& 5HL*wlA浸%8= (8Ɠ|Y'-Z^@wF$ @C%[ޛ˰BHr z o}<[j\`B!dP :.>R5oϡ*2_ P NBF"~larjfI|;plᅥ[7&`[x g Nk\]9 31v;^U T@QӉ b*'f#рԯ)ZSSCXX (i}\˚5tPPAYM=aV.=k0O' AQ\-o/wKhd4 e8{iI14xRԣ_&D/:6VvUos[N Cr+75/(_L )qq:t]?!iÈ %1* ^Ova.w뗖Я.:Oc,%6.[^_vQ"?uu. ^GhhwөrW0˄ IIcHJځ^޽Zy(ȑѝ*kMjw.Us1,LB!;?cOϤ|=^khC9h<[:;Ŀs;_8..>sGQӍh3n++w4u˨=TLD‡lÁB!BHi5eꈦq+_Kkp  +wx[tc8spvbn`!g˴ɼna}Mi%"4p0R?d؟Ӈ b@ߘ%UUغKaK8Jllzq? X_V̚5WpA5lz>;U` FIIfLeԨe/C`_VLJ?)TYq8)r_?zsGa zoU|Q|*w!"=9hS՚5 Q11l6luF %1#j i})]tB!m{=Ag?~a\9y8RbP5wd7NIuo~z Vu|X/?`꽹=/3ғ }C'9(ߣw߽DErl4ir{pt ʰڵWuxŁ\c֎F7'$$6\8we't? ^)ʆdz*!B!D0+}lW8Y} ,`ĉ_{Vwk}Bz铿%Cgn +*:1&0cƿ -"XN 'BU# ټXͫATz*!B!Dzj$p =1嗷v1ND}.B!BSP˹ B!B!@ B!B!.0dž8 +{L5B!B21ٸJ0šMQvw'@[T!B!hOAO%"=<1 K'5U=A$RoFw~~Nad5Ur[q*@g6goF]G!B!KAIjBSUPJbR2:#}}9:NBF[M(Fo;E;qkHo60+Z B!BvK,Fjc]Yl8/a!x1axjT/h'ì IDg6*&4Q z'`u+UR}\jOHr jձ,ꎔ`ΠYT!Ԃm`<:hoTg4`>ҔR4ۃR_>:x;zW=Q)q"B!$1"F%)7E|,uz2GVQWצH,޿jW^24̱ c.Ѐ=WG|vNmod`}o\LQ6JVg3aD)ZkjI3ދvwݓM$|h*w&bT2( W?:#k&B!i75>k ?l=TB$D;iX z4Tn?Lœ0s9xTc=$؅Ԓ",)&P9|,"B)Yob12 T` -'"=و3P<(:s-oc' b!j` qG״֣{8r?ބkzusuĜ9qMK B!B 2X"$D!fVbѯAKxTߢ=T!bT2x;aCڝTZjWÿuu3a( {r*ΎjFxޓKrW0eH}/`M>}/O[z#kVSSOíB7{8Og{7{(v/9֩:B!Bqbd(]?`Fo}C;{w96Qؿ^b)2źn˯z_AJX:d"'rl*j)]fT^i "X"U MYZkp"u p)B!?f8vs\c*.M٦-;[-Gg {GD1} Mܱ(zy|ߣyu1o'4%-لKםX'L^wB!Bqty`yG[?( ( ͺ4>eW z >FCe)"Sc.}ן;7ǖ ܱ$GS[Ng[zE-LDJϧ68KyuC!|bUL _gԷ:H{.B!r5P z p+n @7gPQ܁9ͥ6M^- *"rL*Bx$|XGp?d>⦥//ƑY9& QO_kK#<:E:IMhRsIԸJkWhUVC}^9΢*BRWީV ^SO ÉfaoΣ>Ou=9n>' !B!81dp3>c: )@+I,:} ͫqo^" ~#8%*&\3 kb$H4UیNPVC}*UwO7x^-'4%ߵ@x{]%54ǚIHh\%A9]!B!ĉ̟v}<+[c<^*k:[61%6ɀKZ*z(z俧!;]!B!DK=‚ 8qbxoHz?&CN7ue'&3MY\ս$* 쁼~NuB!Bq\\B!B!dB!B!D8iKe3vQ5.B!?>vFZ2!B!GHA!B!D2$$`2{($ DŽ3vQď6uoov~N;=ŵ'u熟 X7>0.NR8x>0coGmX|^zyB=u'&RD[[7%:_y^,莛osXjk67ݩL K\GHe_vQďЗ_W` 32y[.ڏ5<-<-|M4laF'DgOfGzd?>F[%]F:$.wk!}t$!L&| 3aҟ5Ftj;oN?npO^3O[rE;U7:7Ρevď5\Qel\dfVr~*]\Qdֳ IDATecx3XZ&goG^je BzPM{vWIXʫes) ʢ{b]E]$AiVe'&oe.BNHOɢvqu_|ys|A9s^.hWLEݤ)ɶm-gĈF]=UjeώCS8{R2dH8z,'wvq8)lPBRR(ǐbcڒ.hۭ\q.覨(&W':Blٻ߫-{Ďlg:{',vXaYZ .д@B)+,Nĉ =CK%;zvKpX3݂Or36ĠnAn:?/g#6Ybq2dur gU+lX_3JP$PAz֬.f=)lVZlq$hK p\Lp3‰tX*C&V:rLmkFDM⌰qC)S'/bҮns++p$2t g}!|f9Y[o͵lg?9Xu!)jҨKqt*[Hűu<@~\\UE]$!墨!`"S%tuSD;9.dpE5=E~g7R[kg% n֮-&D&F&=# 0F{[v~I/ -= ZoZ(SųuKYW7Mc{sIps^:,#EF黺YBN >eP_l5:'R+L|InW7Md>[0DxmO#:Zϲ%\0Y2"f]?ycn6/eWW5S^f{O?ٖstx-,|2=1'M:FFXF>eYly_^%œ<]4N?zG˞&y•]!k3&3\dX#v9B6:(,jNz.cر^&wc-^7{y c,ɀB!گJE!@ !B!/$ B!Bh<\.hE "R9L!BqV B!B!NI2h*⍲B!Bq USi%l+^̍7 tB!B!M2 œOݷ0nԷ~@ dB!B!M2pc*?Q]m坷sn B!B!Ĺ&IlTm22JO!B!\$CBBEEfCtKOBB5k@VYB!B!:&`kT .cO BVa6;0UB!B!:Y vӅNo(,(B!Bd(.n &@u>8@l23+U !B!tN*-sh$;UZ!B!Bt&>]G>\;3J&##O> dB!B!.vM1mO<5==?^˪YB!B!@@ zs?%))zR!B!] Ij+Ւ\B!B!eA!B!I2!B!/$ B!B$*بoBh^U{9 Zu0ږąQ)JШUĆ4;Nvg{G9!zLzmņu3]7DZܪ筽QF6TJ߹`cߗMqv)BbDjU!uďy&#)'O#nE.汙yW[,kΌ "<&k3rzĘ7ֳ_G5[z=>>׹`o^eVlw'4GQ`k0#oblu|jWA÷O7>ħShn;[v(^_{ 6|M9FT){ JZh?>3'ʷێ{DYtrմ&fJ䜌On95'5/K<0 x,_/Ƴbo!.?=G$ob?Oay_ 67N㪿.hY:¢ǧss9||T*L?flwOs>mņ0"|zCx!"IH=wՇm̹g] <̙=Sp8]U ْ[^pV)TZ0ԼrhnzmE@ྣuqf. )Q)l-Gqߡ 32OL ׎04̽n:qqjr9D-ܧ$à^s م506U|>.l;.϶|O!BZbمH XDXRthwn> Fl]̙;FҔA 1!=VWhǧ{12o%R)!>,+wx'9m*3-n ΋Gpv7twA11#= iʯ~>IǤR~oҿ{8YǪx\RhS2C s8eu\<F- *Āb$Jj,uAj6q_aL*ZwZ ׌Lm65Y5xa[HewpQYo㞩}lf`98 \52+< lH7RbLl>ԶT~HO D qLΧάPզv !84k`hm-',LGPt8Շ+#6YEeITbD*ErЇ)˪&˺p@-wgDh~,ƭeL&(2STCl}G(qx(o֝]=Wˇ+rt>b;_o>k 6̀(h ss8R#I#&@I놐WR;7*K_j[DݷE#׌LPq-{U7!zOot.ڽղno8PωuIvQT(MS/gof[^}x1j:. NCIGU ˆvgbfFtDsP-{ōJ\>#|:~6~FbC ^!6M{R?Ot2%4^=d.ܭ!zuV)j'+*Hjw)ɀk~sY ZlvdDh}+&m?ԁ $F1,5_^@x:i6(ɳo";8 :Nm`i3#VNfbFbw8}]ihkwf&kοK[o??2Bz՟U.^f z0>1'>z^Gņ^b>P) LMXE=A<~`ֶ;+b/jFf\Z^; 'ۮizR8kSQKz15P^KT07ɺU}9ݙ7)37 bw򿍇;غQy8ŵJ?1͇`s`RF|Ʊ=$y֑MWR߿knQS1(yMh*J[Y3+ugHjT(WVpT.Lfo|2({'00ݘxjuZ /~WIyL"+ T %Fqϴţ]4̨^`͌??k46t%́,U}R";S͝IŁ ×d_~vɻz_^b ,H=u!=ߧ;LҵL WH=n1t b_p;{I1;!&@`jqaZG[nv HqhVf(wAaL*!<v/ /w`ɼD*yt "=-oB(3w4 7i18Ą\8N9NL"&`].ˎcRN +X^~/?gDnԛ_us魖u>\٭p!g I2t˅>8qms8q:KW5pq!l-9;؞ݥ4بaվBV-x쿺r.uq%;Oމ}~Fo7X힓6^`A>XyN=uhO;}SөY0eV`9x^ C kiO!&w8ZVoӰO5[+?0_xXCY O%m5$2[59(&9ă@a5_ێ6JNp:w:6,ell:XHL2jLqVV|g+uwW ﯧGL0c9:~H>|`wٻSҪU8]./_jBl]R?mQ_zXv2GfeYń8~~qiqV7P`c݁*N`:ªJ\<fɣ3b77>y_ ,H*zzQ\můO-Z'%[M72zDžiX':`q Y*}~R{ ! I.U^71% x|fJjvL*Ald/o̤Fϵ-zqŰT5X_X&Ƨy%rKj}'2?O}YE -+`uPzZo 幏EAQa;qՃ7gh%CR"a1&DzzZlNZ`?]?`[__IPnRќ@y_ Y ?|w|0t5?s%VZ=^ XU[Uwێ5|UJߖBq~$CI;F365enԛqLī&ՇhA>d|u'5xNTcl5#S yV)yM\v2q^ [2$5Qw:rb1}b9<)X]ߺ5,v>4 si/w/7'{aNY}!-c]+j_:.}{ kFp-G~tV ѡר%Fn J>r@KwsōyI&=bB-i}Z|6: 6 qygk7=jw7}yqJj́aHjQ&N_EXmVz2Dt(B;/7gUPEHzjrDs*ˇ{eV3 5j|`^o8+'[Ш*ݟ姯$><u/mk,,-NB!@ ];=|4)kMJyl.?ͬO/48]*E{mbQW6|̃'=1_[NK'y 6{7ؾ\48)04,UMSԛ{Xy=[ʚGihaAx 7yuli|qr7~6;1!\3b 1xmxM.y1Xoub{yJ8Z;с;gZ8ݜ\7=`=;e<`k-vU'镟ZMlYlZ~w`@1\48e3M6e5v i aN /Az1NO'¤jwpT[XϷT*{sQf/}o%%Ŀ>Zpwwř[p"p\:wsgM߾#WdŞB+|#%GqW+=TBdP#w th*FtO¶icy=EOɫ`)N Vpxu//y=&&ԨeJuO˳G2M'9|x~(漳kr+=wNw˄^1JK k1jQ) م5&~fOȈc~3H%7m̯p|ϟ_IQ/,tqݘ\>;aQ!3[p̙]t2ADBjL5fG>(iQKj-E2E0Y't ZBQKL['bE!Ĺ+I/YYN חnc-fd.L[rڝN\ \Ҳ6umbPgnaNFW`ꂥO^n'*|bs2.-Wrnzu ߧ[^[37 {sL*;tqӫ?]xh;Gqt{{l&ȳ_ĤzxG>+*{ƅ4*ǠUsՈdh3u@W ADkT|ZKX7&>W io!=0s& EJ`]:T\MG'goNIGnq)}yAԊKqScw)1lO!I#!g&r=#DFFOwmNjxg=VMbC-@B Ġ:ҨUͶf4'F}EIFt]G*<'Kֱ* elq!l) +0Ć)mAɑD+` 'Im5>=`j*܆ҡ;i fg%W`Zgr˛c/gvAQ`knypdžfo'HmԠR) ir?v)=FbDf&kը^'l*%&`~:~1ߙ=:Mm7!ԓPuuUQ$c/[pwT*z\&IÂ(nhrPEx K<^bpJ~"\͛رc6M~[GE{?dB!B!k~L2֕B!B!$ B!B$B!B!S "".B!BsG@}k/nIA_w#V!B!] I#x~kVc9鹡Y$U !B!4/7xO?mLdB!B!1bvR|B!B!ĹSǎ%6wjB!B :-e ~ B!B!5d0hswtFB!B!dO2tj^HoV#U !B! tu Zŗm+:!B!Bt&qcԓ['ԳFVVU B!B!D' ha5Ͽ0kq@V-B!BN$Ô x!B!BA:m K!B!B$ B!B$B!B!"s2!~W\lW7Wuu8gIDŽc秳5JO!B!BE$uDD;*!D)(ШϮQIB$ !C(.qtn':̼,>]j~R4Lq/E2PTƒ%j 3zaTՍ^ W\ש8qPm)!j+KMkw2!fyo6*+%t0-4-%:[mS9miN='F7@Wrqqݴ6)hcTDŽ8H<ͧjK7MuiTz\(|qp32$mw<S83яH7wxU,zH Ǩr|msknԄ(*_#VikQP\m$fcB$CWk=4ɰ{i7^Iqd,20v:k >eWRkigOيt_kpu'H NH. ěz?pMߧ6Pڐ)cFE|I.[a[^uV|9,'\Ŋn!:ıI u;S'~ ֙ !:H2`TtYe EzeDMV喝5Vew(v!:-oKSE XBIcB$| ˠ Ѓ`-Ӧ'r` `BѮ%L6=?]:kEj=쵭œϮe?#r^۲+r99P>е:|}_Dl)ZHY\2&y ^}.'P|5}dVy:N'NM2jQwtB@:q*?Z'b gcf2:4j=GU[ɈYV=X]G_8~DŽ8Hj~Vg䪾W<ygИ٠7fPgK[ң&`h=Uo?{^Ǹ;,,?JU[}SWLI!DIk1!['c~裏 < 5t8vp.ksmtn>H[EQmFpuW_=M%qsH"pN1xxvԸ\͛رc6AK1QQ<󁟓NvvuBe|f.n qL!$@)B!BdB!B!_tBKڷuuC$ !vDz2!B!/$ J"(̈Jљu  &]G,+<$ !$J< N.ѳW}0zzygU+𓾣z2A lֺ&=&IXl(%XV˝x(\N+?s] a'SWU7ئCƸޘ"DWm=c諆’wWR-8&qL&Pa uJAQ ؤ*~ͨCؾxYwD*#ȤRLF{RWިGk=ņ2\ѦNP1W iwӷ[+g "@N }7k 5f zAaF52}})VnV'!DI8&px(0:eĵfsjUqgT'=)cDzXi%٧o^ RWYS&Sr⼓?2uB8N(jW]?\ˮQ^PIeq5>ߌl#e@7{}۝,p-Gʩ.\ sdu8[ƒ65h54C[S_@PErZ/4&c U+9קqsu.OAaFrFS.CFMAv?_SB8&qL&Pa40x23#x-F@* E`9虙ˇRc5vMe:/ze}[z1ɑtc:!kspS.z* ZE=YFvuOlt$^4jB8&qL&Pagp {z/em !N˅Z"g6.F[Km>#?>PU !l;"^z <(B|{Ơ ң3<=R7/Yk5%kؘ΁9V\ث'iodBߏ={sqѤf&(  aBΣm!L1!C%g"WaԕCqb޳*0I^;'>LFcڃԕ;V̈́Gzm/)a[+zGc^θYQTSEt\B8&qL&Pa)?G 22xk[t˺BҜj3KCۖQ5Elf{wf]H{1h 0QWU v (:r$ Nc"0p_:5~=y1vX~a1QQ<ғA;kvb^8+*l-B1cB7E BNa581眫Kq8&nEKd`!B!BdBHv+x 9녯&$ 8Dz2!B!/$ E gnH8#g>6!D$ _H?dެpiFtBt 8#Ÿ>"%Ȱ˻B4I1!#WzkdB!rў9Z(#dGbVn x]B31!<RPogi*"Hu9O۬V0Gg{bp:ޘ5dWll<C6Pp>ЩȩLz{ !XI9m\N^Ъ ĚR3|*7(z Pf->sH Nsש&)}RNS6pC"UBUm:sx*=RFrpbg TCRp:FM8|r5:.:Q+Ũ1ABhWvmc?.cDŽ8tʸLr`*⬢(*~>M~zYOKЪt\ }#PXM>^00טEt9ycTX =e  BAEQ Iuis60c*]y})2p ؜fN+jE ^xru\E'TEɤ[V^m΁kJ.ؠΎiW/_Er@t*jtq]v7Eи˸[򩳖kJ\;;\caPQagzwTSXgs9a8~/t*f[ 52OYt1c-8&#I&n*_❷Z!8XudbPtA_s2saݤe[(mChE.I}ʮe5afǼ70j¸(_ϧbwZQO[m)MסRqfgЩ23"6˧rq\67]Ž,W%HtPw^|3c<&tr_%bRYl+&929g|OfҦk)7/f`cnה䟁˛fQg_y k=R΅=~i-`fP4O}rY1c8&!?_WMׯ`̈xb(j⬴{zGĤ 'E}#ư{>.g}6pX_)icQ!R̮e4ث8\D_^C/b?rrb}]e)]rs{-{=qb@̅*]94GLiS9ZbgbeSBF]y.r1t*#Qduq ׳Ol.:[%{ʖ{ Rqgɏn'cZ"qLC@{2lzr\m\uu VJ!8/_QG P?GMᲱ|%FM(&]Cc/K< IDAT%#juZ!LrZm-*l@ <6&Sc-Zv;\NP8vvԊ֧|O`{"me _ W,|UXk1hLuD JˆIʱ,ר œUni[+G¨ |r%.*,Ǽ9[g1$DN]Kpq`5ݺ:Z!8+8\6v.ept6ShjSїobZN|8P+ PP|ϟ ˎcW+.}¨R^Nwm؝6]uis ջ{ڜ\.'ΫJr'Pu>8&q%DŽ8?tDT ={RRbj⬱x)a$+l[);Wѫ8R?{ v?&m81A)86q`sX(&+o8F|P/m^T4kr3E׉u1Z[96!VZAJ sImhcc_ʱ;XJ ::!l}EI8cBdgttO6LM|i^ BVnVJ=uJO[}u|F&\i-jEKr@&'٦z-\}&ʘ VtgJNVm@ңSS[/N(59ؠTLpt*繍E_5cP}"F/B6}ٮ:Acbr]-qތ-E_ǻɈVC1ǽDyS^i,A4w|-gs S_T Ĩ l}EI8cBlqe=eK ZxB\^fOso;A91z ͅ_ҏ[DQTl/ rf7=Æ2q Tܪ,?s}xj2@!bK6cݙ4*l.8AG?$9twxu]b`D(dJ,K58NK8r|%Nb[t$ZhQBbo b[g ,v4 s0 mC ζ i\t#$wjom;+Q}ħ;^/`rfpl}/T޳;*?5]W Ikgm9U"s0EKhzO_SvM3i9 J`C}~/?ǦcY_a۶mlذ!O26ȟ|0|c7zx ?vh϶@ k1Bu74A ڑmb&k"BJlz,h<ȹ},ͻ"B<8)9tG'l3W`~l%@pqsNw@ppY|xſIDɓm@ B1G@ ym*t6=s#!nNY,cCZѻ·eϷ b@ ?&-,@ @ \: C__(>%8B R6VOϜ1{̴HV+V)#kQZ1cY첌jAf(6qsL93yVEV.ąb2rߙ> Z,Z,HL.e?&EG'%I:ش]zޙ /ѣ}yY,״}0x!x3m/'U>ǟng 7.OHE>'7M`7q[eo +bQAq~Jq!yYʱ.6$H+)J7>HP 6Ǖ%^n!QZS(vsiFzD%䪔Od6E,Zz p}J+fs/5jo OVӇj@<-+!D5_vD[wO/\nxP o橎ˬ1s;|l^1r\H@Ts3_=|Ӎl$6{XTgy۸=U;w8HN6*t{~Vn4/l|];{ cu3=l^ܞ(MiK+}XP݋$c }|{^ 9 "ߊ䶢HٝLʵbYzb׺VfD=ScW ^яš33ˆu]~L{FECU%]o~M4?vǽG&c\(|}]7K>dho f<~&rr,:؇6Q4k_e(:UsG;se(:uon?\nZ]|%:: 'O?uEP@ Gt?ݼxB#'FQ~zY3?`]Zp,O8m:Zs() _0hpK~!#zbVɒ/$c|: fdS3},Sc]64%n'w0jYkoO ک;OuMkg3ʝ++'Ph"Sw|pK/2K9sY 2臧pe߯6X gJ +|]Ӈ?mxkfsJ;,s"]Zi˿Ǒ>VU"_nX!wZxܴ "eeg{9]Ɨ~6 /̙bC2 <{1e}PE3d <JD1c4:" Gp a!$ l2=cʗ+m4n-CC緣fn.troi!pk?9~n)sU'k!.3rcY\[Qۧ[a ,Mcf)[n;ɖNuo55vs=.̸ѵ?q./y]bæFjWg 2deF{)|/ȨӖz8,NTz<瓹8]ƌtU>R4cy]ޞXM~je~ mGcI_8Wd~,//^~__WY+ka~W?YMO3 \=ʒ]Y ]<:7՚ έC$sf̗߭^n[QB7֖:֞x8  6;[/Gɋۦ$G 2C=d;o."!YHd +.`b 3%3p<浾Y|*# EaKa./u'׸xh/q;kGC˺bY"tc3gx.LΆ窍MZ]q~2Y9ńR<< ZDR2چUdb9W$*cݝ\@QOgHe.kdÌ=mA\bTu;zQsZƷ2GfN@]( j"E[Qȴ6ӘIX2ə=(q(d85s:g{q:r!瞬1k, _;Z&C"k |Zs;O ڵ^b<[Ʃ(uy'3Tx}I]C(|>o%t3Y{aj 髗U47煹C/sΏA@P*]G=J+efdL1$n#iFiS27'DY,uytcJEe?c -g|Ds]<:LEF%֬[‹^ko_Fgrb{ϧ,"Kl)oYΕՅPwaIz"ojEKKh-<|%pq qU ʇz,30 js؈H>U6φuԓ(ҍAN2Ԍ=&yܑ,Dp{q(?nM n.kQޖZ"?0#mDlO/c@;ݚѮlș=1hK'OuR{u5UN;~Q}&PGܞq$E}\op]sL2{5|}oxI}wRǫ3z|㋛qbxkW_H/¶G֙5csWZNY+b'}}1ⳐMˊǤ l _w-p⦥irV7&>=':ƳGF.&Pā^Ԇ`G&EC=d 'p}7TV@,v Ƞ:鐯n6zE=,Z=dm'gYH޳*E7cdb"]ElR@~67?߽”.r\a-Ȳ_~x.dyԬۏ_0H^6c 3>U?$! Υ49ߘzbhgBX#;ZH9V 'Z f;Lߏ.1ImPGI ?/:?R@vɣ,^։ŪqP:2^s8|+/֒CoqkG~ln!cV7l./~mI$4uC 哖$#Ho/'֕)>yS OĿ={/gӃw_Yw?d^/cV|.)(ȱ6_^:RD늠`\u,X+ F4!V0H.uMFǓL3\ˈ U219#ªƯۺͨ5ėԗc3A=9eVbh&WuL?5g58RtPy?h)'}GWbjԬ褰xc0LDBCI%F?uou ?vqr) 鳟}@?@^^q%qZZ)B R IDAT)qNzʹLBh 3S);qfSaϷ ٱHN z$*E2RtÉłΕ=f>j%itDi[W~ §0A7GP`o{6& ӵgPj1jfO \8~>Gƽ=(91bQnW֕E7?]1]f=8q D,+Y.4?fRYbm>~̣(,躱ddL'~\_v}63ǜ8. M7~Gթۯm66lؐ'O>{~|衇g7a+Km8Eȟ)9EG\C.dKc ПP2p/v, S[;Y]f= *uY4!vA{c[Uz6`y"]1Y]f= i3C\C?7l}XPU -6E]fxmfڏ3~L G,KBw 瘮D\WMpcs KY]B @ CZ&eϷ@ @  2@ @ "p8lr#۩AJbSisHVkr;leՂ2 bFעmT0#쵛a&E#bզE3L9f 3q$;L7$kk 1Xعd"!I:ش]:j]{nŢߨ0ٺӴg%jă'h}b}ʯ݋iC9DW g Y>Y3nq_Sj_|iLxe[ٿD08}8Kr./WCN5/{i]U@0m/8paind$㤅لOF_{p:㴷yh͡,@~`V֟a s3l'4`"vzZi]f䘱gђn֭oNFӷ9?6>f]p) ]G/e0U?6e#Acx XvrwIWESML2Ȍ$gLՏH({Щ\ǻn>E8l%BչŬ^ٖUy6?4C/гWE>>wrj?d-+ ؅da4iJ=W_;2춵V#m05O~yjߵWOd<{hOz4(NaSBɍ+t?N|qG'mL2 <{1e}PE3m <JDw6f8n.2uӖN--侲n-'wVv7N<4t~;j͌Z8$}[ \dȤˌ3 S-Du/UWf?3Uojx7KrIv7$tf9pur&f{zt]Jq3kt]^;ĆMԮndȤˌ34/'S_QTF1OyiScmh=Ky|^O åav6ǔܩ_d5=]Τ/ns=(Kwe 2?6~unqNk2*NݰnxϽKhAeLOFց$ ߊyݲ5?|$)яjoXxJc߶'XO.RCXjrPg>[;oTSC]5n'o5|3x c]mmH@B(cQRK]I= eŴ̳Wtcƞ0dVU 衡AiՂ:eF0|)(DtA{@s&zH3FBC:Ál1cOcJޟĥa|*#!cm `8莥Hbcf0ORlLǏuwREXmޑw38TƬf2[wM[@pβ͂gQ1j$F56 E/ tX0$WOi%5swǁm8PCz@ 6y=y(9 Ve vX?ژ\rrZ߫rs8Ơأ( JF+ Y3f:cqkt8&B?6Yf{ȌY]q+ 7)g3ƒITdTɵkin4֘[m*NWB-weJyGٛ&wæ6v,8q3k,LŞlL%.E?6Y\bWWu;zQsZJ c6 [T[Q(8 4=tbc:*<22#|t/LC.=Y&.-_08g Zݮo'nodeIyaV8NtFQt#o?s2#gdcg.q1:FCo?Q$y]v&UYrRb4#LK2NGQt\ϻn>t&ŢRQO~ Bpܩc¯^8Lo>Nwj4N{`];O]jcmJoYBcg)dBD0 f1 K}s Ў<dP5' eH?Yv6*Fr>u6f8Ȁg`G_qM'1*hK'OuR{u5UN;~Q|x- R5|z~nB֌geFdޟ頎J=y~G Fl˨HZ® p8C;(-IrܞXںc3$>Kurh!ᚌgeFdޟscemɂbn*֮3:q>q$E}\op]إcˈFƮpkx)mgv7rŸ:_m3kKُ]h:~\rN#X'n<?́{#N/$2H="ʷ^N⒡bG)h_,ɽk96:]$wukdU"E pWe`}1ݯG| =F~[?*ڐa؉TL$ 5!kP }C>LSttU̚SՋcjr\HhhehmPU l* Hwq `xҺRrp`Sft3{c2gD"Cݞ?0$2!flac塙 hnJόa~!֬;K݉=D"}(0.3r&cxLK.3DagK)?K_MF˽Q̗3ExsS Δ4Ck`deN$)_}z.9'ASEOwW^nz8UGvpShqG['XoPzB%pV e1K'-2ΒubX- . 8Ɂޗy\C zQ=0sC=d<8R^@γ<ʹFr(Hy6$GmuG5CE ۼ 2ϩsTu#ˬ3y%lAz9[j#U?β?dn6zE=,Z=d{Qn?N~ zT.LYc|hnqXA3 ٴy|/$mn{)]f嘹;=š[ecs?ZÅcb~o"-/un;]?RdSp$rkB&y13_f/>ya.6U"k~L𹯼H[Kƽ1^)BSG"C]d:o7xO%NA噃 0]{NPt2n_m w yߵ@q۱8mdjɞеDZ!UNߪ~O'5zjϘ2+̵\ȣMVI6}foR>omgN4 v\[lRJfӖSlddϪH,]"{dd"]f嘹v#'gIғ[,s!x駽19#KUêƯۺͨZ3Dr:Ci$RcfiAuKQ$baռc$2~,PhoPR>@I19*e/kM~l."\Bg?Wh,o B/J{ YA ViA$ %L LWbf;Ϻ[Q(T5FS~ §0A׌.3Lמaƻ?3ȺhHBg{j??{ӃR.3Lמaƻ?=Eo4:+gҏy<]7 !x?0BuHVkrLx- ^ˌ3.ivO`~h3ܞn L3nx}Qde @ if"/{*XdTUl,8ˌ-1tU#ZlQxQz@КBjsZr\{\x- =}>͇9?zx7N6,eͧ{<-+!D5_vD^蟚_ƕ܊$6e9.$ ilkq ngm'Ģ /Wͮ ƽʙȞ~6lj`Au/nO~4C,Et1>=Tk@ .! "ߊ䶢HٝbPI3^=3 G?o?&o|?3wi9݂ⴑF5ggI.chq͵ܴ X_[jI>j8̏dQld!]GqZQ6tU=}D@qڒzdEY<NvO B$Aӑ+XVhm.4]9NnM>v/w,R>j5V+7x'`XpE1:B|H76n A9|x^1KYgeB{ܟ|TV#Q΄cT9ا=XնsG4hnQVw8ؑ֟a 3l'4`"vzZi]f䘱gђn֭oNFi}=8q*]0zyhg-xAalzTdz3m.4]BaT Q]KՕ}iQSr硡Q7dۺiK'r_Y/׵p48n)sU'k!.3rcY\[Qۧ[a ,Mcf)[n;)vU IDATN0kh;cJu)%smuys65R=k!.3rP߿XLcFFtf9pur{w[ z.#@*IR/s/<{1=u\&m`QL.=SEf5L!77&m%wxGx8|X}.4}\ԚZV?n[02HT;`d8H܏< % ɢ@bfڜg]ǃa^  E)(l)奮}%_5n'o5i(?:0vŴוM9f1sz4r]e <(%rǹjcoV@`kF@(hg~veeF{WB(hz5ˌԝVWhI  L .cA=oRB&&0[f59`|r5~rsm|\wUa2@%H  5C P6b=FsS@; zS3]oyyt:w#,] N XQ:9p]3J&fO$klԮiѨa8]qC#K4>7_ZO,##eæ6v,.3ΕҲ*5LrbO6 -weJ#GkJ@ (̓%z%25Ω=sY 2tuFyg,dj?EE~hÔ3޿oLDstJ`mģ.rGgoEKns=A /^Z|;בؘu=M/VH3<>UIˆ癨J|R-lXYLɁɵtMdAEۋHE17ӂ rZG6F|\|2 2V{ӭʦˌ3QotTG.EWWS;Rꨥ'VqH:1tǖ,ilW_Ӕdrܞ/=hJ$IÒe8Z/~&t3{CUG=v\ÙAiyo@Ô,@ \(*~P͍J7ZG=:K*b\a HĻ]ӿk(Mre{7|7Q|s;Mܓ0B[Q\-] zDAwh D誆vސA3@T{'ڙ>+=Тq|֔MAG]jsDtLޡyԸ"IQǁ@S԰֌SՋcq\HRrp`Sft3{CC'0-CJ93X1av' Ϩ#m eEV r aAz]느HNAjkEʵzg.1A_-udh44hFX>K"A'p F<ӍԨV> /qmlF V "YH)φ0: ]9f5Cck6y)Yy"K}L '_QĖ\B|b ftc3 /eթF363Y Üi4jK,L)7p\6M_,p3n{Q \D1cEsH߅ޞ D%HEm&`Pj<ύ:f44Kr Mٳ;ӿk>{y{x.&g̠k/˨|nYf:wCW ]bM.tBH}Uއ2&iW(Ӊ vnn87vn I)%qvll6682DBvfϜsgwfg"Yz3}|SwCj޳;,xg~DWF+.*ÿy;6AfG]D;LjjH\B.qΨi.sx0)9߱r)12,dt1xtbJpKɻˊ8Op02qV<[Y2U>C_=f=;wS>|mMCK-bYgX|v>ὕavx\8d7"QA:SQw\O}a[D,ZlN'b]A]7tsNxbKl@U rmmnj=VGYwelm#đ^Sҕݼ.f8~dA.'\d@l2r9@Kc$5sS2%*Zk9ἶ2sA:W@&cɼ~fjy{Kxb5`z'ʤ{p5';U@qPc ={NRzr*o_/ p B6l*@kQK-GS6ɼܟX/ԗt_Z ኀ:/7N~z?¢'wqߋ}#,hwrwy Do4/UPUSY]w-d+չ2A' K#>],X9v3ח$Ǫj&|QAn?ÖhoAގ ͅ_Ϭ&W8.̥?H_'(*  2]]I&n2gV\:=,AxR%$ ċX)sŲ *l6NW*3n/.#dS3N4)*aJo&C$;;3e\3£(T85m!'C(``I,:~=7/&Ruۺ?bSO7.tfˊg˕!\'Tx AAf裏e˖LXCpb?raG2OqgFAxC9l̥˂$p,A%S:CZ*i,+ҞbIo[6FщxRm:V~g?]4sihA!&3 dtz/xzfd^]3},  oMlw AAAA^DAAAAy!    ̋dPU22?H  mdp(ӗX=~UN]DMEv Ja-XWUbY93Y&4tE'Jed$2~%I_/\MN@cfRsRvA~tUǧpըP?G^Ȱ  6REِ<64z (K( =f0Rډ!s|E^žqէ :D+>^<d'red$>XS%ATIB3 -h䝳j+X#%8e~ё?הsc؏K6ۓ5mS36ҞzwYuW2YH \N>RSr H:vtw75SY)j74^elE4W_?]MxtE7SXw8ƫp;( _X_-rWvf~/wxYϤI5bR+~r9ƒ=&&n;̖ͬZۙK2XiOScJi| oވ˕akU<ݵ{?tA]5vb 3tgX:t  5@v(ɫ"^5hTFw"s{Zד3cd}B&ӫ*l/ |OL6R W%Wn텎Q 08M#=U,+e=' Dd'>VIPS#Sg #Nu%sR28dt9f(Qnw<~bN0ĢkL;d=͍!/'O`r뮝 KHA4=p9`#iPPQEY'AAaEB3A+ hAɣb|h'"hgTvq3Eᦰ95` ^V٢tb$]y3S Gq&fp2^EaH3vOWQvNr,+5LiN sMtGNr61Q-ܚ!;uν˝!iX|37]"Pٵsnڄͮf q2ii Z5˕-r#fҞn+V >ZMwR'wUC8lf鮽+,nW.  =.$ޙt~ޛ"R7Do, ^;Ӵg&I/UQlWH#1µAUh4N{r.Y"GH_+^>Q_͆76Ia'4Ɠ&51Y,+5L.ãV<<ϙx?YX91F?e+y_gQQOx)m8חtݝ Ը&/3ykTUv8B[Kdbb(~$ިg*6ȏaI_\PQ801RtAd_gs3}}il6'~y[nƘbe`AAHid^6K;h̻F_kddb+v W{л.|ic||A%kDbdA%>~ˋ}\Sފ0HKZ n  w18_o@$?"3jCW*:WQKB*n-sXVk&Jv5cm<Շ[Q\B6sG:pxp 'm~}oj]'v6*^yn=>o媂:7=n{=|ov\}]3@GRdpdnN+]7LE~b /Zӕ3?KEU?IdPZ.H8y{ |2AA4zg=E!c(g՞IQm94ӭpEt~xdwfY`䂲wq0LT ɥF" (ɩCߡi|)*vLH|i']wzi# IDATB]0̭ zTIJbXQ*vXs'C(``I,:znO@(Id1=)n0RaX.w@0aH9I $V +C4N2N N=9}QlRw /x\\l&<~ ; r!{  4BS1$w\3,C,A%S:3"iD3et*idوl*tRXD|g +nE"ayE(DLAA.+ށ ^fުWwL_2%.    =$    B$AAAA%`ɔDNCAAAުfc?B,q>>qo!+zUb G?lSAAAAzhAY69vtޞn|+goMɿ}$\xNAAA3$w/=>ao! IolcY7XAAAK]$ao[ 1AAAAj.hMgg_g3AiY.dhAAAA.Y/8mŪHR^_TE&p: /   Ev ٬26U_ H ZAAA߁ dJPR$I7,-uۛDӌ ZAAA삮p~֭/*xnE|BAAAw`IIxUW |cI2u6Ӱ=.߫e ?I|]AAAKȬK2|k yn/4سǣ߮ӟ]a|_o;jAAAA.9N2hO[z*7L6     H$M$"   VvA~AAAC$AAAA"    ¼IAAAAH2́*C^d2e9i$>,cz#A'P%_kc*Im6l҅ot$U_US_;dME 7;Bd9CITUs{c+fR?'ATzwPd1kׅXT}|3.3Խw g- aчn?^gIfJ'x*ݤqM&=sFV#I0po D](a]Ehtx F.vx@S~{_,IT-g~O`NWSL0s==3,AAHA ޵KYE^ErZ#g~sńI ]c]eE,)ˤtn* Ư*ei}?HJ-pM97d3LOuön\Qz",?o剮 r \N>RSr H:vtwLx+vre t/Z+ckr ֬?ϟͳ^›WNY{+/l%2?75SY)j74̨=VbYgTek xS :緎_Q=]faC?dI+>XSƐ|{]Kk( -4u.۴LXIlƱC8+tr=Gm[ kX>!gNOXo0d^|nQ.|U'*#r :9Pn=VbYJ{as<ʌ%yre2Bqxf@A\:p <_f¬*K_VYX W|bҿ,5^M;Vҳd.qL{8Twk/0JeVktKgHnTeE<9j䀕X_m3΍ZV40QGNq,-疒\a0Ežt-44fEww-[Y}{Q6k_k :x;Os'g'M2\Ð Fl /Sl$ДOc=M!+I>W'u{#.WUwbfFe3?zG؇oIβ3-. $YYpг^' 3\]@dzH4t~2sY2/ϟ%YBcΟ]DQ pKN#9-t C77,aZ7F4[0aVR WIKa|v6PN.#IV0 [ߒrj}zF#ԝ?Zu=?Og UJoX@l7c/6G,١Z"H8d][_Lӿl,.ⴡ%3kXn]N'}t  Hn$ ;Ee 'Iv_?d&KHNa+rDd)kl 83GQ8d0ebB2wG$V]xrS?jk,pSؼ4Hc/w".aC@w:#[9HN9q2\@N~&mv'4vF:PTd^#{|iTU'-Llڄͮr!;ul&+lv ;Co ʚzK\a\f-1L./={D}5)Y p2?BG*?b&lLENJi'5'5"IŢ**#cK2U>Ous&nOVyw(?@(Ɂ7*8ϼ :ut>kl{iylf׸&/3|jnY}Vc%zfڞl:#?%}~sBE v|\6hKe3`T;DOwLZ㙃 :{$&-;V\UEndB֦ȴ=YhexeGHrV& %nxޟFo7e Z[ ǔWeԫ %{hpNZzW#55L"c;n"qH4 W(\b&R)½%\"dWyt"ۓ!_PZ|}VJv珵uDWnE[ks9)$7YJwc7hXK^zûg2ٓiM3k):g?\ɣQOמbYg&홊=^ܵ+g~>ȠR]plF2?mO1idwȤe='Sj/5GNÆv_uJ%K%춻6L6d_|WNY;ķ|*JG978gr! [ 1niB9U!GP7zgh߆fߞ)$4"lO?NżCٙMU$;ˊ8q&^xci&t zY)y3Jemb -sh(ç[  u:DhM4or.~am8aq)}Fퟮ[_ I2.++ok0 G$*v#+/pǔc3],+̤=Sus{L.s4E20xg \.$1/cTqAQs[snWz$D0<@M&w*tNYN}NY􌆳=Be߹` ==00fXAˇ1ArtT  W2Wz ;5T^Q`u-,ǂ^pd3ƻO/&YaX$Q(,V?;}XT$Hu1:mLT:ͶtwmwMמ0 Xe3pP)O~@;KpPQbґ-t+ m=][iXV+F%f }n eb%$IbFرd6^e!z^ ðTfռgUw^Yܡ$fLu>wwĻ *"z(]AWSrR\vD/-o\Wy՟A}wu~[+wĚ-WNQ}FʷfD;ZU0t#7uCA%ʅޖ@P]Ե!'Ⱦ"tFV,A.w @k?RYBr'LXivb\򙝬ȕpM9P;!o] m:Awq&`d˭|eU=͉dso?Cu:U kEn'_[6ƒ|t˼<2L ,F$J\&¥qnofsZ|v)+#)b:_n:COf+/Ѱm%̨=ŲZtsQ]ن,+@}Y~u8R{jXw~pڅǏL\VYV2|k yn/4keⴡ8Ǭ:U2C zT޾6w޼wM1}%:8{58Kxb:&E֗:n&VTѳ$&n+Ff}L  \$ک!Ե!X2cL= *t)2{zfOp]Foxg +:QV~/:Ov|o~- "T$/u.'_n|[bethIs93Gc Mkl /ױERjjJ$F͆,Gc=I+'?_$V`z3~4?Zۍ`٪.ʫ74ށ}TsFF] J3],L3ח$ǪjvvQAn?Öho˙OO}0mƺw݀ɩ^'`5ECQqP8N*r͏o ϭ7ݞ P' I,+ڞ.WpidRs.w裏e˖LXCpb3Ï\^K\jdn}vϹAA.ScH. iYi%~3ȹdRXQM#:vQYƲb.>ZL8="[_^ׄ6}{i?lciG,+Ҟ -ַ|˕H2  n\/XoUٌ̫k/xab    \DAAAAy!    ̋dzUBٯ**C^d2})^'9E sM$n$e_!Lk&X3U41 $bv]XU:s*Imi2z*,(ܠ(:PU|<7;݃.f,+XiU6?BVkKMܿ;#uIynd ɥ0yCJPUx;d䜿Œ$/ח8ܬ~ 9Gv]E>G[PꩬrՕ|'~2/@uR}'EW=N|qGDԛdcEW,%q_~rGfM'K;E#[{se*Crhڟz@,Ic4?΀$Q}JoXlW3/ga CqɞPҹpL_݀4h4]/Wr$YM\ I14OӽtH̺ ۙ$8ٮR}FB`Hv r{1W2EYE^5O؀ЎFF.K+5nn#{xkö%̒md%CA"lHzkS;zwYuW2YHTrUЋG1?H6{yoʺ`}Ǐ4޾"vTeRO{EGj=ӵ#5e,hkOwOzS#o;ݑ%Rx~LC`N\.sؐ]O7⮅Sbn [Ij=ӵv-[XЏǛbpɗ?u\!0 $LZɟ/golLYGY1/>B?˗YEYswv uMo4:ٽ%ZꊀhLJК<6ڍ .ǚhOM~\9}~\=JOuö)wwY{fEG$^}_t席,GyGx9Ns7TRa S&!co}ofIR'Wm >;n6^?:dtP_z 3xwM1"/ˎ.L|Qan+mD$\!n\2i)(.;cnjt, PS_}ȱ6dⲓ&1tWYWy*|g4͒T%a7JeVQ5b؃n\E6}盖\]Cf(s(5ܳl%l `MC󓬐G IDATٸ1W} /Tcp&dU%Ӽ:04,c=V>bQZ)Zi\sߞl:uhmPYᖻOȁrV$6dءRk:㞣6`(Ɇ-ܢ܅Ōe+_ˆͭXTf\@(C+Cgvqe/'FR#{xc(\A]$лV$ Cc:Z+lnH!ۄԩH!ډ!Je}(kmAKqwܧ8͉8a^6ɥNܒVb.(_,خ?χY"G]ylz%zfڞ%yn*9OPb' +缪h6{BdnYs녿b'Jr 쫘Nknhrz=XVi{&c:Z%Ay,W\*zgNMydvuQK~J ɼЅ쳡.Xo,\BY@v6[SfC(zcv{ , vfJ~Px;9&,].3rrg6|˲dÏ /JrM\qU3^n3k .B_]ͦ_$I:1f<gE1\wU)mH>Nt7"g<2w?~cx `dJ[Q\-.CWr 2{Cm[ݴtM#9%OBRd$E&ijɢ`+280RdX$lX!c_]h`{-Hj,Io:4 ؋9ƎGi ٪`v ;lkfJF#o9 r4gD;FzdGNmX. "9dRNM3g֖5t|f-G* }]հx",D{i6kOٍ[p ( tem#l"9H@AE뉣T8FЇRH^+2Zo4=dT 2ZGrH J)s?4h$\.0VKhIӾU yQFlAn6kۙv:)Wb.4>jƳ[KBq8<}gzus{ykN6xzev[^t3=f(w兔lv;2o#]ʋլcM TSo|#ȍSQ563\w? ';_ʙq-!O=~Gx*peTMB1>Q҉\dJ>uGHV֋䲠_5bV`j!y(i˳ZF\Q̍Et!l~ϓ;8[n[*2?l->>@_s)2o9L76IÉcljmFhxa~L{6/ƽ[YgLO3KWV2|oYƎl ;vaw(O^ESzƶDL.8|22AQ)Ov!$E:$>s=fd1GO#SlOPcu^m+5Lo-%czZ#1"bF-?9ӾV 8Jl$JcD U+"ґ8?=@76 nlؚ]~JKz\#C%bc/Kh ϑ`NeG@g8mueuK9Jrւ Ϥ%^Ptͦu-%!.y]ZҊa~ʙ#;I31Q:feOdy:ZgRЊuYrMG=JD+8Pj'Li@_uQlsK|ƍJ91`NѺ'Ϗ3K>XJNգCC}}2OވժQc5`|tZCi0{uCo7%R +_P!w֢ɼ6`q`8$F2,ˎ-e,n`4c>rakl!iv6PepԵ@^WMj>5]bf/BuaV6FTo˝"18蘵L^O;>; g 3Eaeڌ$XKOVr(`!̲ *#5kqZ鬌싑|1Yud|Rse;?'I 蛽6~ԵO,ic㛫.3,ĞDU囑t=Xo\IG`|2BH,fls.F±*MLBSPOJCO-cU%29i4*(N}E5LfYL'l(N[ޟ6V1xn%iU]Nz$A 8+iHxSvfXΧPrzYG:'\߆ג!rdm$!)2xy2 w7h1c@ @ μgCys<ʔ6?G ]shs/B|k+'gcu}+rd-ZĹ2k>K3s^Gpsu&p/άZ(ٳ^]e&8[S<+JXރoMEf>]x?Ȳk ^7ǿ3.N}gZ2Ū01c@ @ yݜXxlSHDwG㵕גD_K|ILr\21$Rj\' 6#fΩIigjFD,?1nsS7Oħ}Y9fl@ Ys\<+׿SX"z{vB,'#-SsəHhӾn䘵Y0;7E)TW (6sW6ync^|DTE<7uo,m _m̰&_,~.ya?G֭𽽻P0?1r6 e7n$^:a/~z=>n~WĻ?MW.6O>w$t7qOipKߴ`;i|wh-5tlr,8ʖ@2m PrfS=75Pl73e`),[XۘaMXlbm#\, Dd߳M9xVO8_1c@%|nu֔ lYͅ Ṟc-o?ж ߡOC4#w@Z}UE`2x߾@Z]eVL[QWs&9"Y0;oCDql6砍 uO;"MhkL?ms6砍[XۘaMXlbm#\, g%VgE]8g5IXq8JBLʼnH[];fe@0akUY ɫNѕui3S&֒"c y8Fi,Qi ٪`:Iǰ񚦙3d9Ofcf9R<1Ã-yh/yhhsژa[X/6¼ $m{~ Ufe_Cur,MMo%| &<ܒ9=ӍwU5YVōH4DK hϒ, gkMz^̤ˌͽN0|o]9uyeAɖp)~6~k#ͽ4<4{n'֟+ |-`X+-5̈́[[lUz,a8LmEY607ew xߕ m[i@ @ ü {eֹ-~>x{5dLS)WK00&벃 ruxtl__@$JcC(k$Ic2y%g.@ @/~ BWPZBuZ$9>9~O^Y؂,^H<$rEqٱ\C?tħnVd.@ `I=ݻ;wf~@7\rvKz,M?::DӇY*"#MO8m, Bkm7 k0%I}(f͂Ry8gyt[/߸_k=GI O{bE Xl lI}cź=&yY=ec )0ڙhNzj]N8: E?/6Miwe/:zug߬?~7=DBLr. xp+ƀ:N>IY9sc8|^4vTvχ5q i gX=2-cSO6qͩ~uz&PL#X (+突o0YY9sSlϰ|nO!)*yo|J*RYΩh*i'yupbʵ~~՟-&Vy}(SU2!nj=fOWVZ ƒT;s}4hmS^[ORxpQU9gGgq8 Ϯ Z谕GUmێ12b南+M2#nj=ض5+HM_әCw0#f?ERc*qNg׏ոl4h N>PZȈ~,eouDdwH xWx5Hޟqzt\2~@zH!,҅:c`eNj~D1T ]oV. A'm=QVĝT1pKI 'Rd mc+[JB|>όAr˓ŏ74g - _]lMpvk@OD j#`.`D@%WeA|{p}i{~~/58 Q6!=j\mZ@h@Nٌ=l e,u^Է$gMuZtxy0L8ئu9^cELs3q@ Nv%gϤˌ3?[}nnnCfy|^aL,6oJNٖ$(, ;ZxJ#3&Átcƞ Gvɕ c I:}\,e?fGmx֞jX`#@_r1cYqemڌkpKW^`7y-4:?{Z]E8\N y9ՅwMqeΛEW5%M?A+V UZ2Mz8Kƒ(NV#ʮF Sx*ibCr) IXUb$ё%87 5 Erl&* 3OS8` =°zύEAḷ]} V+43Nd3{fa,'m~c@O2}M0͞ ذf?` #?^@U%?ZW}MgV[әⲝ-SVU̦k2ə=3QPdKh mLX,U?f/;VUƉO pg+a lP[[Q(hi[TE3RcfY|St((Oδ?vqTb䜮d}M)[yo_0kY!3ܶg3 .i4d8܀iSsUlv-uDFb٬g6>Y5QK:Y\w0L]לRzܹEQtqYơ7&I93VGru?O0㎏g9,a?f/UQߪY/B~Uu9)HhM#qc2,eCJ*M}v*b 9[rYlmFFEeAӇ<Ғ9Ncy9{Y!HR&0J0ViM wuCV|l7)2=2)aV -$#- e@p -RÀ"lu9P cº=!IZk5cE#<ɡxԤm { , vfg?E|>7QtǴͤˌ\k&m=<ݏKQT;F&|NXrP_#muzYK*9>r1gX%]gq{SF;?px?iI93:V¾8i|3Uℇ_"Y~L_tع(\jet\t0VÏu'Rɑ͔1X~u1rV2'j~w_=וQZ䗿~]^tN{DNue=S-TKk@qulWȕ@xoI] 3 |oJ[Q\-.[FvN 6Wg zBؤ'1R49`CrXPVz^]bbB)90#Mԃ$uuh~1U#6ͩ<;c4krJNOX.(I$pS#yԲ2 82<½Yi3Ş {6rDU]cҴxB"nȳӼbv'~zbT/I]P_HkK>ٲƓ}pԡlŞ4@O24U~1T*HHz55ÚLuϭ`N_2Ms,k1V^Lx(cf`h񫇍kw#+2ǖKկ.FY'MSDS'Mkm(޽}$˔{SV)̪]G7C"1ޅ{ ׂ$e!;p"a[@SHI  $T ǜ>zzTҬsGLgY}8McoxȹD(޽zXaڻųe^q+ l&z *oN>сOPejlKit?/aWPgQiH&#Ov l˶ 'Z[ kEtu?z\EoAe 璓R(A3AR3r$eA '2JINVNU yQFAn6ۙvEyg^7d7%!N8>;2+\i| gM2+u?w兔lv;2o#ʋլcM TSo|UVAPe/P%N⧡~\Cs*,aMTT l潭vS1s[.mCϟo{p 'KUԭ9AA˖`-vRcsxonzV*[i\ji3M>(ꄙc ˰p?p=Egޭ3&'!ǖKٯ.6e+΍oL8(I^'%Euf'eۙKN&0znre m![-V 2MF[j^2^7\ƙhZ@Ǔ=XtCvco0O E댣6 cA#[oWt}nۣΫe{QSI֏>yeuK9֐?fE[JB\ܻyoT%~Nld\r&LZ;q\1s]fρ05n- qh38iCoQQU{XM-W*3mCV֍?-{r%?3>IYҊa~[,].m.]f嘹v#;I37YFٓ+})v^sV/ŅRcfR'v:nc cBWҊaJ+}.q2ǖ&Kٯ.6/~ BWY&wڀsBdd56}Y[Mrhd! RGԜJ cr,QH}$}x 6 }Ԕz_&hgoslr̐.3,Ԟ1܊Bƈў8]`AǴ=@dBa5t~%|wG\ g 3Ea񸅞_,a?v>}\Ba [QU"3<9~|tFF]1Rd%FJyoptJUs7t  A 9.!@ `i! @ @ 2@ @ ]A(؂d2wel7rEς!KHŨ6[]l(,X$B5S:\cF{beV nOgP@02s|2#nj=fT|e~X~L| i֋F>u]~l_ϹtIۛMNT3-Q.RXw`'>[r~>闳|+ԧ림O3Q7?4h{7PŊ__BK'A|6Yb IDATlTz^8G^]| CoeU!:>O_wU;"M4Ʋۯ ֘:і^{V[kv8$6~,Nj"ő/]5dQr߇3*p#gx-dYge yX=7X(7%7oa&kQFZryLt9` cWPj=A+ۊ6$Z_vE²1\4~Ra3Ѭf27u~HPQDr2GYAYr>l56jʹ,p:ͯ:x?cU%)ͧ͝GHo{_I;ʋp2 Msn3eV\ԺAqu>B*_mU%zf;W* sI04_ݝ掏b.NV{tƾV¾Pn onfOL(qW`w@qof&!` Ƽ %.p [YIeEFqh* 9bDKlݛHFܔ\t$AǓomCq xW8mX!KHiY+#p'#q"M]X<5ExWN~%шdQ]G KB!`/ՅDGۑ`YqVpVx4?}S 8?z=cm,?4<4mmڌ`ς䐑 lhIdd:P|%ү Ri>cG=1EYBYCNW5PLةm36a[M8P,=cU% ύf?.E!,Bk ?304tNEԸUQL[<ɫæ1˄3l: 5=@WVZ ƒT;^l2ضc_%)mm":lbvucXyiq8 Ϯ nGӠOyeo=AwJˌ3?`OK8):=twx)-SP82_?6{qHiAV|U˚Od~,o.R?f/r1~'oUʺM|sDr+H:|H,[>Ȼn8E,f幧kM~c)Ƽ Cys</ l|dHGT[SA:).I@룯aJlꃗSrz:>LLzZwa IFx Ft ? @WP8=$p_XqNfl9/6(_k\Swu!DNI'L|v[kr2[]=!?s?+]^ MDt?j0rEzGDqN=ArT{H$~ i 3 p_c#ヒrcQ):~X”[JBh<> A'm=QVĝT sg6]f䘱>NUfiBon˄a`ə ?Υ$ ̫Ӷq19ηٹ f_ ] op \Iv]s&3Η.3rc쾾 3*x3O*=sŊctҕHf-%!>VYfgƉ|Xt]~l(:8JOy׻\3~:3=MYw cKWe{uu8i9ՅЋwu?S]~~/58 >m/ UjWu!"FZЦ:N$KHU94Cr.cYk1v݊ӆ$BW5 vUj;iɋ8J8JӶς%,!df#)$j)hEώH}IAX sZ'`)A~BӑY<E 3߆Uv`d_vۙٳ=2#nj='"1^ Nϼbn #mmH,/MA,%;5q Tj˝]-r%a{| cs1}{t\|0g9_1cS{r%#HN$b=K܏uNw/9xm!~,_.V?6W_FpNxmƖoXqemڌkpK%EWjǟD\{mY>Keh)虞̓n[d[KIPcIXi^!OT5E j]c&,BW5%M?A+fm<%$ϐqW86[ЍlP|Z{y֥F Sx*rCh݊K8'Z]E8\N yς%CJۤhC1"9 Ve4TdbWa+tHn kJ2aSp]NVզ3+2ltf_qdƆ-]6|MJ1^F=_]fl=3QPd쓽h mLɸ ~/VVJ61~32s]3ӗSIc:$U PI,t:{rP?^LQP43 &ZO҅d7ܜ\lGٍ"4#;QQ*]{H>Nj_ZZ?r{BHsE6 쟐Qסi$΋CA$n) 񁲩KVM!^ә&:l oUMZ1=s2#'W{f&ənH"?_^ AQtqYơ7&!Tv]s#KqO8?|]ؕ|2#'W{fjWմ bC *Y~ *Ժm$48Qmw'~l\ׅ>'>{wx:IŢRlRI~ⱩNLbsᭃ{V"4_۷d[!@5/05\ 7t__Id4X06TMel6h2r tB̄v8 `8؛\M5밇^Y» 7>£{ SGxC>pg.]fbl'<}xǺq) ݼj~$;?px?i],nOrʾcuކByh'm^_.3rrg6TuS}q8|g( MDb`)1D?9ҀGQmkN?P]fBcfo䮻de]+uZ*=ɇs_ڃ˕些f8{fJ-=.f8C4UTʪ#sY$nEq3FNnXXӆ]%x`fE$"Ǜ?{oU2>wnyK8 i@H(<(Ж)Ѕ(W!iJ!BaIbb88^U%K:sqG3iF#/zeߙ3{x==?'t6W松09˪iJ<+j37(=򓨉&Q󱅦1I [Ѝd׿s<aPS?υOzqԋ!$w5H:` !tv -0esS': z94KyW zfoКWk G8ˬ9$]#%R59sg.[F)=N뿁*dTQDyC4#}ٴ'*y-3BDI;OsX%g(eq6[W_lf׿S:%4sSJ{fCUcB! :br1P2Mg,,KjuX>V_|5x*Af0Uʥc` JSNT2ṳ^H,Az WL y#=ܢ﷪ u,L2ez'ԭ(R yGZNFJihoGCMQid' BM)k `u6'e,[,>'8\lrNAQlp !?Iљ7|.!vc7cAKwjns0Nv,01wHҾ) lzA/UV Wܞ+TU v{O- ;Wtr,S}zzhBu.U32EQw(9TM 6oՓt:Mo:&I*U 62!L3)%.![YXD^wM]OlGg%.ˇ 2︂j*AI'hzZ|ƧmhMW"eTl[c 3!4޻[3~%nݘ $G D:û3>ao\{Y NZ0bk|Z= 'zFL=YtϫEpy}hZ~6DČ DBQiN)iAPBSճQ+]g#= XkGjE'ТiV)5%2@f]w9?Rޚ 1$Bm}"ђ3-4ղ=A<,qqcv7+ZYr`EOUʛDQ71r44_x6N? 7*)ī/|;o?IK0+2YY--#s*^Īu!yq**4/bU8VU= NI䡶V:c>EPY֥cFNR[KM8EU_?/T4ܯ02U#ըJ3dee"U"|^cn|tE$og ]OpSy Mi Nϓe %$ Ǒ-2EFvٚشvz΋;Maz~Nx='~l`t'K':I 5#r&D/ͨh%eFHllr!_?iN,[LҴBz0Z,7R(m>XMm%ؑZDToO 5LYUsO ;TXmK)*7ȏ!a+~i$̲>;wτ湡3-$s6A_zy$̒^;-sf}G,:|qS=Aвײ 9'ӕit>mچqa;vf /^ʾWuzlgp:ZΎ[Nq v{x{Łc{JxǤe]~67o+֥cFƲͺ -{Gi^7 6vh}u<6öLT`BbɂHhn )-0W ^Յ0V+2ql,kpa>Wf[o>5k %Qc t[[iM3уښX7?2lV5z(]?| 4Qֿ䷮'i O,xVhN>4JWڪ;4Az|nNS o@vXQ)}h.`,g?R}MԤ+>q+e;Q}&&MBju#,. Hޡy7%Uү Ʉ̍ԭ@- DKk( !69jW1kuu8aSNQgۉWNo+K%+N!7ױ:M"s|=5A.$T\_˖zjXѦx@BUy{C#{>4q-M2!/g畩ktJJGk떢CZvɄd<8q+^ 2Z\il,]>˝`lW>cυVzt'dg#yu.>aVQtLigg!ϥF0:N'o7sO7Q|t#MT!1U#|'4iƲ(95w"I*"K8r*ѱ8֫bq_S?Y5i]Jz?bCTè^hPSmmϊ9Z_v}D IDAT4m$Ə%ɡwQw2k̾&vg@r46 zz!$geJ^$Q h Jz"~dג*PMOLEeqg?g5]܈[8zMa~zQ ^i4lH=FӺr-tgm%?FG+H ytLA u zqRiu<6TH ʡi4F02N'[d>X3>ۂ|ulJJXXrJ?XǮ4p *XjkبO-/X|uatZ楣x)b1 =jؖcF*/b!LhO {1Ƽ ǎ<#_[0~xB5BǙyKGxW7]@:@v7mt?gRQs:9H#VX.d[MQ8CtܸO?  ~NWfGadz(ѿSsWK%5 ؏I޲wm%yIINI:{xhf6"UdzSTH>j-O_]JZ@sd*گU$PA.U?"JWicpW˛ yz?\mUE )+nVxo @]ﭯ@v2\.[F1#sOM%.I0|'R+v\w;Nr'~CGv8)mؘ]syMV܌z߶p=̽=̵;:i_PȖztڕ$kϧ.b'ąUP1@lr"IQ4Q*j_FtF$kE XZ0_jGdV 6zE Ũ~}'*Yl^fNg#Ãci(+u2:vy`h~DfuViGs 8Ig ^hdۯ?B4֬SUew]Uz^cT={ /@v۱ N]-Zv:B;+){yWC“I&"+JmہXeG=OUw7jT!{ XED-MRm"]r$ GMSzd[saFS6r9xmt"~]rd,˖zHla 56+u6+06gK2⭃dpfRڲt4rI+cTVG [:۶e+seؚ:dlR'lH{:O8Ȅ}(.Z菜,h: %*lngyob^Z#`5F c!:7zdṡc3r"1mR2,DdžBμmF ?g:fE"Dlj6u/Ũd0Bsd=} VV=/?}&Ѯ!<+kizU)HG(Q`#dĒ($ÊMgS[kp-b@'%CT\h[]7;ޱKzUZO2t$nAجU5D΄%R}j|kcp Pf) `Fw`H;b .+-@9FV9:D X(7DnIb3|$nn''ӹ*Uy?bgż}NEtOMqKJey>)F]'@c[|^P2Ńݜ_m(-;1nmS?ݝ>@;) Ujmez}":2ۏl;kwt`w?ZgE-,DSU"gBgevnied\I&q6Wؼ4gXf QQ@jv#^R z,k|?"$ ԮGCu qD%AO6Jj  #a^԰"W3oJ25H+n>;4GBl*6_F8QeKU~*knrz]Y?}Ee-_9Ϸ}G `bU~C2rdk*>_ ΁78ofbbSj{Qj\̪?\Yz(^ECw !5:s{yKC R/H>u~Ԟ(b-gD]]hgjG߬<:fDZjmVh:wjX<8ıJIr=HvCdYy(DOxlکc&QCqFg6U!m9=uu19o 鴊jo#ho'|3Ksd/uLd'Q3jm j&ĩ~4\͕ ه"@9T^b Yҏ 3cBݶ 1ǻуyeGq4HiM'{ fSC)&&o:Dx '䄃"UAI+ٜޏPa%-oW!8Do-5P;!ʁz6z]G3%cr(tq ӝ eR3)xr`$iqXL@r{X%?N9v)Eɕyɕ{)vG|iu a<8\Uۻp35 hCorMGl*bSJ{f(K 2ɩ}V,[5y^\ E;G>@Iæk4cX*l.ԁD麺6nNIdˁyp^3VC)~IܒuUZ `y;NS >&mrm`͇ʫ:623ͷsx|q}d![:vGIJ-"jwG(LKLWap0iGX,u}-z~Fa=IYegdK;7[ۈqn(~"͕ 0ij6zÌ/?Hkk»j~PS?PnHf-@lC|L}KO. [@jP|z.P3UԮ(bsjkA[Q"*+\uA/ƣ|;or;$]`8©hXf!.麝R5ƧP[F)=N*dTQDyʘ4-Il4؄ͮID+'0LxT߷=vQxӜZ4`Z=N\ģ]5qg犛}+H"'/TǜCmtه ^ʔ'IS eMG*i9ykBcQa:fw~E_1nԱKC)#8epR׺U^I@=sqƼբ|&7Eo_+e__Z]ާ` fΦ 4^k}y%$ Ǒ-2EFv?PM lZBYc=t|E^0=^}ma'Cj<Tc wn. -Hipg#m6 &|Ma:3}L}q1'Z쏓>vRO#o?JJ3h5ʡ1r}<| b"jWiWL% t b^@{Z+|nZvr4fYj\ugܐo\3W{`xy$̒^;-sf}G,:WGCS+yB*{)^{:ZΎ[Nq v{x{eV P0w^9c[Ţj]Ak2$бtZMm8 84xmm:v25ȤO)Mٲp1ꅆOO `x,448닕|t%wV\v۱]$Ǣε`A݈VJOebrAbZT9GYEǤ ZXd~9t=LUf(\2B3KY**o @ 訽YG(<##=x} ylb m$%,衴h4(EFEDphtDHihY"3SWg:$VMӏO;&1ccJ f)9)|8&02l'_75udVdQ?RE׺b{_.7]xGk^~`]WT/}wTS;Vzg3O4EKhbbrRI*G#\zw@G>,kpa>WʼvdifGx]ټ%S o@vXQ)}h.,g?R}Md.oui|<;gX[q/.؞ eis)8+h~jܭ5 >J{vB k2jJ!Q~hWTґ3~hP1s21 iiKw2ZBA9>z6WN[7QRZR%Z83Qu>&.]҇@fZ~J(Q:&JkMBju#,. Hޡ"[ ~T+(=5A.$T񾜽_RU~7.Ii~;ēó:6\[Ido[,[F뙫=NQgۉWNoaGjXq" UrI4ɄijXίY}`~ȸO/Kgb;H&Ee<Ƶ;:X|;ؘ|~ usa.A4RIh {~2k.en'퇴ZRq[x#aԞhIbDˡsG>TM^1U#|'4i5NE>Ox?|uG~[>ͮgO%^~~ OdլI:vqcD ~z^&>FP*v2T۹j[%otά ifQ8Bƣ#$)*ZL;*H+J&Nd$G#!!ݗ̮ B*LY$Uw|h.Obo׿xf ;ۨ}]Fz"ASo2ێGpk+' =l̆WHӏlS5F?阂ҏm4%y -s#69IAJ -[**qY!`C^C9>Ajv"'ц vŠ:DIN͑pyCm->7lAET$ IDAT4TO^"Vx}l(M5+*ɐ^ipSg'j@=FqpS?kkYVϯj%IttŒ8l~eJ`B/#1]Z|e_:(m;6#9$'64hy^@@{{ 5;ho57%5xV5YL2=bA96hGA .s~}8X"7uRWՁ`1hcbi -;bMzhhc)R/t*NƼo_ V ƭzBщ\k嶪wQŴe#9zHh {j*qI/ 3=ٕJ_{L<_x5q[8:Gm gڃ\EyMVӖztڕ$k4G{x?6fW*n_P|JZ@s Fḿ=,fq:_jGd]5A>XFrұƩ_my}co^Q8c :Z󾣬\;X`ŏ=423RFlttG*u' Z8ujOyWCI&N =)Jms!v"1@ds?ڇ`pIOh:*GST}t׋mEd S8TQ9kM' XEDnk {$BDHɰщ_rdOSm3^tTyn0h*?iH=Fs|"+aibla 56+u6+06gK2⭃dpfRڲt4x$ 2a *|_rRl~}42-c=_Kd[Fw~j9QAcbV3 [FYA.>0R&6TOvri ѱ)s %gHfR1#t*.wu9k/5, 9EXwdԱBzh`7gQ@KDJXL]Иw$C82q[?t/Zeܭ5($#;HGZ*xMp!ZeoX@Lh^ׯƷ!{>v.Q6Cvۑ]F: G@X+j2Mz\)$J,bp˕/c͂ʓۊ\^9EBZ bm"r&7MpJ Xno:'oRoU9FV9:D Xȁ7s8$Ը)b Mzg6,(vQTD_"nIb\I}%I\;&'ӹ*Uy?bSv=|Ul{Cws&Xm^߉q+mL;),@vl:bUynײt 3Jnޣ]F|-t{ v d,7rf}uR4 9F 3X \o-#ڞbX,*W-txCU|%H"9RQ{Hk|նLEIH]}O<)=\D,uC,HAJBU9QgN/7W]o~[=ʡcs35Kuq _sg,D_~b2RO)홍zB<90S8l,z&rL =y~w') {?&+ׄ8qǦu^ ;9cb2RO) Eɕ{ɕ{)vG|iu a<8!o'SC_t1,6F@p,|Ui҇*bɡY8- $R%몸*@*`{cu b1 Prſ܉ә۹N<8>ŐILE,GIJ-"jwi<fQ#+VX!?2<&sUpוxVf^oQ{8'Q)|mMxWLOLIJ }.HG(1}l$=g'C̖I!Z͂e-;3ILs"?ɮKeb2X? k bcz٤WXlp%gTԮ(b3}O3S*ʙgϓ ^ ߊU1H1E%YYsH"Gg4*jO9.x/wMn'k G8w.-#ҞPwOf2( g2&Meq>-ͫ/6av)h$;̦-h?Qɣl!y{%wtisA4tA 53<2?FzBopbk+J,I όskH -9 VM!8b%H(p,<޶̤QN!' bЂ6:/%`$% 6ВighS&dh -s7`c5T9w'HxRex}ŋiH=FcS3R$迧P]UkCywgw(ۮ;c|롭E0nr@0VtEn1mH{0pPU;4^[v܅d' _@^K;[=,E3qPZ[w\O\u(vG WRBuLT*sTeB~:v1NAQ망3٬HWyo-[fϊ"*=ChDUλgIЖw1s"xV]07ýX{Pss15>$-lyco߸GX(\\MUxw\AWS}z A90OXO5"eWMӖl(h  6:lyIԮ CXyG8R'6BXܖQ+]g#; XkGjE +t:̻I CvFYqq}=<䗃z:{jtm^t$sG[T4pᨊŲeZ=HyBbW?a(}.~Z.6QQ[^}嫆yIZZi]9y]ϸ^Ye-hhϿlݝ~խn>EY'X3W{~A%woo[UUBTTFi^:Ūp쭪{/5>Z4`Z=NpIe*;#\9- 3l:fDK(8]9%Zųzc)O`*tuk:fw~E_FUr]ZCCs?eQI]WWy$̈ EW/4E6yLNlLn/h{}D!5cp ߱;7sk wY&8WS$iQ'Co=Mc^V ڞu>ukM5+p6U1Z;=O+Zd$xș}<=cd!`\KA9 QN#o ƀD?NXnRM~,W7 Q@LEӨq=pAӳF.iOb&?ˍV+^ ]5AsynHߗ892;5 eh=s% ܭMEW^ νAn˜Y|=.;vf /^ʾWE!xuOrrm;_/Y3W{nO3eeYHxS\{C}v#ؑZD$Tode7ZFɛӆ F\YqZKOӢGe>YnjST8c9t,uS0Nm>/4xmm:vaD&"o 2b hӷbꅆOO `EӹsMJv~죪VmU^$x6WTdEr,q\eWo5qNBdaxfrf^&3^fȰ s $$$$dI87ٖlRKwU(Rۖ E}IS DJkm&ULShȹ^S Dq3E ʹ)/Ә ~ֱUe,c:)c?tدX>\9+`aaaqt,pzIRS̗ltl~a阅ť.aaaaaaaaaaaaaaa 2XXXXXXXXXXXXXXX+`aaaaaaaaaaaaaaQ.HAH쓯-F]z$.sȋ]2{B4R Rl9O 2´h|O54cLbEdL$@0,O"%:no 7e}=)ܞ'2cL̢T|$T{sED`Ѩr,fɅKU>/fZ:D;I73~Z V~CE}}ܷ+׸,Ow4#"G.TnPG=Le d tCĆޛmgTґ8pRFޥ Ϣh4' U#M=C3ug.K9,ڂK r,EXŻ6dYc-,7"RSOwCfT7Dye uD2j"6WA Fṁm =F;q%ȐCo}MS5zJq[MwWE]6h r=a~;mfw'Io+ 2-" 籞+LeN,v9ykuU>Yb /jXu!IM㡎~vl$7r=C*)KKC\qi#}2!s xW˧͌g^H%%Sw/wt[6f0ٗY;<Ėmm,\I24_6]0yKN:%GV-baJ! xzJ#=b<ѨrX1͜H!3K߲]y_C5[^̹dㅁhDʥ)6eƳx})z\+7c9>{Ns*cSQsl އ%oeC60J@ IDAT3gs d4ƒc!dCHu$Z_Xsi=6b CߘU<ӧBlt TaAezϴ\{B6Li<vrW]wׇ:~d*;wkMhaSp|kM:0f?7ײ*性`!/3vH4?$|fIs^ՄpKDکuadsO-_[s-z}[v_?Z@3;w]Y'u!g͌}Z+~lkgA|1ӟA~I$>vI4{^i^'@PDEt 2dz4ČFKhfh%A`{eU#mQ[= R,dK3/U$+> |󦷴\S 3ձric 3(хC5:XDjqNJ3ftL#5Lӝ ȽH;FPW5z?R݀1;/j$ipqU~̞ow+ǘ̕s<2roB3MloѓA} wMO!T(,[2"r/!SfH N^.s;& Xv Пc7Vx/`z5q@ IaT(41ӟ#qv FdT ۨi)-Ai^W_fc(kNyivjd82~5k :bNOeƎ O-ё¿+3O,"'TCtFF l:hg~aFfcf5TGrMA™ Q83+Flt\yX"(D"v"CﲳnFʥoD&B47 :Vbr\f׏l+\k~C@'%qBm+v,1b+cN&P} #G X$zВiDK;̹6D62CAM \1.[\nㅦ o!o ~mx܆SBKHi="%cؖ)I@j13u4{CZ0|6]٭fqb^/'Fd.x$aVd>$Qkq<' bE+nI←85|vfҟB:4VoMySl)͞fC7톦+6+M,jL?3MeU3m~ynֆbxE35ә-3rf|M&UƬj1P8q1(c"M5FTdvab*3U3%i]Ƕ%hނj}2 s.ձjd.%K 'ͮJJTTno Ydrmձjd,gGiI{*vX vaVgs󺒡7ӿ;pӎݹW2H2#Es_OM i"qa?w7%G̹{"Ѷ>tM#zA.le!*bSg$Sؿ^|H>0ػ{jBB)?P?e\ +s6IwQf!R#\WA^5fFfc&5Tˇr8'B>wՆxwCrl5s"E ; [~lN9{fNұGq֛@lteWv aN)Is:_]ו \~y%}}IB!;uTU;JZ0V@r_9ԁBT$Rᩑ'1tu:2@_IK.3[am2u;6 &|+מ>7{#QԹ/ˌR3 I属\w/i'ˁ:a#!~u;4L<˟ގ˕↛[v=)[;.ŗ Yc7!_fҟPv}l?3g^_P%:6})sDNvƑ\o135[33к|-/n`Zd," LَUfqأƒ,Y@ m<ӹѓrl5s K'Qa+*Pע5A@"6X&u32\伭dM}}ƃA___=zڀ$%zx?>L_ӄoDo,+㑇buONuQҹnI q:w_|6l:K=i2b)?ӡiFY97 ڋն3L1R'vc$35Yo?;͗ZO# 0hCtl9ƥcGVq߿ ׯDm\:6[ұt(=!BzQ z=GY+f,t\:9A_ۤ_"izIe a+._;9Dfܾ]4g a>GsW|N ǿ$| -cLi̅sC*ـB6FpNZP /o6F2ӦAq,UoY (:4(U߃ùX95R1Q4 WzWO˭,1[+fZ:6?):Ajltl;VW|9uu1 C8~"fKSJ?sgÇY;w1J58[ kߴϢ|+~4? Q1,q1poƳ6/r[LW97t- ѶKh`)v>ӝFZG;Gei%_M&h14WAlvƗ!_UF;5lGN*{Nr1Z jx\OsGەϬ[e4_?ONⲅg7oDm2ZZÜ˹%G_ iCMٟ`*<;h > ҏ܄gQ5(N[XXl '2Л}_ZCZ6nTQW;3F^Yzdr]NZ`DžOHg˃'Knw'Iop"IM1]PϕnɸQG29c=%2kX̞5հBC=7\:Bc[pI'А~a[mg^H%톓xql ӏ/O.s׽{YӨDo3 KeN=an tJ׏dZ^1(y]gS]0؃T Z8Ei,gjysȇS4~GqM0?읶cLtw⊫Ncw@ [Z>m5 K8FWʹTׯPI?cj?b렝90 D8PS!^3oj7vqzN+}} ! wvj߲`[M͛אIr׳\M+<HN#'?0@ ṬżG5ܙ=90dltF7֛8?vfg!hG^G=:Ejv! (:yse zr-wm&R|ý5h蜈&XsOC5/M7ʫC#8E+^>Tðlly}c?fν&͸%D3-N;ٗ'el#:ZfL 6]}^\-ym&skM:0vSuG^7WZ;9<2>Hps-;lx 2cL̜m5!ܒv3;S/vɴ o_N*%񡏼<6vIt]șqz[;=o9΍cmCScn[f}w C>_f鏙svI4{^iTzc{`tܲp0gy :bNeƎ9+gXBE(N: 茌 3P:V.mhgߡ!8^幦c] `8O埍tlfm&2ulPl9%2 IDATtlq^u&H.L+LIhF 6=a>3 HTF+rp5NjjLUT̰R)x i^!9h,AMi#Mn !9D& w j)g}(&Cf$ {:HTʣr)GPA]F۸hjw*My{|!97y($[!duf|M&c9=Ul{MySllֆbxElLv_Ȱ5hJ.v:\4@vFΌ3ʘuqaV5'?xp>S6.Jʥ-hZ_0g|3[|rq#nInx4O:{:*k2MluL?3MeU3m~}MұAu$5 G#țCh)Ġbvxm~<%^xD(dD鮹.fʘW-RP{"Ѷ>tM#zA.bţ*iS>JK/ތ 2c&kn s"ʦ gU|T^='?]{UV9n"L:/3vJOU4K s-tsLʥ-B=4DsA*+&\<ʡc n#i%jS͞r,46QY#<':wjJ N#] ѓZWi$֭sK'fxfM P~y77qN]&ʓKRɷ dvl@M[Yc#GΒ!dmpH:?!PhDR%EP@=>\>;v6*7?lvN7۽w72OOL|lA=}nF˩s%2cLGf½^%I|wZv}r3=) { ءP̄Aβ;\O$_fҟPv}l?3g^_PyWGΚ cҖvZ8vi8R 3s($x$;몸*H&@kGMKfO9t,˟ގ˕↛[v=ɔ1,'{\WOjvymF.uBZɼVJ1:w<˻||5v4g̼<\>R=Ѯ ]VT| E4z9ޥ7L5:N`}K֦E 2/u(U#8U#ZwUV;쳞ꩨ!7cT/D,7W5⣳xNI䩾0,iMg83>X:89i3)?ӡYȘ20{ QҹnI q:wv9I&BvqNH,:u9Mgi=7L LˌR3f1qȠXmֱriT!>i7aZ1 Txori4c\:iFs>yHbu4tMF),] '8zI L 52|/UUGRDhd{fJ{̈bߪ agCSƓ~)Ə3nKegm`gGf dG2m=:MYAjg"CB ͬ/} 0)GX^ U6_W:WxhDc8˽X`_$W!'`Ɨ;fcQ#w{8%b,Mٿ ;nܫt -wf59~$| 2cL0pPUm  >]^(.-t @L#8'-puHTt,s_-=1IҨMY5@ttיi#6SZO* jQ;c_Ɂ\q4"]D6z6>"bʎzbvru  GNǐDlv"6|6#Ml"ww/βg(j 5w^7wWdȶ]gq[qXru_n=}=/vy~7Qk.!w:Ć;Ec ?уU\ :N9~$,giYF*.ԜcjQ=tM{c7% UGrvqcuc4Kι'b z]WS%:/n`|KHkWAUS }/ s !4#- <1֗02:ZOiYݒ@@nA42{c5\5x(51ǁ-&5˖x" ^xx"m,X/-o!| tL&ӟNY?S_fmpKuv1UlRȹIԇχ˝&380]~0t UH$dzgwSʥ-c/]YNH6]7JA&stlSǜ4@]8H%sM-1zg į?C=Ė-[r(o?{r^WVV3m]Ȍ$,,,dti$_h;fIk鋛I~7D`yX0R}a6HTUi-m.!+w5r`9ULn/3̦?δr%QN)5\؈229 }ұ)Bn#I0hGABOdHw؃T Z8EIlv#7zdmdBzHkdF]NZ`DžOHg˃jEP͖"s.gxa`J?5ױcO-v[MwWE] 2-H&#yg$_f동CM5PG-]m7[cgH%%~| rI8Gm<%;6WE䴑Ik:?U F!WS% ӆ%ɞQ+ Kj裵Y,ɩ 9mFpB:S"]<d;Θ,/ ́!#6UI%ly]]Aʍ ҆6BTDyf!o!hG^G=:Ejv! Y^iA~X =A7_|ɛ+דk| se_-g0r`8P#(9W&{k9Me瞆j:)^6D2*Ex@S êƳeŽ>6/,o-It$hqکϾ[㙿/ ##;֓DK"VQ'6hh]62䮢VDsu6g;5טƏMI&T 37ymR0WpYL'=dqd#oE=ݿo^T=CFe͇IdA K]D^E=0t^ A} w_ޟBW# 6jn469:g`HFyMA™ tS1&{G*}GX>en'hh~b` 2,_Uȗ;fSl>j66`hcfJ"#@rpP}`e ci &>DG`X:rټ4w52]H_fO );XҘ,x%TKcȈ1 >iժMDOf4<1M<1a5$R }$|x%dl_XW碻;ǫۚxgS]@4uf[-U(~#Dd6D62CAM۠W5d_G#j4IcUK9=3:,,, H-F^΁>F=HZ@툡&SBKH+h@}i ln)\m?K2Ѽ6cOQ`GU(hxP!96y($ܛ[!dlU L&3a\{7euȒH"a9-J{fs"=e 8Kkdhk7=ՋMe k/\!\͡k56}/ⲅחlT_񠮶CjYv m~(UGw"6 !*h FZ{=!V+FZʖ%ГJQm%ĸf|& 'LE+ЕLMh7ٿ͵|tq^cH5Piy)ԛh!_)d&kn `_,NSb>Xw %I}ރ?`ku=5abSz}(&RN)h,Zh^8Hcw/+זӹ9z:H K6s7Zm W 눪+wqru_Ut}$$3A±E]uu^..+,gDE<8Brs{gQ3ә#Lx?՟|>ݙ~wջ>G2ceF|٩ۡwI1.#Fnjh(y.^ŒN(ƫhR6Ï6'+zcuFH6,3VmN2|NJܻ~gx"a`&.p͡SFG6,UƉv}H3 _g9#K2z~'꒏}'uS4)vB&%ׅ"k~0}OgB>gDdq"FYy^ӅcyεeqEQ0YcjJdX1'ǡư(Ɠ#S>(V(ǎ@o=_eg0>/7TSYPuv z/TB9yE1ff-/X1^~eg0*S34<ws":=Ԑw8JX,Ckj S\!G]JJ W9@ &-[RvB#B a4FP+vP<lk8༴}OfHڏ9nYXѣY?$fL&l'K舡 m_oD xWMG"v) ח3p(= †Wj*/330J̔r..aWW51T[vNc`H$q883"]d;.8F4;W'SVaV$*`j/;ElxdDpU3t+.eg0amˎd%"a/A|ذ o SZ{_[ IDAT_ʜ2v Fvi0gZʌX9^]5Kʜ2bҋ~3j}/̨QBJ;*&fWwUUPޒ48Q\m|0m#N2h7"m#ηY$}qK 9×9^hi(O]4WXlFu*Y,oB3ǩbe3 3=h|(> X7fp#Yti 8Q /'fiSL0qL⠀ZtH(t$i]}]VPrpmdXp(\0P(RnR W3?5ː`Ӗzǎ(KrTx\ ^M%i6$6Y̚LC].ZS X{^..pN_?]x۲SPˬyx< rrm;I Y(c#uc2c7?_ eB1 ?,LIdj{-|J|SK^;a }1#t58ɰ%Z]wmfFj᥮@}!U-U|WǸS3'ok{GN+;v5=ٕl?p!קEۺ 89uj]!y'B: N.Zw[{\QP{SUA-m#c-$Nm S|uAIY(9.}@r`b(NmV`^X]tE3αl "\ Eu:?ߝ⍥ȼ ,qsE!϶.bPvqC5Mez]V$᫇mecy%>>\QDLV>;Ll}Y UmTl9>kFUN_{1چ<~ˮ8LC].jn=C[㨪]ɍq/Ow1ol̬y\2Kgb"1[Z!g4G*Cql',Xrt6'd3ǪQSkI9{HhGNd& ;? (h^P ik"Eq{4o^`&= {a&^^N }T'$'4sڢTJDZ^;0$pBX[F:'~,~`ӖL_D>Z\XRgcyWfX'zfxx>M!ϑ $;nnae΄՞J4OÃG~~J X6^n}o <- lj0 $c߫M  ;,rr5=yl|ion氫JjF/d"˗ 3{~e]Ky[v?^Ov5b&;wc[?[Ú+cl淏]A!)NX^U0Z}F>Ӽ1S#K"5fkaI-KŨϼ[X5(_?w/y#99.*+8q"Dg f1|PPk B8qxéxDNIڲ3*q(q; ںoVN!'dk\ZqN[v?|FEH78=8g춷A_ɍ/4OBͶmzyqJBD"3v!BRQ<6Cnu>&,OgÆ Z*ivkB?06[X% 3 IX +q3>HK](XX8U?tRںtG#<ܶM :XrNB6l4xs$Nȶu6۲c4+vR_yJ!")f`fÌ0 bldF!x&/v ]puJUm)5ko ¡(9- 3qh8Fc?vU|<6X #8/zG z.K''7d&UvQߩfPqCrQhc7TP_v vlԧDŽ{#^uܺ,"|{" ys w:mW%ygh'vI5†32#s),G։ RQGU:oO>ZzD'NTS۠3T|zMzRdgQ`CC5+;tj1մGW$WUןڮl?]̚7]C,j}nk8•NjL ~&[`ޢF^71jҴAm٭g * 7ôv$x9lKՠ>glmmFv^lDBF17Jb& }]Ǻ]CeP[2./ZߣLS;??<8,g;]vF462g?k]q$ NK~3.vʈsoI+xlzx`5|47Gز+.,mYsU^Ej4{M-&4dмN4 S7wf3E46px)X^Mo_U;BP4E!Y&DTx+ p5Χ쪅r<'os@񨨅.SEq?aS&v{vBƱn(&Z<19 $"&gx5Zı-jnk~ #FiwU4E[\~ؖ<1_gݤR L#Lrske #1utYe|:otvUUeɥt/Dƶlc?v>B̚OhDǨ)s~UleE hmW>'/?²\w^ jsg2.h$dn y 9ys$m٩N|>>z4t2E~e [ES0 wvAa|7khS`t0[cgm -Mr76BfTVDH7.lKXҙc$'`2eZ0ᰓݖıGP^Nq8/lsm=or"dط}eE#J(-o GS߯x/6U_"#.T+ _`ʅLzrL B4<:IL^>S!3N|C Q2 ǵSh=V]RS?v#z]N\^ro2ɠYFc_S%Zf8?a~8QSk{o^ɪx_i&OvuI>OjgǛUqmI~dC۝L?5k0?`!S[vӟ>Ji;c0tǎ. {0}ᚴc~-.=ɮ2dLSIvњZ^yg~7+;ȕ`eǒ' CjM-5dԖzg`͕Gzl_xQN9lǖq*9@ 臬op7,*?>qgzӖ aű1KƂI,d8rد~o2\^fm0 qLkӆI4z })0&&G: ;>X{zaV+'}T}>X#US3ךFҲMp=x2W$8c)Y݉ gib&iC)";=>*.3VlHKM84VYCԒи8[tSVܜ&,=ĭ~2P[v;ϒ9BEۅtLH>춷vc"7ek3ŹpuonDW<^5ݽ:}jZGrrj`xXӛ^z0E%!Ť=k&@ulKYfk 5X=ag0-`kX;҃%qrXksVڴzϝa%qL3g#Nju %^CЅ :wדi_Cɚ94֭)d6s+Nмq >cMc7W9VG1 W5ˆ%HtYw-p =Cp BVd kZhn~"u©ะǒ|jYVey8!G2'X)ǥ<٘cQմyes8h)u*~MKOO4+$jNg ekYk]4

ԑ|;Ϗ5,cv]Ʊz#:MJ2Ai E,l;tJ%D'tyQ%oҁ҇j>5Bum.{&;ō.:b Fe*@*RN6Ib\/MlDڢV@鏶ӟT_w(eً96z|xoX2GqDsS-S0)4/# q^`@:Q(ysc@Z 9l(fa*%-4Ѩ0!Z[5Mԅ, Rtd?P$l&ȁÇ:t R]HI, SL7e&4>|pdxSx#/rRKF$!w%Oqf-YxECG";B8 y=\s  ]!ĵӧ|\0B^s¨8T SjyZq}ݫva0l,l*_)S2wSke JJrU!WI>k P D+ |,Q.J@z)PKVRS*q=1_An\Yc+ AUe+n[rA2pt,Wfj$16(Ö;5T݉62q=3+و,iWU]Fchyw>LJ9l=.L\qZFN#6!^QM$ *vFlR,h %EI!NiXQ/Eѻ`1~ό0'~*ɢy] :D:Ln /LBi##ё1yR>z#ȑôd%{ ˎ{+qnJ6t1:|ą*pdNSSWw⽋0 ]2TW-J\yWW]ܙ! zD`T(DmFVKn`ewDnɂ9Ht̉cd*$]bJ:~)ON܄NdW1[#-''K5b*6D.>M,QR 䗇%D\j$ )Ξ=<2yT} O+4zʒR GPɞ?&7^dg,fLr dҐ^ }6sdW sdiN\{-㍛UIP*PSS׿_z{]NR>}ygӯܹu)r;?zw0%pq3pkn&l%t1pl?=] = \^#%\t^|k{M.']o۾}۞]=o57Lˇ=W={wmعް7wTf,Njz_urŖĶK^Cwt?3Ϯ-;m4_b(K]]5X~9w17pҨ1j4RB';ՄJSh4KS:Tf{#d ЅM2؂eZH wv&DBM#VK%! cN6ֿ !=ZK)ʔ fCʵ!tZZvE.c%9=E7h[)K2ڻ-7-^N83=ԷfdYҵ|WƢ$~c#鶴}۞dc > Ov~ircoe^NF5|Ag.ykV|y;؂OP?;]tѲ /ێ-Cٗ.\}<)m^DMݙkR UƘBy,/ l(REkb"Q,2#FFʻB푘8I1 mNßY˒P|Nd)6I{٦DžR4ƌriȡyFy m.B!c=3* ihdIa4Zodg0R\P͐jdD,2'1T=4rcH9PpNWrܳ`gLDE@PQT duMzı3=jcfU3+q1Y$frH:&5;m5'u?uhQSog< M V07;#1ZEL<Ǟ[_{׍VO=w=(}҄|Uߩ≿8`ێ'?[)7O<_<3ǙPKӟxwoiy7k{r Otמ{_L^{<w~y)*W*9^yW^f~<~׼1x䣯ظ]Xnn ?攧|E'RQb%bLQ%Eo&/|S'l^ƗF.#9Fj8Bل|^C>R)(c!aX܎HvՄgJkH&-B7-8J 3YhtN'"%8a^rXҒ `Y{3L RڧDKdUH竍T/b[նC83-c9Z$2b[OdF!uIɖSLUɡ&#egBPa^|e/Dq.X3C+=5L,\{j"SN8__]v֧(on};L<\לFeoo|_o`'Z_7 APC7MF;ot :"?2OI)'jt,A2]I}ʫmwS==Aяzz9}2]I}T{:ZrЬsd K|k"y[n2x"/vmiyHKzO-ˋNWs_-7/zNsk(j.cozQ buO! \b`wc O}S>7߹\:tx][?w-HOH`g?f^S e2B RTcltdͫŔP䥌Dhd]ɜPA҈"Z#!QI& 6bjƐdOC8ѪhS5s$bbMu8OkKS6Ys Q83R٤p/m|2'%[R ^THFٙ*\>]t%ӊUiK>O}SK llP0b/?c{7)SCW+ I/ YwÍO睔ĎO:w ~Gv&O5nKe.t}&/@Ιa[{}Sm}#/?6U-WbrK)U}/SI[n;cE$%6Ν',7)N 8{N/zO!y{9׾'w&5|עߴ{ۮ]vz"E/owzrӌ=%I&Er*9܅ NQo(SEįZ_E1&##jq4򎉍$DfWABU#7;"ؒB=4kBsnS`TY+/qȿ̛y(:,%S%[1 Jh#0T9SYd)GZPLbnnRσ:ʯ.MOB |xEFm$z=Xq0ǂyBٗb7MKᶑģ9*M좡ޓFj|03YmT1g`xٳgΜ5ˆٴ1iHS)3Tpaʱ~3f̜=k| 3ͯ0wy5H?oښyssj$j$e0S 0M aocΟ;4vHӧ% s~{=n>zܒ eW^W]~y_eI$|㸿~y xG˗zߩa2kxm[} I-O)A \Tn,h 6_58ѪRd^Zԁ;GXRVh*neuAY(6P{YSPzYn6mes bQ Z^q[޴)Y YгV@6`ǯ$$RNX\i!^iӆry)UKZqETk+HPpK]44zw#>Ks0..9PxiJ2P|3i(ewmm̂ WY.jVNxJQ3zx3@n} u*b0S˒KvBc%mͬ Z7wFܙ7Μ[;knLP%L jj:JHPr8PT&3vDgϟ?Kڵ7HcsAF E~ x=yz(\ r]6FTN~y[Z֜*֋1c.Cۍܨܘچ+'S>OY, C@p׫gFV BrAVQ4ܥD7^~BQ" 6V)0je7QQקy̙kVz/ZRG眤br b \)d.+ s9zf?HAA hy@ YMVq53_8tt^w#su?Hxm+TyS7(gO,5ʞ8%ӿK.ile%Ejȃn+B'fj԰YRLo ]+yi5 e'%$ȁxq8i>*I3:ϩPRs߯MҥƏZ?˷ϛ;ÅFʣ2̊ c0ʻD.ID ׵)7%n gZ^ f#c#: m%-I Ġn׺䓍1y{Qrt3eڞژbJVUr21/Ψbm*G oFm(KR2G%PURՇLPDę3ﱟl׳ϊZpshv&,/1c t[}1.WR$=a鬦IE+F ЁexA'yoyaleی {O rT 9߷z*?\9v%Yֺa>xW- H\z$]̸i$e*i&vŽ^M͛ yKv+lz?#?է3sl^TՔz")#|?ِʦZc6Dkjf#\ R̚SP>YE_6M|Ӥ(CT!+8xy*H&d3;i21Rr\{ 鸍 <>z9Ir2p{I4Tc*V$d q53 G$_yZ^5*?GAiRبWo*%]2FJQcSM%D RȨ4x{G2rg0l25A<|x6`HfO#} '7/Q:gKW=Z"V'RDTQ43Z@K4v0M d&U 1)ty.( d&u٫%۳s3 ʥ~G> HOv^ Эm *\ ΞJ6<9O%GJ) ]X?!vCNIhtI,CeLCSϋZY%L*"T6S}(#X|9 "JoRB7M0KEd"%}3+BȚ ) yz찤5UVf)"Ĉɧ7 G4MHVK$p>{c#\uwJ2r~)e {>!hsӌܧO/GV&-YyKœʉlHxieFc>>rD )d~f${޼+%UksY*'h~'k4\\5ٔvk$q,k4(+ֆh,ęHI M4퍼(=l+8٥Uw0r4M $8e d$(ű W*[%("[ǯӿ4tj$N7'רC T>'Qmq1RS,7*gGƽpS=UJ/Idž-l"R-A0UbCq\Eݮq8dx$K̶.+LZn&.V V H?Fw\ݖ15-MwnjLGiJ5YI1 rphŷ2V?_q|iwO5*+saDI21 vi_== Z3C ,!8o$[X3?!(F;YH0I-)-`BW.3E7J1`gg)˰PBomk쓮H N% yh4asX /m-] qkʺk&b ?"!Ǖ/{2Ř7ًc*Qv-X&c%C"8ǟc$<o2tOyèt cdK~]t[ia̎VHvق\aLt?@'KfͧPnjn]==-mR)ĮiAp=D2+F @N$aVDa!K/e#]NP*p LzDoGGjh9ӒrŒ).bg_̓T^5 &O佭 +Tp Di ҚA.ь"J:b()+TzdTb+sR,D{HF5I&g ~*XwzGDf3D _ "\!zJ dMTN5BrX(;~لEQns45ߺydMIג$SPe RuY`{Y8ቶ(k]w֮()c (A E@8@/k 0ގlST$x\B;N j=5bUj9\G~QlIakQa355R>@|_GK!r%P.Dž-ȂW g_!R m,.!"z}5niD2sԩj!Urz- ljҷ"l=|+6*?ITN*Gb+$k-%J #/լhmwx`mPdYSLȷֶlao)d,*>cO;h )%ޝ)LM٢#6_ D<_tc`R.O(k/1,,lBX~ʣEfx}.5 F ɰE{7mHG$1'ݮp(?ٯNOՊci}KСC;wxB ! pu_x3twvJoz&@a<=Z㐸Pȏg;iP(kKO=W۶=kkjk/{oE5S-]0ԽqCvU7o^78>b7|t-z {!Xi% I0{ ;0;ZQ:R]JIqor;;$;7]vcAKW{s6:v?Ktm jk7wf.Kos86Ϳ^ݲj[}Cd3{zb0D^QҺ_3HTg##%oҏU&6jhWK.mH.E=͛4}AJb+e Z@lc4fm-ZСnGk:~Vo4q`I))VOi\ؽ1?;X\ؚEv>V._5>x2իW2OJ̏Է9>:CKY7WWoݨk;Vur:tI(~l%c_ih0]s˧PxN  |]&N>cv撼٠n\|pvËj"N߸z@/>0Xw`pu{9u-K" .oI]O ډ׾gЇ>{bȑ#)LѠMҼp_lAn4-;qA3rp>0(kϒ%͛L,+v47A=K'N]4X~lO'17\0hk3xֺWJO=׽uo}[O;M6evis<0񏪧P[@>[G\ t=+FӃA}M[oSVgry::#(QG=e ޏ/GswZ`QĺV|ݺu'rYg뿬Nz n*~4H}N/,it8ݸob޹58'mޜ[IR3fg`s^/o昤rWtAgzi_zۃbEu]==GozhC},ߤ2T=6{{M׿?>1N߯O,^џW>pV]mݸ[2&y~1i J~%B-}l.: e"LĕYoɑtm+夿[vE5MsC_غr?M)|mf?_itWRQ?pFzzrN2W"qfҿlm=>*mc\&Dڳ7@n6A*Q]CD&}2_\RDP]SS=cFMMMU ٓ7(GWϜY3c93XU]ɠSLn=gԐ%kЧʏ;xkfTï=P9szrU5K{^o`=ˮ\>- "e_㳧*P^NqU&LdxsM7 cF cZ#J(Cܹf̙d4D1D7\w-_F}W ]<ʏ>=PqF@e'+?D**v,uRWtDU5u[_E:28m=d@u-g`Im+ؼ9ZLR_ M& xSA AU+A+ ]ʕA{=X*Kn?5A & 6~ՔCWcA1, 6ASx~tnZFs+ ko:rNiIkۡ$g?5_4 z ެA1 wo51"``4gf{4l ZV. hWEAP]}z` ]m^>=m-h^ `,3" ͛»iAA7/11S.>v1z:55xh (/xu*vxr~?!߳bBVgm z( ꘂ M$CJdgڽҹ!ndDE߽1zW [mUBK?Ɲ2rW8#/ u0R)s}Aڍ75p^˓~3Gӳ=.b1=9ڠϿECkgЎ7}19mO4gHK\9TQW@}nժ_=ݻUI.g/߽T,|o*)^w]ɿ{/}'|_5"zod!SŇ@9m[szxq]/} 89== 7Yq[mjiΎQ a:D3]۳Ɖ~ibhRn8Ⰳ޻z(аsC[Kx9O46kHS1\RW/5C ٗ LήC.7D#K͢=VofZ{cu]tPoG ?iLkM6ړ;D{}?\@y`W'xZw P4 'W'o'wlbECkd:C"G(c'$cO2ôt^bjipe'{yٻlx~Ja0QNKܬ*ֲ z;5F.1 @`ߖKfQ:78%0o  ;2}CziBnSă7#[{ L~Oŷ'srӾT|{]"uԧ>0E!'.~`uV=m۶}8q|ˮ{#Oϔ[vgqz颞TFTa.Y.Ntu4<Z%HSSӣ_ unl4 iEEI݁~kkڵgg.iמ $?pC~N ^q94oviy2y+m\_J|:˕dYZv{ӃqRZ<_<}Y i hޗW$o6MW giA{ E{_OnE@QOqIZŌ!I5(;ȋӽGvi9{z?ԡWW9tӧ[{8{]yӋ8{/ e:xrƛK]<=vz 1sI 2B8yqӫ;$i8(SSԻi1w_ɯОy,uS>=A1 067s .98ОN\*d;X!h*={ 44͛ZV6E{fYj m'g<g h"6xE/N.},-hςhOPnbLu\C̟meGA_2mF{ڳPim){\h;=qߛ'Vzg?{!'3f'?h (n~of$b֬sz6:tdI <Pޜ==}=PCOOϽ}c(_ȏC7n]=X06FL}N`Ohtї^naI@9kxX]dyh}={#C9th<dDPNA֏8OO%ccIw W9gєkJ~ىO7̏37)S6K 8ɕsJ}>O~ BWcB3؛70_uv:[\;={]" hO,}~zɶe>3]=AYA]:{zqZ͛\ "n<|oS6nU9go`ϭ=  6š>Վ{{4fln UGYRWsYv D{08aC$=Y»hO0%IpD޷ח`m,R 4v5uZV5(==AKԲ7l } A᜽b<=a,KBCkPkr$fWZn Xk홋-fiIscЛ^7 krў ?x^73u=F.7Cx}m=OGn0_uP{,mj :m %gݍ%|AqoKMAfeln5ryS{`K9|1<0y3)r `Nô7mn/l'(|g/O~gY)ƅ ?{՘(槿k{wf$]tg5pIsz%@asaHy/ezpm<@{s]zSP7|:{z^@yc}=F!IDӗ$7F.C6" VI2~N@{fϼ hOnJhOP6x>ڧ?7AKPd-Ƃ̵W@NSrz3l]hOn5{eZ jCeBJ=OϽ6MЋB|JߘO4o [rko\*=vjv@{@ED]@ umANKhߴi:̧>A u1 3軳1Ƴv@{J셈?tazd ~p`{#lVk01D=zLV($)@T㦡5ؼYBW: jYٔOUOy;z~XhOP6>=9=G mӀ'ChXi䍹[eSGkx%rW#=>7KNChObuw.ОH㉺UzdG]`7EQٵ˥~`3l$%)zR`}}#n gRPWOT2@%OT2~/ K^}I|pڡ] ܫ̏Pal0?\BD~!+#+lJg^h6KkԤ=v@{r$<|d4Z4CLTNQϟX׮0_@noWcОE@m6?=s<A{ gIdꇂzoOl?gVMqA{EγTB K4jAPlC/N%pO=un‰DОE<3Lv O_ _?4l  zo0rah{OO"]7=rpljG/;KG{NDğg& 4zdCIXq%AcP-IscЛ:ޭ&B=K {yfg=3Yh;=AYyNϯH4S>p/ A8dI󦖠ֿo hꯣm0_@ǵK_GYZeўĝY *q7o 6>XoeD?g߼)~koͶռ)o_W1_.]MTo'A7@{*q97?}=AR>PwoTL>ʒ;`)j.;J\;˴nO}6?}A"q~2!ӗռA##CԣDŽTy38\17tnFZ{2WFA, ri~z<`T.էcj\DMNgx-T7,ըhldiО>EjXӔ/exѿmΛYkўKww{~hOP9LFCڃ/)zj`-e~zKv)O߼ism~y>gC=Ayzn~ h\W]h (:k$dO:Oh7z/D0>PI@'F.;?}єoD~+Wv,m̿S9phOPy1f~ (s>m: /0_t?6 Ŝ@{zd8 m'(O/}ܺee9ycܺe+oYǁ C7.nS/9#hOGv@{2%ӗ/͌o 6lXҼ>6ݤ<zp ×ᐳM1zɈi|yXh;eBGm7]AWIoj(OC{z.m̌,Oĵ3C0͉xwQ.?. 2N=+櫶l1}%͍A^K1z=v@{$O?Ng_,Fϑm0_ySKio hўўОrDs׶9?|o ϗĻ^d2O3phOP$Vzo䝽`AەWb~z(F(JPX|?e<]SB27f 鍟8; <->MyZ{sOWdyh碈O,vKT/i67o gS@,W1_5Wq=Qx;==4=AYF^~?#3r#eVP}9r߀ǁ,,i]C=A<~nm7O~6W7q4zfОB\ŵs,hOn}͍ IBsEy޼`~z@Q`~z<=P <=P <=PmmuA#O5.t6_u,vpFEgiA{iB<~.W gU+jgwgoc﨣='yўBIӗLЃM9:4VJhO{ >ڡG{~NoS|J==ux:$,пYMMMe/s柏`2(9}熠>qzM>* o@%OT2zz*]kCмzLzZ/l̡d{*xz*xzB'*r)4|g?O7}3&R֍93yMF IXO7}ڠsH=A8ڸ{NJx-N=0Lo 66EtJ7 >R8ʖ!4oQR8ΈIebdJdJdJf>n~.9s:(09LszL6@%OT2@%OT2@%OT2q32M<Lz镮֠v~zbT0zT2@%OT2@%OT2@%OT2_JڍG4vB>}uڌG`"L>\&b=}ĆUӷwbZ`2)g> ^Qc`OT2@%OT2@%OT2@%Þ>2mdK3džhQl>v~gsD>n~ T7$O=ʖ`p0dtF^` ~d&ӯ6%=0?OOO`}oa>/gm~zy3LszL čE2Oxz*xz@%3Oq~zBڛD>n~z|=0'z89}A_5n JJ=߈@4I=`N>n~z9}+ELx6$Q{L%JdJdJd1?=0)Ou_ Z3(R~Y]p`u09`~˺`I0[WCF IԞ`oYl0iLw0oj7C K{8ji _Lc"G0 <=P$Vz|y?73F1Q5kD8t/~gyf׮]F%$d2IKr)uuu,] >xIg54OLEͯ^\wxy睿bkM  dΝ .$ȑ#z}w7Cտ{w9{3I51?|aC4isGBNԴ-]F!8ѱb0 7[7/t9/A閠1Avznoƺ5u kN|-3&y-fLXL]R=}-]ƵH0<~nCwt뛃-L+[7oQp/m Vˌ0?=0>{t-;^Hc.<=s G`;##|~d|Td`Ly,XwD"1c3gܹ ;~Wȑ#7yQOLEN<Ƿq|߾wm?'p𜽙ެoƬrС;w̜9FiZ 7>I|rCCC6Oַը={F*O8`$8sرcG ==FJd?M7_ O2q"=g6w 2yyρW<|( ͟+w{Ͻ/䙋L_>/*Fױ+V=&jWXѼ8u$ā:_f,8~t[*g+8Byo_/Ƥ8 <=׹yfeWZR02c1^\}7rozӛ@83?㝝72< w)=7{C>x e߹cwnG<'xpόv ۏ͂|euCGvݼcӃf|wvҡW\93~|@1K~r^|RΟ]yy􁵟#1;rPrG#' r6?^5-gGGk?_U<@n~͚5\pAKK>ZRXc<} y⢑ney"/F\[~r1(w<k_ F޷gϛ+k?}~ϽKw҅>zxߧ G^c,)IyK2'XbFz*XG;OXx#s/eFf9/]\F{7℟z1;g6[*_{|>x#0Y{lҾ.]|KfZCOySoy_\=}( ok cW_||s=''J7~-]7WھOۭWc+<#ٳgSwzp߽_jն߅ }W~黎{- S=|$~c`<}Y<9sȵ#7 ,>sz Ϥ|@A}} p>}OqCY"ή]O|a}M/}>LL>9^=Ie,5H,=u?t"Y03W~n2q]9YL<9}?ϝu굇oO>üsW?WpE2he/<=csDozV?XZOjl}Pd1SrF,3 /(?Cm_9{֒Yx-]i6.v80::x3/?3~lyp$ `{S<^cɿFUISҒvMdلʝ&N( ^K(dlNĥh &B8Om#y*7abRTjPk`u?{dYp0)Jj*[DV[D0Ye VWC֚iJ&ٕ/&b%K[^3 ҵRrkOAބ f[[TVH6n e:ʏ쐁UF0Duj!S&hcRSHr"WܥXLI̟{靍b5,#oBI?h)8+Y_ݴ)q?Ç{O ERM^Le2 :ErQL[HN"s.3XDVRY2+rgtZ+%+5TH9_h钂1 9jLtVX^yZ/%pMTg𚃨0I,yY,ɴAcN'9RI5rp.WWVM͠dzz'$<<3uHR#oȚ2Dي0杬zHE XRW&WYgAt Hh$Xs_?u…]uajIS&$(#vy0-(f.& a&%/db;M  Њ9&p٘Y̒snKUg5SP3)~nWW[1F TXrj]fdW˅&%AmV#E.Ae,JTdJ'TNfgEd`3&6,DZmؠ6Ę'U`ƞVBJ4.Y&P%yRH4,u{*89 J1xEъ}1K䷕T,"4%jLK8a6,y)RpJ]~G[.򭝯+>cc/GG7CyS\`g, 1W_EaǛgRՁP\7h[& -$j+YB"V=Ղ9f&HIͮD#A9b!.+E[dІw75!QDoRFO(B%RAIIqgf0a6^nn94.P-$i)"u5XkTO-s-c )'B)PZ&̟kˋ|cv\0U5]=Tkݗcʲ-A,hY@reHٳߴh}ʶ7z'_ozDb'>}39, _pTD"Ѧ-$KVRh6cXF2l9M;"\D"TPenNSiOG RCl!T|cYEd,I9'?#c/" >WQMِ-rȜ߾oƌ7aQJG>1j׾2:`<'yċ]@ʦ@#ޘfj\NøIoIO8IةNX!I$Pyb-Uk'G9YكV5PNxΔl6Mw]7S;IB>TsǔG7QkI;qI%'enƨ+~#N}]v&zw43y?mX~==N=v٪#G|-t￯N"ΧspZw=IhR!ȇ*g ec S32bRB ϴEͪ!e${& ==d[gU%tl5), sd -plaϔ &%tZ*auGw!z.`Xoa7f\#x"n 2"l"^9j8 ƍ;vĘ1#FP\RBuuߣ>Cv> ݡ=zh']'@lPj"P@Q>Zl % +bLf2hgn1 i#Ko ꦐxRC'nx<26~Jz4ϔ?= gtpt&C\loom p1Ƅ3{HkиxrZ?|s^deHN 9vxC饘IiA&'@d'䌘:mɒko{ L+񁛖.>m;oǿR+>ٳ|;s蔢F6)ax\fW&-h!ZH) R7ujE1'X)IЙϸr%ӫYq$6),r#*e_ E҄Z̔[MJNl[R\޲y X%fjE&K(x,U4AYmOئX>6-Tz˦A[w9"DQz#P?{ 7 WWM~V]K܌hzl8[CRl*X0lKڭ(\^븑'i5Mɲ'3Y،V(6-SP8C?h"m1\.\6)O+JOxVl%! ]s7^S':UI~ӤH@kKO1'_h]su?$Gy'³T^y% II:i>xXdS& D,NښIxsD2ՠIj, O)m[ҭ&qҔq%SN$SNܑ,Aa~{)$p-k,M"mc2M[DlX8MXL%r[F,cx { xd[Ec5$/LԨ>>IG堥OQW 2)GǏ/;6c >oghwBed(=-4o;:`7J:PdMJЏJN Uۦ~r7N2މpacIkٶ)2S)&\c#mtmgmԺ (1˾eQzӧ@ʑ+_imf3jyĥ&a̰_EWyeJ0bB,R{ͪSM}K*Y[A-s6ab .?^$˼)kWlƖz n2%6K>#<D?ExՈ;o$Ӵ!}8]PtSݨ$H'ҏJ B3 +X$jE( Oy{6`>hQ@RDFi6 Iݔ['b9IcFUԤ룤< ےa FS7viK3\Ӛ*}Ïý4lؒD$㆗sWۿ@KyL:'|rIXƔ {x,v+/EX/'k<%tV32m‚c' ='m瞼8c.~cOJ?vXGw,|'=$G]eM dÞv`Jbq!؂?["^y[J+zv# G͈clHp;*n5t*pdJt;=i'%u≵ Ez-I1$IQE?~d;z@Ph(~+$vF>qӳ!4{zptg!bɉSϸRi%Ivq<[$2xU4ޒn-&Eԩ-bKTnI-d8=~7ufT׵ q!e^~ܵoI;rt7đ#~r -vS[{~W=w+MQ1ѯ^_?SDިeޜ>;Gjce׳⌏xnZ|q5KoǟvJ0yIgƔm5CqgCnF1a*(r>T 5(::Y ]< ey O[\P zE-[TNIy|{]$AOe5*6y*&h:f|ɷfɭ:==RW6%_h#ƎL̔sD[ڲ1qrE @8cK΀VlLSûjEޮ'uGAIYyUz7Q.}XtjJ%s OOqWb>9ue?|j?|ԬYq_,J.'N~[ne /.}S 4f-kCqNYDd^4#Zc!e.ST%e#qspk튆Qz͓]~Hg.Sػ \oJUi mTcLNifז5Z (uIN1y$ۜUpfukDml>±3ZIE&c>)=]FD KU/CAVԝb =W7cY{ n'xxJ=u(=]7 Nۓi\d$n]p3S3Gi>^3شʲc.-fJZ1N{ I 76m6giZR2ڶ_"QO%Z1_ی߸STVa\{Լ&.} iJF. `Ģ-mz3 f%5SKs=:WPt"OANJ{Ǘ,[XWQ0Aj%JA=İalQbE԰H`OQ0öyԯ5eX4m%Pqq4Lb MnAiαē T)dkh/%ÆQ ÇS̐ i^Ӈ8EBE}0S؍P"{@Q) `AQAa15n0MÂ-?LV765DxQ1X9<;5?\d ,P}^ɒ]XP @K1Yw]cN',)赃 ;^V?QN>g~MWPüȴӝ'70޲zJ|򡍏6?l%otΣe޵s/`s͚%_}ի~6/LĬi3}5ON\/ǚDD-~V<|{sk5^qP?fǾtt)(t?}GԳ=Wb|XH/lbSBW^]A!Na ﴗ z=X][vD EJDb*9!;Z2ʓIqa!:+A׷,h{q] }e|C8byҧ/%)ӏ_yq_q?^{t & G{!G%"H8~h @l9%Eijlcؤ1XdڒnRmV[1~%)aZ1|{5>r]=_M_8WDfbz%9#=w?{xҳ- QH-﹋+VR$As9{?k$A)7. 8nه◟qϧ~>xCT[odqnֆ:}5 |mOQ>޽Wa]K˺4Wvoӣ??v;uM 2"%YbCm Łl SEژ&o[䣶s,dC/h.t:/f5zؖ%mp,Ml Q,r.fݔ5NYe]rbۤ)%kw͗S@D1b'bB񔃛IquI&QZa[xF_ٝv5)6ХgtIGIB?>kV/N6ũ}tҥyɃRt4?_SnƭȭuwqGm.oa_/:d~oYdZ 6P܉2^^g9+To!V;O?m\ !㾷>}#1+WϿ矏`m4;_SӪϾ-Vl|_^@˧|˾r.0㓿ZPm-́VÜD-S^A3)xG^wŒ@`K.3fpOwlH 5%m܊4l]&ou߱K p>\l/y7LmS쬹=AW )ͣ$->|9df{qfn4a7ϑ J)\נsa[fana , < O2"Ntay cClR#%m]}2(ϝiZ7 r!,30 vs%8icB}џfs{ Z/ tY┷M)U^?$ma҈lvǖ{bs0~]F)~x9l͖IKLQLMj -C )S~纨~-fMpÃN9ҝ`0D AHtU$FN{#njKe$ȽISKLbtK# ]c|{ Ʒ)I/G!+k.Tc b9wa ޴gCHĉwnӒTMǞ02l\`9Njs@.uMkä^ 1xa?i89" +x]dsj+L[wz5DBvC?ovXx7l ;+ $8AC[;b쑃5M;>Qd?I]vT1AKFdԠm[]$%r#\M vk@ I>?%SHfacm)j8bT)@mIZ5H&a"^I{<2yMD >=.ؿ~"7ǦRiz6jδȖe2 OAӶ&mKiB2"n#6Ed" %Kz)qIdW3mR %[ XȲMq҃'-7O֒A J95͵#_{IA=,( &5GAa` FH<|TddddΨШQ%ΨH #4WmU%)zlI#J(#K#F, "7"[dJŕ~1ĞvH[jk2CvoOw/ i6C_bW'N?. $8~AUOJRw:L M לCΙwſ\\=S9|ټ?3uɇyB-p+جsh?iEI1%A|@hLA%e|b'5Mz]:":#sNrN4f!Y/ƖpEh1O+)ȉEyx2%t̡f4]L 2OIE>IVzqfftp4VX:&(S(22c#GdGO]yX~i-S>(M˄紾{޲Cyĉ'h`C&Jm "퍟}~|XC% :3 M]ZNnz;?d.f|flӖy~q&&-kpRRO wH5ΊC Ss%̿U\? LJ#5 IIߖ4$Ulﱥׯp iFP7_ ;>#wyB1q9&9l\5߿B>/})篺!烿,9PٲnuW%+_}0>s9V/)0~Ə|煍mWN*`Ui(Z*Ddӳvn9)ɿU] 5䇤+Oo4p"}UWi]\l69 }EG*)U%A6to6nF g|Z xJR?qz~A;z$xVi%3_sP~q)鎓;_t74%G{՜S5;.v{Z_Do˵Շ9礷/zkT9]^;1pJ[ ޾Ի=t7Y46{oɸmՊ\o| ђomI[?O"H8SF6wut ٷgOW[{)o^~S޾},Q\jUMmmuj} nPR$G)=\ +vES%[raQ kox}iהj2+:I6#]hc,z$:kQnwL 6ܑmh"f\IIȓ=s"==y1F=eҶ2͆Obzɫǣ& WKZ5qߟ˯q ӢMz_Lbr6'a$| j~ȈB7|sEE9g;`-PS˝NyMÏo\{m&YyH=~waŞoP&#:;!/Fda=!~ydйyoڊK>ܧ9ļCmo/c%Q7Hky[G??Ȇdta籰%P=@\\L>+"h̟,9e; ;i&9XnqP\%/ѱ~${'+鉲ғSmM$_Z5s2H ج6E`yP OtJda"*pШG͜ugk=tL yj$ym<6YS,Y ?˿^E6N|%0)5QԲi"K)֒:^R'όԚN|f߿_{;)=u;wn=%?zm5ddא=9MyT7l^B 9(Ik?HXOZ\ xq\mz9D$^I{fڠ7[R)6YIGF1ftiq Ci:~հyFkY4Ct!]S*{>A*{ \4X}$}$|;B<6(Z@ "v(+袸pГ=i%x*YdФW…mhҭ `\3WiQ=}{֓wú::;%\׽{ i5N[[Lň(5P;6Jdx-QC_ [RvTO@()qs]{*ڕg{KK̀>WP*{K$ |WucڭM¢M\ !}69PZҪ}5|]-@6+JyiwUM DLTJ|e(RAےG愸brMl[b -`T"<,p;?]f8f"ѹi:%6#AQP7Έ~QzU*+jyZ; yy%?R%4+.6,A IL^;%Of8)&ݵѤ?PN8[t5M*z%&W'i|ԧ}ҡػ{>>ˉjIK|U fi$= {dMckSɈm}Ό‹n`8D{%m<*jk&x8\20Gnz_&`yL1S|QՀL1ig--x=nA.'=1y]7#9үy s1(乆!KDpWVŽ ,G=͈ԆY KH*yM'OkWiDe YeV֊\+7D*Zyb٧YM5Kt#Xwp. }ܧ߿O85H9v- -*f6UVDLИq@%t[:I҇gwW7]T\m``x0HQ{$n@ 8_GdU!QQtQ.29"[sK2*^'VF^҈c&9RocmHLolM{6g؈xhqzpgK(Q3f+_Ǧ˔@2|NWDuֲ 6yP}6e>xOI6?ٹo^f ܈K]$׶.CLJQOك$oۊ! ӋQؐ|r!ۙӧϒ8>{Oy-l6ޓK+G'ǘOv[[?L&#&υIZ 9z1ی. yNi-ˍܣDfTS$#lke 6ϦהӞ')ˆISJ ظ4xb|nn!JKdxYqH&9'QJaocbG%MC(]GwfZ&@O\'JJp6sL@sdg 2i@(/G…$7~PW\@$'#jt^\A\EY@etMMr!H<~4]jE…fYF w {GO0hM˔#owڔ&6Sr𼍭j貋!ۚNGɒ²?OlAۍ¥(2/.qzJ{3&IE͊PG_{p{d:J$=6 7m'4j[Չ,EZ^LRʖ*@&ǚf-xԎ-p1YY:UJSIQ$Pb0rfe9uG|~k*e^ZKpDn('T3?+VĊ+4n~&9H/g&'>?ޔ8G-zzz~ӟtM^xgy)TVVzf[/&ϑ*ԝ|ۧF!Pޘ,a?Up{5@g;^57wKq OP6 n> ױp7㘄}z`A }=VC Nٛ h;{"s}"/`K| ߕ` RzwyC`p,\Qx<_be={ 7=U92!ag}g]Wi7/3]z<}(O^ z^TcA^\qCߡ*jS/UqVw5l҄qkel;tVu7~҇{fRIi0.dgob?}`amy os\~V2tP]ߴN򪥏YQװLm? TeYEQoծ\o\0D\Zj3/y=gi~zqeLhn?- ~ҧg?liti" T/>b+UUw6;;,2Wׯ8=7_T/4?~emol#ͣX$3BΔϜoq/m&+-ykckkƕ-]8u&Ǜ(*㮐&Θ޾]!Hi.|/~˝co8>+-I0(V{FzeΑzf3w2ߺ&퍓TO$5!ޯ4;EiiLggSmq i89% WyC"=xH~CHt5_;:ݼiKOFwZ9"T9/*Tͬ,+{?hS>HjPYVv;/_=}p;V=˕rSj[-|o@^o L>w6So6$J56SzyD}]%sxnI8UM \TY+Fl>_Ǜ(, 2Jk.|*455ct~ tQ NFHPY]6`ѢErޡޔƭ/KT{5l^&C 5K+oos1紌(>oA:/Z@ksں9ee|ϥNܞPosȟ뺐Su/hyQ tvL?tiW̝o 2&O?8-tY6P,5-{9KkoݓSHZZ7Y)o1nR޾pnmim$p~ ~""TwUyKĀ7z2//3O'W:xXs_O:SU5%-kaPP_PVšh}N_RS62kLn>ӡƕ,1wO^Ng5϶T1OI^Fsc? EY<#䮖&vX˛onٹ5F엾i &)L@'# ,|.ek^~{6d}SÅ\/}j.1KwtvKGseJq)UƲ?bE^\YVyLYy_zɻ~e+.XEpO;wL9K1>=0X֧qL^r>=?GWV× ^pW7rOzC. S#Yݽn =oݷ͛ysCڤ<Cycݶm/m|l`mmvWk瞍voE}rǧiݺ;y zC9sòe>!5B$E&{N:i'kt׷YXdK|{~\y CONc'Je) >=ɾП+?,+kVY^TU94!ǾxE<>=? ]!e>i>OiO/P˝}/CrY[T;N6f ԧ_o|wZTȕ> fO_}1\q*˜EMNSCP3vdMe '험m~0ǧNnef`d0GzZ'$~{ޙ458m'i{S^$=~<U~eNo 谔Gb#YiOh;kpo^'L{O.E}` M+>M*pUUcǕNp6Wx֭pO5ܙ,]vc:ǧO+dBxvs|x+-}V̸!ίh6 lNjO}xlӻ+uY_\O> ;y3gp Okʧ _)ngW ޞRGPg1|.޺w<0~4GSS0 ԭ`֬7ވ">7oxYҧr=?@|_^Dr{ [4r#+Oo@<{φ'B|A*>}3.:mYFot'g.IY*N=[*S` 1֧OOhZJp8~ؾ:~`hO/o6OMy舌WzL6_0++?&{sM7q|zRzw cQK2(V{FglLsHqޚzHO&;o }zNJ?q+WWUGMNTcOzF_2dL$Ezzt>5\)>=G9<sE]g8{^JFt~Yӵɘk+g΍kB@>bH1}zgT; C%MveOA<:w+{UW.]jGv8uN˦ћVkO.ohߤs!5+;>"EEݜ`ґ`|z$8a[7eSL:=?FRVB?h\k=Kb`v\8#h9#~ڋ@g@|,"ܿ@K BA|BG#c6< se^#'zƛO#~ M/}z 7Y8U&Sg|a0cC'0ԧgQf,; Ď+_k_ܹI=K`\yp '̈| WE_sOj`\%?Ƨgq?~ N]y % }z#="=9~~Oۣh^kPwwWw > HY׻:;wvvuttutttw4R]^_QQ`Ƨ1W>zc}{)t#{&XtURHuCNk#lv6_?ʃo{;qL~Z[=1o>yk6~Ӛw6υ$KJӳw)EF]03yrYKߔA! ƕi(}n޷䧃Cf/ݷqam{,I( [Jg!1c^\kGue-]t+H* T5*uښjF}]CCE[\txgrO ]^*ㅸ2ϠNggm AB["\Sl!zmzd8*N=<}%vw+kJRuӲ9\kkܾIg*ʯem2AxdQPK£еo7ibe[;WU:ed+[*U֬3cmaxd~=)}%ƓfNp}e0y vy2;jm/W_w@x رX%VC Ƨ7/d|z%J}jT[=?`<ݧGƛ}"O'/bdz>0<t<717ң/)q"t r 􁀾4zI^;>"=`\yGCO0<#qȃ@\0<#1J/_;'Mg|zw<*}wG<5C|"Rq/&/K#rd`|z@Z>+\g|zR _knm^^eXj~R]H;O [g_+>}>yk6~Ԛw6υHѩ18CTU.2wݦ?hS>yNub1<ۯ3rZmO6}uB3HC}}.ǸyՋ@pĈ^|_T(DѭW]oȞS]p2]@/]IG{˝KDPeE]뿅:/2L`Pts۶m硺@  8 *?qmzd>'f}]CScc>XQ2txe׸}TW_\QRٲԈ}~H Op;Cf.+ [Y[լ |J  ui1}zz>"o|Q_UU9dqkmW^;7 C˝6M(}T?>zD0nN֮gsO(W~dA?7|£y # {r>Ƨ$ol!דּsh{e|z|C 0|NA"pi^^UU)-=䥍5-m ܽ*hn}k4#/D<Q{O0|1il2ɌNsӚ^:+8%կ.Z{`Z$fyyճstLJwz$giZ3j@#vyv2UOrwy #kHb>wrAI{d>Oo>`|<Jo>u|w7{y|C|J3F=?=pbwI3}K#U5k Ƨ`Ž9qmK]w|O!kX<f~!fgExE" 7A=Yz"vJ@;wQ}ry@m55l. ĸ=O P uy{+.vʧ7t3jgQke|k,I㨵|)r`ƅ+W7G.A3<1IDˇ+xK۸C|ѝl<Ϊ={v6> mRtml=gw?*22+  `Y>.kkܾIg*?X}qMGIe!v} s/GI!dB5eTU.2{-*eŕΌ*W㾃,=Ž1n1vR+O`we=`q_0 @><ϏyQ=/Ї$H= O@n#'z]+ᆰ9aq}t4:N gJY+O"qANԡ>)cJ?qAΩV|N+q`b7~+qnW25jm:dD'?Ing9\?Hxgz|w>$ըDZ{tx|z(=`/2AUy㻃~w{(?ԉ'iwC6c|w*ځ ZAwgd`(rڮ6s0 E|(=dI+g^OEU0>=oW17==d~90;T;Pz:XW|imq^+NfgEx%td~4l(UUgWUŌ$Q}ry@m_s_z0w?d{zsnEM٤F;S $[(QkI/ty!}u}Cxh?HJA|F\egMO_^N6HӨgWf|zwiYZ6ʶ y9u Kwrٸ{_Uŕ%ۚo~ҙOU_\QRٲիå~7+k:ީ\'@?h_R1RƇ&q!5n:w/d gkh*uښ1ܽ7O1>=Q0n:y Ƨ@(=@|J3YRCV`|zW193nz4'|;!3 JO'E~ CԬ0]O2o9nz@VɆүYZ5*%[[`|z~0n:`hۭii/.iӃ'Ms $%Y|}E]ÊqӃ~0wPMw*9CӴؘag; {\`q6ǧ87zS/ƧiFH#Tzf񬣳4 )O9W5DAÙ7T;MMO+}E݂J8e5$v1>=dH,|$?ȼһO?{pOy8y-wHo;;dQ,"89Clܽ_`|w@sʶ:P(=/J3Pz W`|㾪ə`!D]y{Z848>:eզ̜ON |A4$¹9{Y8U2pr:_`!ZVgySU 9K2/˟\G{'~"W@A2;]{rR1#s{c6gn93y>+sTY+F{tC2g7߽6/˟|?q#5hzu|D$=xMr8q|/wߋzgL,\P;gz9/.Xz㭷ļ#2[ӧ(}fIӠ@&s,߷w}hXOF~?jf8_,߷_y0ISAnӵ>[85sՠ/|qY֔?;4_9_ikZߍCzPt. :;%|;Q7=JOἵ5RWrZlv6_Wf; Ez}̈=q~ɂG歁x$55l.Rq1PcqR\NTc=w(>!Y;-da918yGg8~5#ȫoM ]Nz @>C_ Iק/@>c>Up51}z> in{'ؾ /aa񬐥ӆ_3X=HA}zҫ葱q1xv :MAC쌇qdzM mOdvw;0n:X/y_q8 ^w?^ݤsWptqlj,,@y2nz~e9);n喛pų*x|җ^zwv%]9yx*Pl2wr&/ 9Ҩ <`qޥƸFL-{l@c~@*B!yO^ risH0V򏾢Br&޽ ;F~_{q8u^{5@vI퉼[oٌO/fa|z /1_3 >e>|JǷ@^J]89nA^khEEnбkM~k~H$U__  KJ,,`3JuCNkcUU՝@z `hH7Sg˛o[Iw6υ$,(0|7V0l&vʧ&Ώ^|ůwq8v׿ߙtƨo8yr (:]kktC?B:F6m gq@ԩ/[wC줓ᆿ>Ig ;mIr}mٰ@Nw7wKJGZ-(55n3fe-dH':~"o7 EYy~ʖy5+Ɍџ+;! * tHF>Ak6|? y<_Y{Ueq޾'P0{Z AIqP{?}z D@> cn؇_tG_\?_|83~g^%w߷6.cD]CSMsy*Vx*`Y [O{0*;ev1$ҝ#5po~h8mR)(( }z~qNN޽ͺx筍ͯE_(;%5+rs<~Z.cZغmϧw6cksqך[a"MgI.5VmPրN(/ PU';,$Tׯzo!([sqǸ|1e r03yrYY&?*p6nwZ9"T9슺e3+s*vʧ;0}@A0P@1 }!gY# wݶPN˜):O$gĝKZٌ~3g }GũsvNSY~X9Y#Wv~oO/s`C^Aza_qvǻm" /uO"56ќ}6y޼W>5zO?vOl~req*JG95G:N6v\&O7 {spWo>`xK]te\]2cw;Cwc[֒U˝=]ʟ-Έv'4~'svfYs_O:lD5%>rTŋ/񆷍q,;KɏL:g TC;A9Go+;:S$}%Įs2踼i_kQgDN|D->cɈ4_۫SX韺;"&e r 9H[ ̲/ꫯ;۷G/=رc?r==' 9s?;s9s;3?GMu;(=l۶mdP'{ν{}wmlV=QH^~߾Nu (nkI~Wq<gDһ~$Fѧu(=@!u%'_>=Wv>.'tb^a<$S-~L2C|׫? 羿]&̸K߼ބkk73E?mü74Pb{))ߵqYuߙl|i?mCq;EB L9f̒g?$a]GNzBуS7Df˗<{̶g&%}^ד~sϫM3ν}rqeOrr9^-=O)O.~wmw78ƝϽlwԹWůun t'TmR֙cHWq)z/cw'x8y$ :];L GNZ/t; Ҧ on7 :>:[h׽읃ɘ[ccqO ͭ{9e_3===>,ܹs=ܺSޔHL=waΈa$7Y?~: uwNjE&bznd'>7k,0ĚΞׇGz|IQIAAnGbbcdϻkS,7}=ٹt♽gvޞl>؛svżӵzmkOJlFf\5sޏ<`߿['>~µuŠF[n)((8ꨣ)Dp'O-[ԏ _XΔ~}.LܴV\SQе{Q#cU$#)=KN\/mO &9DOD)₩fv1Wn:dήυ\:g&#=r=1 50ՒGޢw2'&x3yKY?gkF\=a8OM9b;#t^N}f~`R}N$OuNeIČ.=Ż_Ls>'3x{#Dᶶn}Oqq+))),,~O2OIu@GGǂe76\}"/{Rt@ )NG<, J@ Qz_*ȑ#IIMF<4˜'{à@A}}^[iȼGɼ&)vQ{}}L/#uħ~3i<'p仭q^o⦍q# pc?2 EfT1H"g߾A*Z= L6f|ze6R<&]x6uX<;͚tܓ)v1qITH0ϸD b8]f)kKXX-풩m~~j1ȇ&F?eɷ"ar^~n* FDnD\|x8tn0fbF^?"AOwvZ!bp}HW؊Ȣ=ہ7lg6dcR ݺgJ"b0 U2ՠN w1Y= δY8NkD]OYe {$;Q~on-N;T@YFWO8 Cx'p!UYɅEmu*Y:he;cC>e í;#^oHGύ5=v|mBr ^& (c6OۓְW[)L8M! K\0S>zuAMN;bXߛBH0(6nU㱲DzLQM)e4/i'uN>gRc1ԈYg&H68eqFy[O=qҥ>ZQ6J }?oj<@.UNf#-rуe٘џx~LyLfY+|_Z;7M9dԨuݻnn[۞u^7eC8`.1bԈ#;]:IENDB`sc-im-0.8.2+ds/src/000077500000000000000000000000001416612453600137325ustar00rootroot00000000000000sc-im-0.8.2+ds/src/BSDmakefile000066400000000000000000000001071416612453600157610ustar00rootroot00000000000000all: .DEFAULT .DEFAULT: gmake ${.MAKEFLAGS} ${.TARGETS} .PHONY: all sc-im-0.8.2+ds/src/Doxyfile000066400000000000000000003174021416612453600154470ustar00rootroot00000000000000# Doxyfile 1.8.11 # This file describes the settings to be used by the documentation system # doxygen (www.doxygen.org) for a project. # # All text after a double hash (##) is considered a comment and is placed in # front of the TAG it is preceding. # # All text after a single hash (#) is considered a comment and will be ignored. # The format is: # TAG = value [value, ...] # For lists, items can also be appended using: # TAG += value [value, ...] # Values that contain spaces should be placed between quotes (\" \"). #--------------------------------------------------------------------------- # Project related configuration options #--------------------------------------------------------------------------- # This tag specifies the encoding used for all characters in the config file # that follow. The default is UTF-8 which is also the encoding used for all text # before the first occurrence of this tag. Doxygen uses libiconv (or the iconv # built into libc) for the transcoding. See http://www.gnu.org/software/libiconv # for the list of possible encodings. # The default value is: UTF-8. DOXYFILE_ENCODING = UTF-8 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded by # double-quotes, unless you are using Doxywizard) that should identify the # project for which the documentation is generated. This name is used in the # title of most generated pages and in a few other places. # The default value is: My Project. PROJECT_NAME = "sc-im" # The PROJECT_NUMBER tag can be used to enter a project or revision number. This # could be handy for archiving the generated documentation or if some version # control system is used. PROJECT_NUMBER = 0.6.4 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a # quick idea about the purpose of the project. Keep the description short. PROJECT_BRIEF = "SC-IM is a spreadsheet program that is based on SC" # With the PROJECT_LOGO tag one can specify a logo or an icon that is included # in the documentation. The maximum height of the logo should not exceed 55 # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy # the logo to the output directory. PROJECT_LOGO = # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path # into which the generated documentation will be written. If a relative path is # entered, it will be relative to the location where doxygen was started. If # left blank the current directory will be used. OUTPUT_DIRECTORY = ../docs # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub- # directories (in 2 levels) under the output directory of each output format and # will distribute the generated files over these directories. Enabling this # option can be useful when feeding doxygen a huge amount of source files, where # putting all generated files in the same directory would otherwise causes # performance problems for the file system. # The default value is: NO. CREATE_SUBDIRS = NO # If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII # characters to appear in the names of generated files. If set to NO, non-ASCII # characters will be escaped, for example _xE3_x81_x84 will be used for Unicode # U+3044. # The default value is: NO. ALLOW_UNICODE_NAMES = NO # The OUTPUT_LANGUAGE tag is used to specify the language in which all # documentation generated by doxygen is written. Doxygen will use this # information to generate all constant output in the proper language. # Possible values are: Afrikaans, Arabic, Armenian, Brazilian, Catalan, Chinese, # Chinese-Traditional, Croatian, Czech, Danish, Dutch, English (United States), # Esperanto, Farsi (Persian), Finnish, French, German, Greek, Hungarian, # Indonesian, Italian, Japanese, Japanese-en (Japanese with English messages), # Korean, Korean-en (Korean with English messages), Latvian, Lithuanian, # Macedonian, Norwegian, Persian (Farsi), Polish, Portuguese, Romanian, Russian, # Serbian, Serbian-Cyrillic, Slovak, Slovene, Spanish, Swedish, Turkish, # Ukrainian and Vietnamese. # The default value is: English. OUTPUT_LANGUAGE = English # If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member # descriptions after the members that are listed in the file and class # documentation (similar to Javadoc). Set to NO to disable this. # The default value is: YES. BRIEF_MEMBER_DESC = YES # If the REPEAT_BRIEF tag is set to YES, doxygen will prepend the brief # description of a member or function before the detailed description # # Note: If both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the # brief descriptions will be completely suppressed. # The default value is: YES. REPEAT_BRIEF = YES # This tag implements a quasi-intelligent brief description abbreviator that is # used to form the text in various listings. Each string in this list, if found # as the leading text of the brief description, will be stripped from the text # and the result, after processing the whole list, is used as the annotated # text. Otherwise, the brief description is used as-is. If left blank, the # following values are used ($name is automatically replaced with the name of # the entity):The $name class, The $name widget, The $name file, is, provides, # specifies, contains, represents, a, an and the. ABBREVIATE_BRIEF = # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then # doxygen will generate a detailed section even if there is only a brief # description. # The default value is: NO. ALWAYS_DETAILED_SEC = NO # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all # inherited members of a class in the documentation of that class as if those # members were ordinary class members. Constructors, destructors and assignment # operators of the base classes will not be shown. # The default value is: NO. INLINE_INHERITED_MEMB = NO # If the FULL_PATH_NAMES tag is set to YES, doxygen will prepend the full path # before files name in the file list and in the header files. If set to NO the # shortest path that makes the file name unique will be used # The default value is: YES. FULL_PATH_NAMES = YES # The STRIP_FROM_PATH tag can be used to strip a user-defined part of the path. # Stripping is only done if one of the specified strings matches the left-hand # part of the path. The tag can be used to show relative paths in the file list. # If left blank the directory from which doxygen is run is used as the path to # strip. # # Note that you can specify absolute paths here, but also relative paths, which # will be relative from the directory where doxygen is started. # This tag requires that the tag FULL_PATH_NAMES is set to YES. STRIP_FROM_PATH = # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the # path mentioned in the documentation of a class, which tells the reader which # header file to include in order to use a class. If left blank only the name of # the header file containing the class definition is used. Otherwise one should # specify the list of include paths that are normally passed to the compiler # using the -I flag. STRIP_FROM_INC_PATH = # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but # less readable) file names. This can be useful is your file systems doesn't # support long names like on DOS, Mac, or CD-ROM. # The default value is: NO. SHORT_NAMES = NO # If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the # first line (until the first dot) of a Javadoc-style comment as the brief # description. If set to NO, the Javadoc-style will behave just like regular Qt- # style comments (thus requiring an explicit @brief command for a brief # description.) # The default value is: NO. JAVADOC_AUTOBRIEF = NO # If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first # line (until the first dot) of a Qt-style comment as the brief description. If # set to NO, the Qt-style will behave just like regular Qt-style comments (thus # requiring an explicit \brief command for a brief description.) # The default value is: NO. QT_AUTOBRIEF = NO # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make doxygen treat a # multi-line C++ special comment block (i.e. a block of //! or /// comments) as # a brief description. This used to be the default behavior. The new default is # to treat a multi-line C++ comment block as a detailed description. Set this # tag to YES if you prefer the old behavior instead. # # Note that setting this tag to YES also means that rational rose comments are # not recognized any more. # The default value is: NO. MULTILINE_CPP_IS_BRIEF = NO # If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the # documentation from any documented member that it re-implements. # The default value is: YES. INHERIT_DOCS = YES # If the SEPARATE_MEMBER_PAGES tag is set to YES then doxygen will produce a new # page for each member. If set to NO, the documentation of a member will be part # of the file/class/namespace that contains it. # The default value is: NO. SEPARATE_MEMBER_PAGES = NO # The TAB_SIZE tag can be used to set the number of spaces in a tab. Doxygen # uses this value to replace tabs by spaces in code fragments. # Minimum value: 1, maximum value: 16, default value: 4. TAB_SIZE = 4 # This tag can be used to specify a number of aliases that act as commands in # the documentation. An alias has the form: # name=value # For example adding # "sideeffect=@par Side Effects:\n" # will allow you to put the command \sideeffect (or @sideeffect) in the # documentation, which will result in a user-defined paragraph with heading # "Side Effects:". You can put \n's in the value part of an alias to insert # newlines. ALIASES = # This tag can be used to specify a number of word-keyword mappings (TCL only). # A mapping has the form "name=value". For example adding "class=itcl::class" # will allow you to use the command class in the itcl::class meaning. TCL_SUBST = # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources # only. Doxygen will then generate output that is more tailored for C. For # instance, some of the names that are used will be different. The list of all # members will be omitted, etc. # The default value is: NO. OPTIMIZE_OUTPUT_FOR_C = YES # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java or # Python sources only. Doxygen will then generate output that is more tailored # for that language. For instance, namespaces will be presented as packages, # qualified scopes will look different, etc. # The default value is: NO. OPTIMIZE_OUTPUT_JAVA = NO # Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran # sources. Doxygen will then generate output that is tailored for Fortran. # The default value is: NO. OPTIMIZE_FOR_FORTRAN = NO # Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL # sources. Doxygen will then generate output that is tailored for VHDL. # The default value is: NO. OPTIMIZE_OUTPUT_VHDL = NO # Doxygen selects the parser to use depending on the extension of the files it # parses. With this tag you can assign which parser to use for a given # extension. Doxygen has a built-in mapping, but you can override or extend it # using this tag. The format is ext=language, where ext is a file extension, and # language is one of the parsers supported by doxygen: IDL, Java, Javascript, # C#, C, C++, D, PHP, Objective-C, Python, Fortran (fixed format Fortran: # FortranFixed, free formatted Fortran: FortranFree, unknown formatted Fortran: # Fortran. In the later case the parser tries to guess whether the code is fixed # or free formatted code, this is the default for Fortran type files), VHDL. For # instance to make doxygen treat .inc files as Fortran files (default is PHP), # and .f files as C (default is Fortran), use: inc=Fortran f=C. # # Note: For files without extension you can use no_extension as a placeholder. # # Note that for custom extensions you also need to set FILE_PATTERNS otherwise # the files are not read by doxygen. EXTENSION_MAPPING = # If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments # according to the Markdown format, which allows for more readable # documentation. See http://daringfireball.net/projects/markdown/ for details. # The output of markdown processing is further processed by doxygen, so you can # mix doxygen, HTML, and XML commands with Markdown formatting. Disable only in # case of backward compatibilities issues. # The default value is: YES. MARKDOWN_SUPPORT = YES # When enabled doxygen tries to link words that correspond to documented # classes, or namespaces to their corresponding documentation. Such a link can # be prevented in individual cases by putting a % sign in front of the word or # globally by setting AUTOLINK_SUPPORT to NO. # The default value is: YES. AUTOLINK_SUPPORT = YES # If you use STL classes (i.e. std::string, std::vector, etc.) but do not want # to include (a tag file for) the STL sources as input, then you should set this # tag to YES in order to let doxygen match functions declarations and # definitions whose arguments contain STL classes (e.g. func(std::string); # versus func(std::string) {}). This also make the inheritance and collaboration # diagrams that involve STL classes more complete and accurate. # The default value is: NO. BUILTIN_STL_SUPPORT = NO # If you use Microsoft's C++/CLI language, you should set this option to YES to # enable parsing support. # The default value is: NO. CPP_CLI_SUPPORT = NO # Set the SIP_SUPPORT tag to YES if your project consists of sip (see: # http://www.riverbankcomputing.co.uk/software/sip/intro) sources only. Doxygen # will parse them like normal C++ but will assume all classes use public instead # of private inheritance when no explicit protection keyword is present. # The default value is: NO. SIP_SUPPORT = NO # For Microsoft's IDL there are propget and propput attributes to indicate # getter and setter methods for a property. Setting this option to YES will make # doxygen to replace the get and set methods by a property in the documentation. # This will only work if the methods are indeed getting or setting a simple # type. If this is not the case, or you want to show the methods anyway, you # should set this option to NO. # The default value is: YES. IDL_PROPERTY_SUPPORT = YES # If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC # tag is set to YES then doxygen will reuse the documentation of the first # member in the group (if any) for the other members of the group. By default # all members of a group must be documented explicitly. # The default value is: NO. DISTRIBUTE_GROUP_DOC = NO # If one adds a struct or class to a group and this option is enabled, then also # any nested class or struct is added to the same group. By default this option # is disabled and one has to add nested compounds explicitly via \ingroup. # The default value is: NO. GROUP_NESTED_COMPOUNDS = NO # Set the SUBGROUPING tag to YES to allow class member groups of the same type # (for instance a group of public functions) to be put as a subgroup of that # type (e.g. under the Public Functions section). Set it to NO to prevent # subgrouping. Alternatively, this can be done per class using the # \nosubgrouping command. # The default value is: YES. SUBGROUPING = YES # When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and unions # are shown inside the group in which they are included (e.g. using \ingroup) # instead of on a separate page (for HTML and Man pages) or section (for LaTeX # and RTF). # # Note that this feature does not work in combination with # SEPARATE_MEMBER_PAGES. # The default value is: NO. INLINE_GROUPED_CLASSES = NO # When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and unions # with only public data fields or simple typedef fields will be shown inline in # the documentation of the scope in which they are defined (i.e. file, # namespace, or group documentation), provided this scope is documented. If set # to NO, structs, classes, and unions are shown on a separate page (for HTML and # Man pages) or section (for LaTeX and RTF). # The default value is: NO. INLINE_SIMPLE_STRUCTS = NO # When TYPEDEF_HIDES_STRUCT tag is enabled, a typedef of a struct, union, or # enum is documented as struct, union, or enum with the name of the typedef. So # typedef struct TypeS {} TypeT, will appear in the documentation as a struct # with name TypeT. When disabled the typedef will appear as a member of a file, # namespace, or class. And the struct will be named TypeS. This can typically be # useful for C code in case the coding convention dictates that all compound # types are typedef'ed and only the typedef is referenced, never the tag name. # The default value is: NO. TYPEDEF_HIDES_STRUCT = NO # The size of the symbol lookup cache can be set using LOOKUP_CACHE_SIZE. This # cache is used to resolve symbols given their name and scope. Since this can be # an expensive process and often the same symbol appears multiple times in the # code, doxygen keeps a cache of pre-resolved symbols. If the cache is too small # doxygen will become slower. If the cache is too large, memory is wasted. The # cache size is given by this formula: 2^(16+LOOKUP_CACHE_SIZE). The valid range # is 0..9, the default is 0, corresponding to a cache size of 2^16=65536 # symbols. At the end of a run doxygen will report the cache usage and suggest # the optimal cache size from a speed point of view. # Minimum value: 0, maximum value: 9, default value: 0. LOOKUP_CACHE_SIZE = 0 #--------------------------------------------------------------------------- # Build related configuration options #--------------------------------------------------------------------------- # If the EXTRACT_ALL tag is set to YES, doxygen will assume all entities in # documentation are documented, even if no documentation was available. Private # class members and static file members will be hidden unless the # EXTRACT_PRIVATE respectively EXTRACT_STATIC tags are set to YES. # Note: This will also disable the warnings about undocumented members that are # normally produced when WARNINGS is set to YES. # The default value is: NO. EXTRACT_ALL = NO # If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will # be included in the documentation. # The default value is: NO. EXTRACT_PRIVATE = NO # If the EXTRACT_PACKAGE tag is set to YES, all members with package or internal # scope will be included in the documentation. # The default value is: NO. EXTRACT_PACKAGE = NO # If the EXTRACT_STATIC tag is set to YES, all static members of a file will be # included in the documentation. # The default value is: NO. EXTRACT_STATIC = YES # If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined # locally in source files will be included in the documentation. If set to NO, # only classes defined in header files are included. Does not have any effect # for Java sources. # The default value is: YES. EXTRACT_LOCAL_CLASSES = YES # This flag is only useful for Objective-C code. If set to YES, local methods, # which are defined in the implementation section but not in the interface are # included in the documentation. If set to NO, only methods in the interface are # included. # The default value is: NO. EXTRACT_LOCAL_METHODS = NO # If this flag is set to YES, the members of anonymous namespaces will be # extracted and appear in the documentation as a namespace called # 'anonymous_namespace{file}', where file will be replaced with the base name of # the file that contains the anonymous namespace. By default anonymous namespace # are hidden. # The default value is: NO. EXTRACT_ANON_NSPACES = NO # If the HIDE_UNDOC_MEMBERS tag is set to YES, doxygen will hide all # undocumented members inside documented classes or files. If set to NO these # members will be included in the various overviews, but no documentation # section is generated. This option has no effect if EXTRACT_ALL is enabled. # The default value is: NO. HIDE_UNDOC_MEMBERS = NO # If the HIDE_UNDOC_CLASSES tag is set to YES, doxygen will hide all # undocumented classes that are normally visible in the class hierarchy. If set # to NO, these classes will be included in the various overviews. This option # has no effect if EXTRACT_ALL is enabled. # The default value is: NO. HIDE_UNDOC_CLASSES = NO # If the HIDE_FRIEND_COMPOUNDS tag is set to YES, doxygen will hide all friend # (class|struct|union) declarations. If set to NO, these declarations will be # included in the documentation. # The default value is: NO. HIDE_FRIEND_COMPOUNDS = NO # If the HIDE_IN_BODY_DOCS tag is set to YES, doxygen will hide any # documentation blocks found inside the body of a function. If set to NO, these # blocks will be appended to the function's detailed documentation block. # The default value is: NO. HIDE_IN_BODY_DOCS = NO # The INTERNAL_DOCS tag determines if documentation that is typed after a # \internal command is included. If the tag is set to NO then the documentation # will be excluded. Set it to YES to include the internal documentation. # The default value is: NO. INTERNAL_DOCS = NO # If the CASE_SENSE_NAMES tag is set to NO then doxygen will only generate file # names in lower-case letters. If set to YES, upper-case letters are also # allowed. This is useful if you have classes or files whose names only differ # in case and if your file system supports case sensitive file names. Windows # and Mac users are advised to set this option to NO. # The default value is: system dependent. CASE_SENSE_NAMES = YES # If the HIDE_SCOPE_NAMES tag is set to NO then doxygen will show members with # their full class and namespace scopes in the documentation. If set to YES, the # scope will be hidden. # The default value is: NO. HIDE_SCOPE_NAMES = NO # If the HIDE_COMPOUND_REFERENCE tag is set to NO (default) then doxygen will # append additional text to a page's title, such as Class Reference. If set to # YES the compound reference will be hidden. # The default value is: NO. HIDE_COMPOUND_REFERENCE= NO # If the SHOW_INCLUDE_FILES tag is set to YES then doxygen will put a list of # the files that are included by a file in the documentation of that file. # The default value is: YES. SHOW_INCLUDE_FILES = YES # If the SHOW_GROUPED_MEMB_INC tag is set to YES then Doxygen will add for each # grouped member an include statement to the documentation, telling the reader # which file to include in order to use the member. # The default value is: NO. SHOW_GROUPED_MEMB_INC = NO # If the FORCE_LOCAL_INCLUDES tag is set to YES then doxygen will list include # files with double quotes in the documentation rather than with sharp brackets. # The default value is: NO. FORCE_LOCAL_INCLUDES = NO # If the INLINE_INFO tag is set to YES then a tag [inline] is inserted in the # documentation for inline members. # The default value is: YES. INLINE_INFO = YES # If the SORT_MEMBER_DOCS tag is set to YES then doxygen will sort the # (detailed) documentation of file and class members alphabetically by member # name. If set to NO, the members will appear in declaration order. # The default value is: YES. SORT_MEMBER_DOCS = YES # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief # descriptions of file, namespace and class members alphabetically by member # name. If set to NO, the members will appear in declaration order. Note that # this will also influence the order of the classes in the class list. # The default value is: NO. SORT_BRIEF_DOCS = NO # If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen will sort the # (brief and detailed) documentation of class members so that constructors and # destructors are listed first. If set to NO the constructors will appear in the # respective orders defined by SORT_BRIEF_DOCS and SORT_MEMBER_DOCS. # Note: If SORT_BRIEF_DOCS is set to NO this option is ignored for sorting brief # member documentation. # Note: If SORT_MEMBER_DOCS is set to NO this option is ignored for sorting # detailed member documentation. # The default value is: NO. SORT_MEMBERS_CTORS_1ST = NO # If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the hierarchy # of group names into alphabetical order. If set to NO the group names will # appear in their defined order. # The default value is: NO. SORT_GROUP_NAMES = NO # If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be sorted by # fully-qualified names, including namespaces. If set to NO, the class list will # be sorted only by class name, not including the namespace part. # Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES. # Note: This option applies only to the class list, not to the alphabetical # list. # The default value is: NO. SORT_BY_SCOPE_NAME = NO # If the STRICT_PROTO_MATCHING option is enabled and doxygen fails to do proper # type resolution of all parameters of a function it will reject a match between # the prototype and the implementation of a member function even if there is # only one candidate or it is obvious which candidate to choose by doing a # simple string match. By disabling STRICT_PROTO_MATCHING doxygen will still # accept a match between prototype and implementation in such cases. # The default value is: NO. STRICT_PROTO_MATCHING = NO # The GENERATE_TODOLIST tag can be used to enable (YES) or disable (NO) the todo # list. This list is created by putting \todo commands in the documentation. # The default value is: YES. GENERATE_TODOLIST = YES # The GENERATE_TESTLIST tag can be used to enable (YES) or disable (NO) the test # list. This list is created by putting \test commands in the documentation. # The default value is: YES. GENERATE_TESTLIST = YES # The GENERATE_BUGLIST tag can be used to enable (YES) or disable (NO) the bug # list. This list is created by putting \bug commands in the documentation. # The default value is: YES. GENERATE_BUGLIST = YES # The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or disable (NO) # the deprecated list. This list is created by putting \deprecated commands in # the documentation. # The default value is: YES. GENERATE_DEPRECATEDLIST= YES # The ENABLED_SECTIONS tag can be used to enable conditional documentation # sections, marked by \if ... \endif and \cond # ... \endcond blocks. ENABLED_SECTIONS = # The MAX_INITIALIZER_LINES tag determines the maximum number of lines that the # initial value of a variable or macro / define can have for it to appear in the # documentation. If the initializer consists of more lines than specified here # it will be hidden. Use a value of 0 to hide initializers completely. The # appearance of the value of individual variables and macros / defines can be # controlled using \showinitializer or \hideinitializer command in the # documentation regardless of this setting. # Minimum value: 0, maximum value: 10000, default value: 30. MAX_INITIALIZER_LINES = 30 # Set the SHOW_USED_FILES tag to NO to disable the list of files generated at # the bottom of the documentation of classes and structs. If set to YES, the # list will mention the files that were used to generate the documentation. # The default value is: YES. SHOW_USED_FILES = YES # Set the SHOW_FILES tag to NO to disable the generation of the Files page. This # will remove the Files entry from the Quick Index and from the Folder Tree View # (if specified). # The default value is: YES. SHOW_FILES = YES # Set the SHOW_NAMESPACES tag to NO to disable the generation of the Namespaces # page. This will remove the Namespaces entry from the Quick Index and from the # Folder Tree View (if specified). # The default value is: YES. SHOW_NAMESPACES = YES # The FILE_VERSION_FILTER tag can be used to specify a program or script that # doxygen should invoke to get the current version for each file (typically from # the version control system). Doxygen will invoke the program by executing (via # popen()) the command command input-file, where command is the value of the # FILE_VERSION_FILTER tag, and input-file is the name of an input file provided # by doxygen. Whatever the program writes to standard output is used as the file # version. For an example see the documentation. FILE_VERSION_FILTER = # The LAYOUT_FILE tag can be used to specify a layout file which will be parsed # by doxygen. The layout file controls the global structure of the generated # output files in an output format independent way. To create the layout file # that represents doxygen's defaults, run doxygen with the -l option. You can # optionally specify a file name after the option, if omitted DoxygenLayout.xml # will be used as the name of the layout file. # # Note that if you run doxygen from a directory containing a file called # DoxygenLayout.xml, doxygen will parse it automatically even if the LAYOUT_FILE # tag is left empty. LAYOUT_FILE = # The CITE_BIB_FILES tag can be used to specify one or more bib files containing # the reference definitions. This must be a list of .bib files. The .bib # extension is automatically appended if omitted. This requires the bibtex tool # to be installed. See also http://en.wikipedia.org/wiki/BibTeX for more info. # For LaTeX the style of the bibliography can be controlled using # LATEX_BIB_STYLE. To use this feature you need bibtex and perl available in the # search path. See also \cite for info how to create references. CITE_BIB_FILES = #--------------------------------------------------------------------------- # Configuration options related to warning and progress messages #--------------------------------------------------------------------------- # The QUIET tag can be used to turn on/off the messages that are generated to # standard output by doxygen. If QUIET is set to YES this implies that the # messages are off. # The default value is: NO. QUIET = NO # The WARNINGS tag can be used to turn on/off the warning messages that are # generated to standard error (stderr) by doxygen. If WARNINGS is set to YES # this implies that the warnings are on. # # Tip: Turn warnings on while writing the documentation. # The default value is: YES. WARNINGS = YES # If the WARN_IF_UNDOCUMENTED tag is set to YES then doxygen will generate # warnings for undocumented members. If EXTRACT_ALL is set to YES then this flag # will automatically be disabled. # The default value is: YES. WARN_IF_UNDOCUMENTED = YES # If the WARN_IF_DOC_ERROR tag is set to YES, doxygen will generate warnings for # potential errors in the documentation, such as not documenting some parameters # in a documented function, or documenting parameters that don't exist or using # markup commands wrongly. # The default value is: YES. WARN_IF_DOC_ERROR = YES # This WARN_NO_PARAMDOC option can be enabled to get warnings for functions that # are documented, but have no documentation for their parameters or return # value. If set to NO, doxygen will only warn about wrong or incomplete # parameter documentation, but not about the absence of documentation. # The default value is: NO. WARN_NO_PARAMDOC = NO # If the WARN_AS_ERROR tag is set to YES then doxygen will immediately stop when # a warning is encountered. # The default value is: NO. WARN_AS_ERROR = NO # The WARN_FORMAT tag determines the format of the warning messages that doxygen # can produce. The string should contain the $file, $line, and $text tags, which # will be replaced by the file and line number from which the warning originated # and the warning text. Optionally the format may contain $version, which will # be replaced by the version of the file (if it could be obtained via # FILE_VERSION_FILTER) # The default value is: $file:$line: $text. WARN_FORMAT = "$file:$line: $text" # The WARN_LOGFILE tag can be used to specify a file to which warning and error # messages should be written. If left blank the output is written to standard # error (stderr). WARN_LOGFILE = #--------------------------------------------------------------------------- # Configuration options related to the input files #--------------------------------------------------------------------------- # The INPUT tag is used to specify the files and/or directories that contain # documented source files. You may enter file names like myfile.cpp or # directories like /usr/src/myproject. Separate the files or directories with # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING # Note: If this tag is empty the current directory is searched. INPUT = # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses # libiconv (or the iconv built into libc) for the transcoding. See the libiconv # documentation (see: http://www.gnu.org/software/libiconv) for the list of # possible encodings. # The default value is: UTF-8. INPUT_ENCODING = UTF-8 # If the value of the INPUT tag contains directories, you can use the # FILE_PATTERNS tag to specify one or more wildcard patterns (like *.cpp and # *.h) to filter out the source-files in the directories. # # Note that for custom extensions or not directly supported extensions you also # need to set EXTENSION_MAPPING for the extension otherwise the files are not # read by doxygen. # # If left blank the following patterns are tested:*.c, *.cc, *.cxx, *.cpp, # *.c++, *.java, *.ii, *.ixx, *.ipp, *.i++, *.inl, *.idl, *.ddl, *.odl, *.h, # *.hh, *.hxx, *.hpp, *.h++, *.cs, *.d, *.php, *.php4, *.php5, *.phtml, *.inc, # *.m, *.markdown, *.md, *.mm, *.dox, *.py, *.pyw, *.f90, *.f, *.for, *.tcl, # *.vhd, *.vhdl, *.ucf, *.qsf, *.as and *.js. FILE_PATTERNS = # The RECURSIVE tag can be used to specify whether or not subdirectories should # be searched for input files as well. # The default value is: NO. RECURSIVE = NO # The EXCLUDE tag can be used to specify files and/or directories that should be # excluded from the INPUT source files. This way you can easily exclude a # subdirectory from a directory tree whose root is specified with the INPUT tag. # # Note that relative paths are relative to the directory from which doxygen is # run. EXCLUDE = # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or # directories that are symbolic links (a Unix file system feature) are excluded # from the input. # The default value is: NO. EXCLUDE_SYMLINKS = NO # If the value of the INPUT tag contains directories, you can use the # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude # certain files from those directories. # # Note that the wildcards are matched against the file with absolute path, so to # exclude all test directories for example use the pattern */test/* EXCLUDE_PATTERNS = # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names # (namespaces, classes, functions, etc.) that should be excluded from the # output. The symbol name can be a fully qualified name, a word, or if the # wildcard * is used, a substring. Examples: ANamespace, AClass, # AClass::ANamespace, ANamespace::*Test # # Note that the wildcards are matched against the file with absolute path, so to # exclude all test directories use the pattern */test/* EXCLUDE_SYMBOLS = # The EXAMPLE_PATH tag can be used to specify one or more files or directories # that contain example code fragments that are included (see the \include # command). EXAMPLE_PATH = # If the value of the EXAMPLE_PATH tag contains directories, you can use the # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and # *.h) to filter out the source-files in the directories. If left blank all # files are included. EXAMPLE_PATTERNS = # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be # searched for input files to be used with the \include or \dontinclude commands # irrespective of the value of the RECURSIVE tag. # The default value is: NO. EXAMPLE_RECURSIVE = NO # The IMAGE_PATH tag can be used to specify one or more files or directories # that contain images that are to be included in the documentation (see the # \image command). IMAGE_PATH = # The INPUT_FILTER tag can be used to specify a program that doxygen should # invoke to filter for each input file. Doxygen will invoke the filter program # by executing (via popen()) the command: # # # # where is the value of the INPUT_FILTER tag, and is the # name of an input file. Doxygen will then use the output that the filter # program writes to standard output. If FILTER_PATTERNS is specified, this tag # will be ignored. # # Note that the filter must not add or remove lines; it is applied before the # code is scanned, but not when the output code is generated. If lines are added # or removed, the anchors will not be placed correctly. # # Note that for custom extensions or not directly supported extensions you also # need to set EXTENSION_MAPPING for the extension otherwise the files are not # properly processed by doxygen. INPUT_FILTER = # The FILTER_PATTERNS tag can be used to specify filters on a per file pattern # basis. Doxygen will compare the file name with each pattern and apply the # filter if there is a match. The filters are a list of the form: pattern=filter # (like *.cpp=my_cpp_filter). See INPUT_FILTER for further information on how # filters are used. If the FILTER_PATTERNS tag is empty or if none of the # patterns match the file name, INPUT_FILTER is applied. # # Note that for custom extensions or not directly supported extensions you also # need to set EXTENSION_MAPPING for the extension otherwise the files are not # properly processed by doxygen. FILTER_PATTERNS = # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using # INPUT_FILTER) will also be used to filter the input files that are used for # producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES). # The default value is: NO. FILTER_SOURCE_FILES = NO # The FILTER_SOURCE_PATTERNS tag can be used to specify source filters per file # pattern. A pattern will override the setting for FILTER_PATTERN (if any) and # it is also possible to disable source filtering for a specific pattern using # *.ext= (so without naming a filter). # This tag requires that the tag FILTER_SOURCE_FILES is set to YES. FILTER_SOURCE_PATTERNS = # If the USE_MDFILE_AS_MAINPAGE tag refers to the name of a markdown file that # is part of the input, its contents will be placed on the main page # (index.html). This can be useful if you have a project on for instance GitHub # and want to reuse the introduction page also for the doxygen output. USE_MDFILE_AS_MAINPAGE = #--------------------------------------------------------------------------- # Configuration options related to source browsing #--------------------------------------------------------------------------- # If the SOURCE_BROWSER tag is set to YES then a list of source files will be # generated. Documented entities will be cross-referenced with these sources. # # Note: To get rid of all source code in the generated output, make sure that # also VERBATIM_HEADERS is set to NO. # The default value is: NO. SOURCE_BROWSER = NO # Setting the INLINE_SOURCES tag to YES will include the body of functions, # classes and enums directly into the documentation. # The default value is: NO. INLINE_SOURCES = NO # Setting the STRIP_CODE_COMMENTS tag to YES will instruct doxygen to hide any # special comment blocks from generated source code fragments. Normal C, C++ and # Fortran comments will always remain visible. # The default value is: YES. STRIP_CODE_COMMENTS = YES # If the REFERENCED_BY_RELATION tag is set to YES then for each documented # function all documented functions referencing it will be listed. # The default value is: NO. REFERENCED_BY_RELATION = NO # If the REFERENCES_RELATION tag is set to YES then for each documented function # all documented entities called/used by that function will be listed. # The default value is: NO. REFERENCES_RELATION = NO # If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set # to YES then the hyperlinks from functions in REFERENCES_RELATION and # REFERENCED_BY_RELATION lists will link to the source code. Otherwise they will # link to the documentation. # The default value is: YES. REFERENCES_LINK_SOURCE = YES # If SOURCE_TOOLTIPS is enabled (the default) then hovering a hyperlink in the # source code will show a tooltip with additional information such as prototype, # brief description and links to the definition and documentation. Since this # will make the HTML file larger and loading of large files a bit slower, you # can opt to disable this feature. # The default value is: YES. # This tag requires that the tag SOURCE_BROWSER is set to YES. SOURCE_TOOLTIPS = YES # If the USE_HTAGS tag is set to YES then the references to source code will # point to the HTML generated by the htags(1) tool instead of doxygen built-in # source browser. The htags tool is part of GNU's global source tagging system # (see http://www.gnu.org/software/global/global.html). You will need version # 4.8.6 or higher. # # To use it do the following: # - Install the latest version of global # - Enable SOURCE_BROWSER and USE_HTAGS in the config file # - Make sure the INPUT points to the root of the source tree # - Run doxygen as normal # # Doxygen will invoke htags (and that will in turn invoke gtags), so these # tools must be available from the command line (i.e. in the search path). # # The result: instead of the source browser generated by doxygen, the links to # source code will now point to the output of htags. # The default value is: NO. # This tag requires that the tag SOURCE_BROWSER is set to YES. USE_HTAGS = NO # If the VERBATIM_HEADERS tag is set the YES then doxygen will generate a # verbatim copy of the header file for each class for which an include is # specified. Set to NO to disable this. # See also: Section \class. # The default value is: YES. VERBATIM_HEADERS = YES # If the CLANG_ASSISTED_PARSING tag is set to YES then doxygen will use the # clang parser (see: http://clang.llvm.org/) for more accurate parsing at the # cost of reduced performance. This can be particularly helpful with template # rich C++ code for which doxygen's built-in parser lacks the necessary type # information. # Note: The availability of this option depends on whether or not doxygen was # generated with the -Duse-libclang=ON option for CMake. # The default value is: NO. CLANG_ASSISTED_PARSING = NO # If clang assisted parsing is enabled you can provide the compiler with command # line options that you would normally use when invoking the compiler. Note that # the include paths will already be set by doxygen for the files and directories # specified with INPUT and INCLUDE_PATH. # This tag requires that the tag CLANG_ASSISTED_PARSING is set to YES. CLANG_OPTIONS = #--------------------------------------------------------------------------- # Configuration options related to the alphabetical class index #--------------------------------------------------------------------------- # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all # compounds will be generated. Enable this if the project contains a lot of # classes, structs, unions or interfaces. # The default value is: YES. ALPHABETICAL_INDEX = YES # The COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns in # which the alphabetical index list will be split. # Minimum value: 1, maximum value: 20, default value: 5. # This tag requires that the tag ALPHABETICAL_INDEX is set to YES. COLS_IN_ALPHA_INDEX = 5 # In case all classes in a project start with a common prefix, all classes will # be put under the same header in the alphabetical index. The IGNORE_PREFIX tag # can be used to specify a prefix (or a list of prefixes) that should be ignored # while generating the index headers. # This tag requires that the tag ALPHABETICAL_INDEX is set to YES. IGNORE_PREFIX = #--------------------------------------------------------------------------- # Configuration options related to the HTML output #--------------------------------------------------------------------------- # If the GENERATE_HTML tag is set to YES, doxygen will generate HTML output # The default value is: YES. GENERATE_HTML = YES # The HTML_OUTPUT tag is used to specify where the HTML docs will be put. If a # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of # it. # The default directory is: html. # This tag requires that the tag GENERATE_HTML is set to YES. HTML_OUTPUT = html # The HTML_FILE_EXTENSION tag can be used to specify the file extension for each # generated HTML page (for example: .htm, .php, .asp). # The default value is: .html. # This tag requires that the tag GENERATE_HTML is set to YES. HTML_FILE_EXTENSION = .html # The HTML_HEADER tag can be used to specify a user-defined HTML header file for # each generated HTML page. If the tag is left blank doxygen will generate a # standard header. # # To get valid HTML the header file that includes any scripts and style sheets # that doxygen needs, which is dependent on the configuration options used (e.g. # the setting GENERATE_TREEVIEW). It is highly recommended to start with a # default header using # doxygen -w html new_header.html new_footer.html new_stylesheet.css # YourConfigFile # and then modify the file new_header.html. See also section "Doxygen usage" # for information on how to generate the default header that doxygen normally # uses. # Note: The header is subject to change so you typically have to regenerate the # default header when upgrading to a newer version of doxygen. For a description # of the possible markers and block names see the documentation. # This tag requires that the tag GENERATE_HTML is set to YES. HTML_HEADER = # The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each # generated HTML page. If the tag is left blank doxygen will generate a standard # footer. See HTML_HEADER for more information on how to generate a default # footer and what special commands can be used inside the footer. See also # section "Doxygen usage" for information on how to generate the default footer # that doxygen normally uses. # This tag requires that the tag GENERATE_HTML is set to YES. HTML_FOOTER = # The HTML_STYLESHEET tag can be used to specify a user-defined cascading style # sheet that is used by each HTML page. It can be used to fine-tune the look of # the HTML output. If left blank doxygen will generate a default style sheet. # See also section "Doxygen usage" for information on how to generate the style # sheet that doxygen normally uses. # Note: It is recommended to use HTML_EXTRA_STYLESHEET instead of this tag, as # it is more robust and this tag (HTML_STYLESHEET) will in the future become # obsolete. # This tag requires that the tag GENERATE_HTML is set to YES. HTML_STYLESHEET = # The HTML_EXTRA_STYLESHEET tag can be used to specify additional user-defined # cascading style sheets that are included after the standard style sheets # created by doxygen. Using this option one can overrule certain style aspects. # This is preferred over using HTML_STYLESHEET since it does not replace the # standard style sheet and is therefore more robust against future updates. # Doxygen will copy the style sheet files to the output directory. # Note: The order of the extra style sheet files is of importance (e.g. the last # style sheet in the list overrules the setting of the previous ones in the # list). For an example see the documentation. # This tag requires that the tag GENERATE_HTML is set to YES. HTML_EXTRA_STYLESHEET = # The HTML_EXTRA_FILES tag can be used to specify one or more extra images or # other source files which should be copied to the HTML output directory. Note # that these files will be copied to the base HTML output directory. Use the # $relpath^ marker in the HTML_HEADER and/or HTML_FOOTER files to load these # files. In the HTML_STYLESHEET file, use the file name only. Also note that the # files will be copied as-is; there are no commands or markers available. # This tag requires that the tag GENERATE_HTML is set to YES. HTML_EXTRA_FILES = # The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen # will adjust the colors in the style sheet and background images according to # this color. Hue is specified as an angle on a colorwheel, see # http://en.wikipedia.org/wiki/Hue for more information. For instance the value # 0 represents red, 60 is yellow, 120 is green, 180 is cyan, 240 is blue, 300 # purple, and 360 is red again. # Minimum value: 0, maximum value: 359, default value: 220. # This tag requires that the tag GENERATE_HTML is set to YES. HTML_COLORSTYLE_HUE = 220 # The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of the colors # in the HTML output. For a value of 0 the output will use grayscales only. A # value of 255 will produce the most vivid colors. # Minimum value: 0, maximum value: 255, default value: 100. # This tag requires that the tag GENERATE_HTML is set to YES. HTML_COLORSTYLE_SAT = 100 # The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to the # luminance component of the colors in the HTML output. Values below 100 # gradually make the output lighter, whereas values above 100 make the output # darker. The value divided by 100 is the actual gamma applied, so 80 represents # a gamma of 0.8, The value 220 represents a gamma of 2.2, and 100 does not # change the gamma. # Minimum value: 40, maximum value: 240, default value: 80. # This tag requires that the tag GENERATE_HTML is set to YES. HTML_COLORSTYLE_GAMMA = 80 # If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML # page will contain the date and time when the page was generated. Setting this # to YES can help to show when doxygen was last run and thus if the # documentation is up to date. # The default value is: NO. # This tag requires that the tag GENERATE_HTML is set to YES. HTML_TIMESTAMP = NO # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML # documentation will contain sections that can be hidden and shown after the # page has loaded. # The default value is: NO. # This tag requires that the tag GENERATE_HTML is set to YES. HTML_DYNAMIC_SECTIONS = NO # With HTML_INDEX_NUM_ENTRIES one can control the preferred number of entries # shown in the various tree structured indices initially; the user can expand # and collapse entries dynamically later on. Doxygen will expand the tree to # such a level that at most the specified number of entries are visible (unless # a fully collapsed tree already exceeds this amount). So setting the number of # entries 1 will produce a full collapsed tree by default. 0 is a special value # representing an infinite number of entries and will result in a full expanded # tree by default. # Minimum value: 0, maximum value: 9999, default value: 100. # This tag requires that the tag GENERATE_HTML is set to YES. HTML_INDEX_NUM_ENTRIES = 100 # If the GENERATE_DOCSET tag is set to YES, additional index files will be # generated that can be used as input for Apple's Xcode 3 integrated development # environment (see: http://developer.apple.com/tools/xcode/), introduced with # OSX 10.5 (Leopard). To create a documentation set, doxygen will generate a # Makefile in the HTML output directory. Running make will produce the docset in # that directory and running make install will install the docset in # ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find it at # startup. See http://developer.apple.com/tools/creatingdocsetswithdoxygen.html # for more information. # The default value is: NO. # This tag requires that the tag GENERATE_HTML is set to YES. GENERATE_DOCSET = NO # This tag determines the name of the docset feed. A documentation feed provides # an umbrella under which multiple documentation sets from a single provider # (such as a company or product suite) can be grouped. # The default value is: Doxygen generated docs. # This tag requires that the tag GENERATE_DOCSET is set to YES. DOCSET_FEEDNAME = "Doxygen generated docs" # This tag specifies a string that should uniquely identify the documentation # set bundle. This should be a reverse domain-name style string, e.g. # com.mycompany.MyDocSet. Doxygen will append .docset to the name. # The default value is: org.doxygen.Project. # This tag requires that the tag GENERATE_DOCSET is set to YES. DOCSET_BUNDLE_ID = org.doxygen.Project # The DOCSET_PUBLISHER_ID tag specifies a string that should uniquely identify # the documentation publisher. This should be a reverse domain-name style # string, e.g. com.mycompany.MyDocSet.documentation. # The default value is: org.doxygen.Publisher. # This tag requires that the tag GENERATE_DOCSET is set to YES. DOCSET_PUBLISHER_ID = org.doxygen.Publisher # The DOCSET_PUBLISHER_NAME tag identifies the documentation publisher. # The default value is: Publisher. # This tag requires that the tag GENERATE_DOCSET is set to YES. DOCSET_PUBLISHER_NAME = Publisher # If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three # additional HTML index files: index.hhp, index.hhc, and index.hhk. The # index.hhp is a project file that can be read by Microsoft's HTML Help Workshop # (see: http://www.microsoft.com/en-us/download/details.aspx?id=21138) on # Windows. # # The HTML Help Workshop contains a compiler that can convert all HTML output # generated by doxygen into a single compiled HTML file (.chm). Compiled HTML # files are now used as the Windows 98 help format, and will replace the old # Windows help format (.hlp) on all Windows platforms in the future. Compressed # HTML files also contain an index, a table of contents, and you can search for # words in the documentation. The HTML workshop also contains a viewer for # compressed HTML files. # The default value is: NO. # This tag requires that the tag GENERATE_HTML is set to YES. GENERATE_HTMLHELP = NO # The CHM_FILE tag can be used to specify the file name of the resulting .chm # file. You can add a path in front of the file if the result should not be # written to the html output directory. # This tag requires that the tag GENERATE_HTMLHELP is set to YES. CHM_FILE = # The HHC_LOCATION tag can be used to specify the location (absolute path # including file name) of the HTML help compiler (hhc.exe). If non-empty, # doxygen will try to run the HTML help compiler on the generated index.hhp. # The file has to be specified with full path. # This tag requires that the tag GENERATE_HTMLHELP is set to YES. HHC_LOCATION = # The GENERATE_CHI flag controls if a separate .chi index file is generated # (YES) or that it should be included in the master .chm file (NO). # The default value is: NO. # This tag requires that the tag GENERATE_HTMLHELP is set to YES. GENERATE_CHI = NO # The CHM_INDEX_ENCODING is used to encode HtmlHelp index (hhk), content (hhc) # and project file content. # This tag requires that the tag GENERATE_HTMLHELP is set to YES. CHM_INDEX_ENCODING = # The BINARY_TOC flag controls whether a binary table of contents is generated # (YES) or a normal table of contents (NO) in the .chm file. Furthermore it # enables the Previous and Next buttons. # The default value is: NO. # This tag requires that the tag GENERATE_HTMLHELP is set to YES. BINARY_TOC = NO # The TOC_EXPAND flag can be set to YES to add extra items for group members to # the table of contents of the HTML help documentation and to the tree view. # The default value is: NO. # This tag requires that the tag GENERATE_HTMLHELP is set to YES. TOC_EXPAND = NO # If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and # QHP_VIRTUAL_FOLDER are set, an additional index file will be generated that # can be used as input for Qt's qhelpgenerator to generate a Qt Compressed Help # (.qch) of the generated HTML documentation. # The default value is: NO. # This tag requires that the tag GENERATE_HTML is set to YES. GENERATE_QHP = NO # If the QHG_LOCATION tag is specified, the QCH_FILE tag can be used to specify # the file name of the resulting .qch file. The path specified is relative to # the HTML output folder. # This tag requires that the tag GENERATE_QHP is set to YES. QCH_FILE = # The QHP_NAMESPACE tag specifies the namespace to use when generating Qt Help # Project output. For more information please see Qt Help Project / Namespace # (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#namespace). # The default value is: org.doxygen.Project. # This tag requires that the tag GENERATE_QHP is set to YES. QHP_NAMESPACE = org.doxygen.Project # The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating Qt # Help Project output. For more information please see Qt Help Project / Virtual # Folders (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#virtual- # folders). # The default value is: doc. # This tag requires that the tag GENERATE_QHP is set to YES. QHP_VIRTUAL_FOLDER = doc # If the QHP_CUST_FILTER_NAME tag is set, it specifies the name of a custom # filter to add. For more information please see Qt Help Project / Custom # Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom- # filters). # This tag requires that the tag GENERATE_QHP is set to YES. QHP_CUST_FILTER_NAME = # The QHP_CUST_FILTER_ATTRS tag specifies the list of the attributes of the # custom filter to add. For more information please see Qt Help Project / Custom # Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom- # filters). # This tag requires that the tag GENERATE_QHP is set to YES. QHP_CUST_FILTER_ATTRS = # The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this # project's filter section matches. Qt Help Project / Filter Attributes (see: # http://qt-project.org/doc/qt-4.8/qthelpproject.html#filter-attributes). # This tag requires that the tag GENERATE_QHP is set to YES. QHP_SECT_FILTER_ATTRS = # The QHG_LOCATION tag can be used to specify the location of Qt's # qhelpgenerator. If non-empty doxygen will try to run qhelpgenerator on the # generated .qhp file. # This tag requires that the tag GENERATE_QHP is set to YES. QHG_LOCATION = # If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files will be # generated, together with the HTML files, they form an Eclipse help plugin. To # install this plugin and make it available under the help contents menu in # Eclipse, the contents of the directory containing the HTML and XML files needs # to be copied into the plugins directory of eclipse. The name of the directory # within the plugins directory should be the same as the ECLIPSE_DOC_ID value. # After copying Eclipse needs to be restarted before the help appears. # The default value is: NO. # This tag requires that the tag GENERATE_HTML is set to YES. GENERATE_ECLIPSEHELP = NO # A unique identifier for the Eclipse help plugin. When installing the plugin # the directory name containing the HTML and XML files should also have this # name. Each documentation set should have its own identifier. # The default value is: org.doxygen.Project. # This tag requires that the tag GENERATE_ECLIPSEHELP is set to YES. ECLIPSE_DOC_ID = org.doxygen.Project # If you want full control over the layout of the generated HTML pages it might # be necessary to disable the index and replace it with your own. The # DISABLE_INDEX tag can be used to turn on/off the condensed index (tabs) at top # of each HTML page. A value of NO enables the index and the value YES disables # it. Since the tabs in the index contain the same information as the navigation # tree, you can set this option to YES if you also set GENERATE_TREEVIEW to YES. # The default value is: NO. # This tag requires that the tag GENERATE_HTML is set to YES. DISABLE_INDEX = NO # The GENERATE_TREEVIEW tag is used to specify whether a tree-like index # structure should be generated to display hierarchical information. If the tag # value is set to YES, a side panel will be generated containing a tree-like # index structure (just like the one that is generated for HTML Help). For this # to work a browser that supports JavaScript, DHTML, CSS and frames is required # (i.e. any modern browser). Windows users are probably better off using the # HTML help feature. Via custom style sheets (see HTML_EXTRA_STYLESHEET) one can # further fine-tune the look of the index. As an example, the default style # sheet generated by doxygen has an example that shows how to put an image at # the root of the tree instead of the PROJECT_NAME. Since the tree basically has # the same information as the tab index, you could consider setting # DISABLE_INDEX to YES when enabling this option. # The default value is: NO. # This tag requires that the tag GENERATE_HTML is set to YES. GENERATE_TREEVIEW = NO # The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values that # doxygen will group on one line in the generated HTML documentation. # # Note that a value of 0 will completely suppress the enum values from appearing # in the overview section. # Minimum value: 0, maximum value: 20, default value: 4. # This tag requires that the tag GENERATE_HTML is set to YES. ENUM_VALUES_PER_LINE = 4 # If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be used # to set the initial width (in pixels) of the frame in which the tree is shown. # Minimum value: 0, maximum value: 1500, default value: 250. # This tag requires that the tag GENERATE_HTML is set to YES. TREEVIEW_WIDTH = 250 # If the EXT_LINKS_IN_WINDOW option is set to YES, doxygen will open links to # external symbols imported via tag files in a separate window. # The default value is: NO. # This tag requires that the tag GENERATE_HTML is set to YES. EXT_LINKS_IN_WINDOW = NO # Use this tag to change the font size of LaTeX formulas included as images in # the HTML documentation. When you change the font size after a successful # doxygen run you need to manually remove any form_*.png images from the HTML # output directory to force them to be regenerated. # Minimum value: 8, maximum value: 50, default value: 10. # This tag requires that the tag GENERATE_HTML is set to YES. FORMULA_FONTSIZE = 10 # Use the FORMULA_TRANPARENT tag to determine whether or not the images # generated for formulas are transparent PNGs. Transparent PNGs are not # supported properly for IE 6.0, but are supported on all modern browsers. # # Note that when changing this option you need to delete any form_*.png files in # the HTML output directory before the changes have effect. # The default value is: YES. # This tag requires that the tag GENERATE_HTML is set to YES. FORMULA_TRANSPARENT = YES # Enable the USE_MATHJAX option to render LaTeX formulas using MathJax (see # http://www.mathjax.org) which uses client side Javascript for the rendering # instead of using pre-rendered bitmaps. Use this if you do not have LaTeX # installed or if you want to formulas look prettier in the HTML output. When # enabled you may also need to install MathJax separately and configure the path # to it using the MATHJAX_RELPATH option. # The default value is: NO. # This tag requires that the tag GENERATE_HTML is set to YES. USE_MATHJAX = NO # When MathJax is enabled you can set the default output format to be used for # the MathJax output. See the MathJax site (see: # http://docs.mathjax.org/en/latest/output.html) for more details. # Possible values are: HTML-CSS (which is slower, but has the best # compatibility), NativeMML (i.e. MathML) and SVG. # The default value is: HTML-CSS. # This tag requires that the tag USE_MATHJAX is set to YES. MATHJAX_FORMAT = HTML-CSS # When MathJax is enabled you need to specify the location relative to the HTML # output directory using the MATHJAX_RELPATH option. The destination directory # should contain the MathJax.js script. For instance, if the mathjax directory # is located at the same level as the HTML output directory, then # MATHJAX_RELPATH should be ../mathjax. The default value points to the MathJax # Content Delivery Network so you can quickly see the result without installing # MathJax. However, it is strongly recommended to install a local copy of # MathJax from http://www.mathjax.org before deployment. # The default value is: http://cdn.mathjax.org/mathjax/latest. # This tag requires that the tag USE_MATHJAX is set to YES. MATHJAX_RELPATH = http://cdn.mathjax.org/mathjax/latest # The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax # extension names that should be enabled during MathJax rendering. For example # MATHJAX_EXTENSIONS = TeX/AMSmath TeX/AMSsymbols # This tag requires that the tag USE_MATHJAX is set to YES. MATHJAX_EXTENSIONS = # The MATHJAX_CODEFILE tag can be used to specify a file with javascript pieces # of code that will be used on startup of the MathJax code. See the MathJax site # (see: http://docs.mathjax.org/en/latest/output.html) for more details. For an # example see the documentation. # This tag requires that the tag USE_MATHJAX is set to YES. MATHJAX_CODEFILE = # When the SEARCHENGINE tag is enabled doxygen will generate a search box for # the HTML output. The underlying search engine uses javascript and DHTML and # should work on any modern browser. Note that when using HTML help # (GENERATE_HTMLHELP), Qt help (GENERATE_QHP), or docsets (GENERATE_DOCSET) # there is already a search function so this one should typically be disabled. # For large projects the javascript based search engine can be slow, then # enabling SERVER_BASED_SEARCH may provide a better solution. It is possible to # search using the keyboard; to jump to the search box use + S # (what the is depends on the OS and browser, but it is typically # , /

7z?seI̞`kk)#ν1vPX+-'jٺ%s@B˖oZ SooSD@֔"LKWUJSQ^g SIY71u}iG?;*gǛjN=@Nmlz\ gz3hس'Ԉq<6'ΦXZE6)+Pj;e?gوcNE:KE084JوcΤ)4 ?86DֿaT8yc8F}9y+rcѧ~pc? 'zU3)l.??=.wұ.8IKe5 =GP]MEuiC 1;-AӀgnS#n50zΩ Yad!&m_Pq(PĮt 3jMp.F$ە{g1&ln<`mQ9'OԞbG ug4g|ajr|ѓjN=`}x3O5i`Q U^7Nk%saju%e݄NvmϜ^?oޱgx}E 9(y,yE1ff-/V[vNr=5/MMp/P^ ;'B33 gu)vn7Ѫz.z;?clűhO:_Ӹw9xP]c;[qWm-YY1+/%;7†Gjı%>IR;eĹ7˥V(p;ϱnN-5j "7&mlj`=K.a?>Jփך=#N_I7kOaDΟLά m֐(Dr'#˕|BCq0g!UPޚ~­(^ąuiF jyV]0=w f^) ח3p(}GX7j*/Ys'nt3Sʹ ]]!?Ԑv"m-; ?10 $=w!CN[O": ,fׅ۷Ud\#AL.]{hM{.qX}wl}u2nqP0[y_e'8t ,#^[vNcֶrMl$ akjo 41(ߠI5G7Y ӁG3cym?t☁Ik,Am8՝?ZdžvaXk0<[= UK!Jxڣ>=DBb8Fd4o|sEE>Mtw]ՙ ɑiwhӤsJ?{񯺝bk9'b4- IۚW̚U=K!8>̘aRBd8ySqA>G%mu:}yg+i\oi!ƫ r(v9^ܳXBcBa̞+uJ8 q>Ec?vZ ϫ;}ͱssMpusk^ZSgmNoC]^O‹8=|jN=vcGAq(xZ mY+lg2 `Q /d'f%ד<>HH3Rg#92w{y|zh864͠8}%86Du^Jw|Q vʈso%߻UKHeq +²֎.N+aFoފi۩SvDXJNM5RyivKX|ES+>A֤ʲ`'ȞUvVCGwҒ_|?ٕ=T\)7x,V=e\RCQP{Nb ZhmEeTҋol̬y\2KgsEq2J8Ul,z&F]B)> ,Ezz e)ei*ͯ6I^/̱l 8vǛ_Sdzio>Yօ=%z*3$ql♑wV^?Z3Lb8FW}Ѫb>[}ݫ*pi>^UY$Làu!X+{t#f-"|UV շrt+1eJ.C{wdM.zǟzs7-ĻDZ?FP=R1z )EnkĒ(-:aqKJ`DwodOSsBN%ub@۽-Sk=xJ$?mxnCe>MpcYY,{,FNU3HZKhkJ=.~r*'Ws#̞׌aƗVkwUI%|[eR}- xgkXsaV]v 9 IDAT~бE-UYy?nx15 hX;υy`Z;GM n;a-;eOq,n@}$JC5zu߯K-'ql|ıDB񤟲.*5:LSaǛ<ے86>v܎-#=K_g;"sۣӽ . #.As;ve˕Ǒ!8M.߃+G3R.RQ<5L/D9fUtwrn5H۲c4.BӜiɍ/rۮ,_0ڏ-;F۟^^o̫O4G q34wu`F< V=v і2gX1Qr`V#}Icެ8yLSC,~T#z6lUџf,~m=.,w8[LH.8+=& 4&#yOŸ[:Dm,w #pn[v?}uC,68onٶNCAGۖO_ᰓ̋MTfD ̸z-eΰcݺNw8g(ql:CN¡Kܛ0I!c#nؚyDn|ltv杞Ͷ c1!]FB!B!D/I2!B!bLHA!B!cbIA~૬)#Bq^q/P5阪x}GRƎٖP|> ~:]:9QTmdjA^~cg(vqH\Fm몹u]5Y45Eփy*cGiT}b'| g;}=7!B D6g fTG߅QLGN*{ `եNᘛk4' }]Ǻ]Ǝٖ8nYyz\\ _V|R7jQxL'/UbfqbQ뻰#\yA\Ƌkݟڲ[P4Uk1?Jg&}p/-d[;DW''(ǎ&quafePׅ:쏢izB!bFttbvŭsI> Hufk[kЅq% VDZ8DLhZe8B MBl.clKL,s4rwW n܅{e>z4t2Eˏz68=`3nڋa@Cm.\s~Qf?vڲSTleE ɶx.7}x(Xmz:8/l0R_+ʹdNr|JJ3Mk!B;DA)qCp2Jɰ6ՇuYFV'fg-1l2*H>CjM-5&/\y7+ŏa֐o?:`=i*i#.ZS +/TfsuXNe;9v$Gw'?mbNL25& $Q5uXeB!kšAbi@j>lKeP ]*clKL,}/n9Ml EaJB(IwOe\7L+*S5; wz.䫦u(c-;O|vm/#=RVمۣYV A6 [R/aTeB!&h!quH]I}}{q!BFT'Z J E9T+ 3uIq">{k2vͶĄ(&̜́+7?_ȁ=Ec>֟jFo{Xyq/>3v=zW'QG\.o?E;>XFN!Bhl靤*8 [P[~4q<fTO)cg-1x (b#H$fmd]E^||s}E4妵8F q;W'$>LQ?vڲSp3 =JxaL18ۈ o.g>Ĉ!B*(}(֖mq Vd -X%׽/^\}EX콈/.fxZ+./;A~Axyۜ̚߆t;Ӗz'hn|g'Sqaqk%߻UKH-o_2-gI;v⩷h~u՟24K5-"xCpFB!8cAfnéQ=$vf3f؜Q±u.:) %Dž5YN^jm~;ҷ$Ě+P9s yy25s{SXbʴv.}S]q\+"VQ3ꙭ='?Cep-{X|qTպɍq5?YyKh!! ք7VeDW''.ZUۣחn_2áh*lo1ee4;9@u:po3V!BNwRDr;D?D?7aKҷ3[7[w9 L}),og-1qJjQ,_<,_N뎷)5Wfe8ِo[,3{~e]KloǛTNҵG=À/Mͭ՟ڲǟz5MuTTf['g[g%!Z[#|_]B!B18ɰ|E?vM5޿[67šb1n➯,08foB!B!ވ _6 L>^۬H&~Ѵ|뛻}\T B!B!yfk2M0I4jW;]6+B!Bqj#Nju %^CC,|x*~+.~cլB!B!Ɖ1I2z}KxZniN{Ѹ|m99.ʽ|)#B!Bͨ > (>h#mB!B!GF&˥V(p郖߳^<_];i4 !B!bHMS7QTm;au99NYR!B!Ԉ ]ª%}vjf$w =S9ҍӡputM)?\!B!ʈ *xҎz {y U(@zsG.`SzoqkX9UQث],][+s.bKh?|s /=:B_FdX;ʦך ^W_Jss-*=}QwZ=PUai&H1|#\va:;E򣄺]lz*'/&\AMv;gų+s_%|=k f4WqOd*-0n?⚥G/#ᱍ{mӫ$7>r19='PQwYnhc6M.bZIn> !ƿ|Ėʜ2XFMUph*Bqq_؆ayWs e*6|y{+Θ]ص\cl<'~ YFQGxY.]{~`/_~??_c^3PˤNfiNK2϶Cط!Nƭ%\_`oYgZLd}m>uB]:6]OkB$~Xڥf|1L+6礆.g!0ﲝ2Xs[nᴲ?3xnG!kk2M0I46W_ܷsMq$HNub)i2>9JFjqOAc&NNUu;шƮ儂N&Wu$ƾbF,ՔlXS,7`#ê'.C'GbjIwro~}6?Ugbl')s6cp/ˡy lV[B!ocd(,lݒ*2/瑇E3s$?xLy]3p8 cP{U3:vNcGNN}:V&?}(ӡÿ+* < z`X}*r|/%!@S%s'?ML.O_r,X.ۉ-C9۱e7!BnI]I}}{קDde9{򍯽C($w#}X1r鬽`rqs{x !fd+ F='x*~J3 ~ êgfE|>n?JŲ2=' .|'pO'7,}BL };efln<\9tnۡ}xB!{#^C+Ps[Rwϣ,OL>73(+׿}_m ʉ:puYq!'.wo hخw=TMO M>w?< T%hhFs 6V/{)( /5i}_6(,0h )rTPmARTϺCY11 ][Nuۊ?g+ 7bզi_!Fd4o|sEE>~Fdw|S6c?;BC}pMsOۅclKKDQ vpDzsUv*~o)amszޤ4H^A8>yӅ7c+o>$wz:jSz5n?ʱLt N-杺bks;5va5l|],.ۉ-3ֱe86x g2UB!Df#N2w Vp]۩ ٷumk..︘ 6Rŕ䆛ws:J+Τ֕{v&c6fna[Ϯ@瞚W'#&RnZ9MVJ|'wO7,gv׵22_803VҲ,;] ªbvǒ}={!9p<|Z._o!3ʸ|A$_vazӅL-eYu^?vB\gN] EgrL/ͣ+)M16$!8^φ XjU=ӌoִDž[Q{]%n;u Ϲ-cg1!0%?9iBLtDŽBG=B!B!A B!B!dB!B!Ęuw/ !B!v#^uܺJkzp7O>Y㟨3ﵗyp81ҦB!B18ɰ|E?vM5޿[67vkD~Fcz-B!BqgI/~aa&m^QUWW$ P^<9^ !B!b } nZ*;/w9 !B!Bscvտju %^CCS|<D#:g?jV!B!Ę$ =|%PcD$} 2C<ִ_`G?8Pw_C,晆u,=5 bm7Ů{ajkr~tޞT 5m~{zeY-,eqm޻ښLlX6bޗYʎz.2L\7Vs*֭mG3ejQ,d?irk\?n'$y9;jxtC21HͲվ F);f'K|Ȼ<&U&Buf'Uï%`E*:y+>sw8kfWakF>7)0q/plX:#G6/aYcQTx"/LAbf/LA1 C1)n@g3p2]Jθ]ϴI:0szxC^ԧk]}k<.Q17+^k++ry+Y:Dyy(RD҃ݲxu?%9}W kyu얥ĈHI}ƈH cRиUIxV1&6)Y9tآG bqcjj,arg36/eb|!<-ŐKI X{8lbonmrE=K/qMe[ZDΒ]k߆t4l48ܱvŤ&FDN5FDM⧃/ֶ|Ȼ:xq#3}{]>GzkRcψ\eETfon9 Ǐս4"ˊpO< 3\REί7À;1c7jl LVsI)cD>PcD$;,ȿ*W3. 31 gsG֝IrGP9fY3=lڐqܲ'F{{ɝL:`e资K~>LOy{a ⦵%Yd,j}'v#`.+…+t7ufs+Y@t% v}~b񣧱#\=d:sL'`2,;9Q3?PNŴb~íkع3SKjo`acV{~HDDDDDDDi>?&I_CIENDB`sc-im-0.8.2+ds/screenshots/scim3.png000066400000000000000000001575511416612453600172450ustar00rootroot00000000000000PNG  IHDRѳsBIT|d IDATxwxR ^#EBUگ wzUzQw(HQ"B:im3?N&ْdCx?ϓ'S93{vޙ3g T2bT0!B!"V.kfzANqlvljL!B!)#4B\l awjZ`0B!BKtT8+5NY9yih3e@躆PNQ>V`lǥIKa!B! r QGg'cI33ҕ0@/98O4.[8x$WE!B!ɠYTq1KlUFܿ]Rr5WuV3uvٍ[%AB!BTK2d`0|kh ]tϥ Msqć0 rh.Fky̓cpb uN]0 ?Z~P_SvC_!Мf F)*s:]@iZvlٴ piziӲDUu\S ! ;0EkRE\$NF 5\pVEv\Bt]d`*Gu F(tͅV0Ǩaf/Bs9 &3&Kш )kFt EVV׉IR5* *;ьmT8c ]U14lNjCsA0CX>k,*3!)` d 91X /<:g"SNd/c2uq9Dpq[#VgZy5M#>)Z%Se¥ a%x&yEj].W@+*89YDFFx%^I8;Vc27 2uN1OGqkFH|Nyx7Xޚ_8p3|cH['sQTTUcX3L7 @Td$Y99l۶*Njܩ5K~ֽ'~7 cHB[۹֛xy܉v,PUO.ؿF{L&@L ?}/[v?a WH)dس_WW!Πᴗ{}]/,vc9q\s92u"}a&oIӮ&p]::~UT Au-wr-o$;%%*/;;I*)E\ՃfPPII Zio01Z64[::FK8 )4 % ^-a&\bu u50ZB1L`f޺zc(T¢Nut MPS.%3;0h`Z&OkN?lz"~ ]N\| iG9|8V-[rxηH&c&\]ɥ.tt4[1ar 6tͮ%W/\t T|FFK8 .'y?G}ؼuV4MfM<8SVZjPƚ`hx:Ι3hiعjT-ˆta01Y"^t\Gs2d`0M!\*(7pZ&N8+!5-3vMRqJq:lD2٣)^"fK94.&S ~Xk|Lv5k/ ~X)1 ҕs5w۟ 09 *-_q$BȒq|&:!ޫ:UzU'FK.°C cMghHt[1?t&?_s%a̸1C|1kJ"#"x9x0w?pI ,'cH lL̜ L&#|)^};-|OC"VBEl\s f>@l޲ JsG_'TM.cG3i0dĹ8ꖋNړ[Sgddfy*loeitr?n#sG~]R[Qއfb5]xA}:)(,d_{y/)H sB-шKMٳٰe~JSQ˖ytbcYO|LQU?{ ]qQXspı݃[kj.;ƞe+ٝ<ejuJ :q,Ç%1>CGxݏI̯9nwM'sGVc1r8]([ou\K9x)nJG=_1됚YQa?\^BSJY׊)@Ij&'F\pѕ}zƒUdŔKx75vmGNz1CM9 뷩eWS92Q1`0cܘsٵ{Lt>ǤiWr81LL`<-9v]sq0)F\\,cGKtb`elغĬ7&/ ':qqL<YY٬ccde0x.p2gε7wu]|@$|U1r8/ǁ<>[;1e揵cx3Si^֜e3/Z_g@~y&jT}6u/ŕtԉ9GAa!1i{G`e<3}W_y9]_Gd”[yO+7;~1e__Te;[2֝= L:O0Y5Ê91M! 'ˆ)$1.Ɯw|n)tߡ#?&ng~:+WΑck0=K+)o?s !69f?yDŽ񣉍m#t99|8o J_:`2K~^vۯ\BSfOޠgnl߱˝~Lv OP}ޟ `2_lgʥOI={3kkt?fw|/yfK KP3!!f,*uI'IBR#N̸1מ}=&LeW2x.wǸW};~2#h:lٺ}U3XV1IƬ7ߡ{!{iL1:o"_u<\.ƜKX{$t]E\GKRIkz]sx1=c&N'._|U~y"&+?qƈO_+ ;k,=6n|81"Nefl΢K9t0]sѡuk&|ŬgYhidPpNN P\l.ѓ=p7P銭r0b wrZVƝ1[["@K0&!<]q9|he)8X%nS.=|ʥװvF>lt]'""hÈ!ou\~텠`w?mG!NMegt"Nz~pqC)y7[r4 ZLf!I &&$f.%={{LcsU:Ti}Sw92/o%oP3EEGe{|fg96t'N`~Cc"F:ݺm hfkӻgK-۾Nj~o@t?ǫ%K3HnێbRq՗_嗪*.*t?N]~lJLaX|%ڷh0PPWR:pf.Fs(FK8Β<7e >z#t6Ə͚?֒_̚?W[{7nDu9@фI;eַwgRn he+ N>ZZf3 kWo{+K!ĩɴnTes7oq w29}[d=tw_}ċhf^pi.7Ai:dT}R !dgsn~LMxn0U9Cl6[l*<T4L-\{[پwfS_1,u3{=l{}7\嗔':`1HJNPQ|/}yЪer@WP5)S_HGלFB/r m ;c #gnLh L˦[{BCB`j-!,,p4뜳"X94j&$s(55¢"jNdVhNuHB|s]^45U]Qn2Y,QJ, .tHtT&+AV:(jݪ%ˉAsѮMk]2܀Mh.{P%:&۷hUSldV;TN0"x~nujҤ"]ӈ eGoѶMkvɗ\IҜ ȦGR:Xn<{Pe\MnqvIKڶmo7lp0TE;\fݟ鍤݃ƐtԌ!ְel6ލnh v^FbXVuMah/fM>ݙ4a kXu4ݺ`49tV>]u \UW\mw݇94oF3Ͽ˦%`1^]er71e :9@&=0â5'{tm"0߫'LXINN.;gXxhZV\s3e@T _VtCv|gslxǎep ҷOov!so5**tFeV*,,mW\㞘'/Ē+4HgH޸\v.?[oLwz|B܋5AUgruڶkj;Gi6BYq+W]{z)xmwSz Fn!b'>&F=eq¯—_mo[(Xt9# 匑UW{^}-t݅V)Y)4m 'x,7p-b⥜?Oj0W`_de^sr|`w?傩r)\0aKB|F_.x%48}Si?]63/bQ\ƾy c00P>Lw?n4lȱ !QL \qM٧;f+$)1Hs+( 0fJmy_/r4O~=Bis@ t?5Z‰ 3cYÛoXW )4c,eOnB]eZlYpH?C`0T隓ڰkNN'͢ữ҉aVY?Uƅ)Fm]}{Bq24zfɌ`_UcȈ0;k=E\v:IJRIfǾCy8$!D:h: KC5:1qيxXf0زmfW^=饭ZJ˳ڌY8;__:?-fLU:f{/t]+yo8]u]s%]R:z?|G<~t¢>-5b-=k}s]% w(Ѧuk"##X7.v:(;ΚK,^T3AB.[)ɩoa4T 4YBXhf"+Fs0j,Lt]+M_G6{$%&?xocjS,BqU!DWG\:at͉+juBqtl2 !$'h"B! uw B!BSKoR j B!B!$B!B!IPB!B4 !B!h$ABPRRBXXVDH<2B!BXv{[x v&%soV)ò3pz]>_*[۶mm%g/ <,X=͛7uVA6YR{+B!Μ oQPP}[gffP\\u}E;w<ׯ𒒒jcr4p:^%o+.g)'$~ÇS/+'o=rk a}/effRXXT͝;, @QQ6P9v?s:,X0{͛3pmY̺Ɨ[!BѰNPy|G}&22;IIL\\qa222i׮--Z@-S-7?]vѺu+ZlEM%""])((@4bbbC/_gr~ 7ӣGwV\Ebb7|))?N6mٷo/O<8s6֭fΝ;ppwpESE{,\{y{cԋXٺuw=f͚r9t҅󞄬]oQ\leAj݊:t? ҥKy%Lb:cƌgcӦ3|0p:UI]5k੧1%44u]7߈x+y\/)S&qm+ʚ1c?x;iMM2^z3l6ҥxi?(Ǐo_#ߗ&xubY%fxf7_o஻| Δ)?TiZ}vqk]ίyYl9E[бcҢEN>ѣϥ}DFFy?my4kg<5寮2e2_}5>,X/I@B!?%s#66/(oiXX`W_}{XBB{^ǎe`6:fʯȕ3fxl'OtF#o4M*[bL:-;:7i(.nzZ[FCiާaŊXrlRSS+jbpͬ^]vKF5Zli<$%%V]{] Z j~eWk x?e˩V\>wT_m6[+~o˰aC6l(z#Q+iݺd޼y,^+]4FDccrm^!BWP.]f駟5;;1c&eVzO8p/_}RTTj%!!S]p>|[nvֺu+zo#zD%3ǞdԨHJJ"''9㫌_սo.;wg=Lxa=w,UV9?C^=yキ+⊫iժ%Nqưy&_3iD^}̘qWmOf|sMIdgЪUK>ΪCıvˮ~g鼕k-Z`T_-JJ||˱cy=Eff>x; ~VOMZ׌9%sBwM~#zGCt.R~i{_B!/B.[{/YY &trp* DEEjЦMkUÆ`Z9v,X5kv,ۛư]ipвeFo>M?oj9ʱl*Bq*U!B!D B!BF iӆC!B!) p%W5tB!B!9s> !B!B0mڕ5l۶8fPdW66 rK: !B!fC\\uat KbX)g HR7ow7 6| #pa)q0-t`wg?tOx{#- .%C§[X-`M*~$uB!BԿ(,+aW3a]ĄcqYlQ] wCFuPooPFxpdyж\?~ܣr2W{r`Y gl 3~ sYQ>΢6uUt)]}嶚'jz^=m{h!ؓ Wb2@\8|'<oyweB! 3CDҽ|X^><+l< P_lS(0Gdhbʗ1 ć95vdBzک.j !B!NЭzL(mobVfOlˀE.m91^ok*] > =TX%󏔔WԄurTմu_n`]S]q[tGjf[dlH1Y(8\pv1p,oGj>,B!h|~ c:{kL],.v")t JK]L.|7ŅakP^N'?GRYW4M:n'YlSmƫ~ZܺVmnQMCL$Yp \>S@QvB!B!D{*Laa9=+qy5 w7xG̓T9 j۳ŭ?Bu- jj7G 3VlxgJ<+7ϭNQm@9]~b'1g,7u1. $e6 j9VKO+̡=?e jz% [P,FnϬY\:sCHH$0+eM}`~j;/xusqzi68Twˁ+x\V̂QMKF=e:2{})V5B!Ba,RLթopvGXn U<mP-Dǥ^iɪˇ1o`jV co]z^z_ͩ.ygjxaJJ1Kʶq% I߸{;[ԣn٨F=ugWG-/wb_-/][g!B!Dy/oY0c8MQ%UT;ciUpP+?ᒞ&~Ox AF\4hPqhU*t)V\3Adx1T͍ۜƦ񾽡B!B*1|iS7gGLv%6ꮠ\Vk1۶m敷i+hg[oU5\Z^Yb,B!hzډ-N쀧6AO:ENlB!z۶I*B!e !B!oFoXkUA !B!iΐ\.Z5F=cB!B!$AB!B(H*B!QU!B!D B!BFAT!B!$B!B!IPB!B4 !B!h$AB!B(H*B!Q07ԂLk% !/:I~jGrU!B!D`WPih.O/WMѝK|s39OlMt0o: Nz'•}!p17f3f'GFCZ7HM}wZ(3,Ue6.E{ᯜq(zQv׉1m`w}$ܓM6\_awhLo)֧!nX,X;vj7ADԪbn*>@B~=Б4m3aLg7t.b|iz'5l̍t3qn*ϼ1UVycmX:#KOD u^cgAbD8$.Ƣ&/tJd.8Nk;dXyH1C6J#,`1C@$A к47lP;͡[z%%E6\MEuY`L {@K90)[YwS,}D laJD;Ɩ7eI}V揞>Cv6׫r[!6H Ǫ n æt*|$Xٕ uZ+k-<A :6o蚞M}v|9}>>s.Ą6h'= VjR~TW]gc:-4&GK `1Ad^Ժyw *E5=-Q8P3>IP}<;^a; D7uu# 3V'Qo7_R}OxݯOR4m2-0>SMueֹg%4&GNQTW;`Qph*YunVWwg7t$'٪xiHDdZ^): ɑđ蓤%$Qu@Vذ5FA n_^KO 5#U*II_?֥& K9&}?9Cseǧ4tDM>^Z 7̇Q/pq6Օ90{RC\݋cԣ &U=4tG ksD_わ62CN|7;:ƭ2+*33l<05E+= 3/RSVsb6!N|x2#Z> Y~jߣٳ^[n#h.Ux^sa4X>X q*TS#!B4 HE!B!Dྂz4OB!_/*B!Q=xg#̄hNY4 ?tOx{#-P!6Âl 6@v  Qؗ| T]_SyݓD}3oCڮ҇/m0üM`Zؑ :CZC]s)[cY:2ߑB!*sQv|zz(H&!)BL@Y(8\p>>X͗.۠VyV.nQ>R؅›[OD}ԉ΂QuB:'Vj"dwߪ&=(v# HuV! ٤~"꾕`wB$8]C_;2! v-{%AXZZ^iRDYt]8+Aդ"n:u+U=A:OB::L(ɪsbH Fxemza4 !2 ~J7vh5hOW*9yz:S#BW"4 >BQY}ԭU_nȡu sB|(ܢΌ.-=P9ꀝY0z?:XٙU/Ke:?$<}MWuXvntMS!D]GZ󬏺5NR%HB (3y^4 lF6oK}6.E=Ny”_ʼM! *=Ѷ~{ڮBԗ[=[LFh|:!ÈS2gZfU3߸0 ˺-Oɠq唀-ZDmC#81u5]!oQ6uɨ_MbG !ĩc׸H?ri^{\&֯.TP?`-&˥*1xi0YuBVu뉮kS4,BڤQ+6Wk<)U!ĩN!B!QU!B!D&{r`a8p\= h n:Ǩ0ooP0/>Qu-a}>&|C IDATL9Nݣ&؟ƿ}R]pe_HϮ(_^E_mA/.}[x[~`\ |xwP䦁i_Mm3~֤k&Lۂ[3ަkAM=7qAowBYK2C[CqfAh<_}lτuiX=7C`cݽ!ND}׵N庵)|?k)lEϋ%( <8Z9⧽fRdZ0#1ZGÈvVub}@8[2Գ9^YkTEo'~U5xh$z4QDxbzyQ0'5Gռ=SUeOS'I*43Z7ld6pu?x87"D5e蹌Uy`;IYhW?.ܬ_UCDV}m7)uVZߊJAz8cáG"D(o^!uNW :jO~]XjT[w,^VSF'C'vKP .ؖ/uiE1^okxN^3V!&T|qK[Lؖ"JP<-4`_zSٖ֧l2*xyeZ/6e VVa58Tv5PXb,ovx|ˮ,upf{4ޒB@GwQqڝwn U[u i_߱;xCOsk,q׭;]d?koEϋCAfw3oY>*Pu֫M3uL,ʨMLiJ'6\Qg;:ƔU\^uU3YqSMSgtOK]e<;4Wv^4\_^^6'lπ>?b9,^sCN}>QQ]` Bؿigm5mtԻH\XD$u0<GECZCr4t^IK\QaOk_E$pv/TQ{&$a K !*;Rn[okmVzv^_ֺW Z*"  ;!!+Ifxf&3gNf _9s泟|'ZcAk//v|?c%w="BEt;FηZTSfqf9GS!.jDO ,/m]0" ow3B]暴yA,1V2& 6+'v7#9!{"uy]g FE2yyQ>JXgJ6\A;EU&# _\c2y4PfP&j%E1ٯe5/}/yY;o>oȪ1p`gkdx٣` 8y8CwTʋfwgA|>]`\s۬ W 2釻GNH3ePx u*C5CerhyQ6:@U¢{ OumAJM>9-;kdH, 34\!*2^: vԐYUgd_Oz24wkY8ߗ_b̦kIE]׶ASQMɆ``y^w~)oN왶gaE:ܼDި*wETePní25rRaWM 7EH&yC,1kUȱJf%C,V] ty $/1_\jeX6o{}챙O(2K|݌h4lU)cTV*YA},Yw W]824x1+56هrMUARw^153-wɌܹ P^F'U$ؘ1+*>bx,[?L m7uĝ5g]@.T;Ksw>spfAv$C'B!zg T<=w#h]3T&+ҫnݼn-/܄W")"lY$IM E}'V3q#2v*ump(C =ri8!Cy3TJ1 *H;簾 urbDZ}ۇ7KŹrxut t]#lˌk_ )wiy5uz#0%[2}VVc\zZ^Z91C&DƘL,(שvpq6yV@[7<|q n<FBngJ973qv5yO^'ô\mbd ":{叄h&zq_P5PPe]"%?Cmh082yd%:Dd(ud! ^umr[aX-Γ2I2.-ǡF(^dz{h(F(ٮQ#?Y4ɽ7ҒdsxXS!T@0SgJNB[oeq0KZsaY2YIMmj[lYp˰ _hZScϏ 8$61guWON//rSa>Ͱ?::?+1 \{!,6z˥d8VpʺhhρC4vvP9R=T.rvYaX;kDs!9ˢ{3zaQ X:|V P/WȻ"A&[ EEK&GZ~bl7*LV"GԖԉ nff5U9UWn=OblW-М"zrfppҋUҒ7_'*"U-b.(.aXtH n ݆JKv\3< fg%/%8 2J{pb/OmYP˰qֈ:~>̪o<%[Γa8c,vj,v=Ʒ t;7-d`3eYPe]4dr4䧕v,sL\d%z='?~O;v.&̘7V:bxLenއ?.k ayjܨw-.Q_C\5YfEso|l܏ .{/o\p=:8,yPˠ /!s!3Ft_'rY!3@<;2ATYn 5P 2L~FZ&GC~oDہh_T&\d%zؖ^ucukyyEM28 +W޶Q#ybJqv͝#T7l@_`Dѫ@m-6K/?F£WoYHnѨ$-RC-ÝAFC~Lv@emzWqTWt:?9\߽]N8on5IMc+# 1>o(J36vPM!oΧ[3шSQ%Ph;()Ρ]EQEQEQE1(((DTtg mq-=+e6Uq6?%Jm>⟟2%=bp\(:X8?6XL۪ ͅY8 ]|~7>]姉ߕ`$s(jZF8kbWIw7jaqKĪbɳ2kX<|۰(pfe0k#7w[(?\V 3;Ězĸl=\^'yA x }>HhVpfO|g7hO,VV!P "6w_nYVfyPbZė.=f] /큽 E0y0-׈įVC^z_GwpXJ8?L;w3)6_qvx`ŬK;K!%~< ["mZ9)j{sIq,(!N=K&/U%'e ά TnAnL(- sFtoudv߅J").ڥ}pw3![™;<38%?|Zm[mCe2TÓb`rOzhX>E/Ζ٭3t5p|GV9x!/UYO[ +3o ANfv6Hi ړiK<7Uv%]S:d5}T*f_ +qV6I?οmuS/ K &5 yd$i.X͂|i9eRZ sG%Ξ? uz-1gXL",\w' W33aOmLVvtß>rT*X*W#=[8A^}wNr߶*lu+JY,Sp" FM|9$gfBblF&Vn~-TyS1RQ w$c~WeOBLgpő *W/xޕIS:SEP $[FJSS%v80=,ʺHpZ>mEe2p4𰟹8*X'h: xSۻDgL'qq.ȇI 3AzrqÓXwXTsjꄿ 塭mn&I[Q8P17=QV!f'fԵ:p^Lfl^j~-Tg[{U_U6"1P ҁ .zO$r9OI02nVtDJ,[=䃯k q3dkhVpVd]r~/i;>*X'lK'ӟ5٣E ##^n \.V.  m?%[Γa8C#3YtkZE-T;$V)Yyc)i놃dd Y0GV)qMED@fxl=o6p_P1ӑ \=:AvA}zonYle)?@q ^6;^3Q3ꉯnIr>5rRal y,j.ػ# G ~Oa2Y%}p]iy0@ W|SۆC0g|+>~c?uph{RZ+xpJ`).b.-:{cq-w!V IDATs^5Y\ ;$%!>N8>;ބ8%j@5 ^ wJzQHoӝړPek{4dk8}gE 4/B~z?"ʧp~2YwMMuNncyn*J,~8EQb (ns_EQD}(*DшSQ%Ph;()>ꊦ(DJ*h_CQE FV|EQEQEQ%DD+sŽ]fy xfE?k2m\X]^# #p(xv5_6{j=BNʔ{jfz;*v償#AQtN ܳ3pZs<3mjU |b|V|{m:&Å4ibtjua9fM#Ra,R/fˋ'v*x=p>C<\J<EP"3[Y]o/R9>͂ŏ@:'%|=#̊((CNʄq &7U#K'01&= đ߅b*<)N_1;%KuH0-G:6+/?а2Vrlx|_1Y8NL_^`Źrxut"LZ_0-W̪!q;%?Îjn*9ZZCo-wނKJ2v󥰪D|≠>1C&/Ƥœe:nP K!%~< ["ϐY^<̰Z`i};&f@v|V䠛/[EQEQV6Cy'-:4. A߀#= f?`wL}9pQ 5JzUzYaKA}X,s<7獅@qt<9(OF@H,(ήY᝚?YEY >5zz )˖bseY &mY d0[Ve"YzƆL>xv38eEoMhR!Lku ںhs8KO3v $!B\QHQEQO7/ZG0]NM͖>FJou K?Vu0c^;hVsrt ,o[T6?Rsb,ηqjZ(Z9b^dpzd^1 dP&̓ 2A1X& tm~ܫeK/XRE]Y&P*_0 峒L^1YoVEQex;rya%Y 8|mrߡrRVwT<>3Jk쁟m٣kWq8o,T4HDzF=o!%p"xjFN[O@q%#g(f/~:^%}lxLYzf׮/WCPW 5NpLɓn3 峒LR,{{}5ZEQEDd Q ?E9 cK[S6frA{TEQehnT8,o%ݖtڤC 8w˘M:%屩X-̂cM/ҽp4-.N9Y#+E|jg{uᇟ}Hiv8&*;ִ>i9pܧ6iڶi^0\X 5@ڍ};kd"('ZIrsad22I:ml|{ q9_VNYzR!+?4 ಉb} jFs|KOsx`&d{((C#?6ppxb 6)owNjbғǮ?R>o]#ekcȮ?"w͘7VԐ=) ,ߦVQq!3?,+;kOpqrV{KjQ+ 8%npDtP_/1~j\w(2iK| -`Nqp$~##]gf˧Zÿ̔/䠛} xp8N+(ؖ^ucukÊ$.4W/4Gno; FZ"& +A, ^ w}.㌳Zjck^^qs\}s(Dwy75U8Ows=>乵"5HUHe rvZ/ѺbNƛLE"Ngo䟿BSQEQeh%8 _-~0*h}*( M>:((})(JhGEQEQEQX&"*vo?ne9!B%p4aX}\%+#}VWG$+F\ Qk"d&:z|~Lʔ}d{j 3 t9J.u\䤈HOSޓW*Ykh+fAE=|Tt Q%>.(\r ߁䵙WfsSe8t_ݷJyYW^.p|`uXxi8OYw>(TF@Hk?qH^|tk+6U>+=.x|{m+B&123| f kZ$c¿1uIJgZe5lMR!LـzwC38™,/nK6ZDшs(g,H^5yv2ɹjԑ((CmbٲQŵBS:eS3w/ܸo7[`E%u4)魜.+!!VM珼\Yuc[+pn>W_0*erV:Iq?ܷHTgNooЌM3*yjX, Nq-2.zz^-xu68=Ù!Qu}q.=qeFcNQEQOԶ.~|azh-kd;ҷrf̃f=~~5,g-BEt,Kkܓ¿^"vj̅%[|l=9d-#8^(A\jZ]> ^ Ke݌ "/jfɷW$O_'rZM"x5uE:o82;6=q-ŲWEQEQMد8 C:)]lB5bhKa*rշOkG5H>gwZ:xp-.V8dnX1T#ǀccIy /f?C_>5T§ #HmU LDX_9YԾK*_n_'؇eZ8e-urZIozL4 qY_Y3P]*Yny6yn첟GMb) Q*|j6.5pt\ZS3ekMNѢjX}DVG||AVhZN |Էɞ)c0!ƶ\bpʓn8xJ ƀd!x czn*MBGXl_ܷھ!xzb0138+C 6;^3Q`*ԲG#P ,UEQ%́mGq Lc 6_yM3N8i\Q PT>=yY +5ҁ\1]6vȊ#b}׌yccIi ,뛾+.r<|Er.xmycC0Ǣ5fypsdq ./o\p D)nY.-{c&!d'7rbZEQEQ&j_QbVCOEQEQIFEQEQEQ%UQEQEQE Vi'>?_$N񅙆SOȘ} qr,8[oi0ɦcy K==WGN˾گ_|+%m>OVm&)F\ggH}XDnfP.~!_?`\bq+/W^ '[Z~7֋RͮZX31.=) r/BMX+tf&]q͓x;|wXs=l6tq4"Aaq|L^9)nU |bx=#̊o((CWP3s>.cj6\fz?x\)5 ?R\{x^f ;%DR { 73!gZtV1͆H2q=f:4x(5~_Q,/PEQep{s +35Cy.p|?|ZV&~Vg?vx{G,w[>("&7@]1^#ӝ  /< eeJpI$ s ۪/N ںhsXdUmxXS!+2(̄i2ǒ}2gbw6ຩ@uǷsS ٌd8™,/n"Yfgy>g,a&?䮛k/`F#EQEQ>݃ OD&LtGܚKK5KoԷnqۇ =9^Tx՗mUP$IOJ_Yn9WLAMV~x)|~8 =/UT +adt;ŵȸtYes^Y-j6?_T,/2!]&dZ|&sά t}a5ZC3{d>䥢((ODvJwg|B|q_4 7{ xlwNH񨝭' 3d5 Y}*gt捅鬖h m6~_WTd/I ;CM.ޕA3Dw*t&-RU t`XdLd8| Bfn%NpfeF [eo}((}? /Zl$Õ)mx &[,%ټb(Z`Q߽@TEQAgep5qk`j7q; ?S FYh킂 z/ܽp4-.Պ*#u3S#w=irP=iN#o`r\KI}#幮]TwR"&IVj7daʞi77LXgno.3P`eD4 +U-r<_V^QEQEn< SeekQ*[-xj6®շ)AyvQYMH۪dU|&-I !(OTn/d#\3{Ǘ@u .,o\p=:8,y82˺C'gO!$?}bh IDATk= ;_vyZ88{K x3rHiVX_>>EQEQ&:@U3jшs((24$EQEQEQE *(((1ADT|O eV{0cH}.yp|2{]2劋#3`RS+zT>) pq5S 5NEQEQEQ"ODVP>).>;~Z,Z8NW^^`$C.98 >:)NL|G`\ũ }4RGrf /\q*((y'ψoǤ8?V~h5uXxi@ yM_;kMCn*'F*auE8M5p^ 5NEQEQEQCT28pX@NiF`[T6Ƶ4@VS+ߛ; +Kĩ ]R!1N&$F&AS\v r 5NEQEQEQCDT|oe]`!ycA5r /#Q!=~~5,g-NeH?qu2 )AV…(((!j}#YO_mI7ڠ(Gv[OBo/|p;ܞ:xp=|5Yw!L̰24qB {[ =\q*((l3ganJ?6Ky0j< .#E9nꄿ NAaVdTbvK.IÅ(((!jC3ge:*<ܬpVmGJV\%7942łpMkq*OG7k&}+<&B.YSQEQEQ#viI9_[d岮MnhX#Ii ,+Ac :{Ahq*Cgwƒdx#84',h=\8EQEQE+>*7sp{gLh=,|c!0t|Jj8A8;:«EQE, `x(H]O/̄]]kӲsb8|jW 87jaeHI@Q.Դ3;%xzKz.P%Py 5P,h;m`#l9]h'6I`a\iSQ/}^ gY1]Q+2 {G7ɟ] E9-k!la쭇qP ,pTs^p6|ml_}VY$N͈,q-wO~tC'EQE L̀|$621pRoFM&~/U% ,3Oʄ2|i6$ށ{K,=OMv8K8%Bh &f@vko2Oˑr1$r"x2F͊bXr(Û`U- N/7A}k(7Ƶ rj|j"4 vW6LU6?էOWEQ%p^-elȻnqJ~]Eo P ،d?;˪֚ `zBfZK]c8Y8nzhp.8(eEV ŮL8 j# % _AUI{Lx>tԴBQyNQ]9]fB%/EHuc( gzePz$hh@.-7/m7q䥊Se3Lnn-=(x,/7:ۇ _b Pؤ(ul$ڍYڎk?s!|{q-u#u6ĵa8eo!%p"xj((Õ5{a(֙.vYH/Άdrs0DV앁ŽnH?\_xfip ΢ClC,@ZRk˾XQw¾;d,#``F 2sc/׋pBj5Cn:&L((Ä8v^%z%]Vo8b|?p ^iW8E-[3c(=y02>818Y^I/:sH J*=./c45~g%u\o&486N"\ Dgl}\@(p&?MT wiAմʞi&mEb5Zg[tlAީu&/U.юk S; 8nznY4v08;,꼾U-r&jCDv'q 2"3d;ĴuU 7or<,g<42PiӝϢnN 䦈k_Iz #SEQEE:D $z v#W~76"v8 - } pD9x+5瘘@q%Bh`vU]ϔ׺i'XQB%"sBkg-wAE|b1lg/ n!y+돈e^%*= B'ߏI{7UWQE}—WMu̯vHֶBQ+1SDM./oz8yt챁@ٝ%pLv?6Iiqdž8Y8~thք^g@ہhh/3p<>s{_I߳ (eؖ^ucukyyEx`ݬ\^zf%˛o^8'pEQ%o>Iٸ\n7'amҗh=Qp2=Xq1 :2y_qǝwSS]py|:w9ؾC[!2+ n_b.b.kMQEQG]jt*`Ha{%U:o`M«h(ʹB}+(2d9댼FT4h;()"b$IQEQEQEQE(((JL`Y`#6ÜpƵn^~e8569!t%p4aXIJ-~M}r{'-=ndigo=.1UbbQ0)SaOXV.~uG$Bm5+XLC ۪2i~ Zo._< ŪgRY)ʅxfy$.oP Vb0?M\Fȧglp,yl9]d牿͕F<CaVLf8EQEX^A=$2]nOCa&qlFnt*N9ab70 r8 %nj2h^].na8TNCɠd ;xR\LXVH'6#qb7 66?T4gyϗJu˂_ -dpxD܂_6^;3@[6QSr>1C@3`4RGf3ϋ'_#sS_=aZIe7+ps ɳ0-GŨIr ǚspIX:(OF@HHO] % mZkz獕<<}fX]aF_z\6iVsLbd$_3fS7d£vT˵kT*|tX VӳMpo8 /#i..+zk*D kay^,ȗ2molKzk81üfekjgYu.7&7zD+ejN^(6*(;Mi'Ù{8a3Nlf:w?Hg ƍNd}qƥCAHx *DėjVN(eB ['Re+?ܷHԱ}Iшd=h>қ/UYm gTQlIU`8Dϻ<g?uMoNi}]>W_eFkEQEQaP;; e5ҩj8|m3·@ܷ<շ,9N'gd zZ 9Yfĵa8kyTq$g e2z͗DY|[I?t{2sm+AL(e0K"x5uE H8x:g%`Ϫr ɧe (-_n),MQEQaP/{jVŘKkd;oGEg˛qonkWNRiCj12zkޅU `=z۪`1Uv[d(]9 6 w:e0KozL6nzfq g-xyV(u̒J4m%-e *gep<ϡMKoXQEQOsy)X&z{egk]?뼡FV;;`{/9;?:e--#oB8nCHI$$m$) 'i~)$$Lcl&,odYfWI\flYgi{{gs9Cv0(s.7Ӻa7lj;OY*B(PoYl?E.,ѹ]vNvm]$l|[UB[]r3`Z1h4к?E*k^l+ϴN[z-p kYzbu#Zޚ-eS,al(~Ҍϧ64L[ς_ v"xc[.Nq?Y|gQmi[^§ {&ܷ1NH暳:KyaqlA&d8b/^nKlC9K[wfN㩬qql euEuZ;n{2O~;x9^_m)_1,]1).^kYH:S1 it_^z]\T"WpYOKt޶gk OKS/@DDDDDD3UPEDDDDD[pŷ>8mkF;[ɭ{ۧZڲ,xs=p&dMa79 +j~/ˋr_O)zYjCF[v>9Jrm]2ͦLD~W?[N+s&ɵ袃r,dSZtE}PnL]4cHiVG.+͢s5 9p\_@1=ubIhc}]VeMyוKaxv"\?&L yy@x$MZs;gXPg 6 x7 |>D.w3eH{.\7>5-luבmݔMϮgLVAzɗ~,P>ںHViZ^n?bC'[5涼$,#ëB+MvmQT}_Gϋi7~ \es;7:9&[Z,m~ ?\i#asEt5/nẃݷlkh)/f3uӌu<#k/OtPv3.Fc_WXYsR+3Sa\'`Xmr?ϵ +=}P_(LiA7[Eϋ-xU}q XdNP|ɒ+GMm+|NEr_e :`Pe6롨}*Dҽ/[cvYu}n`ۇn]'erۇ#b_WwRҙ2(Zx x)qLn-W gx`|bgkXnl}Yו,R>*{^,u:NB[2A x}(o׶|,najǓ~7*D IDAT5Js؛u<?ͅ{ވ}lE=g/؟Gd /ɝ2Z^ozqE; ].ZU}/*ь*8mew^c[>": )i޶p[C.6%}`w*fo_Z忓tg/XwC6t/_cQ;S:Ҍ:m岈z'c4yE<+&􇾙z#W"ummj7¬Av3#p1Dڇxa kQ NS&ڐ_5iỳiܛW[EK_~BVk8רuW&Klr ꤁֝,2V_}H~10)nY`w.T^ĸ;f';_MNFm,CiHtOZp!ώ`%4m I*c$4ۉX3RѶoWZj7C{+?*[*вi9x"_Ϟg3mX*}>j,zNaآ}Cm3h`1%yIy|+g:~"ugLFb8r~V#kţ2KLߛ[VOo >_ߺF.}]<mMpxҝ6WԑjsC {v aw|y &mx`^!ew"w ޯL ._8¦0~JH6l7/-./X}=.NcaHMq?Y*cV:MsCy)hhYxj#) a Zg,ש$@ٺtr<S.]t_nw =>;;NGGG'OyZ`oyޮp ^h߿h"}( yFk^Z$u$-i{x˳ Y~}\2Y5gu˗ 7t.mYeHztpZʺ'=5&c(^w޶{NWt5uSlzWyr-NeE#M[q]IY4XIɒlO< qz~BoNaڏyf9+|~8uIrq*5=xҌWT57%r4~AjO&ɓ{`u IY4XI ȥћ\HSDQ)"ҳt I""""""*""""""݂.e8X S5mo$7d_jS~l9\,y~T&n9nA=Tedh[yVH6 i*gi^1ض{a;d{E;lH'o,*X=8RmoWwۏWZ"``|U#ֻ vYNu_loCYlhue]4H3qV9}r[-Bhsy5Wo6ln{N3v!ڹ I?+zgà3ԞOrWlLqmayV6C߇./n4:̀XKY4U~Ϸ듏>^g)C2Y.%w pSo* w΀qPnjMx q̀E?[tUEΉ`ࣺ1zbKDӋw`Jt+v=mw-_a-/ Q&i~.?nT ;2_p<~|2mX%R^f&m!Lh ؋T6X1m_KtͅN3 VҾjy.d'E?^g)C2Y.'ψp>p}Xs2.3պl;qVNsF.`PNN0G`@u].hfm9$vNWC y;K%cbi SތA|ο\Rvy4CqYv>35y"pL?+GLUi|vde~$Kl}YrB׏ͳR4yPC2Y.ζ&-Nݞk.3 ^J]?Xύ?:=lkQ6.zB*[?: A»TX9)_ڗu(/T~8]oO׎csvNO{S,ZR?5af<füa__:?۱e3 MÛl]C j!ka4|٦۠ﱅ֪2pדJ k~]Uy Kƻ.KKnE[ fUkЁ ozqm|rX.hH4mqU`]j#˾in+Ta-k$ RgJBE}.5vNʗpe]W U~8x 6>2Z k͝uŻ (TWҌG4;c`_kN`9C{*,D.>D;"NM/\O`e~zh߿dpaxV~[]sSB ~agIҥ2Y-9 ^'3[btI;7cR6نcBcm'_˺T6t\d_b_l\e v銮"(~KlvNʺdMxl}Ow vӌ]k"wO `O^&e\6*|dt>܌v {:Hu[7&/8Z:5pʺ>4yb|L?{֋}BT]k`pn޻'Y綆__౛ q omuˀlk9\ }3l/1>s84nδ? ݮ+%y%3ՆNl;5Yeu-߯!"""Z¦nX;so7s ̱lX{fلEĆ`wGύJJ5pDa]`>8;ӋaiTa? ntdu Y[J}[??]fGWw\?Ⱥom]gIo)6ޭ⟿/Ww~]{4dxv4oוKQx.+S.k|Q ?~v)~.h/E ߂<Ѻ,w0.84Um'ᾷ'7fAyFb r4Zj]vӦ p0R78.7 M>gS*1֊j1mc[31a\ k X0VL^Z6^eK/0t9qkaeD ]y%?+-rwG޷ iTU?b(\V4uP(hUZ}[WXH0k]8GfZw0Ek}7@dmfAf =7c:ȞgÄ7">~|;`76sovL;ں-VmrYwÓDnieߏiFd]|ǥ3]zF8dO([~ 4^`D_鹺\Ai[FNXp]4m2Sa@3mhE I[ك}cG?o[10Ttjzڶ}g쯄wp5'XdЀ;J`-ں~6zyufr8mMYG81Z7S f;.Noٍ'F^?v1TaXOFIϲVWPY܀aTkyv)&iNeY= {v "F~}zJbjS8;}_Jգu/MYIZ}69Eb'ں:Fh`(j]@]h}Gckia0[6gHp}o,D.q".~X?Z>`Z3Ɇl~O禕Kk/'5cb/tN %,mw68ܛ<t=x/uglB)ʆ]C]sH;9ӭl>S|LrZ\~HDDD.'Kx??|!yv~S{9_VZHe09 \|.T]\.p _q `)xq{q<f_|  LHOmʛVh]vxu]@?pMVymށmGG:۟x;Ǣ{V5=+)nwU+/OtPv3>kX|w.z).&.6ýs+4XE;./ 0Tb06^m7,4?in~o}f"""ҳ97Bq ҏ4% mNF8\mIFCoHYk|eVJPK'luV[&Ž#gm-m7(BwQ6;f?s&k{]Rkyi;*?X~Z{];揌f[ ;OÉkkw!>h:.0sh'XtsMŵH)`zԈH12yKm֍%'|]4n(ɳTu-k-k`ʶ8*hGXlp8]k7(B\ppx=Oqo Ilk9\ }3kS ΍.AGWơv#sinוIm|ޥL!}mF$Yeu-߯"""ZByn+\=Z7jhGV-qv1h5mGW[e\\znZ<{fYwѢlxu|_I4}]4 ORӺN 2R{wk&YxhbkyP8G4Ȧژf;%}XxuW&óm~[J}+;n>yTTe{L.sa'"""O/*--V5ɶp[֭Cu`^}6v|r]PVnXUln Hu[H+=~0~֗[` 1X0V 6yHWƞku-MIDAT*ל^j6ں@t0g94][+%f=. `LݰL n{pj[o&fo-'~xꏰ\DDDz.WP@U#|s=k`4giT5{a =n9vi݄FYjnƸq ukQLuUNuv(rIA9v68`%-7sovsU|\.56N9uVm.'G_ NcFSn}Os[:f=.r,Jtf“ՍpzQַ0} zY."""=SǠO~><кƪfZtH~q|ErO Ԟmc yaE<&˶mt(K`w10T89dl{7*6Ӣ+g:~]}~~ݠ8r3~4JC[7[+[=vUv.b{I}zӲ;fXa*Ҍ]e!XcSu+Vw{zd~ p^a#:WHuYM#|u\827va>Z3 =pk1:_/V3%7/~Z tM/̢lz=.$j~gEVр-Jo{׏m6ɚRꩍ6mЬuk(f%`{tű`O'in(Ds;9Oh'쿼 *9g>.ҳ6EIe\.zUDu(-DHSDDDD$$IDDDDDD$TAnq߲J)u6"~\")""""""= *r p\tA6:@^F'""""""  3E\?Q&aQ|_pX%*e $3# Ѱ <> iA?<~p6N8'Hoif,R}KSf8|v5eMw]VOo >_L,J)~pW@FJr+""""""= Q/@e=]PDNDDDDDDzIJqCD$""""""Uƒ$CTTAnԲJ)u~?,f(&EO։0&/xfS`dg6Ánj?<|ml?qͨ(Ʌ[r_OIO? NNm; іN42S`n+}wōw{lYV}F8^.r\A=T/_i%SP!x6s۲g¹F;0g)뱷5y઒aypK,g_\fT6sl|Xw UmAm3|v$7~dY9(ʆYe_ Y᳣;d7]DDDDDr\A?>|r -NPu VXr3`bG8]ύek#o0Za-q -NR:c~{6 >y<~ eZEp5l?1ͷm\;r2jUrku {]Z]8S/k.QY"""""8]z6꿾񡵂uV9U\v޶r"{ʺ54px<b8] c ^f6sm9<\l ع &ZP ʃƉ*1uv쳔Y ZU:Hu0ZCifuqZLdYB-&3& lY*@;Œwq[WXD~]mu$n?i%:{Y>@^|=J o&<*-}>'wn_EDDDD$1\ANQc[U֭3^(gL?(̆-ѷ4}cVk_UP/OoΓf̊JgG@CEɰZ#~bM7z^ŪS灿 <Զ;s`%:ͮp0 5}ikDDDDD$WPϗieNGXVQߵrU6e7ƞ"fz; nlv=>: ?ky['7r7̖\[p mUJqYD~he\iS5lէ7O? '-"IMwOm)f Y^DDDDDsYx򥼰k yp3!Ac&msVmT1=I"PYgA\@v{ƃoeC\"""""%wEr^ L _Av'IT9)Id""""""$0(Ho [`^ \LUDDDDDDzUPa}9\YEDDDDD7IXuA 쓨EDDDDD7qwY<1|~X2+uc=-WPG$(*ADDDDDDD t H t $UG`5L׌;Vn#P㡴(q *Hm}~ ?>?Y 5M̦t+GMPv8vfQlO&0""""""uy o0& w""""""k8հ84]3!MDDDDDD\Am¿OiPq{ ~x Q+8vc5p=&]zlS\UZ&.+7/K‘)('ܡ0i`2+""""""= QgHr8TCnd&$& JխWDDDDDD`DDDDDD[PUDDDDDDUPEDDDDD[p<>8a@ftpݑj^fP|y2\슈HOPxMp"xd-Gր?9qu۵@U\s9ducTUhEDDDDDDT.p).8 jqam=04@}KWSqHS u0F@FJ"'""""""E+/|~ྉHYDDDDDDz̃Zؚ ^PEDDDDDp܂ ||?, GZthBNddUDDDDDDz2EΗ&5M2 ߓDDDDDD7JTRUDDDDDDUPEDDDDD[p4 8 #R(j T Om]``|u \lHOzm2?U QԊ8娂;gB(7c5P->\?yÉZ(;쬋HOՐ9p045BZ \V':""""""ғuZ l['A˞6NՓu-ȮT6l|b7̖լTw.M-"""""" -r-de]} H`@ddWDDDDDDz*G~*imy`l!{Ȟ?nٱ ΩhZP+aekt|} <>|t!#%Q^Xy\_Z7߂LpqXDDDDDD$*eDDDDDDDX""""""-*""""""݂*""""""-8asops͉ PV 65ez6m ?T)IF6EDDDDDsTAMuÝ3`\!ñjGMP̬HOՐ9ΎV73I6H"tGb7,YYq營}h{o,Ho䨂_ nڴ$HDDDDDDz%GVC#- \|?, G&2""""""ғ9 #_4"""""""kDSUDDDDDDUPEDDDDD[PUDDDDDDGA~x~;l0"n.9QqQ oS6 iDDDDDDDrTAMuÝ3`\!ñjNDDDDDDĩƠ :H:]Aog6 |H4650 sNDDDDDD$T~Eeu"""""""N8B6:̓ZY+?2#lHO稂/,>:'fFDDDDDD$TAnATTAnQ$+|3ȇKmS'3%ypS) IfEDDDDDqԂT3MBv<*~x>5?VENKDDDDDD$GT79BQa<[` σph8Y 5̶4wr3 '#2߿:X:]Aog6 \ݰΜDfQDDDDDDzNEmk`F1vݗ&ux8市>ȽL  3MDDDDDDDpTAt7|mZu5p\PŚfFDDDDDD:zXy_}$I nmԯL Α*""""""℣ j?8'zhAR:5UDDDDDD$ifsD$"""""":EDDDDD[PUDDDDDDUPEDDDDD[p4 ;"n.l=ߏ$VDDDDDDz,G-^M5sd.dë:pN%:""""""90 X T5_1NdeUDDDDDDzƠ ɰDfMDDDDDDzNWPMp$Hqٲ#VT05RY%> sBC ׊8(/XgZ[&F2{^OX2-43k! _kW7,ؚ jQ7K`.EDDDDDsTAGZ#-mUPyΜdGDDDDDDzI4UPEDDDDD[PUDDDDDDUPEDDDDD[p6͌+|3ȇKmNT_o炯XkGTߦm2d«UEY>FyʮT*nsF נ2m\?YQՐ9!-n,xE :$N-q|n49DTDDDDDDzN650 .?<~ppsM-r-#.;Ƭַ$"{""""""[8B6f8|&0""""""9[Y+?YnRv÷$VDDDDDDz,G~xaqO*nd+Q^#ifKqCD$""""""UIUPEDDDDD[PUDDDDDDGcP~x~;l0"n.9QCfmmiUP~{d(ȄWwëোlK;#d*{&YQT79BQa<k=]>0dg[DDDDDDz9\ 'jk-MkDgUDDDDDDzNIog6 M9JnLBnEDDDDDT HٲhMjzH [N$#""""""S9-r- deBCKs)""""""= x|-kڮNQcVHANp$VW .hUD:Y+zmTUPyőχ_%LȈ+6f JlT6[nwJjY㸷UUDDDDDD"0K۫*"""""" xz[ؾ} ంaso7ڜ:ns'`La%""""""=@cc#>;.Q뷩fn nxxte VYup߄pn'/JuÝ3`\!ñjT?8Q Avz.""""""= j{!7r2.LDDDDDDzNIog6lP[N=1OSQSa],&N.dDZ` Udq07>X aAʊE5MchWL[jM7r֓{}Ns*^,39wڌaAf:<A:'I$I,SKO Es ox@xѺt'l}|=K$IP IDATxwG}l\Mޭ.[r/F B $@H B(H$$mm%>m\S?Yw6a$}3;+, @ռ2JkEQEQEQEQw4Hk'^FLjD1 ]f:VEQEQEQ_*$Z!},6T,# <ןXEQEQEQ~h $ڪ{a7+CIDMQEQEQe&$pBLC(ĈUFBy*YSEQEQEic:ae9HHP"EQEQEQ C!im$$a<' C4M4 bx!`l-KQEQEQe~2Mgt-pjnnf~qd N.覰X,rѲFF2̛?ys(..!paN<]Ე<8"IJ"\cXg ˜ (gp<@ Rb-׷(H)o|R.~ Pf4VZ47g13a<%gmʣb/qޝl#3xGgkh}Nd0K>neCq="z' D?K:/70V16Σ,H/PO u L$Ostμү዗)pmMvh|mN4 UqvlbDYD"\םVAƨehhemy˹喛[t AP =(]3?*( =0J4#Hv&G:,]#5E\ϳ t%.14XIq@P40 X4Aˎg8?|F(t _b߱{i;A Tձt}upom!"c`tt$![气BSt;Jc2@JIN&c9Y bDr67 4 $b1lka:{R1] H$,P42qXfHˎght8J:%͋M @;هRQPoz.fM%9Ԗ!aX-[R"X5! vqIq$)ulaD# ldL`G{"bi1nZN0HDq?7Dp޸̱Ʀ ,S#O4|±AK'bYH4\w])QDy>9GxDC3XhFϾWЎ# >9vأ\t"AD`A03>sm+5c œ%9_o?$rs9b?m4bn*SEQs x\_#ȤϬ2!uh.L`g"%ƦחYsx)}yV_kSj w4s>vl* ?`ɆU,JbtēQ?> ɍmo;M7qUMT&njNv_gI.b&(5mzOdn6r Ḏrt:H"mZEuB`z9u-l{M,_= ʾрQ*,i"#QZɣM~aae11 =ˀ" RC)S{ PS.unkP.إ>#C  )캍882v؟=Qt-j IDӆ.O)4O(_lG3#8MOhg'^Ljv|, sBd&/+y%MD":SeM L(KH%CJJFx`[?eeSKjd)sDPZ;|tz&fQUIl[TԳ5o`sH/-Z4كBO)欸 $:f4)my\5gSXTFCbG|v>.-çxX@ՊE̝3hw~k&R*SrՍܾ @DX-LSɞm PZUB\0 #YŢzJ.NH͢*nOڱ=;N0MsGaU-W+$xp9b-ܶ =:)$MRU[N(CB#A!#V\쏷2R@Dm`]Ϗi9s&fq5/R>H"$8MT&Slosh=>Hu}dGJ %{!CsB 7p܀w7%(iZ kpJk0a] IOT,)FGqX0Dh0/H{ uͩ!\(hF~ I.:_\ n>E֕X \a QT]N>1~hkE?~m9D$^2Ee,^{VC_LU./4>՚i 9cGZc!A/H}r'}9r;E)_uHz%.h((Vx M&?tm]~cE_שּׁcy :mB%=ϛ֭5l}$b],`b$LS??><_oeicWr+`VchI +954^woZcկd~Ndrrdl5O2d, ,ݴ<3=Pr;͑gQκ zv<ʏ,KV.lǓƖs8avXtG!0 [{4/ma>yE a?6RJ xǎ7k_팚,?ݧu|wGw&>o?M{x{Xud;nX'0|w]Cݪ^xL5 bH-'rXM7e1S0ܷXHHY3ؑ=.eq] L?Y]PF6-dpc8C[ső\6D3 4OƋO4=Jf vwxulv ˉ )Aj,n3k!ѐҪ4TG9Ő\AuAk(")HTR ()@`ؗbw]x~varncml71cHQp"t:57FamEAs)u}:Bhd^~8irKt &{SԖtu{`\B!ƏaH`N<;vMAAK1rz[ujjXSQ p,'Nn2b9|vG YϨ4>nN$&>hBR4ig* 8j㟟iC<1HblL~`(Ckk;u"TΧ,_ Hpf+?00_X%"jZxaI#dƧ[L}r5/ phs- EdkO) =hAj#Olgq=,*&cu" 9j1A^o!±H#u,-CD 7cM>ud$o6~F:=)V.r)thsYS)Sq04 ovwpv57YUlϜ?.0>磵dAAX d];eH9)m39rQ y`#3!R_5D&29^H!'ϣ dbgP9"G/F"vF :b9dkQQEQiO04$ tgFY(SWϥz G0LӠy9]*]VY{=g9;#=Cƪ-daCGc5l." =Ln* L1*bRƒI: fZ(cqS;PU3(Ht:>&#GqGtOxĞ8Ot3Dc{h a$CϠ Dk:ugRB0J\BAOb߁>rR 8%E S}Hxn!DzS RXSxF +QmBJ"/mtZ /AW&Su.g(څ"ϰY)9A[l9iO-0乄 'gt #le0<4DH$2CC#$ i32<|޲eXi|ʎ?ٹfhqCE{y׵:VTLNjM5xyv^huYT_],D2HKJ *;(q9kuȈ 3HZƉVTwwΆ6q E6|Zn'inqHD΅_8:.JPޱN/r,%'eM;; Т bcq,S}97~ҙ!czҭ8R'iM S/_ߓY(-}Y|=J<c@iIM{4iҙ|[gg7iϖ@\m}r,EgBbX^/j(]t+z|#I~@ 3DLtF",X8MhܯP47$5/Z@K.b&Fdkj"(i6=܍װyy=QG}y{M7?<w"B:>hЃ4`=4.bUU+[7r5ܴ@=-*PeŽlA.o-! #U]RGiT7EXXƁi)M7`B.KRQbro )BrbY#lXʢbb%P_iA<ܳE˨]#tZxNb9o3i 9xN[ʢx Mw_!$F8݋PrG81 1eÇ񜽄esadZjj&,_[DW) IDAT0?!w9b! ѤmTҴ|1#16`zRi/#6z0to9g .c<`.sl3%_gʵ:M40 ׍s~汛:LL$篣 @.жH.#4Aԉ0-9;^E3ϳeə!' !h`ZqlzJ_l }/kH\)Fbاmv<0 #Z aR"v] 4F? v(8s{-74Zޭ/Oһ}|37S2e?:y }q#w{xbK+G\>>bo~ģIO|ZRo:,-_KhXc1vi~s#6eޛd`'΄T%x9\<拵((-W~]v>@fG /7 v/#eEi* ;5s) >/ۮ,Խ}ủN>/O{ΐS_/2Fu͏ڽK.G_L+=LȟnFT7(tƛZE(jFr]݅W <6TEQEBmA0/+},`rC)~ oǟu=}}㙱R4}#@>K2{lZ]s#rX]Ьa~0i4_lj ϐ sivJ0x,"y0ǡk2?Ry# ~v٫GqKˑp =t;o)i23hlx'\xw uR\*,afQ=#Mh~jeO_`eQ9_M =;G[?q#Jezspr>kOkSc Vё!5c[ܚ,CEc_u|3YT8~5$JFibWN:|{ho\z$JъӦPQEQ"/\@7/'kB7(k@8ȀAV[?g7gµE,M+`'>oW]{@!2chs >q0Pþn>8ܟys9b~ ((T4M,hEs) *owB /\D%O4e4%TFI cTi~}>k5@(=YA} @t@7}Hro']2ʶLdo^9?9a>ۢ<ٴKb4'i;"*.wkndMx} t[|ͣ򭽣'/_j^{޹kk^~XoM}ׂiT92šGwn^N ͗S!mc󾴠$Z''j" N2BzDoT*Yu|.:M^~jT%{Ц$bY )(2 vs<( |B4" T^X OG )0,j/ezXPt{.<aDO. Ƭ((2+Y}=S?Ғ{yˍ?ǿ]Wk柯OQr\Sk&+%~CjYI04kN>ۃhOi#:gNw{Ͽ?~p̶i>'slyN ||DHō'߳Y9xIr' /\6m6,(((3hMb_Z7{գi 1g?⛽IrGG?_ YO^b(((eK14]Z*~_b + t3wܜ#ܾ85EQEQEEԔHEQEQEQ+HMTEQEQEyP (((,6EQEQEQYJ%l(((JEQEQEQf))((R*aSEQEQET¦(((2KMQEQEQeR (((,6EQEQEQYJ%l(((JEQEQEQf))((R*aSEQEQET¦(((2K3lx}3\6;f:_ 熢((/ש6EQEQEQYJ%l(((JEQEQEQfY ۬'C6L*sMcBc{xफ2[akYW5 hG6q[2]^~xdWg:W+V:}k{]#$'{B !R,LG׶Zl+\[k]՟WjVE gA2^ds#>|Ⱥ2yKw,z5iٍ3lJ~P賂CHl*5`gd8 Y~bJr?A!7i4WF+v~b K7p͟[=m&ۊ`KµG1 ee%7-kRYH˜5-)8  7@BBf'> 7STH>}@ 'c ,^]&{)ˮ9|mKNMx~}Qpm0O_̡ fdMиCn "TU>;?Vͭ?[?~ۙVYw!GQqJsןI'heъ:P*&O_;6vfl>_=E.;Ar!"""=_uc\}ެk^JH/e7HCD!""""R DDDDDDz)l""""""a89mF")N/99y}j+gc )˦ց'Ng`* n 3||2|p = sT"y+^DiSv\I񤜒IzZPG2L=)'t+6Tx>48/vE,?iW %|LM 98 Y ;Ed@Lɠr; ďưpZ_xJZr6UӇf)D;naԬ\ә6-+@s=-e fIf|G}#Y_iwyLl#Q{TϾt{KwAkf:ڼ` :9z_Wk-y.'kuMNЌvS[WHBi熰dw^3kBJH2ogҖKMTXz's홄` leW1W'M} r>)v SψqאdU.PGuv3<4M IDAT}>_mNXz(\ԀSSIG#dywzsҴf *+ܠm6sZ:͆"V-(+&3HnنӰzyJY[cL"%MGFr,f%3>w[5^?"""uL5<^-&3ILua8ٱ`1v6UJkk RN,[YpD0hrv=;}.; G6L"烬"55~p ;s  Ulk0[͈&`0{=~ݤ5'v 2'tk6_v 7;ᙉfI {{:zGDDDI~},osMb\8 (l4l d=Ygm׃}NV6jk@r2RtDu㦽(vCp0ضi+uQDtM'a(#kXh EIaLI [ion蜗{0M/ɣ $@#;1B0fz_RJ'_.b261Q7y깛sPIHUGiI;i!T.v|M_|ywsR҈ EtПl^ڪ;-رYA؁FZ]O[{H_Cw n.Y=I27>R_P}?{^ g| !]+FH^^S+1)!* SZ=.` "qzOcb"jP l#lj;qg-pUXy|*#}LSw؉%M)$Zu;=йC7'xڪGDDDlFj _JI5`s M5c {p7c]{>V:1pX>E(X{XnB0)zsj(U[4Pv=:kJAs:q:t pvԏ5"bI>e}ֱ"exoܝ9X)D[K(+f:jǐncO[m[A~Nx.N w6=y.,:ihCLJcӅFInHSS Î"F&e/vqWpLj*Z:5t΋qXI֬dsg!y(o qĦQ<Ğ:k6I!n1$e1_0L4&3`mT?npo?Gиli}0+X?a@5l NGkj=Rps7p$Pڕuhii8(ʡکYSH3`@o϶zGDDD]^Ϳ?䂋&rw2[hsFVu gK!!d 9|{hn,ČILjHa | tqRkuggLe:`9&>c˾kԴ"%*aYKM7!Ɍ9-_? ,f By)k 8V,tvIh *JA^þ]~; Ͽ;ގӭz>{d*Ook)}C|m5' ėqdd2OV:7"x{)PGDDDe~RW\1&rpcˏl͈+ؚHC5X\ğ8Qc|C:{v؈8!+޸HnsQ]x*l*Wj莋lGe UTx\pwr*YvkuaMKu0↥1iQuDQ1dURWl;̓w_d&ǯ m A#SvxML]VN^Ϋm_||=$SpZZ/JyE# M` $>Չa<7`~?TTxMG^Rvس9S1f.HcK]v """""#ƸY ;v@""""""6^JH/MDDDDDR&"""""K)`z(`3p '.?""""""*Rh8}ڏ( ~a6cJo敧uSKaÛ 8ُM\DDDDDO6L'*"""""hH^JH/MDDDDD=XvG0Vph9f=`s$eߦɓxi2侵K? EDDDDDQ~ZrgH9l""""""6^JH/MDDDDDR&"""""K)`AD`=/i 2ߎ{l;k$ësxHƒkN""""""g Ƿ󇥭&N{C5nƿ-ѩ½VͷpK45Cca{_ztY9x DDDDDDz)l""""""6^JH/;6R4ztI|#""""ҋ9`t,wKbm'D;3Q+LcaeNmmS.-BmE!̽<./!;º6a{e]r Z߸ms5<[h~pOzֶw&""""}6J/lNs2ɰ7'!V/c`ĀV3lCb/?54Y;[YfRf3 ݑǪi#u(L?{;d%^WH2οo=@`K[ΩÚ%*K T\M8'%"""gz.i 5)x8"c.QO+ L`Q>{]B%lR¶7S؁a=POq*7bsV#hmwix~,wUaN7#00Im).;&4Յw˿Ȼn%:3RQM[E+DZ ]~¬H: \Gby?~Ct;EDDDzZad&V-G` q7YNɛ4tްӭt.-o#˹?V ?s"|*4on >qu\焍uaPF o?K3֏͵xgƎz7Sp* 'a3\OZ DDDDz6K'>myqQoo+}i) մ]CsXC=H""""}6+hH 0)R_%=óOm['4Ҫ>! <+roܙH:#ISKHO f}%$]z50ڗt-x=E{9eL-I'|'|/sNÈ{5EɅ/nl.l a>λn68o'eÓFf0vs!<|)lO)ɟ6~9`X~q- ,WfW"]8w :+Dz]v'[[Mizk'm͡vJW[EhLϙWݶ^O~eMq ǐTua J!Hv=1/[FIQO&z ;~G&cR -HpBֿʽ=FDDDDIl$~7g(o=CC73~%7P;[<Y9"kP +CI,ڙH{1u_ĆX Ia-ޮQ_b/?54Y;[=O15s&.!sՙRUKr VNyYe8v G\wQ3Xa$Q5^Yn3 91}ou/mYIa_-1\ '?~0e\Vʬ+dÚV1~Lj^TۏLjȡHk0\#F+eX,,#Zxcls'y!UX <~1%)ä卻)jl$yr@gS` Ёx+h)Mnts:VM/R`aO @Cq9LD+yKq穭N"̝ݯC 5mԮo$vOd#D`Һ`0q7xj4$[ir &"""rYpy|Wn>LVrI:?3sZ<4tA#66ż뒟_yR"%K|&^c}dG&c\257op# 3fF:wfL?Rjj-bqӎſ|gfY> ff%(=FDDDD6C8) 73wy$>{,k~?V/GM yTl(vMӋI =Lh wٶM]? `'V-Wx+jita#v"""" N@fw\|J&vt:7ZV2<[wf8Yp& k,$7l+8q][\F—sYڭ~vDt/_81hx\d.cORz˙ Kc&@Cw~Z --Æޚ=$G x'a~2w=9o,dFQOS"v[J9(GJ4Zw45+$FrJh>JW3\Lɾke ب5 3[J؁Xu~ 7!#|O;J~=&E%t詧2bqwy b O$mVkt8wh8d9~U%`M$}8ouctPi#]],wّ.QTOպ,?nj34!DCLEDDDz1?oVŽzȱH??`u's DDDDV D5 ΛJlH!.j""""G3l"~QmEDDD`񻈈H/MDDDDDR&"""""K=[?»9ng'"""""rf)wkxRS`MDDDDD;z$` pSXPMvaߓ+>DC#HEDDDDD ٜ4Lٜi@si!/5wf""""""0lm}: $?Da2;?9f&e%Rx9stpL9v>lyl&""""";vzvFNέ IDAT*6UcsQfb挡 [ɫŚ&""""" ؼ||_Sz~l""""""6^JH/MDp?o5G$"""rP&~= "͘=]Fyñ]D+˦VpԖzCr,1+ⱿSWSR:ա.]Ф̚δa$[ogrNCX {pr?23]G3k&``dy5 Ƚ/O |Dljڷ hr;aܣmPkmwr4m&\&A NdW8ա6L=' awټok 9JGq``Ħw颵 Ruc-f:q%bxҋ-XSzmZ[mOr' 9%=kS?j߷=XcEDXcyLw{\[h1rң8Fdk$~ṊO0Xn`ݸr!{h}NJr`=U;^Ldz~@8k<@ن/ 7X9u~m$O=ĂqaG4p,C??'t` [""r,o紁/Jk3bx~7{ f{Ɔ_ww}tsN$s|Dt+K֡ :$tk%|R>j fƄp9EzTa;=Ep0"}QšaS.=_@BOM+~,-񓣇c2^e__[FXI+"zSX{֓47$HMG=q_#K'}a&yЗ۪^GaE$|X|+Go;6r̿[sj!yd$a1 GP^،۟Icq`un.->"sX>jv;&F܍%mN[X5˨Yv;̉$Ki8ɣC{m,OeXnj'`x\V5PDDn^s^elϋȱCHRBg}zoC︕ڸZG맫p=b׹$FD穼aZK[YDS^ƀ>6|޻H[=ږ@R{5?Z`?i>Y6v*9516 ާ۪q?vJ4ޜ(K6;hk$4ʷHOסrny*/^%/ߊ I0=KL/)\I5(_6o ^O^NYeG%OD. <+roܙH1`M3ߑK0&+qՓehZ?#Qv'~@_%g3(z5[؇M%7tl[6~9`X~q- ,W`yתK kDDw6Gy*f߭il|'aJQjZAk?ȁ}V.js· /`) InZv}S~B=LjHh """=C"v +X+A}\M_3Ksxc45xi_pEÉwbm,7 V$M$x_2^`ˠНÒҧQf.C̲)}YbXidO"gA;i9f=N`f& EIdx3u )rǹh`ݸr/C$7`EQcG]w۵9z1A*Dr% hr姟;qYK܉dKa\5 R6qu 'lľcEzaaq`u~!#F܍ _:ݹ 5ZDDDz\l~~mV.&ad5?splКUMkpL%x0*үܺ 7=Hlbo&pWӺv aa Rl1|_0 .-t&ѧ'4R&.W È{5EɅ/nl.l ~ Et{n3l։rl`{_R~չ;kQ]IML $ΉDu NE!7Pz9@T&""=f.HcK]v """""#ƸY ;""""""7 DDDDDDz)hHO:~G}>DDDX6^JH/M sl0 w~d!VqH ņ;oUj}Ho8FDB[@}^ Kۉ?C,eus;E-Glg9C]XG|$aa鲉{AVOŐ10YaQǢ6+$<?FS#PY4{g`~^L!r`ED_Xˉy/ePΡT(|3o1>tYd a}{O@9 IŠ5mcN I,uh*iYfLSL͜ɬK~ՙRUyʹ{79'$3#}hq>\éͅ5ոJaQ ō4m/%S/|ϻ.;O槃;qe|uS2Ar=0ۏr™'꣗te|t~71.%wũ =~(Fw 撫NÿuE{ҷ210b #3 u{C;Rvyxhl!-Q2oljﻑ8s$<l3o!8cx `\tG;z*;Cظ;_.& Sfǵs r _5Vǿ1P~+ުVW3<5%$7[]j :9˹o}U-&NWMy_|JƨM1Y\LJh=Ap^ zx_ /j)X0~N@y&bƓt=eUYD/OL00a%4 !ᓿ`|N0tſ~PY9DZe\pqY%.~p32~̀F o2f=SEKH:/ ,L3KI<+@Pf Lu o!P0|L2p*3ce:!)"k Q|L˱|zZ[B#%, bz`,) k-uAKD2M ૿c+[+srţY48oᓽ)BXDװ|}kM]|b&5Jzpyj2e.QO+ L`љFX 1Ğ>琀= ЏNU3~4ǥ(j^{=}-0iVg(g[6ɦ$PC聽^]Գ(gy9ˁ xbr "RDt)lyH("$B>y3L?uݚu`?ڛy%n<`b B(uy왨* |ɡ{_0%LJݔW S\Isz  wW}1B[ڴ̕ owƒ[_MIf֚D'^d_zކ|}+ȫ/t`˺,Ye{*6}_2˜cHƙ1.*~Jz[s7`6سa.G1()(&*詻BlZe.3^ۉyzT$& 1e/YC=S4-MSH!hsR[ &I%cɻɎ]_E=1vEx(L"A`u_#/z7C!v`j;Z_́J0Tx+Y|v2塃߉u-N42€yDELp.o؞#֚*諗]t%Sd4EwnGf0VGiwuB! ipD둌MQ  yl((VL(ǝF5tl 3NK.6Cs.mwEN1M>8|>z)& fP?XQe_w«~`ՓNK7GWe6Wɂ)Gw=&|JxnHO9&M .#'e22cuG!DҀ݆!? |xmWE߸7s( k(QҮ-ϰ؝ Ąώl܊=Jk'"BM &)V{SC,@`N;l;)7{@?˜@xO;vC.KNS#pq=;6<k(oIZhh6*ٹ.](SX~3/=Ra *%[+ˎ|I)R,~7۪ ' VvVPI=HUxn -Cexr*_gfh䭗x̓Vx4]ҜO}6p XMSJX p lw Xq UPsmi! 8&= |i/.G`[9[X/Dzyy*+בzMأLvm,^6~`c4yMbicH,FYV' ^QD> q{Пƃ5 ǴĎNA YXO[d<*@L:T: ɻG~1w﷬D:ۉL7Oݩ5K dke]4/Ogό{V3:ԓb$`KCЪBV,^6 !"9__[RQA.HtOISv?^5MS$zLRϏi7j{- 'ɸ88 'Ng<ԽH&0kwcCk-i" EB!Х=^ȿ[E/!B!h$`B!B&M-I$2B!D}6!B!h$`B!B&J6!B!hB)CxW^; #֠Ros~|B!Bjf›F@_jgGk@B!"! mbLJ?2oC>[w6=c/B!" ,hTPk>SˋTHdB!B.YzB10(Fěd6 7E !B!~]t[īs!g* !B!DU"5l~c#JSߗLIcNB!BhfMN% IDAT {XwJ~J!B!Z_aSKb;e7-kB!BlF/ɿ1S|u+3%B!B`8`vhsB!B([h88 B4_m"!h"d&;*!B!8UD !B!h0 ؄B!M!B!( ؄B!Ǣ# n<3LXʠvt+om\?66!B!/+lfG<SdhKq&$jU<>e m)B!BAlFʤ*ޙ='Hb1Tg]<7{{[pR!B!-qh$z 1:*֕q|6? ºʐ]!B!Z.zin' /5X#"H2{ɪ[LaB!B֤gOJ^KN͏!B!D.XH4=P a^Y&R!B!t ipiq8jn4ŦpNέCcB!BuKb}bFF;HogYFf ~UWC ѥlwRzj!B!-PP[Xj^} ?yGBƇ_  0⌽<B!B6emT7?}+>mHB!BȻB!M!B!( ؄B!M!B!( ؄B!M!B!zl ,8{kB&8:2{]LdP$Y C8iDP-aksC;l. K2ЂMljJ;7\%iČFϯ%27k320Ѓ.F@<1#sW4A_ (ImѬ0MV8spLz5n~+X>y u(:4O ]Zl4 }ŷYe OM;VdCe.bs!Ǚ`ǥk">wn!>zaB! 2f(ҫxg? @=iaìM yokk*Wbejr2$'HcAitCNߊ'y汜;J1.ş3z4K VySbz|% flRnJ#S]/߆Oͅ_˺YY撈C]9!Z[/e?~xFak! N 1ۢ"׆b_*=@5TWdn=zBu{ D3CFϗuiB5OJ1?rN|n]4>&DK) X $n뉿IbC)*_.|S!DxF1I#N n32@.ѥ*$ xܪBb"8(!J19IXe9~y#IW~ ^ :ؚ`@2 ;P<&D'YMiuB"Z91,dSFv3m+iDOpRcssTQOwflش,?&aҦ*^,>&bc!yU 7 FzIGӈڙR9DL'c(҈I;8L@?KюK! 둴d:e:skp|UY/D !8lT/sT1߅trm.hKJ҈{30϶oQVs??GV6ViZ>?yKZΧ4x~~?PAJpK_"{&V9#v Z)>X8ZC!D-9a"p g4)Xt9\@4 u|{1knJ+#{b4u -AddxAGO9$Y!ĩuL7<+>~ }R_V_g{ڹ8ak嚂|b5.%Q\w [^V{\ئquXZ+Bߞ^si{AllB!B*e"B!͘lB!BDI&B!MlB!BDI&B!MlB!BD#`Sugn`XqRҍL`7n|Pjo PiOrs,^Ax}kB&8:~G-aksC;l. K2ЂME|oG%iČk~\w2 ffbFy8='hR~Y9%5}ࣤ^̼5>ϩBf%w'\4/G%d.7Mϼ-/0kt:ʼn<͜2%Hce[=hgvbQ$x!]Q,&s' `֗L'Kd `߅R>UN|S!DwE#lz2}|$[>]u׷xdn6}'?˰~[Rsf/͡H(sIj4Kj`ԑ̛Wٶsuy7ɨ쯴l)~-*n,BcwP͇,˦C 4B!қ}rnoSCN*ewyXH͎S?`fWIӈv]滴sm4uk 'SWY36solfzKiS~/{uqO!DKv N)Dw{b[nz/b8sLޚ2X9)*()񡘣HNa;t=1/h8ig=>ߥuжfVz*Zɤa-'(cv_;8㫚zY%R!1B~nwtwLN ?o!k^bnu%l- ~ {30϶oQVs/?GV6ViDI;C]9]ڹ.>Jcؽ\-J}X{&V9#v Z)>X8\!D-9a"p g*` uFX󷾊 8]>_?ZGh!st[:$XCy ٟWM k4ҢYxr3/M<O9|ºqz'x}\ӥs_aw8W}COVNO/Ќg}5sݼOggG`\s66o#m0^1Q'B]wEK3&`PSN,FBъ)l]4 OJl4Bqg|뗕7EqӴKֹ+/J﬛{Z2xkykGODz}hbsoy&.;ݱI;z"gLUQL UW>b~|i~{%* 'M+CPHƳޚ۹n,{'X)4%M$VL#Dn?%O!I+K)*%Q\w [^V{\ئquXPB!jߞ^si{AllB!B*e"B!͘lB!BDI&B!MlB!BDI&B!MlB!BD#`Sugn`Xqo6:??~kװ!\y8}E9h}؛ݕ-* 4,.{ >@ɦEy ݆!)43mZj;͋˻Η)9I r+?@ (s' }xbe!sg2HB34K_')E|B|Z!D2f(ҋxgOJҨg-wC<‘2vn |*|t%1y,H4t=cJ[8,1g7O4?]%v8asH כE 3_⑹,Î=9IXe9~y#IW~ ^ l,_4[!^guy7ɨj=o$sZ \mi,91)|%Z<|¼l:ľ@Oc/N_OɯndIQ2>rǶCfJgR;vs΍k+DVBTHƳsR۹n^ ʧ]Ͽ#[|R r./vvT3 f@ՑFS]4LF' }zK%B`Շ{1$d|뗕7OѽI+ޛɿws!)^ǻ7JDЮ̹:6'<1q~[X⿤am9{p<_<6n)WpvgFN?6+M1{JUk"d^+Lm=lB!uL7_v9f]jPt?AϒQRq /f^N!D;P͎x.ۗɣ2jIkkߓՍy_v#Ө&YD-|fBSr1b?V# sV>ze{7Mr>(㧎UcCLs/篏LCR]A"yqy2<%u PQ$9;dMaq5;4'Sj-XO_G]k**VU9Kg؇ޞ#y ¯e],,pcDGZM,B _8 4k=OE-R TsYxUG6~ 0z޵or[C,p/aDdiNEyZ`ۧ!}p5"\=N3^lt߹sT;B)GREPU12; y^6. ̑^kO?G\NgS8(ɤzIv](SY+iY!)-hu ={(w'dpߜSO֒鼐5 %pYfLQBv._;0P' IDAT LH:'$}dU{6?1C/k^ΖCۅ#L_>-ȻIFu\d=zb#6B goC r~-s2l!1I;(Ce!ze0!ҽ!:/s6KU(sR WpC?B‰1%] ^c3wsyZ#,=:h83<=qe؃n=sg\d|Z3w>sr;lI'܁jq\=}1v`?m 7m+z1X˯Ŭ!.-"BVэmV*滳慶lůNcey15Oݣ7j^mT 574 qW9\ԣCOpoi`\E.DU?'e#-{?*ݨ'x_൬~}âLF̧ḡ1*jΗUpsAld:e:|[ڎ$fo,,Bj!<|I*-xQ7/Y.Y->)Xt9\@l48l^?:N,Ώ ᧼?ӤQ/ kh }&#P >r=~ʉ%؜GBP *` Këu!#cHp)/+³k'. 纅,KA֖Ū()^ǻ7JDЮ̹:Z p{x31i !8E3Dc7ͽ B!D{zϽB!BDI&B!MlB!BDI&B!MlB!BDI&B!MT=^`O3S$~g?}6!B!+碱}<*8 D &<[̗`M!B!Df˘LJ/k?q('Jf0mY,_)B!N[/e5'IemPNO[ IAB! 6 LV Ue )Pu(׷U9B!թǢ#l mauHӾ\5?'B!-)\_:B!BԿMQB!BA]RO h T8ȬPA1{tOUC 2d/ȚB!B_P[Xj^} ?yGBƇ5/VLDGqi|d ?y~M!B!T޷1=y -B!BS B!BzM!B!( ؄B!M!B!( ؄؞^]!5\5va'T4sMz~ qJAsK6(#Jŀ#:my1;>V9qs6IәI석0Fe'# 'x|Nl.\]yXn*Njͷ=iiRǙt\֍gI5_;AGj׌Ng7fs+YAuӨaz ğ[1Qc/35>!%{.T "*OˋjԷR]8|g؅ϋ,>22+]Wfݳ ЕOLzx)+C>vnQ~KmH f?/[SkmՈՍ֔[ʼP͜L{j~LHT4̜=veBq:Ofġݙ{u iL8G#T,5~ix^>6S%876 ||VWB\?І3k'{pWR}Z=zWKx_]~,y(lZY٧3Z*dvsؾLDqDneHvwr}W?Ǧ $C1Ӿ?H>#B~&B#? ptOAO|hsj$vJ!Xb"`751hX*e{019%g}N:4 My4J32 3QmRwB!&:MOH۶aYCE lt7B5NPM"RCy'((@ /f9dǧ֠U[ |?G;ڿc[0[v5mK*V.pOtcv?7Vd!7U*auf*:_l.B^N;v:s]p)8ڷe|r) s2 v27USf5¨ =N2FNT+O:~t̋Pm7O bcc,*.Nc1OCن5|~K Y(,5E?yG?YV{Y|\uicD<+gU^T6pab@㵺K6\ϼk̋_8 4k=OD ?t&2 1R'K~S`W6 9|sť]%R=|.>)`&>BYƷ9;ץ0HR(.t6:EVI6X0r/9]I"DY<]9ߡԔǀa_щo:\9 VFZj2ㆺYY+j} qaݬ]_*:ʣ{lzʝ\D2tqBW/ҬmZJz.z"=uU.Tiϩ?))^ z飧^yㅟ*o7[H}TUO؆{U4 RvQ)?ugoQO#&$3B1Opc'9"lfv+*TC]"DۍS^ kѫeuеaBd:$KؗGɬcU>Qm芇}yn0:%9T[>9q:33}ZLnʪb &mjn-_u c^ VIhFt4P}~^ [.@+8WNgZj%@|N =yu&7\ޑ6Mxa]" )m)%ZFB4nk=ŷY8n\*~sÌ--7qTuտn?ѝҸu`MN!S.:e!LJ5ҭ'okB]Mlp<{w;Gc_a>e EWLM;?G_ l[H%NN,G6T8@v#毬 DǙR 2 pi0xH"+>P)ۤrQ[WpcUcc'M@D#*2+`Dl(o F}ťU|9}-+b<Ъcy6X:Љ UOZ^;+L~IV(ؕŗ9'Q}tMDF{KV, U?NՃ{~F#vy8UKtu*Xۻ8;ߙ]bʒmܻ1 !BBKp )]Pn lel\(mZjdrfU}><3y4e#9+-)e-m1q# CWT0 Q+x :H({!H_~ӹ_m}LWoߴz26x]5ׅÖ%f鮧Guy7bkBT' k==ѓ0])r#PlI>!6̎GI_Mꗂ(˖u~լƏַS~UT s؎Իm#;S5 e}H27` _M`egcѮ%{]޽,ߪ3}`rP3b+=xZ?{*چ2(wMkrǨC)mʵĉX.ލj;H&wswJlm&4& bSՇW>fҒ[ՋEG}tU~S/҃TEc"FMecIj<6ny-H,/Fے =$$MJ6\P`[(R,R}+"lD@c j!x^s8=AC&,UTH+>a#+ihJ9ivENc-`5Mocqo]ti.&ae+sF4xv_ӵ N(0_4fҨh_&=ekfKqetTʿ~d'ǫB"I_<އmxgI*K|7q W'驧:>=I89\23@=WvS~T/b loX!3n&;yJ[FV^pN0/30SVd̟,sDs)O`35(?~{N7:֗,|n*wY3}<r ?2ba^m1rsMe\4K> ?o 3d|Q§ڞ+o %%g1ίB"N]T8s )Q2TcE uvTO&__)`mUAv2<ӛ? Y%Lvؘ4FQu2\51!^X8F}DǕ![90TAOˠ)BUCe\1~箘Iǝn SkSK8o 7:8FV6 l~;]JKI{*ɦ萋/ꊹR)P kǑLP>^Nuy ?Tt~ݑ{& G8#M4\d*3^Qb=R0j3m=->WvW~R/92xl>Cx~ֵڟ>C G[" j=f A~jJOwҹ+L)5[z'AaV2|+Y2MϭDWYĹcƈ^ 0RO d/!z`o)B㣹y9 78b5{Ž|; I1 l/!P],=\9s/NjΜl攥ˊ?p`H='ZM !B9?e(;!B79sw*JK"7&B!bM!B!( ؄B!b6i"W$y-gw*;ײS#R !B!)6?sL z_rkJhXOP5!B!0Bftln*g}F`Zvw|%/A^n[#Y!B!N [~s 0\<$5IDAT ٓrSI);~A!B!!-:baZK.FJYNB!BzmHψ1\W`:B!Bq@/lvBVB!B#93Y2A;L/!B! ҲͰ|'v \~To.d/ŖMAYR!B!zR2PJPlh;rr(pH!B!)K[b-_›b=NB!BzqH!B!G6!B!$`B!BJ6!B!$`B| 5't7oCB B8]wIvYzTdFϙnwwb@A:_6W:? @qXzLO5x1dRG(C[Z[]̕EߧۓFs6TВ\GMll sS"N zshS>s%^}O.U1qi=g:9g?D>W̸pQ/\W|~J}wqa$&o_&aRvNsj&a1Rx.v¶;9\FW$YWSd9X "N-1ڱ)l_ȪBQ\4 ֯jIS;v>lo3w[әVx=a^hĞȵ\ɱtS)3'YNc3k\4f,`E+ϢOk/䵂XpJOmݑ }߄ /owl|WckXӖM@3(ݟ SB[~s 0\;GQh&l*1VISv(8|I%jJPd9ZwQTÖ௑0 r4?aKӍWJ+1PQvPCOnn;{i CCfh64dJNB m4#6LbscR b4DMsݓh/P5|͇jT/ fy$]1?bfԷ|ǚ6 U ɶS5DU? ca줼VƓ@YZĻ`,ug`v/6S}ڷzSb+b[Dq77l2.8 i}*ےvVzMujԯjcGako) @M设;ҘVQ1{mz6{{jG\ؽ=2 =y&?;>\=J0;>#F\7lte糃xh) n+ً, y˪ڗjyZ{ ~%3nx9^ffꅙk!kL]]zY[ϋxcss<'u\ =~:)}'^ VJag2sn]OQ0fZ /v U0(R!?տJWE-1ΐ7 ЍΘs@1rs5/vF+"iX&2<%=k1fsDi:vC J]';\wrMNJo&jx%+"T314m"ScTaMAajrլj@'C2qi3q,?:t56?tگcC3T8JqbGyOӆ02"taA$|[ϖ=XT @mCM/_`~n{ ^˚6jRq1޲]}<4GaIoSflܦ[$0ӳ /h Om8K.N>#v.̪wy -xD[T.h,O?\C:Ns׆M9%BrskcFBSi`b;-Lq2ƯȺpm`ŞYaD ؔ ì%о(Ip|=!KPR/v d)-gT5^Lcg31ÓS % SЃ۱(NyHq.v$ۙu_%/5=Oa6I=^O7æt+\Kg2wdfNPl+Q@q,flx"|ZCs G e@𻗐mF'چ+ټ~sdO!7,dHw!q<ȼkhzPܶwFc۰kStuc_/LB܌2j07M2 ÑZC9-7 YWnr:o ׁfq_ʼdրMquIBm,{~2;|ᵗU(^Xg鞡a5څ,Μi n rlk-gs-/rvLTs9ʕ]N@<쌽;j{QJ=ƀ"NAãbS.?zͅ=$5 RHSg9`ӆ[MHWJO{x+5ebkmfGsbX}Gn7>?gnhx]WuE痕/|¯w|)mn*~ݒ$Ss;n?弓P(X@6qw3[ºl6_&#I*F;O6RS \hOd=gω$7ҨxWV, w1[iNv]-5A? 1h>.ЖpGdƒzZ[3z=(2-oq~ȱ+]ԯ6idgSdO(tB;yxDrqG }v|dW`8qN@SkT La;QN:3WVq]3[:Kbw3,߉oW* U!d~6L˧qᓟYeԉ\]W^2Nwף|P !x)^|Ss#[u?~ <iH$Z631́QZ!xiE W=-aI( T%"&:އԴ)ϳ3vnɦMX}=/ m1Cd)#`sk u_-@<90ibj8?͛|ȴh"7󗶯Dͱp|Ӝ*V;L5BSf\㘏u$^n;b֞SSVEI$x.dQ٘bT#UuLϢ_i(QQb[_cNt3ռհZ#BS`_wKȁmdXyV]w0=+]4Re<]k~g6ݎMv;DTCfFW2:{j.`etCчmfʪs\Ly!R2\?L /{V;.>;>h=!2ɹO?BDTv ~ F-J0>&2.^dϳ7ӉK*OUѨ4U.xDs^7m!|dr#ٓr3\Ismی*C_1]V}D ٌtz!fn51Qݨ)[Vmc ejC,N"zR8Әܙ>DR~qc'PI0R(sgh2+cbm4@o8̜7ac"lD9;"d~=4qS@"G>I&-c} by5|N˅o*}|6~*V3:9Kf˼BXLɇ| H p?uu\Sx-a|ƚ+y'e-/WBK Q9OO!Ibo97!zQ;CЁ,_!N)cV޽t ꞡW 2x^-;,FfϹ !84//|KCI:O1(v;6p|)0f&;eBcMkR6di/l`!0)?T!zB!B1@I&B!lB!B1@`wh~q4 _y+^ <]՝ŗY9d:$dB!B, Qx67EX~jގecA\:Ac۳kCy wgwWMtK!B!B[OȹBÁ`5xq!T !B!IZAВMkRx4S*b#']Eo+B!z#8~9ŶowCTZL!B!Nl 0~[n߂?C@Iɝğna1!B!8: N!ĞV_VJv*{Le̛Ǿߗk$?m:3=~!B!8aaK6+iB!BZ Oeiք^Ӽ^ĩn1yq|'ˉCIWB!gaёw}-{IR =Y4$T!B!N661S?FM{C&%aqPb$ck4/}Z#.D !B!iDj9#7ۛ+@M*coe\훛+B!Bqfg)̈cgN"bgS#ȓqѥsI:me) VpGBB!BXa>`O n):ϔg:9ۯ?ojL41D?s,u|KYf!>rj_o-fyTz "Moѩe>^}b[~!jץ&̔zSNu+pOsMӤ}ios4wnbgKV}ǝQmuի4e]]JZs} ܙ;@r2?͏ Yx;=[oFK+g0bb\水97oLs\x/7н"񘳫8&L"/#~RuUƛ8K=UbecKJ[V.,)R~nZvd8@40 )R̾{IGZSo1;?}CNv5͒oo̕!Wdt,widu  Jykr;Z< }N2p ~]O/ @ڒ˛r\hrW9@ ců14nj㤊YڗI*g>󕁵 `,ަDݿ_D|9V[w5@9l CN9[7*RouwXb'\n;٫9%~O_] ?N |;]u>TZoc'mƉyO>l=c6 6sq.?/p|^˿ޟ xZA0l #˿1|bmG/"럗/s ߇h_,~;pW5>K/V[Sx0ܗAX=*`}4U~9wz1eZrzGCk2|}m; }_}JGTWJ){=jRSRzz+zSu_)T0VJ=NRJaT#)1nqEc zFٟ7~}ትJՏ_[_nU;z] ?WTuFޟQ9K}E'afp{|[e-5|%pc=jc$O%O4?I3Y~ Txu^~{JV70 OY}޷I:]zc/ϝ/_og<]u]gP#U*y$.'FJǩTWJ){=jRSRzz+zSu_)T0VJ=NRJk7|w/Zw/Zw/Zw/Z7V3yv<oa9UM#alͶڠ-SNw _!])LvUH3X, 5#oĢ9OvEcL&1w|Xdx|bf~{}MlPuǷlF׶g-K|o]bꞻ\8jP(l @?=Ȱ1Xݞak38<}luDŽ7[Īr{|ZyB9Mc/m2Z>Dz־;eKkIӤ= p޺?pOQ;xZ@cP&8̓Ujj<>eyY@{SF,~{ iquC]dT;6ww` 8g1}rh fM^VDɘ)gX 54M\M߸rgm[rߓ/=MbhKGy6W⢜^ɭ<]/6㯿zw܉ ͻߑد 8l#նuC_]-뿋UƐ3#ˊ,B%>>h" [\gX ͠6&/wj)p.mO?z='[h~Me~5#vizתHh'<%flmN <|d=K^oI_%׼M:l3|&E|S)2!(k%Ŕ|ir{Us{^{]{D8Ori/\|nr_Km[yspW?"MQk>8h9'jvY[T6ds>8枳6A+I9/ #3W^͌[bmmϵ Z^>Ww>䋿? H3¿<ӚVrƹ1KHH%>Z#=ðƚ}MMoE@L/U˫߲ܼWlǧW5hO%C| ߲kh:QƝtr&l~GNTx`T+Tе*^е*^е*^е*^е*^е*og4jzibZ;rzor5E)G " ױ|LPUcd[WQ\ϿVY6ܻ1eΘsn0jFׯ;^`j> wU\7hvVdTޠܚ|y*ԙlk-pG.bK21sO񠜬-U߾V _g9,g>9w7|*nmHIh!(/ؕR>]>jybPoup|Wm C^G=L_Zd't9o@sq5OY&:LKG+.pǝU]VR뒶S˘}R*Ň0msZmMm>?ɽ ӗq]k@jieˏz5 V V V zMtwc6k|i1nL}MיO3-x@a܍:ih:1u5]gt<ĕiqjiYe$/w–A"g#LjcohQ;ƸY b~L|'wi骷5Ol~}]N%/.iȘ2]ď 6qś1bj|=F(ů86bkNt<_Ö=9kc`oގ7j^^ϷҦ3&)XuD.A[oOlo_WV4&y0abWo :L;)>>v.7z^LYez=N]$vrUtˬٶ vWKw޽=dx$]ty_[ϓi1+;rpp we}jnq>${g c}(:,G i(R:.7z;ƕ׭+`Z>p_-pب6C#G,o_d")ʳijy[֓$ٴď(D>}"86g3o5 ?ͽmQXqK.^6agIa3ַ@ç`w$\%o.1r| 2" 'G{ *o˱fq-Ǫ|U~~JkZe|{;tϴMq7ņ<0mt4b4ݘ 3fZ øS`gqUxUxUxUxc#k>MahnP/G4EY5ۧ]կGoHCuc]d9e#3 sGٲOxlzsWŵ)_Z/Zkq! c=B;cgƗRQ:~=Jχlxq}+܃9g/o[{Zx5u?r}OY>bN\~\J9h݁~uiկGK{l[-wx 3I:_BU5oE7OevS-IeOVBW~=J_pE:HQ9fցy;Z0u`~Xg/﫸\uָÝWPIZ_dn'nΛʖ>x U/v|Ըe<):MV}8pLUwb9{͆ "oyGZRnUi5pocKx U>RqykUz"淖u=ajgVq`/v| O圷g<}^(Xqe^.^6tn ᲋_sӽU\φ+vxtύR*HsK$h3J)dvZ@ yU?ߪ_t-tCd4qyk<\[.Z c7Wе*^е*^е*^е*^е*^е*^е*^е*QׇGIe7 q<J5}'꨿pۀ5ӷڿMl2z`g>WqK-r.o_.K-"i1׭)co8~909]bO9{)O߿<2o8ť..WqѪުjm=]Ӑ)?4 M?H0RvheT~ruΐ-q^2jKEX_mZo O}᥸{W.;sq^ͯU1d14GE+BI SED.w?Mo5=mu.j~H_t 4|ƋxEz86ֽw.˯7`;;{{?ފK;;Tooʏ>; { 1+jN/׏ ~3wՇw4!6W͵t]^oXI?ϳUL\JV>;"ƊGg~x9BzwU_ oEbي>6\Ut둒_FV'dn0:pdؐc1X (!Ԩ*vUhzjx-jU9ץi'U'> V V V V V V V V-5lbf ba5Cdۈ&yj@VM?-_x[w[;`{O]ۑb~p\{>ʋss;'#/ouzeHت[*.qA[5J V̎Deca>6qRs @O)?jie8nݜnM|r^ ~NȍR]DIürkX,8wǖgzy -%NÅj,knΓd18N,bNy{;P.w+pBuHXodD#$nBc]jўkj#ج[*q|< ֲFn*k9% Oߜ[ٮHOͳU<}:W72 ͣX5bu!C(ުjH2*,sA|q  6yOʭАqyLqEVw{+>`~Z@ת|{@ת|{@ת|{@ת|{@ת|{@ת|{@ת|{@ת|.CD5*9U#LJ.l$R jO`>j.ZujmZL;kj5#m lsX[9yzi8ڽZۿN/![Gxc恻4>L4w[7ƥ )v]TlN^ܥ-az}9I視z͍ kq<2w wݨa]Xl*h|jiWwMu.j6{*]ӝG)߭jn糼C;ek[o+p֖7|視,G?K}pL&q{{@ˌKʱj4ߵK\jvWS%yu.GL-}{{cneϷI|<*[e^[tIŧ15.z} #^jZ+Zd_s _bNWfSMa߽J.WqI+t|bѸXLz9-~j_Q#kٲJ+۴olӸէ榘r=m]_ښo?gwT҅Jݲ q6,qܘnҕV+O/BV +zw.zӗ gSyW޿u?:9,77y[bT?[h|!&J.}zܶSmrj\]kOqKgU\^nYUEev34.׽RI_׳Z%\iok?o|Mg !x !{VK7wl5ϷV,>{5k|qjj:4W`v:w9_7'Á;΃ MJµ~m^]ULMaN>߽h;cW ]̰վjUGͤyo¼͵1p/$^݁i <Qqs`ո[;_pv-ފG:͕gxaoV{1jJ?KbgͣM| d~<`w޿ubaNcZku[N m#p4ޡ)ֺ-9l_\_VUWE޸:nx$-NdtYl8֮x=~d8#Sğ|k^zj?Kl79ԶڿG_spͿmo{Wi=;Qvٿ7_Yr^ԭU8mng2SF:qYAmYff[{vWLv/>u{mWw/ޫ^Lm#]NڟSе*^е*^е*^е*^е*^е*o2+wt6Ǵ)cZ`cMM+ĵɊ!/(5lӲnnXEoZǴA\>kshC୮yMZ߄l'Vun#*CqSe1{MѤY1y_Ph^dq=|[h0/muRLsq \X|}SfM-j֬d;?E5EV=WᾺ+mj}܍[} ,䮊0pGN`FrGĶZr#]MѪ ǍNf3k%Dbq)VM;< lw>զ窵}}W$[7ik>9dr\+NȢxM4*Ǽ;D,XVkYyS;ijr^K]ee~,p؞v -[7ik>^|gn㣺+YbʠyIKƻѲSKedNe}-r'U wcVZ|5^>J^o> o yUcn+5YMWSuxq?E9CrȃḞ1hmw>)wkLۧ{dzgGs3:^W$ٸWjsn>E~2Yw<qZMΘ^VD7|d1L;'֧=תmq½9Ng8~L4&m <+e$Դ颊-e8i4b..ۧ|\NPj;p1|y*N^ӉfdlH0pP!_D7b+Ł+;OW+kqomI57yվgwf|ιԘO|p|\vM+poEӬϧe<<47_s+[dW]ۧ?^u]vo8Oڿnx9qybmSdd~s)>?٭Oz~.K?@tl՞7 ^N6J_xO>{ii'>~> [{5iOs;"̯`[oXs+0+-ݬHy=[Q-~8l0Oj3Nb: yúq~ϕYgT$#1-+47eh=w3y٨}z$p#G':r, \U V V V V V V V V7HWڗ&|:Ouy5Tui̞>ӥ.-6pep5pCZj_yh1J^rwoO@O&qe0*jw6!1p6HYċVql,񼸧=h{^ݐuևwoKXtLHCԞOִGi-g-n}$ܪ=w6)w ?r'L \W>ne>jym|{obL۫!1w */룁;v.'=swZVB3(W UT\m_?W;7mϝZb0ޟyJI0-%OHIcۓe~|heO(Zw/Zw/Zw/Zw/Zw/Zw/Zw/ZJjrboU|:5}bi jǖrh>P)@0$Q1v [5͞Gsw=+HFtLCi8vbV{SbtV;הx=>N6ސY?ڍ7dWr.6a:$fv{SAFD7ls(6G]ZrgeZګ\pZ;ŷ뷷ư;y.w f=d4.wz$Pu^~Y\=$boU-bS|* O>2[KWu}E+X $Fsͷ[u2paq57>mzQiQesEwnˀܳ5=pGWi$F]ܑoÁ|DyH=+hZɸU-?57VݲHIb? +m#$ɕ7>p\U.wLggtY/y;Ǐ,X"yml wveO(Zw/Zw/Zw/Zw/Zw/Zw/Zw/ZJT#MN^*Z:<}Z A(pUU>^j~o{ p] w*/kӃ'kU>^V(w*/KqYգ#)*^е*^е*^е*^е*^е*^е*^е*^е*WFy;e@ת|\0ܾ}ˈkU>^ We U>^2p^ ]_qXtZCwK?o- V;ّ뷷kU>޽kU>޽kU>޽kU>޽kU>޽kU>޽kU>޽kU>޽kU>*}:)ZUteaۗC\е*/kߎGt]񲖁;Z^$e@ת|e'9?}n7tZ e>\ ]񲖁;rJOp@[i'`}Ô]]]]]]]]]qUijؘ-ǡ, V㲎F*/k*j@ת|+8UxYWrZ4V]ϓD@ת|V[UxY-;ܯ/o[UxYzUxYH]>-p5U>.+v wL_-Zw/Zw/Zw/Zw/Zw/Zw/Zw/Zw/ZJc,ǒc⼞귪Uaۣ%:Te-wST Vе*//]񲖁;j٣HZ|})U>^R<ϽVе*_dGY@ǻtǻtǻtǻtǻtǻtǻtǻtU&7 |TלOÔyeIC5U>np ֯㍛е*rK; [UxYC܈ [UG:UܶGJ*zuGKIǹғ$2X?5U>޽kU>޽kU>޽kU>޽kU>޽kU>޽kU>޽kU>޽kU>*pLָZе*zԧa<0 0yz**Bv9{ UxN/c(pmU>^q%pmU>xxy9-ڣneF^ S#Mtǭ:փu=tuz9QkU>^qly^tU//UkOW V\鉑Rzz*Zw/Zw/Zw/Zw/Zw/Zw/Zw/Zw/Z:LSfCN@ת|\k٧a^ёwH \SeVooG];itU 8hkU>.ǑeE/ֲkU>Ε$)]*9?< TxUxUxUxUxUxUxUxU4~+ s}(Zz9{֗&NJ,~< pU[u<wo7\W:#|-p U>^VP.<]tU//E{*w*axdY7P\IRWJ%)*^е*^е*^е*^е*^е*^е*^е*^е*Wun3ҾZе*si24eD\е*x~U>^x#%Uu]nZ:^^/oKo~/ V^#lD"w|k|$뷷kU>޽kU>޽kU>޽kU>޽kU>޽kU>޽kU>޽kU>޽kU>*puzzy* V"QO94LY4y$~5gUUs~;=tu%k~'[+Zv&'9?mrn7tU zq;ː}zV^#l7^Gyϟ6Ytǹғ$wKYkU>޽kU>޽kU>޽[//PlӺUIENDB`sc-im-0.8.2+ds/screenshots/scim6.png000066400000000000000000004675261416612453600172560ustar00rootroot00000000000000PNG  IHDR pHYs+ IDATxwXTWwFUX[17d7ɦm)mMWS5A 003LˆH~t/)cn} ##?G"y{gѓ:g\n+퉓&{m"J8K/[ ;c֜ف<?mQ[<>ʲ˲V-++KMe˗/s|>jKV^VND[n);{NC}ewp6n>#V/w駈ny\zD_ @&'O{qcxsT*L>#/wpq}ecϛ?_hlllM-2RUՑ|G]]ߝ3mE&Ny[/L֛LnR䠠AAرr;uF Jl68ѺrbqqRYټM& \ -Ïک >!QC,%f|'Z[bF..^rؽkwjcoFDq!q}pDeee¡C gΜe`MT柖sqqqƥjndzߢ董'PT\ɘ1ZÁ2:\de/VTlLM}iN'ݤҋ71Lm9&_?ÆDtС"#k6#XyC~a /Ϛ+'< ъ_ `̻Sk} o]n4/gg_ɽbM3 999?)Nqc۫|3.Y{xxlqB cFIL$ɓ'sFg=s WyK-uuu4n޲999\B"""hAgk:F) ӛL4o%[9,*jCjDpjSYõ?Tկ9L&")Ѭ/Ν mFjJ$2S.An!V3{&@2دUb֓Y۷mAED>*ni~eW"X"-[7^QQQRR½.JuVĆ[2yič!1qwu:d:P+/LDNNN#c_WhhP+K{&.\pֽW[M=fk_DǶ:`M;MzrH7Fl-2هERRv^t& |":RPpǰaDGNPƏR.܌LXȪ0q_MUݶtۭض͵o:\232.gg/\董VGu:\.'"'ˮFq˖mUKNJ₶RR,Z#)@ \:G]oԷ!TTG+WXV,{q8̚=˪Çu"6O?k״_ms26Nq%40'vfe}x4(vM7mR[Km|JD7# L; fә 'svvnp}j"*++8n=+.,,$"__ߗ^~K;zrvֱoN\s+V?u>W2&.*'܌sH;+yR\. zk;ݝ#c954+JOں5;Eg4j P|//"zxȇFID4)(h*-[k\&?o^[B^?7TD"ȄBnBatE>GĚͪHW={˓2lV (0Bm^ɽ5_FĎ7nܩSZW;p8!Njaz{^@ ˶IYYYY\RP]`PRqhLn) 7_|E[2F%xk# eBa΍:YT/IJ|yR!`3QFU݉(;M~Dy{۵5R>l3>KٖPnFv|||wߨBۖpf/_޽kWEEwt9qEEFpp~-O֯.dMǜ+-[6mˆ}99/8XBy{~~JJ۷7I"jϕ/h^ID5Z\i vw̜5K(Z:xhcx<镗|c-˲Ͽ<?N?| @6lNT,7X_XADq7lTOE{͵D$W\]][ӪUZUVVv檛7wh4ڽBa˒ܔϞy n3oWPD.xD~sj @'S[R7zK]c-|oDtv|?"CVAD?{?Z7oβgjAD?&2nt@dD!64\=fsNs !ãCG߻&tg@[|>MWZ6Եu) Gz=Urc+-+\\"ƌ3jY_A4̾n".)m?lM>h^o4 6B/̘VX_Jח8փ~lZMiYi%S*(lT-߿/zN%裬лo[{+N qjM&'~QǕHx(;h:c=+>tU+ZV~#ˤ:lπr7l>?vX.럗ܶeOnYQ>m6ZTeRF@y{ȈgO3kVU$ھU2'IKoU_|n߁3=Voޤpq**^w#6+<Ǿ!:ve\.zDro?c&Otpiy7FŶ,q]wpe')HTM=:T;Wלܶ3_: \ݕS]'g?{/i^[xIPVss-H<:jO>]U5dxLpP W׾pqv ʂBD=(a^Jseײ$P,檵>7jXouU&۫eW|/9Vv%"FQZ}v 5ػ.v4UuղQ<&~m@/zEOw>y" :KУ""FOq!N@ȺCcGi+ƺ6[WU]WUݲتlM==9~b/1iْACd4>2;5ks,<O6KyeY"Rμg۩9g`@EA衣f$ G.'xXU2L̟׽[_HDhm-\^:m'1\XY]9Vӱw]EAᇏ?jsޣO8LUY FÖ &1q^n;bYOM9w}et&۞ᠡCx9=* ,91'r9)>Qի.g4ŚcNhEGLj)$\?+qg"2U][M]cZ-]:h)9;wo_,&u_r(|sc2v-+]bA>tV2ѡ?uM<<օD>zd:UŴG_8|K ~vڱ7)gYa.4$+ "@nJ^s.5PG;ñw]uZ M:Gs" LnG=7^uFZWbQ$^5~_hgP 1Xۣ[zQ76!)6+T8{zQ}?lАGֽ!Ɉ?Oq Dd2Kڪv'nxqD4(fX&iDd2KJ|(j[:^# ^:I7.tcCGpp'+= ݩ`:هu}W/BX[Qmxz{~4;c Z)-r=WVTn'LD}s|ج0jLMlN=zܲ2jv1fԌ[+)x~(_5g&奥秥ѨY3*t+˔dP,}]Чunt@dxܶZ"w/ש-\hoO|ޥ\6K$љ&~?eW򪊊M&_h_ 8o7-/wq涧޵l]ˬ*U3O_q=u|rQfvCmL>m2wHS__Wu#lslיɷVQP }C9ywpl.H0 &+yNx/p"˽DtlڊXu IDATwX}ru.Ųy\ˠaqvΥƏ%"'w q:76~w :2z6[ݪBY;" 26Ϊ|_&eWU]?r1hhǮYWuZX*%Fs"d4VuMK9*=/,/,+pUÚ}]Ч"Ú3Y1|dWo.!y|[M38X"75W/L8-[?t1:{zʝ>pRw\NJw1֨qn~ WUU_9cN}4W!K͝IЕE&nL?{WN{jw@wvz@jժ/whY']^ hC}C5k h@@vA@?-IsMVoذe ϗ~~~111-m߾Բ0D"qww CWرjZ,OgT¢RF˷㑯wgLb""m#J\\&5{pgee%$$Xvy|8 @ C:dȐqqZ6111333///---&& 7&-é^+\!jXǕj\,˻tY] BYe]$\6gΜ$00033)..*`K?FͯPE,4v?תWDD5B1i$"teeeԔJSN& deeP{tLvx%beRM(XFD>Zϻ@ 9rddd$,&Q]#{ppH"Ogl~_ɚ<#"_%N kM,C1wͻ #CPP())TE(M\luR~hp諵uBjn*2YӴV/GQ]]] t?7E%"Tb>yi4n5:YozLq 6z37'ڲYaH/2tw--kVWWkZ=}a5peIs 7qUSUYf7E<NJ kjED*nٹw{=I!omdZFupz3Dc6Sg<_)Y5'k7tMoiC&E_  .w-B5'ܰv===[~j iݜC0ZUi h$蘻#m# d5|/)NFVh4 ...V5/]CDAoʴzj =1DH*F|g[`lk"9"}w^_Xv C!x "^vѲ`V^gqXADOA ?Xc 쿻û \\\T*Uii)񹬬h4d2^:M#_,fbdDlEey.$HAhfY^)X1:je^4gOOOn[ק$%%mݺoW(-k naR{xx8?QN{ ׌V{.Uc[{g+g##j#6 79?ܮhlll$"Lf9*LJ D$\L@ ,V_K_2L I!gx<""7_t2OgFû .^X\\И<t8h|WgDd7Bn1 4@uMC,N%tsѻ! pDqqqUUUϟ2eJˣÇ%W(Sȍn. Mv\ [sPLxD+Wr5552 g`2W6$QeD le^,Ex 2!G/Ul7 Kw_ټ —_I;#>1IJ!ޠAMQ*C:4 nz"ru6LWeEODn.znBn2DwNHDʦE<"lba*Sm \r(`A*Cb{;ќVfj*ŸXpw10Y]nD`+jjjZ^d i@+FirDl"O_QʍRZ-?" NC $lZ;=5H(lzkP H 0K= ,7[}=wWWר("JLLnA_#hH$)Ō1f24(VGduw-QIH~csd\l6 "*1#ID&X0R PȍܜhDϦZ=V.3T]p ('t6U`dCWX,Tq{ҥ ]=DDr&ȕ_xT2g=(rQSIk@w݅ _eR@ 52sjƐFey Q 01fIkh檨".;Q`̼|2vwfF.\Yݔl uFԊ0(@CD%eKZ:yᙙΝCY )<i@ѰSSdYzB=d xf3#@݅\:C2.+5Z>I%z""El!DԨcdR7cH@`ӽ4@$bV.3QutF*1ɤ&Mp3ۻw/0DIJV5D]n4lK0$jRZQqRTdpsGQ QSͺza~: 7F>ﱱYYYUUUx祰yML !O"@h&ʨ0`tɞ\ňau q̈-.&+G d ݫٹ{ =Ϟ1D7EѠ,a{3! 7Wоz O<<#w>܇@0 Lk֬!"?!`dwŭp:)yy3 z\ξ a΄l=WօJ̪D"K%6毈EB/O7PHD߶;kBgVZV5uy@ ]_ݱ/?_ y{3 |r ^}ώu9'^l݇ZwJj[9<˕cˉɗ>ǕrigvtcE3/+˫DVZ+Y>gŭ^{jf;N<.lC&+h֘a%baYeuMێ \6os:xoųhwBo':nm QCTQU'@"0ԯԼwŢzD?]3<:.)xN|wLd3$ ,dь#J$Ҳ~~w.k|0w|~魳h}ͯ2y¨:ЦP 9bȨءbʫg?@>w᤿?ql{8)"/+u⪜rLKk2rIlz6_L,x<=s@;1t+97*e" vu&4(K.h:|7^X9nTD,$"O=|P"ylj-Ѽi#o_0ܴ߱6^zyFz٘]kkOQΞtxo}v|}ZuB{.5i6+8JDFFLIDvؾT"zKoKD;wovq2QyeyyKMH./W}m&2bIqQDTP\e)WkhrqrITwM-^jMgϕˤ~^˧LCDyf׫ON!oӲ&sIiյmZ3y@ݜvcס6+E?rU˟zlm;R.ɤUn)TիI)'+El6oaNJy1Jl`I1H(Ϛ4\7Ś'Eq㢲:qqIml25wں70]:Yw˶X"tXZ$bD,ܩo~yĿ=:fgUODwz{8[ʹW@@DN^#" Hq~$b+X*{о>"uU5U52JJ+Cxos^zDz"Dj"ڵHēDB3mlRʥ`6'E)R]`<~6W?t]g6W_eUРy;-X$""@Dv6pT" D$i#zNЖyG8JD]zkH(GńH%"mh⥹S%4Z]Jm6=ݝ#xh\gLDZ-?1ڪ|>KDF@ Dw.O7m;N5iais]B.!- ڿUˡzu#9)ldkMNNyb儣g>t[kv:U=TPXl엞{BJ95'pCM9l~Ж]fyHDZO) cJ;xUZ!tϟ[?}m~Jw|" X>rB"@ D⢎$fu5Zݪ>-9)Vx< DtNm.f,OM6</zuDis1zYGD*vN s"6u׻hթDyݲޞD PS ru|]}{;wԫ_%&_ p#Bf5\7"~weD;tm@/:w>|}=8`0>5SŏWB۳gJD?Zyp61O\$`]߾b_dB;]1K er3; m(pa==bО:F"*,5  w :CN~Yw_dbGGE|1I zpY>~ߛ폦{=y]9˱65گCDhΞn4#gƌjk!AΟ~ͿJv9㯻UkpE"6.b[tuv}^ƿ_J|aDMٟK$WEw]I~?eObK&ymuǂh4ua6I̭[2ck+qB&'ӿЋoޗy юID{V楮4㗼z.td`~_k]~݋ZnOxhoսҽ>ISr@]^;#t6hFhƐSwπBCvL:?F7f" L_00]1ڇڇ1d`f@3 n4t [ h@Csiݷz[uJow: 辦lpRFgF"<1-E}H}=ΊtЬzA  ~ 'v.VkI]mOw]]nB*F, NQ[|u~i#KD.N5\)1@S*TGU鹦g㣪?ٓɾod!MD XXmjݭVbCն}. "HX{2If_ソ?. dI|/{9B<[duRlR&?~K=OcT{vEVyټNi.޴.8JP4.eѩXC]^I(Mrqrni\wg 1 :wC&Xg3ƹ{L[ʘ@qqכM[(מkGDOhd]ƒ>+z׌c̾U!jWbAoknwlGc"ruT?g]?sk |*N@ڴŧ1#"U>9DdiOpwQug"JZ03:?s蕽f;2L8c;CCD>cV"ʾf}&"3.=Kj&"l1_5*vo.#KϒDI˼"2mۿ|k$ICHD^?bj$"mZ&9̘C?gu*c E9Dd=׵N.zRaX4ת%`o uMp 8שH 43ciHуN2suIRû_^j&"o?;}BWܦe0fG22zexL}D7`Lhl'&AN@Lؒ$_/qJ9ʊh. .y6DFZ׷WZ%!"^J;y3$*9T uM4ErJWx7w],ϙ}͹ÉAiʺjQ֕vg^{C[Ӫ88D%ʫ 0b"Ն'`\nMJ<MƘ65!q{VHD*U1D1%A$Jr1H@X/""g[s@\VqRaols4.3?©gSNpG夅&A"uBqR.ITj)vZ(mY$QͫX ZּIu:ZWGO]D=PNS)L!UkrHip ͚iB]`Di H*xԓu-ڈ'- k!uzw#3 rB]3s[,.#kuzNڽ48S鵚J}* z}'QggzLJ?N0D $Ip``g[MڔbMMK̸pA_`dD6PJ%k6ӶrZMO #5LoIjM؜~3vo.e >8Dz=7vzaR{}ר)y1SkS3ϘY+}6P2c&Λ)|W\wg$I30̓9 02c=61 ˲vp+}܌w_=ڱ3]Zh04<Xfl3' ϐqe{qfC1"݂P<}V긓',5|,|A0C[``lB O8V C3dl+4%8M~:Mr*8[;I_G@(1:Yfj5jCѸ3 ƍvh'$auv'2nH@@D{'pIVTgO(NI!GdTJHUڹ S|I#N΄1(R h$Qd&ugbU"S GJ+-e+;5 (I"QA8>JLQK F6mٸ=V.Q%Eu $g!Q%CfWfX8F0A(K\VW7z(F)$|NeLe)0C 3ΐf^mwleMtY)6lQQj+BM-24E҂x!M#>ۀ\v3/g䓳Di|ۯ85wy"-P'EPIbD4(g"VHsbE"t3WX0gH3alT 0A`{JфY~7?|a[]CKGIRN_\<_ըO~/o۰lNͯ.qYVUXĄg̺kR"EWU&>;vu{S&<'|^zO5wVr_Ͼ\__"IRNvyKtZإdTԈ.=,֚Z]& \%rnHˇD[|iE߯5DVzsĢ)]Z~}OժCSK{/??c>yReCDN6,/7jv]V+8nEk6׀`hCsdTHJUٙC`:^JDna09MNRI#Q.Fϊk82($u{XJe< )szGpt\zzU>er[tƃY>҇W~nˊ{?cuu2k?^|<ƨ$o5qƕ^zւ9DxKo=Wx>t㔽wz^ֶko|7W=]|\"jkAdmV3t_ ol7u[5?n.8SD7/X~}&"Jjj-rqsQZj7_ID[w ckG_&g(/7swѪOט-08QUٹ7S2f8GBna{txC,I(^#]#9fśJ9ӭ∈Ck&|1J.&kMʯ$tI/'yƂj6"v{O|iK{;M.[$A'rwDT4!/#=X4oGɾ#7nw8]) ,<8s\]ӸuǞ/[Ѽx!_k HD(W'{8K+͏Ww5 4 ;.0"q8p[Sf1HDK&v7vp *aBˆh#V))E[]_m]ocEU}ЫnG%v"I7z"$/U7Q{GwKKpڡѨ'"֍DTظ=ma, pqy'iA,x0q:E?`?0StƝ}.x埗Ml ZwJDl pJyet„ d2wp qB\k.ҀSDA==fIDzD J:, XAp4bUª=fLP[QY03;+[kF 򳉨1H>_/ ?0#H!Ʀ6\ĺ"H=0_>Vw*:,K+-J[2Y_uH7pLPIr2=z],T!<).1.Ï3wcPЌϢ[?3TJ"2_~㣀SfO%}5-W!`3NhԻJ+vU ?" X<8Oj/:PQݞom?avծT*O+:0SD_u)Z\,]#-N>-OI**lhG%++*4UYn(E-+>f( =l rp,\'ȺÏ3wcSЌŪ[nCM`sNJD?m+lzyrO/,ɘwLQ{xb#"Iw cחI?/~ön{!X$SWl3 CtbBuA'贚+.]LD˖ bm]#O@D\xvDF'KUKH)LYM3D8m(U-k{CZsA 8}Vf3(Y^s6[ŋD*rtAj[]lS/ou_zq4&cEbwj@}%qB %D~ eeTV;eʶ~l0D/ꞮF]i4-:ݔw+ #ȇ&f'\fKD|raAN@0f; ,c{EWU-:4oPU_ O_%) Ғ8ƍ/Ⱦl6Ulocl|~6qUu(J`p`y04<Xfl3v=] "Rq 3K]ė8"%G}>&J85w[8"%cD4Y/΋;55. #D3*NK@p?Dtzp!xx8qs&!c-BO-Z_U}ClqR-7]1cZ/3#U/>[߭Z^Yvf~<=b{.ٵϾ> ?{ɋeh,_;wGD0oqۗD鴟wmUMc*"؎#:ZϾǟ^_"exM7^ڿ IDAT 9Lmn@!x!]#r=^Q4/hF!hgayzʬHd4Y/Fy8kh+S}\FDe]qgHƚHU@sr48Dccahx2؄g O!cSd+ ţq3p{a!2{cqn(fC8.alB}؄w pi36CÓ1Ih! 4DH@@D  1vɞP|%a[QU=v#8a("tR;UR!f;5]&u6> ʯ׭jF% ʛwwFەKnVz/<_loNDkx5?/+`Nk[g^GD̜YS Nw̢t^MעȔ 1(UzIɯ_J@[m^|F<-hZMUJ"<1?)1g权? 3&#(4y/E}H`ԣftj+'ӑNKVk#5DȒ/xw1`ެV}qS ]puD4L#Yy _:"g r"8n8](2"]GܑFY 死}\"Nd0"X͡H&5Gڻ7lkh4Tq鋋hk~/o۰lNͯ.qYVUXĄg̺kR"EWU&>;vu{S&<'|^zO5wVr_Ͼ\__"IRNvyKtZMxh8mRe3yql"|tڨɇwko}1yYNtO];+bMm\F]Xizg:m(}cZ/_oX8eKIZchji߶c57>'g'Oʿsr"f_nw^}*cyYUTr` STvɛڸZqҔ'J@sQi)΄8(f]xL\s`ϲ߮۲xg>s]=̚1%I+xkw?tM\q埗$<z>'| χܨdq^z탻n[Q|k[׵7>X[ꛫ|nys.>g.w gp?*R~IrMmӒ~w_+_pM[vmܼۮnTB0D,;1M'ԛ2Ka&/<+.]dWcxxMDv`uM㏛K8=1F=1nM-d}fK~@D++gHR.{ڦ?l\~EܱD>/-5֛$;zGo藗;hէk[^y Ń#gܹkG^eDpcH+}s9#R$"Vj#D$Ҧ-%wm4\nIA ή 9[wQфbѼ%߸t$<͟{ruM{K'NϝK9qi cҲ ӥVZpJg룬VΒ}gΟDѨ;.#;+u붲f{.wRbܤq* 6mKx^JMrd:&TFws^m]ocEU}ЫnG%v"I7z"$/U7Q{GwKKpڡѨ'"֍DTظ=ma,+[r>x-?w>ݸy޸i'96c,3r knz\au\[-#=n~mwv yqqFƘb2"KrVG6wtˇr~~ubIBݚNA:vgˆd9o@x@%8"ƍvʍ8tZQ*DyD9v"S=!o=DӶVG\.ܜyE龇W-6"$/{Gɾ1}$Is ?|7lǫE2{88`0D'&>_tNDl 5? DtɅgG9o6mT"@p~V"ՂqRb[w=7EEMtkMȽ?{b*ײGn}0'{6{μ ;:MEgfsΏ>]7'f'\fKD\{oʺS^ql|~xOq+]o>]1n|Aw^nܹk_ުEe|~6qUu(>G;O<~$M_^KD9Yi9kS6n'"Q<[ˮWy4gф .R n(7JS*E/y}Ptm)X~_ql8薛1hpb73#U/>[߭Z^YvfN@|+7ܹk €~Ï3 ܾ$JkjVQvѺ}>| /n(Q5bv.{cDt9r˟6{ob_:8=Qg%qѺCQKsw pi36CÓgi (r\Bp$ʃ#B%؄ 04<Xfl3' ϐIF; 81! 4DH@@D  1vɞP|%a[QU=v#ˊ޽?v ň4BD]&*{]P~nV6*alW\ED#4:X [[{k{ jeNnNZLjOFᶺ}Nh$ÄׯZFD2xBVQN5-811/:w[swsByLS dV )K#0 :~ܗ]<G BU& L(A%Mġ#boJ{2S-YaêseVeQR&τfI!GdTJHUڹ S|J)]6@}֩Ĉ %kqmnvF\`zkYis/_b(QN7;(τ1h*h)Ѿok^!V(-F$"qykuMS23 VR M=&.fFjL74^!5Zfs `vlkeD'&U;rبeJ Q{q֛x@1J$c_t&/[g/K ;E:܁;t^59 >έ3eV.S+hW a7XcD (ܚ.ejlLF!ڗji:C~8 2hvqr jYDfsKhQ^Ҕ$CFi)qDmVvTcVt֖>"(d$Zzѻ<>q$jq1"e3E+9"u+XZz1&X}tY}#ZGAxA$]׌fG;iĉz)06E1*ȵz\CpwoViRk5[6l3[Kre]YVUXĄg̺kR"EWU&>;vu{S&<'|^zO5wVr_Ͼ\__"IRNvyKtZMx&J#A= AR#}Rzo QbQԩfĭ օ-M'MJ4an^Aԏ}t9p|~ ]D L3--o避'Nh DGy?a-LYFaCofQ)w6s>⚑ňh>΅Q^+fN|h3åx:3ʫpT d+o|3e9]ʺ=w﬌5g66]rﺺ{uaANGG->ktW~"jhhbbQ8| ?N;{RVZڷs͍~ɓ/"r_|/eyW۝W XA^qUu+j\o0pp GsFviCevԊsk(^$9 Y\벻EI"(j1Q:q1w[uY>Q)Ƅ`[w#*cyUյUԶgGkdop| TǺ=,E}(_aDWH!,p=^vvۨcDdžYwOnoIdSrԌ }. (AEz]^"*x.xƢUsyn鴻vu;U-:l#f5'ci 7- 'WC`=^͋&FcDH9cKV3L".gcL;fT\xޙ#1-kmV43OccZnˎ}o3[_z"Z^9LD*r#oiwuM-<8~+*̽%[o?uǞP%"G_&g(/7swpˣ>]қ(g||%Eiz>lN͈KҪnSSϦ5#*>5#np7$ &" ZQVJsDׁ:N\3D-VFSݽ3^JׇUo |z3=rrr[ٶ_AUu_gpCF4h/O/e/N)8""L"NNt-ZX"Ҧ-%wm4\nIA ή (x6oMDE2ғE7nw8]) ,ТsOiܺcO aw)';:Ma[ZVpjY N?>Yz}jYDE+DR0"buUlQj T+8Z%WLNOei4;g%"#^#[.y (0hYdrz67\V!y)+otQR 9hv?8k&"HW*T qeg$hlj +nq%6V.I%]3*/p-NmW !TJ""Q" вLg0"QJKPL"6D(+Ù~(ݩRD5c%{bBZsMm) odkK[gL w:G:"^R0$Hj5DpS"r8D5'fS"2̠Vh=NO hN`rzDfs--i@D5}WK4 )D$\;}W'J#Q9Cu= ըNX6Q^)Z;zT>!w IDATmlP/8~DWH[B2(>/p39fD0zx:DFD CXtv€DQ^/#6B]sy .ҀtBH3å 4jA9%"yI4?>PWLD3M (ﭨFDu-5u#DT]R$rga~a8#+#ڼ AZ(+#'<9/<&?(]޾~s]MxǴ밹EI""9=n8ƢT!W ODm&Qlh"F+IEٌ??tA۲`8tzKsW"Y!$=5MFD9a{.]&wH8(L"Umw A$"/z|}./ d_jӾe}2 Fs_5x#{DZ[HRI}Damaw7DeqWݳs]]i4-:0ۗv~%y8!>6#=7{<^"w7ګW֝,c{ˆ3 W_q_[隴$q z~w]V--9E0n>;*mWK j#fq{%"O<^On[y|⁺Djq^RxNNַcCY=>"b̋OHW؉Hs$ɻs5.!.='{n:׾MsR8ƪDI*M{ x|{im}sWҫG `45Gg%Rtzػ- BbDVxFg ;o!D$%$_xI:ZJ$|GtF FV: pk-cd1"sbx3al:Db}ǽ:㤢[nbƴ̌Wo}~kye]NVڽw^983O/]1 gϜxnA^6 b4Dgxe;w#"Aۤ{n_~ߵU5e{w@h݇>[z}}CDT}y7xi'5rRըQf'iUi 5+Qt)(NtZnvx$hʹP4h6ZV3 ڙi1:V>V:hv6tIy9)O3@{^Xz͟61@h+S}\FDeD4Y/5*4f:5Lb6'kb_>=VHRIeVe$RZ 䔇? cv ò%qѺCQKC04<Xfl3' ϐqT=xC814pݣo tC7q c &|ti nFuCÿC`hK p h$ "@" h$CpѕweO(Mˊ޽?v E䖞oMJpEqk|1ѱs%FNL贵 ҠIgi.eokۼV"RYG9sFwwiEM>|JK}.nkCxIR5'%scuA*7J"JЩ?{y{w{cV$@wL̦I4f LѬYda1xo[֖N~lFb|/^yɧ=[icdRbohV&>e3L1>e*zP-mꠓmgM>F"JK %6;XEFnwR8ioا<~~S,jr _i.VS1 c&%8{Tso+]: pU:'DD2t6&DDzERh^adF$oa䑑Klvksp`"\DDݫ%ud,È%i\bB.ϭswy-0Ņ,VT5W6.iOmm{=y.3N6ml9/MǴ耊;Zn2nS:C! yUdN3q/@!+?Xkj 39By卛wdߍ=4Pe^y;4l۹<+3m/ ۻK̀7odv㭏UV׿_1ϾZl|̜>^|c{e.xIXϗ 6pϙ5xznyWnxu9"3窱TU)ڜh5Z(tdEDrN(eVɩxs:(%; [_ߑgPID%ye\N<2r~ .L3eQem˝~_?u=uy{s 'b岕Ҡs#Qf(td!"KH i9g~&0&Ȩ%45]nPv79uO1 (r1lٶǕ8}烕b"*kON2ID' T1/>s?}2mA%fQNv%M[,VoJD/PLD 'P\pnO]SK Ogtaղkw+ 6e^۝۶;w h{[VrYiftZi9mdTDQQ+tEQ^8c?l|rGdg/ҌTAbl~D+ܵsd ͹GHGV:2r]&:BWpKVwr6dpmFN՗~D#zں쬴oZXohj'-}v=f" n^"pn_%䣳'"N=MY6{RLCD>+B$I<h##! FO CkT2vw@m&D >A (I@DI*yKlSZ "WB.4STJŻ>żaw}G8x"beZyDj\%KWeCwImc4⌴0 2x|RDf̉B$KA]彇eQm]o[Ī"*ˎ PHD+kWDTU]ODG2@qpT0{Z 6!Qp])Jž-6%E>$}T6iv.s) FF.;+ﳄ ܝ'g;2EYSxPVcV2 n8<$QVmdTJDM&_- XSFD]'gF2 hk6l;'+NX$d3֐>'>-nx4'MUB Z=o2.Ҏ,6ydN30$ubv&ah"spm+KKwyV#UJ7q֬b;r٨ѶiSƪTw.?kxKKNe츴pj"G@YG}6{H$mfMIԡ&72VJ1GCQODeSFᵚ&"JV]ύwvm# o`6TEB uyS͝oP_V0vPrlAUkuk^ND9zFE驵^#w*xW3{Y?o.;rw֐~=훕<wg4tP~Op!}rW`hٝ'8&k\t~,娤z)w-9Y"RJ.Pm^g(W%w;;Q5:#3d-5+;2^-t~"iౣΜ>A~{kyQV]sD싯WYU_%+.=/ɨ%'v$Iw욟Uk6q3kmsDqEWH׶fT& Dhhq49uDT`,-2wT*egx%iс*+W4[ $6۾6{`KɱJDrc W״i5AR\9w+ߵ[HDg6{KfG^X?D$-ijLR /u(@DywD4(3:3ȇD\%~k@Ki)޴/ 0IJIYm/ח7osՍdgfvm5D3ͭv۽b%w PȲlyE(J%xt^lmF{onlle7xZjr^n{+^7F`W_>{K{ŗnjJҁ.w?k1 a;ڹŎ IDAT]-D7֭0!o:4LVmUe;ĐQ0UW䑑KlvA?$6[2stJ4c4YlYSkb^?2'w#z䑑KlSŃw\c_uXj%Σw]zݟ[vUV׷_xa85L%">L}\||tAics,Ð0OݩydN'*@[mMѫTbj7>%5t/?~hžv=:g֤0%:f_|xuuMD4qZ:6#qۋ/w߳A8paϞ;IA/v1%6;D+!X!:L@ K)5[]^([ec䑑KlSNx߯VN$:[>_|)JLy .o.kaLJ2n;k1$RRKav<2r 駟Nt"7' $WDw@Sz 8zw8^nsf{ ;X@Yى)w$ DwN:+xV|@W޽:3)S)[.0TSp w&g@{V=]ECwwF ̀f .P@h  .P;\.gSJ(IpfQ p:oڠl$"$"V7[^" X@â82"R$Nq,@=eFmmW/)$3PFOD58Yf@k5~Lrͥx2< 1fM%IqJ 'x5jnn@#'nOKfg}~&Nd\&NOu&_`ߠ?c}R ^k@B.w(j^+٢8X#J))5 UաMfQp2WZ/.Oy<,)b}449\wՙE=Nk*@;] *U R!p2Wce:mNq\ߤ&L>-آ9f;](@Xn3)S|Av30t 'NC.?XYVWE3u j, pڋ:-ʖveYpDwpkʖ& $WDw@S.@zw8^nsf{ ;X@"Z(@@\ q4 (@@\ q!S9Y~^:,8eӓD[vljhAJI;4y 9*^hQ$龝e$I"+^$=qXLN[նJz_N;]ū ܪjnUu^*s @$:Cr6Yơ Jhm^!ѝN4tZڔ'8/Lv;17ki 3v:$J)Ɍ՟! m?m'qCb~EuV2OiI#K2*a) M߯uT5J>&?+ڢ.IDuˎr,\UeO8m& i7}mFƍC-薋nu~qy{yuM= vEO3x"jiWb;\"J1[O\Đ*3awSͲ]޻jq2aqTWRD_:aT)R5lUѥ2:h2-VVu 41mح-J42#S?bv r%QrշsҏOfQ7ӥo,tշ6|9][o̚31k z-}i5Rp`egAnʴF޶n'q1W1LvT6kfMiUQWtG~]ard^xNi~3@n)z}wQ3u2SED{euNF](YM "ǡ U]"'s.̩b_LF_ҏtE918<&K G~3x"jng1tifc2"N.ɣJBTg(7Yؽ~2a8d54*"Iũ1;A$O$ZU'jO"Iz,DH5v-U32=9Jl(HwJutG5w#OXL&x o@Lyƶ ЁB%;:>"a*)v8Tױic10Ee-)ED8Kpd,+y}ي;Az:7HM""e IyTC7%,!"N8"\Ѝ^=1ѱ pbt`6e ">i$6Mݟ -br9`+rW4D$;՚C7Zv^'Aj"jn!FiGhHPڧ%Q""IUc É#U`n2"J7D嗰e[}6gp Ѿv:uEDԾqwK: pb} g]vs-)wš7?w4zKV!i~N\4YkYi0v$uNzޥcK5Y~^ ej̠\eL[\MLLY>u4+ĩ:ӭM/|UFr_ БQ81~:}ȳߜ.\HMNi wx͙ !;3@rfb,qlDwteN6]8%o(]3fA mLxz3S`4n h  .P@h |s)@r1?ǝU)E"xAE] Bй_|1ھse:x߶u; re򞰍w|dQ(6eܬdkOyW7<-Dt͏lؼW\8~_ n8֠ו *h믞+#Iҗ,{ΌW\29S{yFJLN\e*z!4lu<9Ci iNbD~8;MnU֢ū߯TIT27\|%3FL7]|VNdN8jmW>7{Q2m-[⃴hg[,۶}߮=\n^e6{Mm,_~jmLҏ^r;m|F"gm񈎋WnkT6J$ }S.56lb6il18.'31%]3#={97?/=6;l׺y^޴`쵍틖mY_2y!a#}WѲ};2PH" U4NunLnWT26[:+?Ya65+.GD_fBNVf -fg2(eF͸N9P좧yf,"D.3ў'G>颏#[nÎ}55-6^;lȀk< ŜAjUEI"7i}F+ԋ -@/Ze+-@W4pcMDV) MK~\WWo'"Zttd% "ADZG2Uh*RRvϨ\e&';^_ɼa v.b^ ۝Ԧ-{&, -l.uViUvc2yͼyU\a[1sRR$)"c:m08-VG$:r˘LJ,8rJ5B!@n-t:el0Ze>"LEgxLHk:Yë; (3#em;m۱oמ]";|8W/YNDFevޱz「K}fwDZ~P^X^8qL1 |\k.إaM=v={s_8H!7Y]~L~WuI?jG}$g靔ch?DȨ~ꮵ3҃av5e, CfLy)&fzO`&I%g̼o[eڡiNMvF/0Dm.o[)BN P |12QP(QO"m?#yrc8By-cRay뚟.^տ;/2BÀ"B.ynO!PV*a%6?cؚ-<,$If𠢲U݃kj2khl_V٥Z*<:|矾Y/;v}oɭ7_v͗oh4f"CJk|l1HӬ[AͿW_{0&IأNDYH۰忽_<۷23Ryp&c2RRTJN?l\Kuafo,\Zr]O' # ǘt(pV' \>cPchV!l;}s>rUҬ4`6A]iv|Oy,[d2Rk"W)km{,W?]唉gL4uXo1}rhi1:,?-/',&ϗp{Wǖ].:kCF,mn1=7"?ưAe]4㲋g5DR65_|>Z4bؠkm?j/Gw뷖ra/5_/,XcJ=4aq6kC?o)<Ʒ&7r,{۵3b.q#J G)9_kE1"lvA2c.>oȡE*?|Y;$ʹgGϨAMO`8F]EW ei;~8Բ/IS Fr,Sѫd,cunhf3OX?V9}BJ~eiNJND6vwɡ#]>&/ONO*-.g8MD8B*2T/AD>BG=<{T\ɑ&esƌ2~tJa/iBˉf?-G(Zedj53y kX3Ox 0 0iɗ_2s@qAY~ {yYe/O㿺hcζ${rasFTJ"J0n8}w136rD}ˉuU";}UCDo}ch,]ڋwdc|Uo;}cyŹ|Q)ѕfO6jуTJ9e'=ucGѧv:kQٗ#STmX9@FLDtchs%q,<8 9y5jŐ'JVMO TȠM)H%& TH#熤Sձ^ep|X&"Pģxd<9Dw}뮞ۿ_^?%x7ە1d?-G(q+@tJc8$Le7~L&;֤5(N3mX Y" sL 0uX"rܭm ]qy%ugFz.xc*{wZy%?:7c3JbV,U8Y",#gH' sf;w!"\wg<}-Jĩ9gR>JvsƝDtC_u,"ں}t2]ADO>::^|""g޵ek5RT]Lv^vǟ^7d]e5/ݐ..~b;+J䣞xd<22%0Obk3j_`xR :`=iD{CaزEO{Մfbjt>tPL¾SƗQEU,K_toomﰥ/lx@}tO;{9e$(p6}g6!\~Q-csQY.+ ##DsD$Idr{s*Y2RrQ)z|-NONH'OD,xkvUɱrYQfhy)?w2 S\ɲlEUSye㲟vV{ ң7t (s,ӻĖxEƦ/glݾ(%qoef {|Ϙ "J2$VwsT.`5oAD&7 bQan`{~V1g!v>on9/;^~Z s/JK"#ޓNpT DNMw"JӚn=xTh8~}=Z# l V?e+A(&2U:F"JI6 0 #23R[DT^QMDz. òǞ]<;ADym"^dʍDzK{UFDFF#qƖÓvT5QQ~s_k-,i߬}g==UW=^߂VS QeY/{j^":ͮmBµ:=N/[m u#KD._Ǒ-{IDc2cZa?uh\Q\kjLÄ%ǪUCrԽ~t.L3eQem˝~_?u=uy{s '9IJG=랽}Yz<Mv^βA+Jsu,:?YsN^J~Cf1FjmqzU]2(+L7lz"z+g"_̃W_/ȼK 0nQq-uB; '#˄vQOfcd|~|G(,\4w}HuPtR)rDD/DdS=}rKN2nɲXv䱆pu^ߚ)c[mtC#y_|9MT(&ekzϽ^x"Z'*29_0Y8xvCN},|ΨӬc\n|q̼{{Xä{>;KDkGd$gHRZ<˟,$-֣+jI4q i"r6I#6±7!ֶgM~;2SJ)^|"aں.${ 3w,={w?7"zCK?{j3<^e2"Z~Of-Yry<=^"j3fM9y "ZӮ&SA|D40#޳wW]_>!g&3x\S@䥌NJU+,آ$uR Iq,4 (I?j ɱX/o}K+[:ESylOH2"jLQ:'JDj2%ifOt"ԧenޫTȧө0y|^;Uwk_=oC |cze%b;K?#^DD(g|CbHi_|辇^K'o>K099kӒ:|X[4jI7c${/5gl84ϰ EQ1c\yS#b2F>Ko[9H bI Ld 5ޫ/iRJ $ZH̜IMU KP#='/73?/+ (p`$rӥ-̜>!%(I҆ͻUuͥ+={m uW_y٬^L,BND>=gXnVJ^vG'"呻"˧0F$Iww+7]}"={yp_;ٝV '9Yݽ23,Skum@sVoT ۚ'|+rMVT/l 5]c10Eh -;ҍQY5)NߨSOMDei{a ҉mm{xA{^a2]2By^y\v~G(u+>~cw6s~$lJШ,7ßn_a7#-kBoN=;-5Y3' Xb=;\}dWڸl L龋R8{܈Ǎ7}Ѣ'v*:f݊óW CbNI9|:H"F1SanWt) DcIDGRL⽌#GE-2)ъ$UIWgZ@WIgIW2"a/ҌTA1J. \տ(:|Uב~u8/ maz$'DtwE=jstuMW^6G8.iUDdw(? >eܗLwJsEQ~a3VgK[K?c3{(u5.=y]+ 'LIr^cdA}ӈ ZrnlvҤ4 5XytW4ۛ,Dt,pTeh7'Tp?NR]Р{ 1(7%"*}&5j]瑹yVpƄ/~.Hg烺eB>Bmcb<^b8KEUy땩)3Y#уntS,9yx;ۭoڻxwdN=k@^.1yO7/+D(5E \d%aeVUgwU46%=rE:S;WU9|,hx_$Zz+ OK)ߕS??_B'g ?ţJd*ى襟ʬM'O{rz2{\L#ZClg$ju3<\PYU _^-7?n%Ҥ;RnW^s0&:rHzd{g^*rv BH@,/"D@6M6,rfhUW=kNď*'4>`9:"UA~ƙ9[j[p?ֆS**>~H!q xLiJ}ӥ-* ooAh7pǦNkO,h;ٽOZu(#9gfy%JwtobZnqL1S>qуnt?pxrFkK,h;I76a-%M6 М ~WQaq~PB6w;Y1!Mhp̒X^ J+nُ[NB0?+kBC罵HP'|ԑTG18# 1蒋lU.i}xkԂVp8$5(OӲykT(-"BȱzJve;J#\fw\`KZEZ{@[5YW]kHBiczggIZXZѳ N8 N x=je&Y+^˵o\brlqx}N0P0}o>)g0'`W} Q1MiXf۟cG5[owރsDvSˇr(9܂G۵# 2^.ck6>=F ٴVtaؠl]`^IUmTsDtGg=>~Ԁ=b)N]|NEVi+LY+J_O 5xyQ\_ql=8Q!#\eu-7-7UY}L Ө48ݦ[Z\t$"!THMm{*.@R\h5j˽-ٔ{,VJZ-!6?eBC2=B h"?z@%;]m<}4cG(]6֫96Ak4B@ Àc}6OJΜcq24%aKNOޗx?͡#?ln7L2]!1!gxͳy۬1;>DqmAeɖlޜ?Qjo/^R[kzғ6;u(jlkDKp\`leuq[j$A:k&xՅEx}7[ob:"? h"sE~Mte=Ҧ-Yu DQ6.}g0cڄĄf˵ dɒ.:*5deE' 0Z @ccxs_Dxn;ݿd2_2c.3!cxp"}0p@#RNV_`w8hwXs?ҲKgwH+c𻹏{P|F놿,6=ԫZ)*)q .{yO6dytZMddeU]~>P Nd2s< 1!÷ȓфsV~+ʕғhME#oּͨ8&hě|n56M-TEp"(~eBvQUj&D(pS~fIRC}{d E6ײ.kcfvg0Y)-FE~#;@/\k5?Gz}j 1,˔W_%Umf=QTq\\l7l"n^6}כ\njgƳ{Eߙ3gBCCZ/p `ϼ.)|ɪmc63{GomQo/nn P]jcÖhjXOc7/xճ!̔{^4g9dsܛ}y 4D5O9sigu<ĕbrƼxZ "afޥ%~_iye()'I%+I<L3U'flbDw-Q2`N(Y溁 mRx3ZQuv zɑZΛEk9˛G N3 3O0E(k¼[vÒSb6~7>[fM|; Vv]pW#2|e@ިǛ2Kq O91i5(:M bٿ~( ۄ@]nZDCa2J+tv{>(M 7fhWG ]Umܚ=p@!~Xtc=+jk4j}.4z);h}Sg]uٺrO:2"/M߯ݚ..6z[nbЁ{y^(+h11ifNpMWϳ!8wiY+un!T!щc_G6z21Ub8:vՓE-)' 6AisW.?d/WWP\k4%&\>}# hqpϝ׷۷ (z,u$(z~ʌyIV5zrh2Ϩ<_ E#S8+3Z|s&r]vAQޒ1}Ұ\bhi'}(lҵQ=:g嗀^(4igu<#҉z&$G2-NҦ|tc"bC]]@^3:!TDhUIw,38.>mGT`8ZUJn\bDT;Xm9mvޠVOHԫ.eBCliI IDATZ@'ꩣmz}}ϟqה:m&ME~I9@z=2'Mtki9Kjk-kdDA};o2=y҅3;׳O&B邛@:EQQY[{ ѻQ̺EZg#\~A+htՆt @kP4I@ !㷻 ,@9',)Ci>e3.)B.ѹJ6uw!D3zsGw_HmA:­otwH7ًU'(VQ`qU`A! kOk8O2 q+{݌Daa^hQFj?"Q{ϜoaϒFeZTJ|禷ҲWާP*. 4eo9=xfw {y>*-;s V{xas~>+Nuv:Or>"ā}q WYh|w.W*IaCU]5yBg# Fw8;8Z{p)eTy} +6GA?<=&_6aJS~<#rhwxQdC#Ex˩lRT㧞E=6 L2!)Bn6.=]V_`xӫGćE( bV(8*nA(Eu$4!2{;y%v1"`P)ZqL8Ҽ.#4pLN{XyF F- p"N*Sdj[Ń;42 ,,BG(koڕ{؉z9̠6d\}AGF(]3 ݡP)0wD;>^ܲӮaCFU:BǎiBaAh07J*XVzE%es{N +>Y\qs'{uc2f{4!{-(}zЁ/Y4zds}'KO?qJ)cy'h:!Sza^HЈJ<md[X~TX˃CcR։zEruY A ['xf.qrGX?/>e}713M45 &[N)Ygj\{fmġΛ> Y:s_~R|;w&˷?V\tR1"=uԐm̿Rq̱_>nоZgY;}5mg@uv9 ec Cb Ie,..tݡjsnUC|fx\Mqae<]'<$kj5V7UݒU0;okm'+*/]?(!DW۸DUNeC^Ӵ CImABz ۍ xm4rjl3*nM.d*14n3*Y:l,4bFrY hd:>Bb椱jjb-sF(G(]wi5(D}PcCd[D{ h3MXzc{EQܹ+K[Αc'U*'ՠT(ƍ:nPZ%sKK'VU~ھiK% !*ĻPٞYB͛8mdK¶&YU <6 D(30G,E#W˥^ 뮙+׿2cڄ~eDGyOu:]7^7wࢧI_gȰ?NJIL.*.ݽЊ뽻b2P9-n2Cʫf9_S,`M8gGDGZۧ~v+1:i~/?n9߰ĸ\b#X.;Y,ّ3"@R0ٱA\]j2Oj3a^܂xQR@F9%%Fө{23ZsWYrw:VdjE!=S{>2 #\?SsR)Xv2i2uWJ팅cX`F>:7[kf1j3B_kA~?YhP^y17FE/gYPjP=P8nz֩Je)OdJll<}XIIJ)y@%JeN<^qB9gT B}} L뗂sX8F»w\ IJ'c?[Wbݵ[o7]ො#FI:u[<ׇDl8%AS~b-0fI.2,m _e[_;/.zG=D{LHp|O_'9wףoD-M6*™^4*žoA>UY"F(\gP8|C/7.9=W2'Ӫ4H$`/C!hh^3]2Fu1UbBy~|ttd4u#!i,PrU hBrz>.1r@h*j6˾GL1u8!GP`eP~R\NQ'v0H/(|Nj]4k|Zd@KV>Ͻ]GNr<`ALJT*ACV*(-(U^R7rgY,[>͵kvX\h+z[QD٤aٺNrRZe;cUfCbB^74 VJJ`*@Fb *T.+zѳڜ`m䄨¢-?ailgs߶Z/umN:7 &\(wY)E{HCR EpchBZ!D:2Dw巜#HSGP*,V̍i )!壃X#Jbȳ-e.&=x`Qi4!',=׺s3G,r7UkAٖejދcT?ޮS"!:(JJ) @?Gߐ㷜2w<ٿ{;NOpZ$?zDo˖mxo v{ ׇ4>#".:[E{U|vYrez`ֶB8]ϾَV4?#.0ٺNr:ava !;Oº_J i `ۢQRZo&|͇O]ԚXSIQ K_yo7vă}t- prz~"mRNN'mlI2"ck4*oAһbt ,~ni5.fJW% :-4㉉ji=f;#n7g!tiKB|̒0 3;>gnև死M!sZ*'bbc893~8.V- vϔge1j1F3+:3tk~~Up`ݧs񧖼VWo4M f .zD?8>tNuvF!Tt۟zŕ z-sM*)r͎˪s7 ?ZXn+ķ?6,c;Ot~ܺbV]aNrʫm8T, zM^Aѡ7'EjUk *{rޓk+B5w K^ZYfHwfO5]\u;\ n7Q:/%?`ͦfݹxkg=g &d;q*qSӪN6(\#Hi"[S.u~|tKko.OMr.n_kV->t`[i#J@N0ϢR6rJKώL0 ~}{$ܞ#;qQC{/_Kjhڐco^2-u:=rٹ)MH_dΕ!.br3.q FHbfoJ"UkQ l v36'l ES6~]&@Vؼ-X]S_*Gv@uMWL~b4)/>( ;Nh]?/[`;:=8vg^3c:mٽ.7R `[jcCѼq{.J lpWLC7FiԪ)ӟ2=xǝ{ 9>& ˏ[+.2umI.D.wCUfc >_5;nAVJeGQ]GoKjΠV D9 ;ew4jմIrǧ:=Z]Y?{.7e#Q[ !t?q W @9nc_;>FC bQ8Ӵ66ܴ ~|tKJA@'N8B("ApıuFO[7dѪ0U!ȉ3*;>u<8ƌ_ˢ{xk𗗼eʵZjjΩEa!:뾠B u a`}7 F L[ݦ21,A2*YZoR'N4(08 D7]iFv\>}R޽f* @xp7z0sڄpQw=غ>]Z]jjFۂneN?uv/ZqO+1i͙ʤiw & ׋ߺ˜?j=nfxeMn:9V⅌ȡmd%z[0龊m-<ς}U-7-xt?X50^2+8~(kzWTZi+1Zlv/e^Zl3//{;Jw%sݕE\3͉/2F`̌ J'/˕6(bbV:w{oں|ΕG[ JN/x7lss\&YPDJ-"̭.7[Z+92rhw+̘6{!23ZF=1cČ|_}K7m=?j`qug~R2zϻ3fϺjJUB2Nkf&E$V-DXy&׆j}uVv: 87#gVν,Vڹe祦I_˻ac*+[+;| mn&?zڍxO:]q+zNi:W^ @Vo+dvE z>}{7;aĸkUM}EQsf}t+3{Ni:Ʌ 58Cc SS)[&vWN µM-"%|SRXg-8 ڎDww՟j;zb\bĥ)Q_.m?adwhխ_ ѩ-.}ݰW"OwԻCg|(SN!ArYcZDVʒ(đaJ%.D/KG(zn[/ Nk#.L@yǛݥgxV['fi FJs:=v['yau^y5 JuxPX`XKvר=N`sZdx_$Zz+ OK)ߕS??_B' Q`D@z8A)Dr2-Н8FD˛#w3ZX-襟ʬM'O2 \'L"\,+ݬ=vZuѢ(ؕ; z] PTT8VK9x@ZPo2@!Nď*'4,kA|+ˋQ % _Z>aXb'z[lHґsomHZ?B㇎r0ϔ6G9]i1- IDAT~nʏvK/9plqoSNkp$UOy?Rpxa l>_{OVY] &ec}h䌴זY8vʩ\(8A6rvhGk̜ ʾ>d =8&[CThJ@V\/%5z'6"=a>yW!de_o=g &wۛ hmrr"t D΋ts0B0.F(O̲b6Ulcƴ vdс7̍GлWliYؼ5;fB bC$kūc֮i#-,Ds2izWg5fe5$ 9HЈ!^me|~V}|շݔV1lo.{0_M;vTvw=?hlLm7|x(聒-x]{L?7i=;vʬ{ٴw5OtdslazXqwɃy%U Ra{=ZvmvGg=>~Ԁ=j`BY' &;L7{pBF`XϲahqIG"fF[n[nݸ-2F{i)Zroj6h<ծR*F6yKxOx}#St,|F1[>%Dt#8 t4ѹ#K_lBta:%'5ꦔ!nևpn7{,ELl<Y93bw[JNOޗx?͡#?ln7L2N:(%gN1|D[(M!lU3qVg+FQlgg]4/2}Gr2un@zoQ'rUȪW;|7wt OXK:&lK{@~vd~)~/_}5ۚy[XǍJGkyM MO]}76= rs?&UՍ'U 9\=DumA%'4J%\70atVaV\ `zu}~@/tJ-I -G88/.^JJ/M9&1]h9˛G N3 3O0E(k¼[vÒSb6~7>[fM|; ]CA&#v%/A)2cD@t!cRdcQP0im@-⹸V @(W:xq5D~?YhG(}s|WZt6݃Le>3G(n tFR֨ե:7 ӮgN %qkFbiz2UK7fsNV I͝һa mkİAqṶٔ&sƲhPV.:FNid8 D4-ีSK#8x kaawK=@=Ă}"=2m2%_L kĄ˧O|d1Qz+y}}כ(zFwdʾrSIkU)qQ^K0]8ftBЪG3"t88|dϷnCto<7ڶIznzBoow󧥫5%#A !t9}t4 0G `1BZf43&\%щyĞgͣ{ٽdNp4V3;xImmb"h B_Eۯ6[5GW__Ch-LOww!䂴㷻 ,@9',)Ci>e3.)B.ѹJ6uw!D3zsGw_HҀnH,Fw7tnHs!gf@wr̄B!B!BHk&B!B!%(M!B!B!KPB!B!BH4!B!B!.A hB!B!B!]ЄB!B!B273BPNdn|l39Xm*]u&:Rx-زSZZ^Q=iV.τ=xϻ}Vu+>ź6n*..!1!vS21).6u G|5q:AD}ɷ۶)-y!w놄6B!B!B8Cebdr"f C(wXhaCFU:Bǎ"1##`n^U{JDyE5VVVQ}tӥO>@dn|Ͽ}//66DGDI~a'˿?CGL!B!B!2DXfܨTֶJFsqCU@l3m%9^oRՙefe+Woܑsݳ[#{?* ^}RT+fS ٙs\zE}UF3YCb]A"zQA@!B!B!, j.ZPiBA8[ PJMIr={IG?bw8bu_v嗨*Ѵ!s߼d݋[tK\_v0m8EܠА]&@x֥]7k*!B!B!RYZhR; SQcLYf4̘:^p` r=ƌ_ˢ{xk𗗼eʵZjjℑґBtZ˽}]]-le 1 1:B!B!BH'S_$(JnWɉP8>i>^gB)=3[h3FLG^ڧtӖ܃F Hk=7ܓɕ[ޝ5{US4LQQFHtT+<+|ّFB!B!\n^|P?~$.n^h|P~Zv|,ف&Goܘi'Q8зB!B!BHgۧC:cF;Nwhؑ#@8c*9U>{_ﲂ%(J)fscDaڔqA)=sd3&ܒu?T(~cORQY+,>UWPDmB!B!`f@gW*,J8iQzTiHYeSrAUZh<' 4\^5֫;Ą~N蓒ԯO51<~ٱ ґ[΄-]"dln|z6""pj5PV^%9mbXW̘ŧ *DdF=翾l8df\|B!B!B &T *}mOʤx>`iTWj4A6̩өFr0=/y2UK7fsNV I͝һa mkİAqṶ%eF$\9e?Y{˫ gsS|\B!B!BHИ%K_S&xڤ^yc>;~4{yyw7nO>g+.Y?{F#{jq:]c\5[~?jIJ:`ԉ7^;l6E EDZz'xraqwoZE8 *`nGl$K,>N<R-Xm`qd@)^SA]{Y1joK)VH6#j7i]nmٵcY{"C*(,2I֯G?wਮCWnѮ=//V|a.W}B}!sn)Bbl+KWmgk)ҡ'_u_+%=SJ@aIլ9Ȓça~Μ9{|XE6C֞_Th?[r{ .8v ZqG%5x{o+/qg %tM1ѱ+NJج#˾Y׏)Wn~2%$fz%Vk 퀁#љ/,-o;}[ IU HvaaUG;p^8V/v bDJ—eWN|'TVO v V+x2pAWVA}鎍 鵷>VT/k2{7^{kdQٶ#gO^\R1e֝~Of++kV޴b9\̓?!vUf;_Q/ޚ@Zr( ;rrw9cfSb|lsEs{$Q:W뵼5j7^~^,-oF^R^sɜgO̦ {VosU<ݍ32(bn s7EWWWF'(b$ FlgUn)g)rzJ\i}S"pa]/ۇ}Ѽn{JLQg}:_뵴gH]kmEc ZEDv8)pWg(&= 3CBj g^9XUյkm]nek_odg jYVQaZ+LKQj.ۦ5\`<8,9{ǎVRZ̟_mdsî IDAT5?Y&I?o{(O\G{M>o촩W&3HDlgXj[ҁ遵+_(߷^6O&;}b߁ ?~Z9 n.4f΢1C ocJɭ"Ѥ_&::EX\&UUJĵUf(?CxsF0~TfFj}K};EwΙng %Y-o}|Hn߳wI%iƎP)WpcfӗK|b_lZM8qYW\܂)nQWb֯;1:SiVI-SOc$}jZE!Nl8([VZ%t #Ҕ;1mqڐ Vʶ)D7lh;WwHdsoi{e4<ʛ1+.~/~ w^{RRedL 陑g~q4`Ӗ>xqávUf{^Q WȳtM_i=}'K7]_1^=oKVn 5=)!yvrKFj3ܜ{]?r}DvUf{^GjQ﫨k),F~2:;rrd7˳U{] NigX6j1$9.6agiie`hO~)`ݼ1xxo ddL{wS;v{u7X{3tgј('h 'JIڒ2+x4XhՎ3C1>h3H{$%3#G j$>@C$o\x9S.qz1 e::fIDm4]jjm|@Y1iډyIj5P m JBvtpv _nSYYccl aA^0@n^Q4^fr78`FݾheMjmWTZ`vku2k7clY _xrv/N&Il}bӜWՎ9Hm:jPj=}H\<ﰊ_4@􆑽(-l8=CJs@%%=ڻ =P +%-3 H|Mm{L<~qv*);|;vV'JH"|GC'nrr)N"lT`-Ҩ4. Ёrn9iS'6ٟ1gEU5jpF eYrFGKJ<i;ٹ.RU !}1,K(h7r8O};~ʹ# jF 7n;I]W`DbWgg#n_K@.zYO.o=f%#{3;X$'P9deC?. K_,QJj&6uG] >2CiUa= n%[PR gɲt>]ی_jjzHOK2띸:-G\\ }vVl"VSuTUa( 'Z LX[%-+p->)=| *xl& `@Xֻx`MM~_GRBl a$R-Yjn;ٹ $%,hd)-9@~QoW8Wm KZHkl_;k7[zNށl^&u]k\BAQ}.R,}oױ]=@?,?8˺GvͨKm^/yºWsEQrZGQ7M&'RQyqu]P*|BOp {ErN]4ݤ$M6HܢWWFL6p6G*3h ^ࡼ'’eڬfwJOJ )O>~SϾn7<8~=C>oʍL>{הf9\yJ@b]S)%"&R`Q[j-s00F0H1zaLvvjQVUJ>aM4+5Ϙ4:T!\0fZؑ,0nsnpc9Zpuw2x`v=p8Vjūcsΐev:=豲;~7kst_mVu耬azRŧK7U85QMў jܶ3'f57|,X;LU;=&Ql6Ӵ)ى1YQ|_Y.?Zcβ[#p>U`EUsta)1f$ظxdڌ^dz~Yy4_1x)~g iC;dB]TK3D~AUu]GWTs|*d{6XG< Fu:y\Hv#tbT5~aMd56G̢nu:PjZ HE1ڤ$5F$M8ï [/T[a F>U}{sz}>& 76UW-j-iǽ[#?/>PFzJ2;`e6.-t,[@`W u lpmTUW S\nAS੟ߘrVigKeRWT} qFx&1gblE$KyddYױ*h:IvO9PU@{H\]뗌\/y½\2Szfغ=gWk%S΢71rquEP%hgٵ$n`Ǧ_$tNEk+q+r_6uJdWq جD:[R %=޽ˇ~<|EU`O\ðw\f܉g?gd|}g4Yx""(n_I> cO>v9Yʝs{ORkrioϸN FצBxGXe}m]e}`@=yXxaCll̸hR޽2t j4?jos}q2;lWMѣWK+,S78WPn+gk+WnP7QQWܞ4;I]˯ooOg&:(VIWZMl'Y`@RLŔ`1 Ijz%FvȮ(K{WT {ɀt'%l$ @σ4]p#;Wf4%{Kgw[wk>deq{C x^t qǛtަD\{s]eU| f(5CG[{Й4C9zH@Mv>PRZ^Mqlٶ;*!Yni%)c$ÁsPQAF<]=}){響 n;ٹ 9pLQTAz[>jrㇶR,𓛧KbYY{ɽ`>ygpiL*Mt_q71aM*> ĚȩHQjΫ:XK+><ﰕ5UShr!a;pB]E{f(>`6QTţ5~VM;joP"M9upPRV lau]Y& ­㣍={5<~P߯7]W^Y&"6i:* =BU$U wGCwr5IH37B+O@r!pm5ȴ%Ȱ1Rؑ[vmۑkfcNpO>_O0vW}7$@zw|E  'yy<7ƍDǻjnő܂8DD~BʯzZҔ6q).Eω.UV\[%ȶtXFkԉnk%=-zwYӅ,jG[ { =:U}Ϯ^eL<4ΰ\w<eX~<՚[[g4ߙ{h1k[͡rw\?6 2Rj;k7vU&4]_th;nvXVR9΅W&(w>_T^="L~M^ŚG}Ȁ I;ujLJ,sՇtlҙvƴIq?ȟrO䠋z9EU؋MjXlǎC½w8Nsg(\WRn=1r 0>}mZ`R0]% 0[{Cg %D >GzZUO<"iS'h}SO>d]-Q$'.[mz9?9xuY㫫k=^V{"¢O?I9; 7 _^ɒdؙb1oZA~ˢr)I WTHK=[~?*IbFz뫩q( gFʛ/=#&"hog7!<U~ '-ex/Jef1[?!>,@N6W) XY)IYD"h:b$\,XIa몥@ Hva۷vO]rWuwA>5g9Íܓsk۰qm=Pٿ;HOE!pmW=O#km~띏1zw߼t# L6Ep`AJj:{_U`;+ilD0KbȵsfַաA$jh:QK9;=!xHlhkqͪ M9OVV|_\ , ӧ0_jQ]: !/uG_:#7g^ =DQ(,*4b1̜~^0!aߣ41C4tyq;CW'<~D:D`ruL!^XV.&&vY"$`fDx I3}H `kբz`^Æ?'')wh ֲO6,H#Fł-_a*4dP'sS˟ƍѼFNOK.-\rC ju4|GWVW _{͏^!X1{ϸGR!jE9%%iӧNᚙ|?MU4U Z9x F5\f<2`Zesb_p+6}lڞϗb_t>Ү "GW]hx+u=m}'ȗ^oͱ=v﨑}Bǘιf_q; LUAiZߪv[|4H`ԉ_-|w>Ya{QI9޽zw{>̧u8s YP9 ZGSՎ?f0˪mג}M) u ^ֳxT8DZ IDAT-vf*3}H W]>j۰jӕ?dp/.mEwDSUS\/b4썏STM((z;u hUܿq^ """"""""":ÝD٤$VZn95Q': hYG sX-jiH~):]ВZTVG:"""""""""":MD7-!8Ɯs0^ףZF L8L{ؙ}&"""""""""V s8M{k$Gpղ%}Ҹ b KlI>1ʄU ټ2+MDDDDDDDDDtƊ$-˚InF[Ċ`jYt)T!DDDDDDDDDDgHOn3ִvcJљ!t:@DDDDDDDDDDa2 }_wv$wnuaީu؇P3P؇tOm8""""""""""0MDDDDDDDDDDQ4EDDDDDDDDDDL@QT0MDDDDDDDDDDQ!wvE{N#>~XjQXN@㔸8EuEoInM*f5E\RI-npޑsW5͒0b@cM qݴhm9=""""""""#8D[gך&d-)AKJ&z5S9rE@El[-D{9w뙀&""""""".%Y';&Gl6k]-EVVYurttOt־S7.(;红&5(꩖Dj7tv눈(.}wbdo+416MM2M_+}Hv ʱ%=sFDDDDDDDDD-9!s j+؝_ )sG|Sj8T~+D1e̚dNju{91xwuGt;# ceEVf߿r -Ԥekw;]r>wgH1VgjN%KjRYҦ#MN+:`WS\/u]#̉mGz_Un @X3v<07ٲҚJrR%96WUSwK[zD\fpwFEAuU[f:/.[tbɚ__T/~oc"""""""":(VQëiB^A̩R-y(^rn9֖}ۥ #Um?aK.])cy3DW<|oYu832( zlAU5d1Әٷ\x֠@>`iEyV$)""""""""Lٽٽo+-1.7W@Q vSb3[/ d΃Jޣ #7<Ŗ_3&}Uu.S-ɉO4aMX[USjwsWJDDDDDDDD%D=+J"L& @MYU&8 N_;\?m7͌$eY3ɍvp~+X\^a4!1L,~EpJKqUijYjcQ_gJiS1%|?C.M3b.WnTZlqz%5ؖA(3Kl=S+6(ؾil%-X…ks]E~DDDDDDDDt|n!O?>@D%vvd&P'Nc@M>ZǞZ>{m Ngwvk-&Q7ecW".io\_=q=u6j{j)Zl3(L@QT0MDDDDDDDDDDQ4EDDDDDDDDDDL@QT0Kfߗ=toY{Mrkᳲ:s zR?SIUX%{F v(=h]"N:RtK}BW( ~fwTlC<u[ܷm{ή=vZ_dGu]2ߏo򚫦t;$YZr^JrRe.\j9{TT8#KlJĵ}Ŋ6l?p0OH5d-W^4eBįx;kSG q{$օ{lCMOk#@yͲw'&"""""G"|V"U@Iī3dA$ v V+x2pAIG׹u+%^aQ фBP葊Q_XZݪPmrP6oiɢ(lۑmGήm[+zˍ5I,g^9)XUյkm]nek_od?tڋK*̺S`5+VoZzӜ[|ɟ n;*3߼Aa'5:49dY2rV>.Is8%F~;:`>TJn&45A)2/P",LKQj.ۦe"ډ X^!5dYS!UNMk;X-zEO.[Qv>$c:v𱣇V>W[nZ k˥k~OoN:Z*+kL{rCde^<}9O?*3#jTU׾%˾;vUUM&yf_91íVKqIſ^т>\t7^7+vU߼qarw'΋-|NS2=%6wѷwjQ-S'4e^ `[`p6hZGD׹u+SD`Zɭxjgkv8%RuI-=Aݹ6]q锴DjF  K|^~c~뵼^KYo^V@5p/WEP{RRe<#O(gF_|VE!A>W΢>tЙ/aCg_79w0pe.O,dM=t断+*|IhYOrÏq|SZz<g5 >Gwz̤?_X"rzvIP m j ASհ#ډ 7h=7͐هt6n kf6<~5غ}OeeM+p >t61n[fϴ^0@n^Q4^fD=;ɋUUV]}E\-Y+. 4_??W A8OMÏ\:[ *EQ,)XʊO-/KkӦL ;@zZrg_hAQwmVyİ^~OWUQd"e'HA>]փGV@2&(!fESŠ4sk'nrXIU.vw>$gEU5jpF eYrt{.r:]ӦN:_GufR- ߁l^ftXlVOV}TVaii3.:76ƶwG ;xtǮ}fҋ/|I ӣӧN}觏<|"ޓD7;I|2o)6?*% nn |೯߶g~cݴ凬ׁ5GooQ;MJҾ.6HV BF4yZE`aj{JSjÊ4sk'n,lrL"t!yEz$%p"*$%z}o)G)3X{|dٷ6% X ES&%M@W'Rjx\d:'x|ђ5_txxE5W_'6MOv:-! /.72Sџ!o|j$̐A}˿>j@vyV\c̶& F4DZ/,,tW+=LYGG׹u7):Ek Q叾vw>t8rex{l!pB8e5ƍyEQ)?p[DCb;جu}_{+eFIHO$&Jm.w"6څcђk]陑rI #%Ir8Y fOe߬p!S ?DDDDDDt8@I:p-j͖Tuȭ\Vq-DZՅp#ډ^V=N5++H1pq0db`2|jCiYeYyՒ0M<oU}{soLONNi-ڛ;[SS5[F[/3J$k]x`C^pNRb 쐒_;PlmE<6} `@pS\g5KDDDDDD }W%rif,%A> iCt($U 7R$kp00FÍ4sk'nDӓerGO)A=P"âDsC>?Mz/A)|>?5Ķ>VP2lhODPOn'_ %/onV7Q^Quչ ;2$Z .8(.,˗͚_.YH@/Z5:JJ+x<{HQWƉDDpϻ\ි$.ya$1NT5d}f~|-x VϞ M,%X݉Oxq[;Q7eol =B"HD]] Qk݊yߡ"iMWޘ_̠X;Ko\u&Y6koQ?V|igeFIq >{gMEؾ;1/^du`wW7=. ۟ pI<ո<ϐ*(tN>Z;7EA/7Zgx^JB l<28ڣ7z6.YBH:v)ɤHi BMG_Ů҇dPU]r(JiYe0oVm0OW\2lY_k9|`XGg8?>|fQ݇Z- HnT+'3#%l07)1~c  БȪ8z햝wvCN#KDgdy4!.P'/>!Y )unD6 I.vw>d$)&<Þ$ %)blBՎ*͖Y{';q/w!m2$Z5mٙvcJ啖S6|Yɂ \qTw;_|d 8n(+|tM` )1u}O]5x\QkSfӧN4زuwx~lu)__شe)l)M R\ fayf}cp#Wyn1)h)Ƞ"ZZ_-yBZ;5Qv9Jr_I8'!F1⾻o.&pdWk?Rss_w\k6_|^e/ϼ`ԉ=3R­]Q~[ƍZ IDATkϴ VI{jYȒ>i\eG1%VF ٻ(lfM%!PR!&[E*܋(|튂ED@RB'KhIHo&wDŽ5udY g93d'g4ADa u+23s۴k o4ib0nO|sdާsJꙙDl)D}zvvOyyO;Fa BC ՚ԴL"\h"gi`eG$ĬɐJHka"AV$ ?ajaQ/\Q(x<;@}2 C1$Ox4ak4lǶ}D`4ďb[.]8˅ޏ}vgB"]NpU^%>Rq:&9|JZ"kjztDD4bXj8Eo|'tu22"[縡"[wkCl[ǶruՒ7޴eK]4dp O sApVsd化M3%VTAW\H"` l!BB/"x<;@@&FI __Je{k>u ym\m|>f#nj\yzdbkMi䇏$%_KWkÇyzܰJ\8ػmY]<_:2Ngt;7o }ߞ!ܗt<=Fxw M!3}!7S3 {^&%& W{$f@{DxŹxmמxAfb0;|~AM:NO྄Gz OBfC'qZ-P@hp -$8Ք/߲r~zj<wte?׬X8VXAU#c"!ƪy9w5`g.֔xv<sZ`!g'`x%\!TMgGDJ>>Z5Z){N(H*QJڦtg{W-LR1{Z)C2q9ZIg.Jx|NoU?-Mo #t#gp{V8m{xzVvHUƵxbБuԴ̍$:|5TۡmGcwMgϼ#.@+6y8)5 %o4@0U<'(XV&[KҰD(d\#+rHywz%lɕybT3&e5_G!5I:dw?'А eNxų;ݏ,VOZy&T.kn`4,C4 蚎ݕǝղM|)ՎG:γ+<Ѯ|Sc/apś#"Z-i٦ !5J$tкS윂)P~\ϲ9AD3f|wЯ^ nqK/s{tк[׶6Wnq[&OlVU*1`;ge_-⢞3q:զgqN?T'I:=UW 7 Cx0 DJX"6MD9F悖mK/*(ʇ}z7ڗ}B<;@g%d}D**Nk/!r=mİ! D~:" KD#}j0"zZw4bXM撅7e&^^r" {^u+|8gba `fmu\Sm:~w?UnjeMj?)Wkb;>܏-ʳw&$>һ'5̬J1cw W'O{]FɤU`0GFOhd=O|f;+lX,նY~cJZfxL|d7fe/_)lTq]9կUof)X7[{hHAL}e΄ 'p3Z #gک@{ 8G]S!l#:8P" <ec,R'ңo`":tξBD_|iEDEE1wQXH>QJj tM7q{:$ع]C ;SG(VnλC?t٩s/&88uvO[ Z2{M ѪYQuۇzU=s3O2O?y΍c,VsmeX>9oW"ɏ+8|Tl,A䛋?YW ŮwOdsoK&򒵉mED;2@],a(Js=(IX"P ,CQq6q1 yW+#+_G!uvmoo&J"p՚]t@1Q-Mɤ Dn'k"௪qVmM^QZWz[B ۩B iF?~DDg'n%oсC'la_|Mum̱ όYT}uևVk_<}SL:~Ο^ݲyOɤ be~~Gy2Եid36:n_~k?]ZNq9g7 GټCW=ԞJ)(0'0S[ y$X{aT<;@}#g"UuYj-|4#䐺ID~Jo URIhH-*߉h'+}T6^K}?_lqP%1}BMö{M#}~vt7uzzę>tT0Ѣrzt"NZK$"ӳ3uGDiYbLQo ޶L&?Vͮ߸JF|I)5x'\FD={thެmcXz۵ylx' Sضޞ=uM:iSl(4(ȟx^v=-%%1ェ)o}k Ckyt;(LETewO*!eeL)D$4%v_i{F%"T~㈡}>ruڭ&٩Sضm"uik nL6?WT`(.7:?R}h}2 LazwD5ਛ& +GQspN+0DYg#AmtSO"xForA-=#]C[r&3 c?u-//yսlw+=;6eO ώ~DTZy輪fgo<1fW_Թ%%^7f6H[*!"!7ZE<_-QvNovUۈ`K^_rJuW|jǮ"R*o&rXL&/Mյs܌Ĵ cF)im4Y?gInOp藖c{FJ|` UjӀ Nw߾!"0;֝tg{{ ,'Y7Xޜ^%tnʖ- ԭ&DԲE mP\ek_vMR1u@sd٣U߱5%;V֘Q{k?Nm.@ݍ;w|}hK?]-4\?S?]Ig.M7r^_H0xz+l3rvصvlCR-F ]o":Q̞, :!T&46BD~ < ⅲ璉NE:γORaPp@j3CDW@[QT'X,ʺ&ڽ蕫)͚ڗB<29Ek7nŵpwR٩s/'2% gU]օqޱM7hoLf7~'k7>2ёͣ#?3~Z}m(_ˤDV(feUjfJ:uк|$]|R6NϨ?s#?]<煗?y~75 *TkR2_9x 傿oګ36!;fJ, kK*ǐ@$>O9ʼn&JJt+~W&N]ӳc0s~e̬<"zf£F.^J3vMǶ}lGD /9/FI(6҅\gw&$X5USmgq%^Zqp[ۃ5Ҵ o?\Vl0rizWn8Eo|'tu22"[縡"[ KM|ү||׮^}Fƴ\-Z4ZZ]pVtTJI(.vjҔ':uSS /;tԩjuzNO?ϯy-{.^~µА!{Nxrx`-pyVZ]3"i3C<ʅ8_>ZYMG/+ dB/a`ګTh:Yj@}!"M;A #ߝR۸|9& Ա}̤G5R_}+=֚8yyIJjKUQ-apw۲5|Ϊ#tMϼy湰7I}IyCn!z O!`2r35ce2Ybjjwb h87~Mx}1d!S'gtS/KP?y|~xw M4.d9~g@n n4 (@[ n 5-<&~]%qv*_cXbe/M&29u4=Sa2[ݲ6W'yz,a7uyE(`kՀk9-[`f G)jrG<;@6N kh*K\LD" 1(-bHln-}jrCz`ёCCj=ӁB{$ KDJN`L52+8Po! @yNy%V)d|Қ"R^>RnyJH&F#WQWޜ9C'-<*rLO Le[<]ӱZWntg{ϐCC<(I_OUM&{7k/3ln\Gh Z//hr#(>|k_[#-:$Za($@D7Ru3cl?iQG<3Bu_tTlGߜϬ6>3ރj?"#Ǿ m.o?ON]u_?1}ϘXS"˷S:u좝 ϽnE}G o,3+-V;'>V">k3S_3!|̨'g]acJZfxL|d94{/NQWo7i`(ڦb%ntg{Cwx8D8 4eRdfEZC~QlaNsar!>@)+SX?9eٲbk-щ:uh-H,Kk8"JM˲=6UoϞ{фG]뺼[5 6k6j߬}{Qog"ɤ羒x̵ip{Sv=qDG6uԪeP/P@{x""9+Qٜ <j 2Ȼ1q~BAjrDD2)_(V HvOhMpKm0 y@XQ* *"SQF[>ģI'N]-0 XV"+XV?1z|8r a Q~_crz' νzt*_}agw./$7* Q)2Dt] \YHywz9{ _ndf+o/PV*U{̹+aq!~CGN]r#6eOADU*wqxF +%lgGKtsm˥,5 ޜ#31{ w;vqrzB FqLG4/!"VZsc{vDt-[ { 3ZiHDuՋϏa+>inX8>eW6vf`qc#مf+23s۴k o4ib0nLf"zs.Zݛx BC 9"^z;ZrohhzXCd9-[`fPG+#ҳCz7ooOKKxwXO<;؇u٦~B>UDBXc==Vx_)<o`2؇R7;==f"O_P?z OBfC'qb hp -P@hp ni1@*;gVU> +xzD" Wijc}0UwY,[KDMwWtƝ^j{q':ňa}7L")_;igpO(0ɥL-43fʄ6pP)"-=cbL1 $ciJSsM-_+ei3#I8_>J2qp*3[b)2ReB>&rܛ.@+6њ;<-ՔDY8N*9ݵ[iKt}Pط{tdА5zx|H7;P{kۋh0Bd2}gsEJ"R(Ux5%DRp?3^urw_YϷT!RL^ .43UU#j.Il#mrLm:8P8̖\'H% g橱08]-eplS\OAUR$Te^|9rU,^F玭h]>ݕHD=ػgg"ڙx^Dֽ p ,M CD "XRoL3{۝x#(>}|k_ l!]h- K4 j TU<T6!`ӐM^rba Ԯ<&~-[ϓfW&?y>@=oW=Ol7{3f/צ BuqvBaJD7oWH\O}{urqQ]T+˱ܫ Hԋ'bs5+LޑLCD1WA 4FFou:~jobO*V9-y"20"r<0Ba!"yW-'͚q,ЉgνxFTdF[nÎm'>5B qV0L`_dfzrͳ7v?1,MQHo0noEZ6iy7Zv+Kq$;'=>OCDrή=GliwjTT=qU&ײs߱A^(JwŹrx\+"XxLL3T;3DTuH *43arMݽToY3=q˜3ϞO^8ħFu} [m\䒅 )VH]{.t1 k^D/?^#UˮÞ=:r,{+={݆RiTz+l 5}hAV3:#+{ٽ(JjK>]4x[=Wcd)!Z~M ,Okd{S31LG/ E GRMݍY]9yrndR"*(,մT]E\#U.'6%s~ ӧ>%H]*Τxʓd^ֳd,5JiޗKY"j(9#315i gfEcjzF *JDy}wiGDǎݲ}`0K;3U*Dy޻2Fw uѠѮ;~l }j7 L\x$"{d;Dte؋Z:EdD52 ׭˲Y-[z.#G(8Wa]x0Gj'"Nѥ@(-;#[Q>XJؘ_qo,\@k):aܗzaf¯7lըQ˰Qo ާsٚ뙙Dlņ-[9O.4{G9. =甴̫R##3ŧ~۸܅ U[xd: tiՀͲr3~Δ "OoηT!Wg4lB>wT2 X"+*etg{ z+s;THCNKC,ׇW  /|m5q HDyw6Ίjv_)Nc_Dv Я2IGi.\%"qyd.P)ֱT?|tjSvqQ!A9_n!}/W RI% VP1Rq{kL8e *|he588P8Ȅ8_>UZ?\!tzUNr<yyz $Oྤ˼!x7p} PWm'CXE$6#c==Vx_)<o`2؇R7;==f"O_P?z OBfC'qtu (@[ n4 (@C4rjJxL|?l5gw`Y!Ϭ5|,>>,V&xPR)ߴ>%hd e2&=W.)-i|uR+*_Q#XS,ҳ9&&@245=e ̌@$|(%"䐺`08|2SIϞO 7erMA#[<3~t􌜾q.qgܼmo/]WiTʸO:.CG};}|쎷wh&ZHھML  Bl8{ѯTtn-}jhz`ёCC;(a-yK|=t4Qhf >4,)9!62F. ޅHywz9n{O:dw?'А eNxų;ݏ,VOȦ&"_Ty^,4 Fxv*(ʇ}wy7ڗ}Hyw9n{iiޞ6bXߐv"a~tX%>5v}l^~Xh1_& ]ksYOֲy//9xq[{@jK>ճGGͰ]0{׶Dm.ө6?s:c"m3~SdWr#%>[2g_>zMIn#}?붙Y<92Ex/c IDATq~۟o{PvkW/4 ?~Ap@]giѼ_kϑu`_{OCD=*e岅zwښG`0j㶿ܼnZ"[5ؿ'K$N 98bn#a=.]ז6 n9nt|m1t_2蟍)i}㟓ɤWn,LCD16Vl[I+ҳC[Zmcgh巏}|N&]((( ~t/[hOU16Ю"{Ի[VTӫ˱RR3]m +c0r^rUڶ(-Dd0.?pλ4kƱC':Qm ;ڷ1Ǖ/[0~ 7ϞOGKİ6cG &"D$jٴ|v\F/}K67n} *0DŒ},CJNZb C$)ҳC[iD'+ HА1*߉h'+}T6ne;*3OivzIcDԿoڏNnt~e&.6RkXX$KM֖oSb-ODԵKe޿ҎgOٽhޣ.[TuDxo-I}%ؙk<^Y9.k,m4lϹ0iDԳG[s.tmߦSAƒR˕,UY~*"*hGx4ĩ ٹQJDyw 0xs۷Wk>yتϵ# "S/kJlSkϑMƹcw"ѩڋqaqrR+CDuL08Cd""LJD- zuL&%"Xu/D4}SuҦWٸQh,((wx?3e{VXrlɽƉ&N ȏK@H$i6cSl^%꽬ki]iY~l7ۏV ˺`yy=OZڭeǪǏ-ju.)?g,0^sI +!jHIEO/,'cU}^ b""wC/XS8|Lkxd>bS\Qsto7سH*Z10*%H$j09ol1T5-s_+9}֤}J~?0]Dѭ7]qŐ AZ-utv94w?3q<^*A>Rj@Dnw/Ri_S6K׳dsϜVv=g_~QJJ5|W4a\!lnwQ_ADNmJq%L춲l7ĊxA _n̉D[K":85%9{w>j쒅}h fFюND>oai3'ƒ=݀-k0gī jQ =hJ,*1 z~1kD"~ǿnG^^hԧ5߄ HN2rï%IwmSvӎ=XZVُE WDDO ]+ETWG-m#GU|{ M2/֫9}_̛% ޿Uxn $V}`|/6|c\NSnQ'{TȀ:7mpu3ԐuMѪOg_lzωh-Wt ~wk=skn/*g$u#/y2S/xM;OKt#Ux`xhϙ1" qDD>OjUsswle%"r{X"FHCV2AwɥW|mx^6͚{UCcKɞ5*F[d4wo\|OїD7,+ŜTRVt>"CQe{$ Y]ۮ {Z^jJrnN=VQ#Y/)Kj?xo3sw_o153=E> 5{ZWa/Q_02e}G^xOR;cբ([[hWj쬴6vm{ߜyOH9ZNz}-?vϽT*J~ XκC$68S;6on!"'ښ$L4hlp{,8aghA:>=yF3|XM!Ŷ4ϋ]vp< QSEޤ,WɧRD͵[5+yƌ/**k;:lS'/򩓋vmHwnNӯJV;PJD8'tyz݇gz?J~ٺ#%dF- v%*(7[U}6@3%ŶH*28BƗ9}6HD) iAlhJ!~q -Ŗ3ZCjHv{6miמ;wܻr ;>)~ڍ%$)qU^r/"q8Ԕhs~7[>xh}Cj4Ə-E77+>vV8.Sa1K3csFD hF7IPd8\nNIF_g2*Q >f7C.*\Lo2 ]Y]Vt5xat$"!9DŽhHE3BCjH^RVy0+^D²w>wɃmpu>GGni씪T6KǦ-?mu۟yv\/IR gkkW~շ/G=Ü<W>BQ7ElvjSXR)w c**snU.5x},xƌgg-VsDC:qNTI>ahEQwsx{?oVSӮDTX&{"dyv'j@;(GjK KDv"R82@@/e6:c٫sct6z*Ȝli5D$ITU(@@w_HDn./%giY?vweW40o'<䌓oB!#"ZPDoE+?8)@m0 oTDD>FN" Y!)Y""Oj$4, SKz^$j0߷s^fc+*g"PC~b9hѱ+$Io ]-y⻫ֵϜ>~ƴ} +}ae Ν{iaFϾݵV_䌓xnPz,И6jf$eЀllAJ|KKDTb訓!"3Z&qALVH ,iK2 I"1\QP91:ey^"R(DmMMmkDDJnO'e7_/9]NvFJJTv9c5>,=m}9$^ hI#eQdLӦMd9}Z6k*H0i"M1cNpd%#/h%":-b3sct!5g!*|^ss2f^p\"z}DVokF}"7^x+wnyO垥UuKoUB9]4]{}vs鍗]z_{q-8ݪع/)/ǙdiԂk*u{H@/]pO9]}0NIV7V?3F',ty'"JRHKriJDc~]91:P#'o@!oF1rDV^ܡ¨r$IX.cin{||Οץ :poUu/esIDtq G WM] <H8$ZķZq~jx"%7a0ݖc=g_,Ԑ~=ryDfp8]d~5l7ۏV ˺`yy=OZڭeǪǏ-ju.)?g,.7>y3N~.9˲Ǻ\0$A DkFIB/OUJ,Har'*^FzVK!"H{|[ؾ<1:ЄאE#y }%Ϛ8@gK^|]"9.brv!XhGݞn}`מCsL3 <#'?.sQcJ`%u39jiQaYlDDG'>`(S%i W"kc(K-LJj쒅})\v`hG'"Ͽ紙^~A"⨮=œqt-?ت}>Vq"k\LJ:/χP@DGlrD4tnc%fzk2HhI!g:7mpuӍrE_znnR{Εoǿjk$Ijlj IDAT}o D4ެhG ²;vӎSǽ#=H0yF3x sfLHD,C'Qj {F[HME|~f!u{D{ P .N 2@9%M'"%zor|ʠX=Vt0d3D4 e>:lgn\`I/DgqMHrceX8",L2nDH C G 9{ v+y}>0LVso_rq }iū(3#ef" ,;o2Q$^S~QDIx1#))IюeۮzAݼ#g9#Rl{@8y5|]:S)Em(k4>?z]>e=;YHWJll!2Tx8Fw9jiIq3v?yDF"2RZdSBIhE3 A!8*Ae$\ȿܳtѯ%$єIEKҋtI!ks9/:ZڲmWIYeKfs$'njq.\D8z`[2@OF2hsFP,++b3W" YX44Cej34@x ^kHyesoP*[Z0y(@NpsW_L w*7@j:9z t/=A +/;fh!,T5dhW@c;f 4 .Ѐ@ h 4 .Ѐ=AS=I&N8gmvQ֮ t~"r8FMS/J)Θl <EF^sQ]V?2ϑ""`3G+t}: d5FEUԢxQdTJ1?יp|C:l#ex l9.Kpjnhݱ'䨾C! yl1}UADYl'56ܪ;r\2{k@ 8ҡ "Z9)#fupdcLB!0],k@Ȧ8i$""ߏC@? hs,'u֨"YA`#%<^4j8EwR_`: "HHsզ T]ahh9k)6"&NKDitZ'3MDuX' Ct`d/Sۺҡf؆9:wkPZ}8 l5 9NB$X3:lvQجa0D׀t(6mOꔦUS :CNt /Z)@M𗉞;)@h=HCx _Pm&C XM!Ѐ@ h 4 .Ѐ@₏ZHO$|:$Fu[K$J&3zc%lݑO3Gpy6ԱNHk2R#L FӾȱW?eXf3ww9}?'<×o>|}38U A_qtuf|au7:̅eX-Z8iliINeX6朲՛7|ODigMv/RЏz;;8*Z-6gJMVRҔ|.uwYvp옻 >b=Xju7Z6*:d0Xṡ,;+8Xƍ4`4[Jb%"Vji+hȹ3+:Hpy<-Omǁ_4Xi$ N7qUm$O3@zxagMcY!g@ǾBm/}x؏6ڏ6&M\8)Ӹ:ʛͶ#MeX&DWCZjhŸH/91zPa0Ě2o[yFv&'zwX ~ȍ_[m+nX-9DmNnlTJXoU&NEccsr9 m-%{wUj2Lu9%uhQ 34a) 9mUۑ]FĐQQb'p],?놧prcH22 `אyIghRҲD7"7JD &;U4PC`nhݱ'䨾C! yl1}UADY`ߵ?hUbi!^^kf8nK1,չYf@dZHDm/$Qjze.8M1iȬsN'?I~!湵+#"n1VZOFFQ~-/V+u#҉kqXt#戊;ZtrJnjj-=r 08[|VV 3*R{y2uva9k Q߄0 ˜ 4y혯&z*FYH*-9sxZi6Wu$i4wc!~Q^KDWY+L}]ѓt݇: .QjrӆR dtZH*ל&$JDñ^MDoyx9TT(L {Y#u[,Z-[Kf؜^C V@xz 25!>@D >W}e+X!pj hZ=NDez4=K;s;NPlSRTKfEAJMR0~QUXcH%γ T%`;\A'VZ%zb5bms4KD 'uKg&OLѳ UyWJ5$l-힊U+F UIt]aNIOowۑz:S'Fsc2*tѱ&XܱQْ<5_f ?jZ'[9N463 @07],z[YuRWmS]ۨ.9/eʏo?s2]0ܸDd,ʦ?u,E{Be@e"!ΪVpl6CVzf,_bo@4تV ͪcU!nV K;Sc׾~ ^_0L_0,k͛wWc_^ED06Ө/8Yh=Tްn[D50=~W~T.isa?6@pkw+,Z nI2U#9~of3a-sr*"bս묻scؠ2*U hdpKkf7IՋj :169N_ԡ[۔%"#0@jZmW)Sb#_͙ܲyQQ'$S]F[k*5|/ymhu/#"ۑʝX%c(1lo5yOPuޤhN=}z3ɪ_[py=[ɩH^]$QDLzW91zߡ22 (QStյQ=4G5QfNPC`ͲҸ1VoiW,5Jg *?~bPD@Z" l*o+RӆvS*8"ۜNF;,NCi>FrImNgUND7s7.DZ}A}/$Pj΢/ i2޸muϩN72,#Ct7iUUx/PPhk@yJ?2_{B~~!0D݀f;ږd[J >@$["uYHDΞ:i JDVIHp:"R$EyM݈l^;\m?\pZxۏS) y93R./\ufIk>YժK]<=M䈈$)DSI,?fXJ]5zN~4ɪxGeKMǾ"$owc\G3 **i "aU=yc8;Ac)"3 m5'y6ŁFQ'A "\;wCKSƣ+>\^6aL>Uyz͵Da۴'O(yjQdX6Dv=DDC o%yzmDv'oj?K DԱh9!(~qIk0߻h/k<=Vy#1L@eWEݧ; +ݭ[K'"tޠ6'g"5j#r+崂svV5}sC궐aʀ0E^C\uOz#*!pʈnKIN95Ôp+=cE"?s[嗪j X .O 뷳JPUKWۮڦKaC>F]U>C/ )ok,1oz 3͘?^Vm=\qtGNCD~ 29=l6LB4iZՙ'9* MxarVKl=Z:UDDd+i4%Q1,a'5 YY$I*x$"݈4m;կݼ00>DC91zPP(jqrU|1C SEt @k㤐ItNC67%{KmUvjgx^j6w*w)ͦ{kzGRok3̦)}PDp¨f$O+6O->p쨥nnWMmDI7~ִH>|݅XӪu#r0}eAm&IA7=1WYiߏtJCsg)ҿi.dH C&5"2kQ|I?S՟>SHВ(մ 5~s3ҴaJ%,#h+G !T.gD%A.2r^u;*jN1|Ŧ^|nw^pܿ>|qrp}C_~啵MJbD~΢snZԳ=ϷG/Zx|ڌ|4Θ76bxs/m-si֌<{QODm)_|+w.`0q DzʑGvw_ű?^{}]o9[n҄19_1M\nK>wW>eN6aDr{>bOeFi-?zxɚjR)yjj~h@g;8z`axnǝ.νK{\q[n6m1Ѐ0pcw`&"K{'y.Z0gт9DT"7~OLXW}ek[Nz괚@Eߊ4 A}m@%sI$[mydxsNJDS'y5{͘>*a:.'&' l1Pزa͊̌Tiް︮iN}j@To9^%'eAfHN2QHDV[p(J[q灆V#I Dnѱ|93t{ڬe'd+_eqQs䑑ls!?ee^_ Xyͭ?|"d4}r:)/td"JǞrbNOEsa뻇: IDATgL2M X 3/fS3@O/]pO9]}0YJeO%Vx`$ xmTsKDTydڸǪ7^y\Q7W*袦p)C`f˿F?3%G!몼rN}&#%=0=?V?1("`{;~uEd*CDZ#RADm]=hUY1nT^u.O󓻞KQEì{Wxys<|EF>-ɚo_rq&0tD׀fF\ӑGCq.YG_=̿SI%eN~/t֕܋o>؋>^2?vM gEuuMDU?V> 5{Z iXnB8(<]cFxwtawnNӯJV;PJDX ^/;BNyu/) JκC$68S;}f=HÿC <Ԑ Z_0SyDONoL`4 _&z V" MX_04{z;SSġ/S. <;C ?`h@ h ^(6sВDO`a"+D+ .Ѐ@₏ZHO$|:$Fu[Kdz'*E\CUI";;:`]ZgL"Pd9[ר.+nW҉H^L6&_ZPAb|pbG,k@3$LSEeȨb~33ݝ;&u MeV aT';m]gwIxN%`2 c.Vj5j!#͓A]ZA`t(LFZ-3ؚ#*O=|+H~fL|wS]Nov#V#-5y3nUY1 -ݷvW66*9ιK4U05~F yŷbN6͚1~o2v6nϿh+*j%IsnnV&A+Ƙ ~"rWMD$?9,8X?>^OD))I*+~o{' DW0fpT9\Rwǟ~ʧɦFb/9W -ˮߞ}G)DzCG}~;=i4{J 0Oڜ%6*1;ӕj"SYaE ,Z0ZO7'ݿ7^#OVׯ^q ?v9 f$[ڭwԆo?̫O<|G {78}g>cꚆVS(:˟}uϾ#oDtX|`O`}rRk#XFQY r,)"i5F-8ltY |عs7Hw@CS$I"jjn i/>'3#5K{q*N >>fsu32:@T'iU!cj5"8)+=|shk1}CSWRRADDw/UQCcKȱ[oHiETׅXSRUM !cYfD~%U5} bo@4تV ͪcU^|ۈ+3Wn7d8Ǎ559]/9."m5 USj \BH8m6Gi-yfYiQﷴ+%)s㋞y.zHғ‚|"*;Vk":yleGJ*b=ryDTU]wrm0O H8hPD?04v-k*>QZG~r~g@2`jG;>R ֶy^~G c4jͶ6h9 ~>(5ƎVacM3Ņd#nz THAb;OT*zx˩g9x`EAt$æg5[g~,.&l !~ߙ>!|xeKc%gZя?oi@Q?xM <3R^~wdDG摵yGv?_z)[nJD|{ baQܗ'_ b{ Jp[p]aZ')C=x"bX!"]ͩYbiMSjg3n_5,æ$'<ُWɘy aڸ^vtѳO-KOK+Vo|oyN_l}>l[OsЉesx^HOMpB Dpo3 VFR*b1/DuҊjYw45љJ|O J#"Ùbpgz:v@LNJ9lc%*\LjJVZ\rh4(o:$Wo=Jb۟}%\3Qc͛=fvu ݒM-@P)=~ޡe3@Gݦg=Z; 'S+PBnm]@=Lyw h 2Cz& h&)@@@ 4t )zD=u ilQN^qBd?͖@D y"PR8fJV i0s@jYy!m췣CTӮ}e^ҁ'XlK\EDO=6O -@K%![gb^uN},Hu9NHӑnP?*5OTdXӏbylׄzhxVJMf3R gF-VQe[%blvp}Q.f3k;G;lnJ.]1fhe/E|p@{<47šjLiPrbK߅cҵ,|am]'((, Q)Ǐ>ɻbc"+ ƋG?ՒƍhgDqӮ߯;r4dFkǏ#_}_rC&^_2bw_/]qE%'$q߄^S'2i*A?n7twMd4\on="\ܧl՚ݾ |5Ri36͝y^xW 0MR7߯[a7_?l$_~NDN_bos~KX0N/-:r,wOzND: q߫hWvb ??r;2'^ٱ||5Jz_wh5:m7\1a9W~tǞy=cchꤱS'%Zo뤩A-xfʤ1Sp44漰-{|狅n]5sUnϔW>Jka!H28G`YT*Ţpg᜼⎽O'7Ȼ'&:|ԃ=ܧcm>[=&:|ǎ;r,`D!1[lDTYU}aSv3s:[ZV1b'f> N0d4r:yB4Zd}o9] .WOe|o9ݲ .hcq4R᮫4-PDػPX"Hqbp4mz8bwП1t' Q)&/~cNGs}e1K?}ݿu \_g= .efx .hKͲ€TZ64HNᬕ2i3 x9NsW;VF$qm>'yw[v_t@D?!s)!_gڅݢ.2WwJp#aYv5sCΖ>g6LgpIY4z~}փVU9CDG^Ԟӆi褾OǏ.I9|4A9/V7uЦbe0aIqj[Б>\Y,g1l`zZb{N;j "Z:|$~߸޺=Y/V"uD[rDG摵yGv?_+/ СjWIDJ{{irm6ڇ*оhق$;|奟}CVNaHry^Q5?7ٹu~MPjZ撝8t<38^w+QJcy0h\ը}oyV8|Bp`ݾMh/abc"t=g?l\eNZ\03uZ,yF*lё(*L k٧Γ{fNg4UcID}zU\/(U*";.LOKlZR)vmh|~yh΂EK2g.7yX[j0 N6Pe4(&)=QƦ]D4撋ǍFD7:! 챇f<}2MOp+=if Qvdy7Ծ?x{>]/neګǿly+*koܱu{fQɪ:D7cL;w|WIH{}Ɉ}δqӮ߯;r4dFkǏ#y|pę'U+ݷO>\ywmA 5b U`xG}dq#3jVnw|t/n/**w{l㲱äelw ~ٿ) ͬ wDE8bbLfJkU{ewsOd$'WmhP^-|a.4_|ݑ[tX6}b6[6p@M&Q˯ۉ֫_boK?\ADaa~%%o_~Îo|l{G~~QiYDbQeU?o~rZ*yw [6rFAim< e%ƫ߶suWOhՃ`4;p&!؉ʪs !W*$ZuQA#Ԧ1)H{~Vѭwӟy}xSG.^!y}zE 2i7%"Ci ۲wf˖W~jX|+T}WlQPZ?_7DDnz+*k}D,nåiЫw\4&+ؼ{y쎝oB/ߗ΃nVDCr{x&aFXagV["W/7vP":wۇ #QIik.)V~aDi˞6\hO{Z"H>/lێfvc8a1sf;&vFyD4f_LD1s[:ˊ36!nN}&xJJb c>y|ڻZ.$Z(Hpg<#o4C5(8Ѭ6nڠժeu`jD Udyaמ x<"w{<ݢ[i}F{Lt9?vx~A&el]80":p(huNkh¸ޑ 8d5*gˇl[$}cϸdEghW-M'U5~3zyJ?FbYfIEa IDATy96'2,8V?+9y͞awf?:b"zEQeUm: Mکץe'>vС_CHnI=U5Re+2[ED0$vG[F0 N0d4r:ylQeU}Mfux@_HV?otC?DT=w1jͻhAr٩ћyw@R)vm:+pVɰ:Yv[c}5 gY,6[c ~8?@s00ͨT%!ږUڶs_iYELtO_WO?dEuR7L^ƜhBQdn+_d^AG1^0W_6Z-{h{kxmٶ}#&N{dv?vx \_g6޶p#JpUV۳. ~8?@0 դV yjAXMD@NW'\!Z"->!̹"/,m{mІwWhm2}Ryu< ;~u{Gz7IQaQy%#䤄~ZkvJp\-*;ΏS`)f` 9[l0+&q6n%DLDuƀ~lzCQ^ ɤ>Am 3"0 W5ig4h@2 7oYyD"m0[E"yޕp~@3 O14NY|<[Bb :ESR&4}N&?2];b;-VU:"-h5Iq۽u{^/)hÌhADu5%_|zHAaLD.ߞ7b¨]9"t:&:|Wѻ| @ۂ#T :HpZߴ`AMp3\$"abYUFݝ$=-&Xa:Mn~f?^lG͸>\6dF w f?:S^&c}/izErED>uOZ}]nk|j/[#_710(o.x&5w~-.9i4^ B\;љJ|O J#"Ùqpgz:v@LNJ9lc?M{}v:{?7nیBժ{kKv>p "x3붿iCwq\D<5S/e2i&Jϡj~:x`JTdXUu]-}z]=岟o{@̼y󺺇V̮n[鳺n~ޡe3@Gݦg=Z; 'S+PBnm]@=Lyw h 2Cz& h&)@@@ 4t )@?%Mt̮n|{\ whB]J5[D*Y}zӨ:R^ Fq^t!z%?mڹ`n^ 2(u.?O>_iz}5'b^z;%6uW4@K%![gb^uN},HPVE"!­T F,57#T*kشM[9W=0Yw=0h;+0+pC@[,y~ Sp4NyR_r}zwtQ#:Pu.(-P*JecyDq{_GViC1 t>kpܩy_2b' %߽MT>_c٥>f˖W~jCApl]>~o$'._5c/OTއF8tGK%"̡V=H0 aؘzT_54Zd~~DZ뾚{V鳼,xqe}3`Jp4 ӌJ^[Ҵ8; Mrfo˴*ζ3\.#"[G6[#),D o9-WzF{m#mc;`nfME ahCXLD?W8EDhֽM[ӊ;yK*י^Vl~Uwm YVjR܆ɉ< 4Sc e2e9GH*jUJR3i,>.J*\.fE%'(>.%'%Q~a9+cdxAQy3Xvއ<5~b[9-/0 Wg,!p>V["ZwnQ cE%\8{t 0?ŬQL!ͦDrfXr{h-+/%d6TR2mn;VXt`/=~pLzH爿/9NdW۰=3 ~W=|ȋKM8{iL!Uk~?t$ǻ!#[^1M&uW/xhN\8 t,>(QL=\H|R b-0{gcҲY_34or-7N% >+}}"~f iV~ޛAxw[g?를Hb y{w ?v>[̚ÇWe2i s-uvxGk_z">t@zZb Tp)puR9iރ:k:+*?pZnF!0 9]lNA۟PΛȼnؘȰzTODOsЉesx^HOMvُWɘy aڸ^vtѳO|'ou?lFrRBUu]Uuݔ+/ۮsvF#7"ܢK/iߖz7&mGy՘puvGFι)6Lо'p$:@`GGٕrD;\ARvR޶ Bժo.֬|"Ȱ)oOR)V,{~yݶ⒓Qrk^v=7*A?Ћط>{XwPֱerRaN/W;.U6oۛ['>ػi}ov3 9^2skbïG5"\ש}@7̛7{h/%>[.ܧ ?2n3-ÝZ{Hʓ)](!mrWA6tIƮn[J z&CpgMτ{ wh!=wtbhhS N:hS=@.D;4.q͚-"}A_mOci<Dz_IpTbyF,uZNWT~4= @V[7t# #!i[jZ{/!Ζg3%'v+ .vZtvp*vDڛ EE؉Fچ^ n>d2Oˇk5Nw:v}0s-&NDU2of{h+ZuQ}b>L$3t@P)P`DkpO@wZ.$Z(HptH;UVc3@ЮZ"8N([XCveAZY{EhHnI=U5Reuˍm 9NfT*uE"!\$Г%fYa@Ir$'Ԃpp; Nk0J#tCA CS$>rFښbk.fbi&xϽZV*[.M Z;tmz&Ce3@pXy2]5!N:hS NsY <˟K}jo9̒_JkgЊ%f+A&un4[Dv2OZ9.Q&mIk2id&Xmث>M?">Od]-u D$ CaZ[iK{qZůu GNMPURkԊէ?UEm74IM>W#%~TYKDs_4Bk/seFKj{- M2FZX T!n$Th#ԇ XI;;\޷S*G]*1.zhEHJA y?w\KYߗՉKYngÑ<"⤒kE\6M>cMG|sO"=|_OID.fNr&s}$^hVh w]$0iAEDvKnrOʍ )Q ք$=r4<:&[̝[:KAY֒U$Ѐ1rιig>mv_O^a&MsH.@ny;tQڲ+ RMj 9nv7go$bN>`Ļ$,,mj^ I4D3  ^1<&-EDFGe-;g{$d†CXd- s7[-Ez?[yU̪͙T뿗χO-Yj줣fYp)0PN4dz<5uQZٗAK|Zaa -ְTTlM@Ddϫ"~qDd.(3.wߚ>GN H/[ k?d/ d%Ql&ye+2H7H!Wmɬ޶eFU;os=>;4RNCP|f'"2cd@H)8*t)7.xxӉ‚%.nqjg_Gln/?֓?n䗷gF^?XQ_Fl8c8xKj%:g'5#8ς:T :Hp'=x"r삐{12xqoЁIv<(քثySϘ+ 5cE_կ! Q+j=NgWp7O/D25уkw v*__ȣÉa+jIqOtkv,a4L#R+=6A·sAo2s^ї>EѢp4/2z\XG+!JNͻz"^3(r㞺=GŚGUo!6A}/F 2Z/hCe\5bγ?| TyLU{ljLN Χh_fql_\o?iԄHhs &qy٣"/TuK5b+х$̘*sQn+F^1B'ih(ѪӞeDJs]h#-}}8$d;jHa!Qg|^ĸE*9Q`+`D"E(Ԉˆ6>so}A6N/;M' 5pmUcdQ42 _8vkV^ɤ0U8ytX@}AS6WԲv`zcW뿗8$[l䕹^3"-SǰRI:[Y1;!8yuu2]B;Y&t~FNP띷%z]tCpgMτ{ wh!=+On@k7l)+)`BClW:cl<>ڞœ[ZNP;a4@{d `}AτG2n3-ÝZ{H]mh FGيWoEIjԨ&zm>@7G.a),w핵LN9~:oWn t99״ ~svuׄ:hSBЄr7 n7kUIŽc5NxMTQ%vDpn %wL{Y?b[*"z걙?[^yckLՄO7q¨[OH7sΞ#g;ooL K&T* 5rwߘs35%)ឦ:da  q2bG˵6OCŻn树-3V#f(\" PIJɷGl>,l}%@W .JC <ψżNi*Y~ʿXf8Xk./V:AwQϽO}MpAE}Cuֵ֥jZ.կZUR, }$z!$!0 ay=<ﹱyp:Jz/@ jfF㩮[?ӃilZlv~wbiSNOK6L"Q\߿;+x5YTѿ(3Md*^U˱魂F J mѧ"oݚRVJ݆rrvr;CSaU*"1](CGfCWV]ӔZKUɨiŬte3ʺ7Rs F-q^*"i)}ٙsm};+E;˶n+ ҲMڭ23HDn%M93HOiqHqYy:҇Q[yKv5%âWzg>if]D\)qq<=1pr|GK595&=y-Nu~a]˦"Y\VV5ȸMD9ՆMj/ۢP~tz@5Ibw74MW-,mh4HV;Z.bgDgVsԞ0gb9S>T=wqwgtZ-Ǝⓗlht<;њ9;+)F5-*=ʆ&8-~uy!X}(> c\ұfɯ"RuȏNDduc+l0HXmN8-t*HWxIKL"bg1ivܞ&\Sg8,뢉w :/>o~o<{İzљWʫچUU=ǗN=']2;>bֲsN9nFW\{o ߯,w/n;qrNXb}Mm?sn?c-+teOڛm' KQ5\Z^|培'qsZMEOb;VDfNJOKREDNW2`3i D8UhgutDj$k"RVH]t I^kPEljl3bj Ma迳\jcZjOW^QgM_{i$'%ׇƏ!"^Ͻ5oy9߾c0U<ԫ5' [O${~_ ;xUgyAUwT|,iWW>X 3#umE& >=}_d7;I ѫg +زcμ&]wi]pި %"5K=|.z#=-96p6n|ѱv}gG4@5 ,?K|$dQa}SJdCziڦr\,"RS65Sc¢"݊sF""VULUEb z_i+"zXtT≏4%94X+ &{C$7޲XD:I2SͱLD`YDfӔ7g[Ѯ?, ,.gyC,"jAz*ƌn4E}7W+"O=qWV+"}z߉Dbμ%"2=%taILm~=Z6 i;åWM&㞿 &{zf5뺈DRHO7u\\rW;+3qg7`C+G/Y-"iGΊ vbj|v]mǏ=Oz}+Wm^oسG^tu]Db_(ՒO2Sssss3STU[vsYy8lv%neHb_q];3)`7A>&Em.EyxvbdMUɱWfL.~=zQtWkpns`O@?{~8hVm.ED {p#vja6iC5 zIKָ!|gZ6ɤ56ӴHz|_y]gaYÆ4h hTX#Ãj­;E&qGqb,"s{D^;@K*D$WVUUcxjl61i۬f_ty'+"1v[I]#w x}ʉCoozf ܚ,7 rzAv3i34ny6ͪܚͫ5g6U)TK?KL Fݭ)ɴ&Uv5+g`n&]gE$'@7nyhԇjZՖ☶M+%p%lրקvtBcg|6u֜HLrWš. nBؖ۽-"vUz$b :|n3s$"j@=osԥ.z&pB uwG<ہoqt^||߲~?,{OQ&RK愉m63n8H[̺h8JqOmU&˿A-u+ ~nOOO L0H۾{""&}RޞaG",@ 1vm耥:Wa*mq"uzZsOoٶezΪ5={d{Ξqv /g Je薚]Gjnsm+.".WĴ^{(DD~\m ZhȞ]DAŻʛ-"j5{Gqڳm8xtG9(tw3g. ֢p[ѮVw M"ش_N)"Ż}>˞L gVs]_l0ҧwVn\r}hp@Ux˾Ce"b2O9yP DLӥ Pu/"b?ئ^EDC,v~]lI2]N5몈&RQzX]^U6R&t Њ"7%v76ƅU}VU=KD*k,a]ر'ϜC˵cnZV-Xड:v'E;JΞmpp Ă-g!O:f4= :c,qyS32hF9snS\ME)TB5i-Ot8]o"rc8E$++-sǹm jmB6*RPӓWyz ˞Hz{*DYۤHU︳_U.^ԭH֦FlV%۪ú/NUD2-v$.&"7&'zL6w`|GfżgӧXc~O-.G;L{W5umE>tz`Rb^+B~e䖭;#9ƎuG_o߿f,Y݃ ~onad""vW] "Sy`ˎ`ǟzMD&^~ncG=u3DdܟB#>Q||lZj|=ca{_/QCGkf_}"rc5-͵秞+ "eC  ;U k*c˄H IDATGQDNKدFGYۤK"RQ4ANMht[Y\oX\o(s8<ԍM K"{:!ޗaumJ۸ɤssj(z{ϯhB).7O=fNԤFG]IWIeeUӦϙtc)I={ޢ%^ODP3OMV8OܯvO?/??䪻{d{~wK~e6l9j횦?le6g={޸3_{e[ v)ŅgbtUQ>𻛺艺TEeq<ݍ@@D2S}Զ}fZ>vd$">^t3j7_%`hneCUm5fUvMAƵX+RR\"b0EDT,7 ?։A]$ªeO4sk KUE_!qZM,^:T66voš೘5][7|$%,y5 -fӐ_0/Z--# |>sM7n{C.0*on(2;+_{] [zxCO?lkG/幷Zq>޽{vk㿽3f.ܱT{o{?'6r)Us,@GD=)n꛹[۰ED'RVZViSS 3~kH!nwٯzfL&czZ ^~9]|r̸@I).<>,!в[E~jVV~h.g{Xⴔ638ԭ+ &=Ϧvn{Գf}]ZSD >$NNM#Fɓ;C2Iv=uکC}y_:W٦N}G̀hms|f@xT[D aw8tيr_}Fwn8~~QS޹QQV^%/gkKVvdu}`%.#+-mOC1 Q49z??V9=K˫6m.u3DdfXp1g+njݩQ$>ݝkNpl ](@_posNXòN#aoBI-fd4TTYk-Ƨxzdc~q e#f?؋;K.}5l>鿾r?njMaxVlHZg`Mu͑ek_<౫ԯ^|k<;=}_<|-xzݞKV?6]{CsfӶd?KxC7>qHqYy:҇Q[p taQlEm4ED|~^YmTOȞ.TQ]kH͝O]D6=D~T=>YqcG|}z64:}h͜ߋHCc њ.::\F AOHeedeUD|&[賆\U]o8v7!SrNxO۞z/sNG[Ϟ<1l5^t97<:v9nR V翟y΍'^\C#J1v۝w\+"3g$ӒE9SN󋈫+Hs.McOtlLV+kРbct嗜#"3f.l{ۙ EKw#M~} 뛳{wӧͼ;7nv[T_>몪ZUU+*k1>=Lƞ}xU7Ek."9њ.-nhٙͩMSvڬ@@iyǫZ-ͪEÏ+Dwn_posΈ6m+շOxiY굛fӅ ӦINJx;BD^ߟ{k's}`hkS :g:*Y&S]*=-96p6n;NXp3o# ކIAs{r{P]k).;]V@ l5"k7& * mJK+?bִs Cr3;ۙ gRhۙ u]?giqq1 Mo<곈ͦ)߽5[/aٸ-W|?̌ǜ^YwsN qkwCSw><ȥWcfF]ww<",@ۣT r6keZUED6Rf&"i)%vM&g hu)3N?) /e뿱fwVfyly5|+ַ[C磅b^Vf YfYDnOuM]uM굛ʫl",@Jm"b0Y^ b+l92@6ggE"{KZ EJ~wzzz!#NdSn+\}`"lƭ1v۹ +,!".>B ʚv>섈s.WDbV㓮C[iק?Jc>O/Y_NāRRnz8j,EhEٰtURA %б> o*(뾿|1}~?E6h?f\,@"2ܑ}.6}NvǓ"K]M`P~ 6HLl[7?y2-#\t«31u-pEmQ3*X̚4# }ړ\qwX1G6e!"qv /&7Dm=Żʛ&ooN ָh9̓l Q,:heohЃNQEQ$.ƿ:_^4o^x #L vްM[v$%Ɵ}ְV7EQH/oe"b2O9yP dY? >?44D$#22#-"M&/jKw/F [$E±"~PD.`Ѹ_|íVkt:#?-"?:!>63XQDҢ8'#YxU $ɸgAYfw߄"HSNKdEdWY:#+3uE?x/9GDf|0oHRb^+B~e䖭;#_/QCGkf_}"rc5-#\x}0UOK;7Tս=7\Ƃm-o0zf5הZ[oJ!wi_^a?;BD~?xJD"rFuj;"z!mrݓʪM3RSzHwE;J^<|-}ãzIwF "YtVfj>vWێte#9d2竩4]Dƌ~Wuc8WhM&h}~2Zʫ:hgip"0U*->wn=㻅Q!?.^:|X;pq;8^I-fd4TTYk-"UUOJc~e)OZ7s7lLOK7ge/:BھyQkb2jI ZR/-ŻiKNDC׋jIMI]RZ`Ѳ^Y4(wD tmalh4yjJMdgK+lHM&0Z\gu\|}zZ_w9#_󚿿iDK¢ؖ}~n2jekM&܀h}֩gr@EceO5Gי7"2sCEQ,sԯnѷ~B#O-''ˠ \_?qsQ&g_:iyI0LsD$%%_ߜ;>lw~74a_]SgZUVቿM?yT? ŻʍdzƼuhGSۑ4eg=ZikæAz4W>X 3#u7oϙάo~ƻ=36l GUD֮/|ꉻW_xTD<ڛO>'9)w[k~/tσZ(ɯTԝqډK~2㋿/]uŝ3צTuy7?wdί *",@t>fOpWZVOt8ZSS-..\xRR#"I"/" M?.w52Swfk ų"tOK׈Ƞ}{hy;g/&WkKm61tw^/EU-Mt]נK*D$WV0UUzXx(,x_UUTUz}S;DDG_hu­;E&qWI*oM3dr8btiF |>u@9Ϊ)QɬAuM]vVzn[nnrPQ-?jy=Gu>bCCDt]?bVsvEp_i)zfe,*FMDTEDh^ptݓʪM3RSzHwE;J+PO_kF._neUmeU玜}!]' +@WX4MI&f4>tkj-UVMgQ3 }x/?ӦϞE5ui)r'bc>r̅;v"}s/`\cd0/=VoZq[|\L~OrQ}sCzf߇.\=/'ԷOɓ;C2Iݝ\e;t{6~Gx3 Zxxc1!'Ֆ/ᮀF'tw 05蝛gww pTb%'1 6'!otw):Nt4KPt .A%(@qQnht<6c=܁rN(i7+~;p‚E]1'^I-fd4TTYk-"m@z'1c ߯69eֺdho}5g]K^^+/MW ]r]._kv`,"39*t<ɨ5M1-)ݴ%NsF,fCWib2iI$oYu9ye"ꆍ[7l%_Mvgs`yRS:2S"K G еuFtV;+5ٓa,E4RUcil2jb1k=] iF;O[hjy?w_Ytͫo~ཿj{m"2x`VEo ?']X[Qemv4M_-.WV[D$- ek n0#=^($"Yr ?MDu곈3}?+*+"6k$n@^.˘!Pk @@iY`JYbƺ-'^>q8\^=ӂW\{5C1 \;pBdeN9~3y_}3omشH45'L?2ssS+7x'?2edyEwXhUfwn &+m EWl{6W$IDAT߸EDzh9Z^Q~Pwܘ}{eWnHO9{%v+ ϙSC։HvVZNںsϞxO''%D0Yw>kwV,[[7y/`( }sݞͅ׮/bpTZUuElNMh~K"RWov;E$+3򊚝e{!xW0{icЩ myezdgÇV/"{{ y`(+Gv/}C_x;+!~z/y{oYܞܞZKq: O|?)%npH\\;eX45ڞ+7|?~O~KbЀ>3)xv>ǗX2iuURbc%s/E",@ۣT146k!"[zx"b4dT~:sXs]rᘖWVն 4}UWnu=Fá@ ti&"ܿ(n٤ h0%ew̳X"۞"bt^|[wI'-?&$ނ{Htq{1+.M5qVX4B`Q:j TV[c"Wll49\rQpD$>.G8vK-{zx_xNr]70orr(ORh8rtT]g b2v[oNA2!3u.9Y"R^QTyEdwfAw \^<+3umWdPDҋPcaTU?a@c|~yN'"2dpnh*)l9^S[_^Q#"C <YKҮ;JDdɃ[VEpOEt i){vkvOQdpxFӆ¸NVEaEdy-ǿfF8ZYOx`fIDjZi]wS AM)I^Q ZNW<6{{&Tܿ19dڰ9mc _z's\ò_HDn` v#4MZb}hxW]~wczEek08v{Y ^hERj=<$'nr<~y#.^ƢiJb/74AXSk)lA*- D㙩|3EKDd/ˤ+7T^_ˑ Էe8!>_S_;om6lHO9n䤄Z\jHZKc tGlBpE$Ԛ%E>M^{ )@'Eν]1@Θ@@ʽG{@բeg6&{4Mif hnh2UX:s#Q'tnOWnOWcut^ۡ(1'8:E؂PsYb2܉ JթuQr[iMD =+ݝ5caQlE5`2j}r>Ug7! rۖXTU=8'i2ۋ~?{(:1DLFn 8FHN^=Caf&"ɉNUrw(:he*gAo9nn -"n3|cZt i)AZ^if  ل08S)@Ax3cCO-_DNpl ?ZS_O"?IENDB`sc-im-0.8.2+ds/screenshots/scimp1.png000066400000000000000000000712061416612453600174130ustar00rootroot00000000000000PNG  IHDRysRGBgAMA a pHYsodrIDATx^yUA'Q&f%S"L>yc 6jU>O1cNo~; :/0 [~79sY^z Cq}}X Hz Λo >Vzs޲fCqh~6xnoJptdC;N{rЏ3?Λo"ZۈJ =zP'2 `1yVrYмgU1ocs ǮpYo0@L#7D QT+2~;i߼?{O kMW|oO8l_SN}*}Qh>Z_78j__8KRfi0tt2?qI_oMoE== wwىBG܎9I"/ttz.?b>%ooY?VwbU]/a x J0k̳$stvJxcCӇ=> xLQ?" ? yP3it^i~A둻%MsdϞ;dۑvd׮IVnSĝ;TϚ{I{܆ڻwr} w56Nij47rӐ{ 6뿧n"^ޫ;ܱw/ r;36aǎ[m֭ٲZb&uk޽wܬ/kk+`BV--SllU}߾#Fv"򔘨u*{J{6J}ihܞY&76F sviHK rL3c~߷>Gommc~QOZuS&O?mʡCG~vGK13G92{zxcODV]^~i|*?ߪ\NTf̟;v_x w+<^Y_~M}?xt]d_!Į#G;q#bw}veW{{kzzB0wg'V~GLZp<$8K_RX9-a};8!xsYOOϢޅ83p4WDǜ;7d/ 8`p$Jx77ߏXWolTolW'S%!{ԉt s%{%fIP%%}+ֆЦ^|od?rah#bSӎb?% d=2ڝ7;ئ{|{HG7Cه}6MbdoLo=d%Ma[L/R0f{ݎ}/<-ixY_⬶gS7K'ȳAVuY_Ӎ/<]s`K?L/ʆavW?D77FOhRgk:eYZ.Yݽ,Dk#@vu-ƿjI<F1s>Ws`%}3W:pb R'{[j}oo+ه|o+?ܹ>)d|PGǛ>8c%g?V_nc֯?3G`v+_JG>{AD:^]]X;8V_]ӳʒWktp#N^CLoY֧ >'S/AMgiZN5;!3J! D1e1Y?8'20Jw7ם{ p8M/㛛g V?8^G:^'x^42xEђz1|i%}Gn [1=fNܾ}L/}^F={3pFGN2z\¦ؚ72}&Hԝ{{٧}ѣÇvw椧i:^RKZmă;xp7{|pߓ6zIUg=1YtL&rLGA<}փmug=X_y]O<ؼfWmz~+N?묃ǏGva#%EcJu7 mڄ :aUvpwןP2Xw~s`z~n #DO ;Iy g8Pg*Aiz%{n׳e}~G6dez,NvӣJN:qz"{ӎbJ!M{z8!#SD|-{Sm +ӏ<0Ссlf?M7M|ȑڎN)[ѧ8uo^i]g#*{iLkzdZ#Z{>rO#wKW?3_R=O=Xȴz:vuV.M_ﰼ2hH(67 >b&u /AM_H Xыe!.xYӇuzϕ76X̎^ֆ~-NL_)_wU_i8xe|"{{^>oYU*Z(u?hںFǶl$Xik{Ǘ?uwWoz՛2zӪwNX7miMl6yߵLɵڽ)=GeY:Mܫ׹kӪuݷn֍wߺ/smz~.|/_>aͣ;>9rdAd20`q@ y(!PA4Dd&2St˛d^]'dhyا]|~QO#{խ?xq}xomUkKo~zs^9ޏ|*ʋR8Jv/Qͷxwo[_/-{iDV~M#cz=;.T"eMom0*UFOXJHN\G&xGq8ގ#̕#{Q^|/):ν~wWגF;KSfY|76踮M.~ljBV ͈-&8/WÚk'O@MaMwNfd7wݼg8&?SYs0_D<ٍܥ։5o/y򄍓'<ΫG`L/kj8rdûمu㎡!d6X_9 NԹ@d Z0;iT8E߯WRDFP_xС~>"ezoˈ}76ޣci^wEevO5zrDL;jwb/iVdo>G~ަybz+% {[;Js0=b=L1?m đziFν^d;;;dq#51vOo%& گ}`ϗ;x{;ߪ%M Y3'޴֛6z[or'ݰs oam7vCN~#Әcm5D&ݰ}ҍ[*&޴nMk'޴zM^3-۽ytw4\\1#C4?q%W\qqїy_mhN䜗f/;KD n?&lJ,]4ޛ1FQ6ތ9H3񋖘C2wO_Xd?ފ _ٻX_le[ގ(S{%%~?>6Ԏ؎qnGi^bo^d=uK^o1?od/:~vZnقRq ]hهٛ1d16LbLId8jw{dKqL/-ߋ#}/(?-d;bW|e$w/_.u7C)ru7߻b;w~7bV@\)r%rHV!b`ͳ0kyό;ovyW7+?> x .+t/Knҹ%1^`~Zg:}yTLy|cuϊ=7pcԯ|Ii~ϑ# gT1ȑ ]ډ'ULU}WZU_2h~W \t%RM3Yg`< oxC_13U\hҟ2.85 ӏ_LYps?ҸZ# _q&W8# /[q_B3aO/?{;|/ϘG }޼ա8Nr/7OxUMvG^'I5/qt:޳U%xWث,Js2=-ݶmtW&7Cm.:k=L>b݉ZQum;q#ݎ1y/MM#{I|Ã#}tߋ웏XΝ:0 LYtj0/m~u׭dž/]eٲ{t|N|sZ`p׮_6=~ >6=^ї. Y|ᇗq^5k}xݸoR f^tᇱf~ŧ/SkSn_?ӫ^wazo2$et}ϑ-t͘8/yŋv}u-n„^8^W:Vj~I^:b}o\?PQ}*.O?ڪ:{7#:q|Cx Ԩo]9O@&1$n68:O)fmU6 !"fzz͛l{۷ӣne_6cygGN%887qM/(_|o}H~Q]%KH&iޔ`)K!S}6}=K%l9Sf\dݿ|7==wg}s>s>4c~tsV>ϟlG$+{k4'9*YVyN͸s=k^: }s>sWO"h{Ֆ't#{5WKzWi^ ?:twg +ki߫^ͶQ/LR m3*\\Ueߛd߸K3^F7ѭ_+Rp\z1}w9~~V{2}[LCk&9^1c;;[$I^G5(#|Nt{"{[/%i3=t~-M6!D6nU^~Ү]xqGC,bz_ٍ&{IJ{8wcw'y`czHg{[rtp^>e!{Ծ }{XN%ː)KT@JK߽lwee+ܻ\M jL?,ڵyO}SO}Sg_>r .>]|_~S.ԆKΓدK̑_򩵗|jW%XZ^tNS2kØ!0.R1n1C=u^ 7=za/~͟iezGG#nZJ#eLxѦ_ͨҢƠ}zczSqEԯoL>:6==HudkK? Îo5"#!=L/I>ђ}`2mY> u8ƍo@6l@0?뫏әq%]$)d$bh[R˜^RLٻjwry&q48w){#{Q:R2>ߧܻd/uOe_Sw0Eٹwkwohi}_.Y;58-wݿj-kw>쯍}_6vec]6.|+/˾~ʯ_y?W|ͬӑsȪ_,5W^h/W^>={N;*G{3?ߺM}UzYW^O4{=bkn1j^Y|pp^d٢7U7b|qw[f$t曃\fl6xiew{e |^_gWLcWokÑ#iz=렧+wk^/ h^R4æXv\:'J^PLl/{w ?}~GWP/6l9~֯M7\[;~{ {z#e/|o$m3# }_xUoպi+_ܫsQLd:.ݿj?<و<,Ydɞ[_zvw/K^%/}߿d.t՗,W_ǗW7 \隋k9#Ȫ]BKW]?t.}uO>t޾;\fLT\-g2 #q=GnzBzz5Ц|6e/3OhQ!-V._qځe6f UZK:j| 6^'hwoīo͐o8:7dWp_ ^WY׷W}^Oi?*?pG{g;ZB:vﷅcy'A#Y5=bk;d$b#n}7uuvqԡvzdݺ֭/7mom.;={[/w eSOKx{uwUU3O7)`NߧG^ݲэXyPzL^!Ndݖ%{W[:nG$$Jl8q'6n_Qg碗^%?jϯZqwVtڛZӷ7ۛZooЏXӑuzmXZ,7_v/n^ .0|__߿R_m5\#WȳEoV]yO'/O? qh{qLolxtsH3<_4+WF^}76+nL<:wI6}2+3{Wv-՛u܇M3 &a+wɆߏ&O󨛺ozsWzz;tv>u<Ё8# lsxwMxiMb4(v=˒=ޛ'{lխO>n}#hlћE^>z^JP1ם{ӭh _J{Xv'1({o'H=|Lu믷l_v㑟] ߗu=twWc2t*qmO4!gL}_j&5NwIOΞ?v-|n {ݷHaEsjTZ<ߺtN9uڳc%%s^}i _'Y:p=_8[04d{d}L6`XO|NZ%˭`%r]s-g~ƎɸTs|7.>t}?}{v{.? 3ЙW_u>te2qg\r{||E{/w>)ڞ5TēBN[oւn3W^/Qׁ!-s'#n6 hI_&g]_#T %`{&lr%NPuu=˝]7kCkookSC0=dSe7=vI7^:MyTGqI>ŒÏvjPle'Z^L55k`7&# ߓ}yn}roڧ}_zl̞B3_͓UgA#I#|}ߛ}jߋ#}z]];Q9ziJK|gV'ǎID9Xg qT2V-ֆei)”pܼrb2"lOۺ7:be-f6>m)(=u(B<.KD9kԝH4n;^c^CAKeY>?azӡfX?7K\I.#aNҳ7CGBʾc#wV1O%Y>8rd"#;`#gr3~f˿ZyȡC9 慎mđy/I_pXYh7E;C <=IRoda|%BHS΁pT# 눶SobkUnk+U7鑬PwdE=iq6vmK&|5AP?&*8*ێ󙎎Y7#Z<8pua7ceilK7I6pAKiF<*H>v _Z?/UMMg|֣/fJ19V{dwn1G${$C߇S|x/w|o^>x8Kr2}Gޑ>w#AqdD6}}xzGDIqe{H/ʷGe[Ͷyfiѭ']zo/\g%==9ҞeXoXxZ5YneR8*/Fߨ-~/uw(c~?tК}{;zhk'zǛu5|.պ>P6Q)N1E:Pȣ5}ΣWL;.G,^"68jUsw c*!;IH1|A>`{#wikCl;G۲Wwd!J_bŲxL>{Vه})ʇ?Qn)r0Le~ E~ZYӃŬ7UM?ێK,_]*m$FE_WsU빮gfwtx\ޮjτk )˛ C:xF-vBGTӖVPgo?ˌ{m?/f8B[# _(Nn}RXv=6fωJ}/v ݉Ȅ̝mݝ8z$e){G}[;ϭsK{OQcGlٻѼ$iLYeJ&{,=o鈫NtP[QgHf&^Nѕ,BB^ ˘R*gW"-o sXF)~s~}t_ufut_C ġCj?,̣+O;q ]dou1afǘ;ۄďx'Ql R}/77랽񽑽|}\7wdLeK2×xgkzqamQ>"[Kw_"a,sH/\zԮ TFIdxs|mox7 7R?aq˿D{;K]{yUWه-[P_S8KC2.gN.ò #{<jg-2!gzdnzI|od^d}}zI٣s'd֛}eoq-L>3hz$rwGo^gvn=isox3'Ƅ.d_rstĵ:WCտ"? D\Z^Kw8aU9tWe)v$x^pۏ񞕉1Dmz5tv9[oòv Ζyvqz\B6C;u,g8ۦd{}̇v!{}t>#0~G1}VM/ -x;9ʾ7k9v9&xH̏Y^q+ӈ9>?:,/\W[+Lkkg@PQHNTWRJ^Bg]$gx +7ҍH_"jy(Q/!f<OJz{#WـūwuٹcաC+ۗ<,C0!<S>{@8RȘmכ/C^iw_ҕNr+*zOLqnGbem&jۭS"7Lgw0uQcrdoT9ʰ]cGJ,"ǎ#;z4͘h~~g5\x5C~ G Yd%f=ve8ab?؝~\}u\>[U~{UW}8o?O~C{`$p#17= B ?g/;;;nJΫyt1O.^0sVϙw>"ѡ:˖}4;\@5|LYEZgʌN~l\6=*T3[PIC3WGk*fTLb\uGd1eW,|`C!Gt+'_C?ƋgޏeyT<:O82VQ8{Uz?Eя~+03=RsB^?x#Q髯xE7z=1- ULɗaqUԘ>B~sjެ8/n3g΂ -[6|o0gL2?JCӑ=gd9,a_HG:e^q%`~3~RJX7Se>$d_?>}oe77xT&D̏H8eXVF͘|I-/5kd[?fdb;͏[Q5?oBJy3'zt.$ԧ?oBȈRsB) r?vl{y/izB!ddFӋzBYrZ8'BFMF;:f l20 33 |/*ar6b=n/qMoB0 Ì E1E%0 04@>1Wf2ƛ3H*1D͘2LYRNLSUң]{]YJw0gF'`z:I1jMpG)*.؁M#;MOOzbw}j7MX6čޟ@/MC~;JI16mw3>iAT@bLr# ޗ?xjw$0h*ldԉ9~O {[LӋ}}&CW?Y$DR}z~TOhOG.@Φd00z_w#C୔FlӇd ApQ{ 凌 #aУ :;%M0O~T1WL{#٫(%q>}~lyy%ϜI'?` 1}Xә~cKL5_>&W~K'BÔR$ZNDCVOnI|Ѧ_ىK0 Ì 9^T'`E*4}( 0(0h~YdHpGaaFiM?OoB0 Ì GLS792H_!|LLgcNDdO B!iu|W%-4}q_!Lz8~P]]5:鋄!hǗKV7ҳՕj$/~̛DhWS6W@Hb`^QռD [A}z$`%2}uMQ&1c UQ+ Y~fjIE99ӒUbjLNz+Y^@Nz6NȰVK\K`yvO5c ۭ\lOkYN *u_/,XVG+/Z#6?J#1dKb%f o@Hv5- I+Oz XYO Ozb+MR~NKM i^]ՕsrXC2c8e)g_^vke7C袙y`Y,ii4tf:Y3l˒2}z-DĜSU ރUĩ'b .9xVft)x= ɈLqy˺eazer垭IɀIHǎ_CzGc)3z&ENk^lefPD.e0͢ǜl:'.`')tBr'w)0=BB!#KΦ%] !'wCOABQr3}xL5\&yؔ(555+*G?`= KBɰg TyEPI}9֓ 9~}?a```$0}{>JUpGq@δŒ w4s?`= ݫdJ:3IMKlcjC?% TH^n5柘gQiz&mg=0?.ߤ0~M1OLXSQX`e]%{֓ #9~qLf~ YXPL9KYO2faAQx@NMGxr4/f Y@7,̂ IXO2lz~1enAw!>fIhbz l{XIX Mz&7w?.6:8mh4=f!]5'eJs sѫԨF]1#nIu`=zf\)|Pg[֓ 9ؼ$_WW*٣E As1M{V~.zf-0ʅvLmXO2czAt|3>IUbC#:x+?AÇ5"ia=s&llza$7rzo/z6w!Ȱc=SzCZӧILBߓo:r `1Uij&CG~j/%N;L 4=UizzGH@J$jƄRoXmjpnV zfϲ'Fr6=ӂOJhgY\a=TLbց$#LΦ#z%y !B"Fӷ=jBB!#KΦГO:`=@B!#KΦ76G?v i !%7rZ]Kz'BFM[xIr5\~.eG!(n[oىс1BAr3= >O%u3}oܿFKdMO! v`ྖ0;4mn܌2fF] W_#ËW+f?0-ɰgZ*Rd? \kȹXV'.r6=Z:0h3} {N).Aks17Dé?(9 cæJ̬'Fr3~cz$`z|Mog4&;2F 0L =m mXOMza$>}?edLGxr4/f 70]Ä%HXOԦIJMK\kuZ+R$#Go%jv8G{gN$wQLg:¦G1Ex'DǦۧ?sz9u#~)@*E.++ DTd5<`iB!Hr3= .*ǦBHq#e2}c#MO!,8=x'BF|Lod}hzR4=!2cz#{L)FȥẄ_+ؗb=sF.Fv&:O2]פՁZUk^,f hu _]8:'m:dFy>aݩ*1 뫹$QwQmw 1d=!lTu`=6r$(G {!e)Q_MCԑΉ|͜lŬgtu`=cIF'2ȾpiB!Hhz'BFB)ghzB!)jn !'BB! MO!32]HL_Y]<'MnJj"fQWٌbFrlobdgs̕ -"a=3:d(>}U"]$%:b3þ frh%za`c۽9 niz 3:d)aӏJ{\RdLraeN-)cz9mX0mXO2jܾ Ww5C1"h[Pu\'<8:zC*gp5z&?I~S>WCK-G~nTzLQT5~#?I"0}z޶{"U4a؟O?!g>D^<+?Ib^7Ыק s:QwQJhz{햎̙ڰퟩzheJ^)?::i|`9_XEsUzfl!+B'L̔3'aiqa1=I`1U5Օ`J WO/W },v >qIKm*ٟٟ')2E4= J R:LQz%x=EH;LzڄMΑadP$ $h0}{d`+M#ܴq˞T=i9z/dX3')-J #KuK,ibh_h:g< kt껍~'#'aJ #K}ԑ9-o2mli*Q3SI Yz@гd B!wOB!%BL>=!R2pB)g2znBR !h=!RBH9Sڣ޽GneI2|2&yz#"$gV~6Ol`=Dց$E *<#<J)hjhsͥ1Obଧ !:luzڄlza𦿧7vt՘C"hFQsYBrhZ:4|(cE`=mgLQHXOC~mXO2+*{ =HI"ɤIuy}rN6CֶKd6a9SI6}eէc=J)ԴUɣ7R?TAV&l:z qau`=0ReDp;LG./W` uKXe2,iiuv`=Ͷ'FezI>GKjRpT'=r~0YѧhXtDk֙g?LU֓0E0}kkaLoN_]y4Do #ݗ:n~bb2ߴ 3S1Iu`=ց$#LM? e!B")kizB!dD)izB!dd)%=MO!,6oBHP8BB!%@M?8HB!#HMBR4kkzޟ^_MSñwLWEr"a=pQL8+Gp+N'gys/W̙^yUHXO!nquI] 1-'F`z}{_QƵZQuvVV8f~b ӎƊ -uðr66mg=0R¦~Kߗ"9ZҴz<_XcolΦ?q멉[:a=b_lczSLFYO2}A@ oI4}fI ןύpR9 )J=S96m_$Hi>Q8z {39ѼE)Sӳấs!x'(1}u}DJUiڴ9\??g:uKUg3ᶆw:~֓0E1'?7ƿCo<_B#JV/9?>guL20up;'aezIFӄB!BH9CB! MO!34=!R4=!RJBH9CB!LM_[}ٚ^/}_9G.a_CC0׽ qgBuc=s\)5cdzR8ok9D^Y޹?}P(# Km5ʂqgBuc=sUX_"֓0%`zIՉ1ǧc,TiOv=zή沞')aez/K^vie[>.2/muk$%LLC{ȏ=`={o\_$DqM%/[͏{a~4/fl3ȼngΨoxYX` )afNߟ>l,f}*b|~2~! O[IJ"~h(+QzJp4؏ݪg:'s-ІlŬgnuNXOR B!DBB! MO!34=!Rh>BnB)uhzB!NB!%Cײq !B")\K25}GB!%qF !< !rGhzB!dd !r'Bʙ0}Sܷ>B!DR2}B!HhzB! !r'BB)ghzB!BH铏%4=!RCAB!$0}}oN}P(BdFS_g4=!=)+S_!BH$%o1UiB!DRڦJ$jgFB!ܩ!B")Gއ^mǧכlWe1G$u:S|+B1cڏ}N ݟ2#ܧB!$Bo<ÿ]ַ2#6}ºS-ՕɇB!BH$4yO-2Y/8b$*B!9QHYL}2 B!DRHӿ;:.6d~m./㈹!BH$4~;< L^\}xG!B")ofӟ<||xG!B")O|UW<]SO^sC!H iu)?<~ɬ OЇ2 B!DRHoΆ<+ၐ B!DRH_o{LWj/?q\B!$M__m~+&>*9)/B!$0}% TBHn9G^na7'Br$/KӦ?KMx啿!1G$lzc'Brw56嗛<`Ae6sȱ}?BLv55oZ2#9=>=!+4xG]K'䙥Ke1G'B@!M/L[_>I#@bO|BHovc'N4nݙ_xG!B");;/>-[>0v,^sC!H i?5|MuEe1<B?/`./㈹!BH$4_=Yؤ#W\q\B!$Bޖ/_njk9_:^sC!Hr3Iaӿ3Z~5mm72 B!D{{Lڵ&o} /㈹!BH$4ߜyf׭[g>c\:P(B$K?};p/֯7Y~޷qH3 !B"ئvȯkkMtt8bMO!|Meonj9x-;v_>^sD"MBH.y|رL6| /9")eє{B!DRH?x) &.2#=!BH$4i`obR;0p~qַ[{P!I!M`{7xǴ?=d/#B|0288k2 B!DRxOok3242 B!DBB! MO!34=!RBH9CB!L߻W'BJ0}%:nrC!HJqNB!H5N!FæS"&BM9f>Q3z(B!DR¦WCBM]n=!B")a#Wt%BHSܟ7xʏ!B")>}~!BH$4=!RBH9CB! MO!34=!RBH9CB!Li>IWгB!HJqOXw24=!=7}ٚ^y{Q!BH$E1}aL?JuB!$b^d_W%R!BH$B!DRD#0}C!B"݋O=B!Hr7=FB!DBB! MO!3yޗ=MO!(^'BJB)ghzB!) !R4Lyz37BHNO/eOyX,B!DR2}B!HhzB! !r'BB)ghzB! !r'Bʙ0=OO!0}1\/p !)׽L}ZB!DR¦~KB!$6=4=!5md8zO!(1}u}D!I >peG!D !B"zzhzB!dhzB!ԡ !r'B~Æ =A|A0{͛7W!{B)Q`zhG}h}L_>vvC!1ÇE]{YuM]ajkfjz#L|}/;^ Bɉb^}ODzLUn=!B"))oX瘞#BdLCMO!MqM_7,K9zO!D FF!#mzneG!11=4uP{oU[mÆͫ׬[le1G!B"ӣC/lohkk߾}'Ծakׯ\fw !R800 WFq={ٵnǎ]mx'eOB!% LvZԁkjj\BHvLc8cm! ;^3D/ގ+ Bvfd M_,3WQ2xɒ0a7UzݎG~ 3WQ2xɒ0?WTx9߼E6.c.` ;z9Wv^cZդ&=xǽ9mJEEɧ~1g+j*N1-fBȰ5Cgq)MTtҤ?O!=C7bұެ -y^IK8?|tZŞwTСގ+|ysO ! !\ P5rĩ@ 2HoLkV'3O9޶杧< 'խ?7Igˎ|,ENp,Eގ+| 2e+O1}x/>ͯx䓟C'c(&L|Rs)ɇ̣Ps^9SS򞮒pBcx38{ҟ I]8 *5=\~$a1_~ݿύpޞ~P ܛ;eN`=z ?d=Dp)4=!4񚡰ap hc( x;^axSc~gmj A\K.7_'\lYQg޻zO/ڕ†ΓOOBJg2z,UN[Z#-g76gyfƍb}N~׻V:#tm~xdΤE|Xb>9D`fO83x*MOxPcM}{=O3Lѧ9oEN40:toAqL dnL[;eh|of"T`Z*_ {A!Î[[PAk>WچGea4<'ꜼJpFm+ ]ڼ=hD'ouuu7>|Q5 E/3WQ2xp9ӣw*.O4_/93WQ2xPI#?{>_>#3WQ2xc>,:!Z akH{1zN%CB!dDߙ#5ӯ5 O`af7hz s!{sx/% H6gMNl,T #Hool@OTo>9bbJߋI Jw$߀ͦ!BX88LMIp'k&==Mww&y=8BunD!c9@گ}<: &HI=P:i?uһ4dk+Lod+#/i>WL/8{HivZ[{MԖp &w!MM*:Lؘ:C!V_өc$d߾ݫom^va] z(#j+Enm_ǁ/ D)iiY^ye+֙3ʝ3|ֳ?rgK˝wLnjR{ޙ}qv6gCd Vɞ=#-;Y)2q.7;w:%xڵZݻ'ݶg{N޷;jl4M4D7YҔ݇w9: u-jL}f ZBh4>g"&w/guhy㔠xqZQgbjqȄL%ѦnG\az?v|2!gdi1K$Do4r}_I JgHg0K{6Leo;q\86sZ1gz9wOi}h^Rg\:޳,d__dh=MXq4^m> 7ƍO?ī}}k E*A Hv3i7jp Z<Pa ^2*ً1* d*{gO*f%E)#"y19j=[>VH].x;Jdo1z\Oe_Wdkdoxsh>~!W42AcL^avk_Z]wuW1 = 4qڣ򈳍 :>OHqGTr$`z?-vǏ2ab=2FX *nX؋7螽V7+,{򳔽WegU3"~Lb[Jӛ1|#eo;[1zxϲd/-{^WT96 u-j}޽#0e+~O4 Ϳ7x͂)ZRoC> zq~M%-pr UKh)X+F3ka+=4$zwr9 D]N" <Oӛo駟9s&d.;a /뮻fRK?-_DV^,J?Hi;f 72u'zd5yL,WrP.q\˚^qJ[[[l"Ds$H!R) '>E7o^mmm??{={tO|bEB~ j_4vDpNrĚGsYߐL.[_6K&'^%yጵXɼ=jQE7xe(.%'TO"_םӱ0PNEbMpmw,Ҹ3^VccYʔ,pCkIJcϧQ68B81jL0Eo&6cLPNsCD>VU}K[MD\H)h;MdtWo'֮]t)WUᦛ>7?:j2M"{?Me DDtM7%_rllLc-I6*Ϊ%JJqvg-/%EZlh#Kh!LflQDZKtTGK2]+KDU"QUefG9.CTIqHZT uTj@ Y'm::U\mlKʭ?1- .l%{El@DATq-`6vR1 EWWTTQ*ӁVѱ9B+[/sBlja͉i%-Iɹ8/[h^n}>rfU 5r4^p9fcIP:^ ynRF~"B=E#le}.c"":Y=-Q%)o?7򕽇UF(TB_n䒝R4LjKSSw'_(EITd /%8%c˕fSHX2!KqҬ$&cɿg^:s^lX}y rZc GcHP5s,]Hׄ!8L#]jBWt 3lIi38#p*]|6X#`RK̬fA/q|q 'ipL.YE泉Z`1lE28!4֌A3j`+Lzl9]@8Pɔd[IeGt޴0 +fd|SB-ij:&p31Rf(XE.Y+U*{l#R#),H4;ɦ`S)%%=(r\\WFi1'Z6^d[xfT4dGfRqy]/3zoh)Պ:K+0%Cե*3Sj7KBM+^hd/9z>~Icc0#0 Ç#cG#c#G#$$eRR9:L%P!$%<[6D~^wnV=3w[7)JyE;vh7`\ă. ~j$xiccθJxiI ֋WW$MY¬3fi${(MGR5\$KGW@Ր.y,R"(N ⿍KzKQAXi1cՌ,ȶ,Ş;9`%!<:xF!bͮIڲh)GpMV*KKe:S5>E Er\W8i*=X8F2z_(M+("438#}(ض,q>&9ԁ@:1+*$ZNBs&גFeC~48"[+UHASuɂC!g *A4/v<ʖ\wRs 1qq4o/h!T+> ؚ5ՄVɒI%~E.ҤtQ[`8ԕ_/1(etZ_G$4Fǀ6)>UsNhFt,@ȁcUB$/_Pmz|˥%0.ED$ %ͼ2YSHј!Obѷ(UYH \kPiվ e(;} o?/>uv uy ΜOmiyQY[}&7}vƌ\WiGGZ( u/ Q&ICIZ@o "ǿkH\"e^:Z9*SE8|O1 jw/%V{GHaZMҙe1L GBWAq*6إFUF^qd%)ʛc oWv^ĵIr{HucthpL($j ۙ%p͞1U񲄷ka6$ehAlɅ̓Z97?8_&b6 Uχ8 GنeE1j*Ke 5Q{5GWv'6FN_AK9zPbw^-faA*3KL-]ZcqrxYȀlR "Rfݭ2}xZ g Dhm8YZE'BARWoI~nd'L5g&O|d襗R+_1Lɟ~M2֬|͟=Jkdx}͛Gym ?k|kE4)(.GG?}+:GV{lYg=q55f˹x…jX.|…,\HG\iǪex\3wBYH#ʏR.Py5