Quantcast
Channel: Nur Nachman
Browsing latest articles
Browse All 91 View Live

QRacker : copy text, emails, phones from your desktop to your phone - easily

Simply drag and drop the chunk of content you want to teleportScan the QR code generated by QRacker with your phoneAnd you have that data teleported to your phone, ready to be acted uponEasy,...

View Article



How to implement a WKInterfaceTable in WatchKit

WKInterfaceTablenew projcetnew watchkit targetin the storyboard drag a tabledrag an outlet to the interface controllerin code - define a row controller class per defined row controllerat init, add rows...

View Article

Command line Youtube

How to install command-line youtube:1. pip install mps-youtube2. brew install mplayerRun:mpsyt will open the program/{your search term}  will search for your termafter getting a list of results, you...

View Article

My Music

In the past few months I've been working on some music piecesMostly with mobile apps, and some with Renoise and NanoStudioHere's a link to my music on SoundCloudOr you can just go to music.nur.xyz

View Article

Raspberry Pi no audio how to fix no audio in rpi

I reinstallled my rpi and got no audio outThe solution I found was:1. install alsa utils by running the following command in the terminal:sudo apt-get install alsa-utils2. selecting the required audio...

View Article


Configuring Android Studio for Unit Testing mini-guide

I compiled a mini guide for configuring your project to use unit tests in Android studio, utilizing the mature JUnit framework:Create a folder in which you'll write all your unit tests (preferably...

View Article

Adding Android adb tool to your $PATH

Android Studio v1.2 installs the adb tool in this path:~/Library/Android/sdk/platform-tools/adbSo it goes like this:Run Terminalrun adb version and expect an error outputtouch ~/.bash_profileopen...

View Article

How to Remove or Disable Flash in your Chrome Browser

I attended a security meetup last night, and the presentation they gave really reinforced my understanding of how dangerous Flash is.So I headed over to disabling Flash on my Chrome browser.This is how...

View Article


xcode crashing? here's how to fix it

if you get more than usual xcode crashes, simply:1. right-click the project and/or workspace you're working on2. select "show package contents"3. remove the folder named "xcuserdata" with your username...

View Article


[mac os x tutorial] How to FLATTEN a directory or folder using the Terminal...

If you have a folder with many subfolders that you want to FLATTEN, meaning, move all the sub or sub-sub-folders' content into the root folder.Open the Mac OS X Terminal and cd your way into the folder...

View Article

[mac os x tutorial] How to install the pip python package manager in mac os x

how to install pip python package manager:simply run this in Terminal:sudo easy_install pip

View Article

Image may be NSFW.
Clik here to view.

Garlic - A drag-n-drop Remote Configuration Framework for iOS (objective-c)

ol.lst-kix_hgktcy8i71c8-4{list-style-type:none}ol.lst-kix_hgktcy8i71c8-3{list-style-type:none}ol.lst-kix_hgktcy8i71c8-2{list-style-type:none}ol.lst-kix_hgktcy8i71c8-1{list-style-type:none}ol.lst-kix_hg...

View Article

How to FIX Cocoa pods in swift 3 error : “Use Legacy Swift Language Version”...

While installing a cocoa pod, I ran into this hideous and misleading error:“Use Legacy Swift Language Version” (SWIFT_VERSION) is required to be configured correctly for targets which use Swift. Use...

View Article


how to limit UITextField number of characters

When you wan t to limit the number of characters that a user can input to a uitextfield, you can use this uitextfielddelegate method:import UIKitclass ViewController: UIViewController,...

View Article

how to use custom or external fonts in swift ios app

if you want to use external or custom fonts in a swift ios app, just:1. copy the font files into the project2. in your info.plist file, add an entry called "Fonts provided by application" (xcode will...

View Article


simple elegant way to get user agent in iOS swift 3 using a webview and a...

Here's a simple and elegant way to add a user-agent header to your headers dictionary in whatever networking framework you're using, if it doesn't provide the user-agent header...

View Article

How to fix this message in iOS 10 development: [App] if we're in the real...

This message started popping up in my console a lot, here's how to fix it:1. click the run-scheme you're debugging2. click "Edit Scheme..."3. in the "Run (debug)" tab - pick "Arguments"4. click + in...

View Article


Image may be NSFW.
Clik here to view.

iOS 10 Swift 3 How to limit input in a UITextField to Digits only (or any...

If you want to create a UITextField that allows only inputting specific characters, simply set your viewcontroller as the text field's delegate and implement this delegate method:func textField(_...

View Article

AWS CLI using pip - installation fails and yields error : OSError: [Errno 1]...

if your'e trying to install the aws cli using pip with the amazon website command:pip install awscliand you get this error:OSError: [Errno 1] Operation not permitted:...

View Article

How to fix : Gradle error: could not execute build using gradle distribution

if you're trying to build your project in eclipse or android studio and get this error:Gradle error: could not execute build using gradle distributionOr something similar, then you should:1. Close your...

View Article

Image may be NSFW.
Clik here to view.

Korg Monotron Presets Booklet

Do you have a Korg Monotron, Duo or Delay?Korg say that they don't like presets for these little synths, to make you explore more rather than take a ready-made preset.With that said, if you wanna start...

View Article


how to convert a stereo mov file to a mono mov file

so you recorded a whole bunch of video only to find out that you hear the microphone only on one side?no problemjust open terminal and run this command:ffmpeg -i inFile.mov -map 0:0 -vcodec copy -c:a...

View Article


How to Install pip on mac os x?

To install the python package manager - pip - just run this command in terminal:sudo easy_install piphope it helps you installing pip on mac!

View Article

Bump Version in Xcode with a datetime-stamp

In order to create an automatic custom build number that bumps on its own every time you archive a build, add a new build phase of type "run script" and put the following code in the box (remember to...

View Article

How to Refresh Reminders.app on mac - when it doesn't refresh by itself

Sometimes you'll find yourself adding items to Reminders on your iPhone or iPad, and not see them on your mac's Reminders app.How to solve this issue?By refreshing the reminders app on your mac:Just...

View Article

Browsing latest articles
Browse All 91 View Live




Latest Images