Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
{ | |
"DASHBOARD.USER_DASHBOARD.DASHBOARD.TXT.TODAYS_SUMMARY": "testabc", | |
"DASHBOARD.USER_DASHBOARD.DASHBOARD.TXT.EXPLORE_INSIGHTS": "Explorez les informations d'autres entreprises.", | |
"DASHBOARD.USER_DASHBOARD.DASHBOARD.TXT.THAT_IS_ALL_TODAY": "C'est tout pour aujourd'hui.", | |
"DASHBOARD.USER_DASHBOARD.DASHBOARD.LBL.PAY_SOMEONE": "Payer quelqu'un", | |
"DASHBOARD.USER_DASHBOARD.DASHBOARD.LBL.GET_PAID": "Être payé", | |
"DASHBOARD.USER_DASHBOARD.DASHBOARD.LBL.TRANSFER_FUNDS": "Transfert de fonds", | |
"DASHBOARD.USER_DASHBOARD.DASHBOARD.LBL.DEPOSIT_CHECKS": "Chèques de dépôt", | |
"DASHBOARD.USER_DASHBOARD.BUSINESS_PASSPORT_VIEW.LBL.VIEW_PASSPORT": "Voir [Passeport]", | |
"DASHBOARD.USER_DASHBOARD.BUSINESS_PASSPORT_VIEW.TXT.BUILDING_MOMENTUM": "Élan du bâtiment", |
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 'package:english_words/english_words.dart'; | |
void main() { | |
generateWordPairs().forEach(print); | |
} |
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
<!DOCTYPE NETSCAPE-Bookmark-file-1> | |
<!-- This is an automatically generated file. | |
It will be read and overwritten. | |
DO NOT EDIT! --> | |
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8"> | |
<TITLE>Bookmarks</TITLE> | |
<H1>Bookmarks Menu</H1> | |
<DL><p> | |
<DT><A HREF="https://github.com/stephane-monnot/react-vertical-timeline">react-vertical-timeline</a> |
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 'package:flutter/material.dart'; | |
class Design1 extends StatelessWidget { | |
@override | |
Widget build(BuildContext context) { | |
return Container( | |
color: Colors.purple.shade800, | |
child: Row( | |
// mainAxisAlignment: MainAxisAlignment.center, | |
// mainAxisSize: MainAxisSize.max, |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
adb help // List all comands | |
== Adb Server | |
adb kill-server | |
adb start-server | |
== Adb Reboot | |
adb reboot | |
adb reboot recovery | |
adb reboot-bootloader |
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
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |