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
    
  
  
    
  | { | |
| "extensions": [ | |
| { | |
| "id": "10", | |
| "lang": "de", | |
| "source": "Wie Manga!" | |
| }, | |
| { | |
| "id": "100019686565354829", | |
| "lang": "de", | 
  
    
      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
    
  
  
    
  | <?php | |
| $servername = "localhost"; | |
| $username = "root"; | |
| $password = " "; | |
| $dbname = "demo"; | |
| // Create connection | |
| $conn = new mysqli($servername, $username, $password, $dbname); | |
| // Check connection | 
  
    
      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
    
  
  
    
  | udp://public.popcorn-tracker.org:6969/announce | |
| http://104.28.1.30:8080/announce | |
| http://104.28.16.69/announce | |
| http://107.150.14.110:6969/announce | |
| http://109.121.134.121:1337/announce | 
  
    
      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 'dart:io'; | |
| import 'package:firebase_messaging/firebase_messaging.dart'; | |
| import 'package:flutter/material.dart'; | |
| import 'package:flutter_local_notifications/flutter_local_notifications.dart'; | |
| class MyAppsPage extends StatelessWidget { | |
| return MaterialApp( | |
| home: HomePage(title: 'Firebase'), | |
| ); | 
  
    
      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 html> | |
| <html> | |
| <head> | |
| <title>Test</title> | |
| </head> | |
| <body> | |
| <form method="post" enctype="multipart/form-data"> | |
| <input type="file" name="my_file[]" multiple> | |
| <input type="submit" value="Upload"> | |
| </form> | 
  
    
      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
    
  
  
    
  | Profile Scrren in Flutter | |
| project: https://github.com/rajayogan/flutter-profilescreen/ | |
| sample: https://dribbble.com/shots/3466120 | 
  
    
      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
    
  
  
    
  | dependencies: | |
| carousel_slider: ^1.3.0 | |
| ****************************************************************************************************************************************** | |
| import 'package:carousel_slider/carousel_slider.dart'; | |
| import 'package:flutter/material.dart'; | |
| final List<String> imgList = [ | |
| 'https://images.unsplash.com/photo-1520342868574-5fa3804e551c?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=6ff92caffcdd63681a35134a6770ed3b&auto=format&fit=crop&w=1951&q=80', | |
| 'https://images.unsplash.com/photo-1522205408450-add114ad53fe?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=368f45b0888aeb0b7b08e3a1084d3ede&auto=format&fit=crop&w=1950&q=80', | |
| 'https://images.unsplash.com/photo-1519125323398-675f0ddb6308?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=94a1e718d89ca60a6337a6008341ca50&auto=format&fit=crop&w=1950&q=80', | 
  
    
      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
    
  
  
    
  | dependencies: | |
| google_maps_flutter: ^0.5.7 | |
| ***************************************************************************************************************************************** | |
| import 'dart:async'; | |
| import 'package:flutter/material.dart'; | |
| import 'package:google_maps_flutter/google_maps_flutter.dart'; | |
| void main() => runApp(MyMap()); | 
  
    
      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
    
  
  
    
  | dependencies: | |
| geo_location_finder: ^1.0.7 | |
| *************************************************************************************************************************************** | |
| import 'package:flutter/material.dart'; | |
| import 'dart:async'; | |
| import 'package:flutter/services.dart'; | |
| import 'package:geo_location_finder/geo_location_finder.dart'; | |
| void main() => runApp(new MyApp()); |