Skip to content

Instantly share code, notes, and snippets.

View tehPlayer's full-sized avatar

Marcin Adamczyk tehPlayer

View GitHub Profile

Keybase proof

I hereby claim:

  • I am tehplayer on github.
  • I am tehplayer (https://keybase.io/tehplayer) on keybase.
  • I have a public key ASAQIji6Ss2fEpE0f4HgRTg4YOKkOQ2SIg7gYzpyVi98rAo

To claim this, I am signing this object:

"""Skrypt pozwala na pobieranie z napiprojekt.pl gdy nie posiadamy aplikacji.
ID z URL z wynikow wyszukiwania podajemy jako argument do skryptu. Np.
$ python napiprojekt.py e79975aa41dfecf52b81ac8231f4abde > napisy.txt
Wymagania:
* Python 3.X
* pip3: requests
* pip3: pylzma
Testowane na OS X 10.12
'use strict'
angular.module('saasPlatform')
.controller 'ShopsCtrl', ($scope, Shop) ->
$scope.initialize = ->
Shop.get {}, (result) ->
$scope.shops = result.shops
# 'use strict'
# angular.module('saasPlatform')
# .factory 'ShopsApi', ($resource) ->
# shops: $resource "/shops", {}
class Shop extends RailsResource
@configure url: '/shops', name: 'shop'