This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 50 chlorine + 50 sodium + hotplate = 100 salt | |
| === | |
| # Probital/Libital 1:1 - Brute 37.5/5u - 40u OD | |
| === | |
| 20 carbon + 20 hydrogen + 20 welding fuel = 80 oil | |
| 20 oil + 20 welding fuel + 20 oxygen = 60 acetone | |
| 60 acetone + 60 copper + 60 phosphorus = 180 probital | |
| 60 oil + 60 nitrogen + 60 oxygen = 180 libital |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import java.util.Random; | |
| import java.text.SimpleDateFormat; | |
| import java.util.Date; | |
| import java.util.TimeZone; | |
| public final class SaePermission { | |
| public static final long MILLIS_MARGIN = 300000; | |
| public static final int m_iMultiplier = 131; | |
| private static String date; | |
| private static String key; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @URL("/SaeBus.IIS.AppsApi/Datos") | |
| public interface SaeDatosServiceApi { | |
| @POST("GetLines") | |
| Call<List<SaeLine>> linesList(@Body GetLinesRequest getLinesRequest); | |
| @POST("GetMunicipalities") | |
| Call<List<SaeMunicipality>> municipalitiesList(@Body BaseRequest baseRequest); | |
| @POST("GetZeroTime") | |
| Call<String> nextRestartTime(@Body BaseRequest baseRequest); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| # for lto | |
| ulimit -n 4096 | |
| # can't be set here and fail | |
| unset RUSTFLAGS | |
| _mozappdir=/usr/lib/firefox-nightly |
OlderNewer