8918 W 64th Pl, Apt 203 / Merriam, KS 66202
816-200-7301 / [email protected]
To obtain a position working with web technologies that leverages my skills,
void main() { | |
//на вход идет: +996-552-44-23-88 | |
//на выходе: 996552442388 | |
var phoneNumber = "+996-552-44-23-88"; | |
phoneNumber.replaceAll(new RegExp(r"\d+"), ""); | |
print(phoneNumber); | |
import 'package:flutter/material.dart'; | |
const String words1 = "Almost before we knew it, we had left the ground."; | |
const String words2 = "A shining crescent far beneath the flying vessel."; | |
const String words3 = "A red flair silhouetted the jagged edge of a wing."; | |
const String words4 = "Mist enveloped the ship three hours out from port."; | |
void main() { | |
runApp(new MyApp()); | |
} |
// | |
// MainDocumentGVC.swift | |
// RentautomationPhone | |
// | |
// Created by kanybek on 3/6/18. | |
// Copyright © 2018 kanybek. All rights reserved. | |
// | |
import UIKit | |
import IGListKit |
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8" /> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> | |
<title>iTunes Connect</title> | |
<meta name="description" content="" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1" /> | |
<meta name="apple-itunes-app" content="app-id=376771144,affiliate-data=ct=itcweblogin&pt=2003" /> | |
<meta http-equiv="CACHE-CONTROL" content="no-cache, no-store, must-revalidate"> |
//==========>>>>>> README <<<<<<==============// | |
//(1) Download Nats Server --> go get github.com/nats-io/gnatsd | |
//(2) Start Nats Server --> gnatsd | |
//(3) go run helloworldnatsio.go |
// | |
// GRConversationController.m | |
// GroupChat | |
// | |
// Created by kanybek on 5/18/16. | |
// Copyright © 2016 Grouvi. All rights reserved. | |
// | |
#import "GRConversationController.h" | |
#import "GRConversationCollectionView.h" |
8918 W 64th Pl, Apt 203 / Merriam, KS 66202
816-200-7301 / [email protected]
To obtain a position working with web technologies that leverages my skills,
package main | |
import ( | |
_ "expvar" | |
"flag" | |
"fmt" | |
"log" | |
"net/http" | |
_ "net/http/pprof" | |
"time" |
//HTTP method | |
func (s *server) CreateOrderWith(ctx context.Context, creatOrdReq *pb.CreateOrderRequest) (*pb.CreateOrderRequest, error) { | |
ordReq := new(OrdReq) | |
ordReq.createOrdReq = creatOrdReq | |
ordReq.ctx = ctx | |
dbSaveChannel <- ordReq | |
select { | |
case createOrdReq := <-outputChannel: |
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- | |
-- -- | |
-- mysql -- | |
-- -- | |
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- | |
-- | |
-- mysql <http://sqlfiddle.com/#!9/91afb5/2> | |
-- note: sqlfiddle is very stupid |