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
| { | |
| "meta": { | |
| "theme": "macchiato" | |
| }, | |
| "basics": { | |
| "name": "Aziz Ahmed", | |
| "phone": "+49 1783674599", | |
| "label": "Software Engineer", | |
| "image": "https://avatars0.githubusercontent.com/u/416209?s=460&u=38f220a2c9c658141804f881c334c594eb1642ac&v=4", | |
| "summary": "I'm a full stack web developer with a major focus on Laravel. Additionally, I develop mobile applications using Native Android and Flutter. I also have some knowledge about server management. I've worked mostly at startups, so I am used to wearing many hats. I am a very product-focused developer who prioritizes user feedback first and foremost. I'm generally very flexible when investigating new roles.", |
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
| <ifmodule mod_rewrite.c> | |
| <ifmodule mod_negotiation.c> | |
| Options -MultiViews | |
| </ifmodule> | |
| RewriteEngine On | |
| RewriteCond %{REQUEST_FILENAME} -d [OR] | |
| RewriteCond %{REQUEST_FILENAME} -f |
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
| package nl.conokey.conokeysystem.utils; | |
| import android.os.CountDownTimer; | |
| import java.io.File; | |
| import java.io.FileDescriptor; | |
| import java.io.FileOutputStream; | |
| import java.io.IOException; | |
| import android_serialport_api.LampsUtil; |