Skip to content

Instantly share code, notes, and snippets.

View boskiv's full-sized avatar

Ivan Skiridomov boskiv

  • ZFX
  • Cyprus
  • 07:03 (UTC +03:00)
View GitHub Profile
@boskiv
boskiv / compile-server.sh
Created March 20, 2018 12:18 — forked from PhroZenOne/compile-server.sh
Build EU4 server on ubuntu.
#!/bin/bash
set -e
set -x
PROJECT_PATH=$1
CURRENT_DIR=$( cd "$( dirname "$0" )" && pwd )
if [[ "$PROJECT_PATH" != /* ]]; then
PROJECT_PATH=$CURRENT_DIR/$PROJECT_PATH
@boskiv
boskiv / build-ios.sh
Created January 6, 2017 11:42 — forked from pbakondy/build-ios.sh
build and sign ionic app iOS
# Test Build (armv7 only)
#
ionic platform remove ios
gulp useref
ionic platform add ios
cp assets/build/ios/build.xcconfig platforms/ios/cordova/build.xcconfig
ionic build ios --device
xcrun -sdk iphoneos PackageApplication -v platforms/ios/build/device/appname.app -o deployments/appname-test.ipa
/usr/bin/codesign --display platforms/ios/build/device/appname.app
/usr/bin/codesign --verify platforms/ios/build/device/appname.app
@boskiv
boskiv / ios-questions-interview.md
Created November 18, 2016 10:08 — forked from arturlector/ios-questions-interview.md
Вопросы на собеседование iOS разработчика.

Вопросы на собеседование iOS разработчика (дополненное издание):

General:

  • Что такое полиморфизм?

  • Что такое *инкапсуляция? Что такое *нарушение инкапсуляции?

  • Чем абстрактный класс отличается от интерфейса?

  • Расскажите о паттерне MVC. Чем отличается пассивная модель от активной?

@boskiv
boskiv / phpstorm.md
Last active August 29, 2015 14:17 — forked from snoek09/phpstorm.md

Shortcuts

  • ! Tab in template creates html skeleton
  • link Tab creates stylesheet link
  • .container Tab creates div with id=container
  • Alt-1 toggle sidebar
  • Shift-Alt-A search everything
  • Match sidebar color with color theme -> install plugin 'color ide'

Custom Keybindings

  • Begin of line - C-a