-
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,757 public repositories matching this topic...
-
Updated
May 31, 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
Jun 1, 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 25, 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
Jun 1, 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
Jun 7, 2020 - Python
-
Updated
Jun 4, 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:
By mistake, the examples/ directory has a committed skeleton of a test program for the IPC CUDA features via our IPC wrappers. The program currently does nothing, but has a bunch of comments indicating what it should be able to do.
The code for this should be filled in. Of course, the problem is, "processes" are meaningless in C++. We would need to either assume a POSIX environment (perhaps
-
Updated
Oct 15, 2015 - Python
-
Updated
Jan 10, 2020 - Python
-
Updated
Jun 9, 2020 - Python
- 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'