I hereby claim:
- I am abhishekwebcode on github.
- I am abhishekwebcode (https://keybase.io/abhishekwebcode) on keybase.
- I have a public key ASD5CcIDFVBWwyXwiFPLWpTxoQ1t0Rnfcqq_uLnAOs5bPQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| Last login: Wed Jul 3 09:03:52 on ttys000 | |
| /Volumes/BlueStacks\ Installer/BlueStacks\ Installer.app/Contents/MacOS/BlueStacks ; exit; | |
| ABHISHEKs-Air:~ abhishekmathur$ /Volumes/BlueStacks\ Installer/BlueStacks\ Installer.app/Contents/MacOS/BlueStacks ; exit; | |
| objc[5287]: Class ConfigManager is implemented in both /Volumes/BlueStacks Installer/BlueStacks Installer.app/Contents/MacOS/bstdevices.dylib (0x1031e3db0) and /Volumes/BlueStacks Installer/BlueStacks Installer.app/Contents/MacOS/BlueStacks (0x1031144b8). One of the two will be used. Which one is undefined. | |
| objc[5287]: Class PodsDummy_Bugsnag is implemented in both /Volumes/BlueStacks Installer/BlueStacks Installer.app/Contents/MacOS/libShared.dylib (0x1032d1958) and /Volumes/BlueStacks Installer/BlueStacks Installer.app/Contents/MacOS/BlueStacks (0x1031145d0). One of the two will be used. Which one is undefined. | |
| objc[5287]: Class Bugsnag is implemented in both /Volumes/BlueStacks Installer/BlueStacks Installer.app/Contents/MacOS/libShared.dylib (0x1032d19a |
| const fs = require(`fs`); | |
| var path = require('path'); | |
| var updater = ( path.resolve( __dirname, "./raw.txt" ) ); | |
| var updater2 = ( path.resolve( __dirname, "./done.json" ) ); | |
| raw=fs.readFileSync(updater); | |
| setInterval(()=>{},999999999); | |
| const list = raw.toString().split(`\n`); | |
| const obj={ | |
| "title": "Choose the option that describes you best", | |
| "answers": [ |
| import 'package:flutter/cupertino.dart'; | |
| import 'package:flutter/material.dart'; | |
| import 'package:flutter/src/material/dialog.dart' as Dialog; | |
| const bool __printDebug = false; | |
| /// Picker selected callback. | |
| typedef PickerSelectedCallback = void Function( | |
| Picker picker, int index, List<int> selecteds); | |
| /// Picker confirm callback. |
| import 'package:flutter/material.dart'; | |
| import 'package:myjob/pages/GetStartedPage.dart'; | |
| import '../utils/WidgetUtil.dart'; | |
| import 'dart:async'; | |
| class DnaTestPage extends StatelessWidget { | |
| @override | |
| Widget build(BuildContext context) { | |
| return Scaffold( | |
| body: Container( |