It will print on standard output an script to remove all roms that are not marked as favorite in RetroPie.
python3 generate_rm_script_for_not_favorite_retropie_roms.py <system>
b.ex:
| """Edu test extension""" | |
| from albertv0 import * | |
| import urllib3 | |
| import json | |
| __iid__ = "PythonInterface/v0.1" | |
| __prettyname__ = "MobileFinder" | |
| __version__ = "0.1" |
For Android and Web development
| <html> | |
| <head> | |
| <style> | |
| .container { | |
| position: relative; | |
| background: #234543; | |
| height: 100%; | |
| } | |
| .item { | |
| background: #FF4545; |
| import { mock, instance, when, verify, anyString, anyOfClass } from 'ts-mockito'; | |
| import { RequestOptions } from '@angular/http'; | |
| import { HttpService } from '../common/http/http.service'; | |
| import { LoginService } from './login.service'; | |
| import { RouterTestingModule } from '@angular/router/testing'; | |
| import { Observable } from 'rxjs'; |
| { | |
| "glossary": { | |
| "title": "example glossary", | |
| "GlossDiv": { | |
| "title": "S", | |
| "GlossList": { | |
| "GlossEntry": { | |
| "ID": "SGML", | |
| "SortAs": "SGML", | |
| "GlossTerm": "Standard Generalized Markup Language", |
| package com.sourcerebels.dragdrop; | |
| import android.content.ClipData; | |
| import android.os.Bundle; | |
| import android.support.v7.app.AppCompatActivity; | |
| import android.util.Log; | |
| import android.view.DragEvent; | |
| import android.view.View; | |
| import android.view.Window; | |
| import android.view.WindowManager; |
| xrandr --output DP1 --scale 2x2 --mode 1920x1080 --pos 0x0 | |
| xrandr --output eDP1 --scale 1x1 --mode 3200x1800 --pos 3900x0 |
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |