Ruby
Ruby was developed by Yukihiro "Matz" Matsumoto in 1995 with the intent of having an easily readable programming language. It is used by the Rails framework to create dynamic web-applications. Ruby's syntax is similar to that of Perl and Python.
Here are 175 public repositories matching this topic...
We need to improve the comments explaining the main ideas / insights of the solution
-
Updated
May 27, 2020 - Python
Description of new Instant Answer, or changes
Current results are pulled from Django 1.10 documentation.
Example: https://duckduckgo.com/?q=django+imagefield&ia=web
Change: Replace the links in fetch.sh and parse.py with https://docs.djangoproject.com/en/2.2/ref/.
- Executed in local environment.
- Files generated correctly but I'm not sure if this is the only change to d
-
Updated
May 24, 2020 - Python
-
Updated
Jul 17, 2019 - Python
Some messages by the IRC bot currently don't include the job ID. This makes it harder to reconstruct what a job was doing exactly, e.g. when it needs to be requeued, since you can't just grep all lines relevant to a particular job from the IRC logs.
This requires changes in the pipeline code, see details in my failed attempt at #328.
colorize_nicks.py seems to hang with a CPU at 100% while matching a line with a nick repeated a lot of times.
An example of line causing the problem and the backtrace (normal and full) are available here.
Write a class method recursivePrint(int count) of a class Recursion which prints "z y x w "
on the first line, "z y x " on the second line, ..., "z " on the fourth line by recursion if count is 4. If
count is n (n <= 26), n lines should be printed and the first line contains "z y x ...? ", where "?" is the
nth letter starting from "z". Note that there is a space after each letter.
Test it usin
-
Updated
May 13, 2020 - Python
Create the issue (containing link of question) and add your Question in Assignments subdirectory.
Wait for it Problem
-
Updated
May 4, 2020 - Python
-
Updated
Nov 11, 2019 - Python
I wrote some basic tests for the JavaScript version but not for the Python one yet. Would someone else like to take this on? Or even write better tests for the JavaScript implementation? Does anyone have a better idea for how to test these things in the first place?
Scripts
Make a PR with your custom useful script. We'll merge useful scripts.
-
Updated
Mar 8, 2018 - Python
-
Updated
Mar 12, 2020 - Python
-
Updated
Jun 5, 2020 - Python
-
Updated
Apr 23, 2017 - Python
We can improve documentation by providing use cases about each shelf. Some suggestions:
Short Summary
The page of the command id references is broken, used to work on the old docs:
http://docs.komodoide.com/SDK/commandid
Was looking for this issue on the forum:
https://community.komodoide.com/t/userscript-to-make-sure-editor-tab-gets-swtiched-on-ctrl-tab/4833