- Download the ISO from https://www.archlinux.org/download/ through HTTP/Bittorent.
- Copy the image to a thumbdrive using dd (linux) or rufus (windows)
- Boot into Arch!
blah
| {"lastUpload":"2018-10-08T02:38:33.046Z","extensionVersion":"v3.1.2"} |
| #!/bin/bash | |
| if [ -z "$1" ]; then | |
| echo "Which kernel to compile?" | |
| exit 1 | |
| fi | |
| cd kern/conf | |
| ./config "$1" |
blah
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> | |
| <profiles version="13"> | |
| <profile kind="CodeFormatterProfile" name="GoogleStyle" version="13"> | |
| <setting id="org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags" value="insert"/> | |
| <setting id="org.eclipse.jdt.core.formatter.disabling_tag" value="@formatter:off"/> | |
| <setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_annotation" value="insert"/> | |
| <setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters" value="do not insert"/> | |
| <setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_type_declaration" value="insert"/> | |
| <setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_arguments" value="insert"/> | |
| <setting id="org.eclipse.jdt.core.formatter.brace_position_for_anonymous_type_declaration" value="end_of_line"/> |
| #!/usr/bin/python3 | |
| """ | |
| Levels in CSV are a lot easier to visualize! | |
| This short script converts to and fro 2511's dungeon JSON format to a simple CSV format. | |
| Goals are kinda iffy, sorry! You can change the goal conditions when converting from CSV | |
| to JSON by editing this global variable: `goals = OR(goal("exit"), goal("treasure"))`. | |
| It's on line 52 at the moment. | |
| Example output: https://cdn.discordapp.com/attachments/474517240117723139/607158167050387476/unknown.png |
| #!/bin/sh | |
| # Copyright 2015, Timothy Redaelli <tredaelli@archlinux.info> | |
| # This program is free software: you can redistribute it and/or modify | |
| # it under the terms of the GNU General Public License as published by | |
| # the Free Software Foundation, either version 2 of the License, or | |
| # (at your option) any later version. | |
| # This program is distributed in the hope that it will be useful, |
The Twitter account @x_angelkawaii_x is followed by the writer of NGO, @nyalra which gives a lot of credence to this account being legit.
Of small note, each ending has an achievement associated, and of each achievement has a song associated which differs betwen languages. For (Un)happy End World; JP references Marunouchi Sadistic (丸ノ内サディスティック) by Ringo Sheena,
If you just want to cheat all the gallery images into your save, open up Settings.es in your NGO folder, e.g. C:\Program Files (x86)\Steam\steamapps\common\NEEDY GIRL OVERDOSE\Windose_Data.
Copy the following and replace the value in "IMAGEHISTORY"'s "value" field:
["Ngocredits", "tweet_selfie_ame_cool_001", "tweet_selfie_ame_cry_001", "tweet_selfie_ame_game_001", "tweet_selfie_ame_happa_001", "tweet_selfie_ame_happy_001", "tweet_selfie_ame_happy_002", "tweet_selfie_ame_home_001", "tweet_selfie_ame_home_002", "tweet_selfie_ame_line_smile_001", "tweet_selfie_ame_odekake_001", "tweet_selfie_ame_odekake_002", "tweet_selfie_ame_sorrow_001", "tweet_selfie_ame_talk_001", "tweet_selfie_cho_akkanbe", "tweet_selfie_cho_angel_001", "tweet_selfie_cho_av", "tweet_selfie_cho_av_ch", "tweet_selfie_cho_av_eng", "tweet_selfie_cho_cosplay_001", "tweet_selfie_cho_cosplay_002", "tweet_selfie_cho_cosplay_003", "tweet_selfie_cho_grand_end_001", "tweet_selfie_cho_grand_end_002", "| import http.client | |
| from urllib.parse import urlencode | |
| from json import loads | |
| import csv | |
| host = "nebula.starbreeze.com" | |
| output_file = "out.csv" | |
| print("username:") | |
| username = input() |