-
Updated
Apr 18, 2020 - Python
api-wrapper
An API can be thought of as an instruction manual for communication between multiple software apparatuses. For example, an API may be used for database communication between web applications. By extracting the implementation and relinquishing data into objects, an API simplifies programming.
Here are 1,731 public repositories matching this topic...
-
Updated
May 2, 2020 - Python
We should start using https://github.com/all-contributors/all-contributors to fully recognize the people who contribute to this project, both with code and via answering questions.
-
Updated
Apr 28, 2020 - Ruby
-
Updated
Feb 20, 2020 - JavaScript
В мобильной версии VK можно выдернуть ещё background песни, что будет обложкой альбома в маленьком разрешении.
<div class="ai_play" style="background-image:url(https://sun9-55.userapi.com/c637527/v637527452/6567e/NdzdhLSOKKg.jpg)"><i class="i_play"></i></div>
Настолько маленькая, что не уверен, имеет ли это вообще смысл, но возможно позже сделаю.
-
Updated
May 17, 2020 - Python
-
Updated
May 18, 2020 - JavaScript
If we compare the name to let's say macOS alternative (NSApplicationDirectory), we should most likely use FOLDERID_Programs from KNOWNFOLDERID.
ref: https://docs.microsoft.com/en-us/windows/desktop/api/sh
Version 2 Checklist
Version 2 Checklist
Documentation
- Rewrite version 2 docs to reflect updates
- Rewrite version 2 docs in nuxt (and maybe markdown)
- Add guide for writing tests
Fixes
- allow data with DELETE
- Fix polluted params issue when where params send twice
Enhancements
-
apirenamed tohttp - rename
apiConfigtohttpConfig
Прикручиваю библиотеку к фреймворку yii2. Почему-то после того, как я добавил 2ую функцию on() для обработки текста пришедшего сообщение - ответы с первого on() (которая обрабатывает кнопки) приходят по 3 (три) раза... Если убирать вторую on() - работает, как надо - один ответ. Раньше на нативном php такой код работал. На фреймворке что-то магия какая-то...
Код экшна, где лежит бот:
f
-
Updated
Oct 24, 2019 - Python
-
Updated
Apr 5, 2020 - Swift
Hi, i'm currently using Directus v7. It's the first time I use hooks. There is a way to have different hooks for each project. Because if in my projects I have some collections with the same name. I can't understand how to distinguish them.
Example of my hook:
return [ 'actions' => [ 'item.update.courses' => function (array $data) { //code } ] ];
Expected:
-
Updated
Mar 12, 2020 - Ruby
-
Updated
May 7, 2020 - Python
-
Updated
Apr 19, 2020 - PHP
-
Updated
May 6, 2020 - Python
-
Updated
Feb 1, 2020 - Python
-
Updated
May 23, 2019 - Python
Image Without StatusBar is from YalpStore
Image with StatusBar is from GooglePlay When User Click ImageSet will show it
PHP 7.2.13 (cli)
- Clone git clone https://github.com/ovh/php-ovh.git
- cd php-ovh && composer update # (Some issues on shell)
- Try to generate docs
abkrim@iMac-2 ~/Sites/php-ovh master vendor/bin/phing phpdocs
Buildfile: /Users/abkrim/Sites/php-ovh/build.xml
ovh/ovh > clean:
[delete] Deleting directory /Users/abkrim/Sites/php-ovh/docs
ovh/ovh > phpdocs:
-
Updated
Oct 15, 2015 - Python
In the array example program, we're copying data into arrays and from arrays. While we're checking the CUDA runtime API return values, we're not checking that the copying results in the expected data. We may be printing information from which it's possible to deduce that, but not actually checking.
Let's do that... @codecircuit ?
-
Updated
Jan 10, 2020 - Python
-
Updated
May 11, 2020 - Ruby
- Wikipedia
- Wikipedia


Traceback (most recent call last):
File "", line 1, in
File "/usr/local/lib/python2.7/dist-packages/pytube/streams.py", line 206, in download
filename = filename or self.default_filename
File "/usr/local/lib/python2.7/dist-packages/pytube/streams.py", line 176, in default_filename
title = self.player_config_args['title']
KeyError: 'title'