Coderunner 2.1.1

Coderunner

(Shortest import: frombrian2importCodeRunner)

A simple plugin to use the current file as source code, run it and show the result. It is just like the Mac App CodeRunner, but with less feature. ST3 support is in SublimeText3 branch. Currently supported command: runcode; runcodecustom; you can bind your key to the command like this: 'keys': 'ctrl+r', 'command. CodeRunner 2.2.2.6071 Eclipse IDE for Java EE Developers 4.6.0 JetBrains AppCode 2016.3.1 JetBrains PhpStorm 2016.3.2 JetBrains RubyMine 2016.3.1 JetBrains WebStorm 2016.3.2 Komodo IDE 10.1.1 SweetScape 010 Editor 7.0.2 Taco Software Latexian 1.2.7 Xojo 2016 R2. DVD16 macOS Sierra Bootable macOS Sierra 10.12.1 Bootable. DVD17 Apple Music Apps. CodeRunner 2.1.1 is a third party application that provides additional functionality to OS X system and enjoys a popularity among Mac users. However, instead of installing it by dragging its icon to the Application folder, uninstalling CodeRunner 2.1.1 may need you. Quiver for mac 3.0.1 笔记应用 编辑代码 Quiver for mac 3.0 笔记应用 编辑代码 CodeRunner for mac 2.1.1 – 全能型代码程序编辑器 最新破解版 CodeRunner for mac 2.0.2 – 全能型代码程序编辑器 最新破解版 Sublime Text for mac 3 Build 3083 – HTML代码的文本编辑器 最新破解版 Code Snippet for mac 1.0.2 – 代码编写工具 最新破解版.

class brian2.groups.group.CodeRunner(*args, **kw)[source]

Bases: brian2.core.base.BrianObject

A “code runner” that runs a CodeObject every timestep and keeps areference to the Group. Used in NeuronGroup for Thresholder,Resetter and StateUpdater.

On creation, we try to run the before_run method with an empty additionalnamespace (see Network.before_run). If the namespace is already completethis might catch unit mismatches.

Parameters

group : Group

template : Template

The template that should be used for code generation

code : str, optional

The abstract code that should be executed every time step. Theupdate_abstract_code method might generate this code dynamicallybefore every run instead.

dt : Quantity, optional

The time step to be used for the simulation. Cannot be combined withthe clock argument.

user_code : str, optional

The abstract code as specified by the user, i.e. without any additionsof internal code that the user not necessarily knows about. This willbe used for warnings and error messages.

clock : Clock, optional

The update clock to be used. If neither a clock, nor the dt argumentis specified, the defaultclock will be used.

when : str, optional

In which scheduling slot to execute the operation during a time step.Defaults to 'start'.

order : int, optional

The priority of this operation for operations occurring at the same timestep and in the same scheduling slot. Defaults to 0.

name : str, optional

check_units : bool, optional

Whether the units should be checked for consistency before a run. Isactivated (True) by default but should be switched off for stateupdaters (units are already checked for the equations and the generatedabstract code might have already replaced variables with their unit-lessvalues)

template_kwds : dict, optional

A dictionary of additional information that is passed to the template.

needed_variables: list of str, optional :

A list of variables that are neither present in the abstract code, norin the USES_VARIABLES statement in the template. This is onlyrarely necessary, an example being a StateMonitor where thenames of the variables are neither known to the template nor includedin the abstract code statements.

ExtensionCoderunner

override_conditional_write: list of str, optional :

A list of variable names which are used as conditions (e.g. forrefractoriness) which should be ignored.

codeobj_class : class, optional

The CodeObject class to run code with. If not specified, defaults tothe group’s codeobj_class attribute.

generate_empty_code : bool, optional

Whether to generate a CodeObject if there is no abstract code toexecute. Defaults to True but should be switched off e.g. for aStateUpdater when there is nothing to do.

Methods

before_run(run_namespace)

Optional method to prepare the object before a run.

create_code_objects(run_namespace)

create_default_code_object(run_namespace)

update_abstract_code(run_namespace)

Update the abstract code for the code object.

Details

before_run(run_namespace)[source]

Optional method to prepare the object before a run.

Called by Network.after_run before the main simulation loop starts.

create_code_objects(run_namespace)[source]
create_default_code_object(run_namespace)[source]
update_abstract_code(run_namespace)[source]

Update the abstract code for the code object. Will be called inbefore_run and should update the CodeRunner.abstract_codeattribute.

Does nothing by default.

  • 6 次评分 62589 次查看 9907 次下载
  • 分类:开发游戏效率游戏开发效率
  • 标签:编程开发
  • 时间:2015年11月10日 更新 文件大小: 39.8 MB
  • 开发商:Nikolai Krill 官网首页
  • 支持类型: Mac OS X 10.7 or later
  • 支持语言:英文等

简介

CodeRunner 是一款 OS X平台上的多语言编程开发软件,它不需要安装额外的语言环境就可以执行一些代码, 还能立即查看运行后的效果。

Coderunner 3

详细介绍

CodeRunner 是一款 OS X平台上的多语言编程开发软件,它不需要安装额外的语言环境就可以执行一些代码, 还能立即查看运行后的效果。

可运行C、C++、Java、Objective-C、Perl、PHP、Python、Ruby、Shell和C#等代码。全功能的编辑器与语法高亮显示。可编辑的代码预设新文档而不必重新编写。完全编码支持,自定义运行编译器。

Coderunner 2.1.1

CodeRunner 1.3.1 特性:

  • 支持 Mountain Lion
  • 支持 Retina 显示
  • C#支持

来自Mac App Store官方介绍

Coderunner Extension


CodeRunner is the easiest way to write code on your Mac. You can run code in almost any language instantly, and you'll be surprised by the powerful set of features in such a lightweight and easy-to-use editor.

CodeRunner can run code in 20 languages out-of-the-box, and can be easily extended to run code in any other language. The editor features full-blown IDE-level code completion for most languages, and lots of other high-end features making it easier than ever to write and work with code.

Please visit coderunnerapp.com for more information.

…更多…

v2.1.1版本新功能


Version 2.1.1:

  • New Languages: Go, Markdown, and Rust are now included by default.
  • Multiple Selections: Edit matching ranges of text simultaneously by using ⌘E and ⇧⌘E to add/skip multiple selections.
  • Useful for renaming variables or editing other recurring strings of characters.
  • Move Line(s) Up/Down: Move the currently edited line(s) up or down by using ⌥⌘��' and ⌥⌘��', respectively.
  • Persistent Run Settings: File-specific run settings such as arguments, compiler flags, and input now persist after the file is closed and reopened, and across app launches.
  • HTML/CSS Code Completion: Code completion for HTML tags, attributes, snippets, entities, CSS properties and CSS values.
  • Console Colors: The console now supports certain ANSI escape sequences that modify text colors and attributes.
  • Default Editor: Easily set CodeRunner as your system's default text editor from within CodeRunner's preferences window.
  • Go to Line: Quickly jump to a line number using ⌘L.
  • Clear Console: Clear console output using ⌘K.
  • Copy with Colors: Copy the selected text including colors using ⌥⌘C.
  • Paste and Preserve Formatting: Paste text from the clipboard without modifying its indentation using ⌥⇧⌘V.
  • Go to Current Document: Quickly jump to the current document in the file navigator using ⌥⇧⌘G.
  • Improved VoiceOver support.
  • Fixed an issue with C# and Mono on El Capitan.
  • Fixed an issue with LaTeX on El Capitan.
  • Fixed an issue with tab characters in the console.
  • Fixed an issue with character encodings in the console.
  • Fixed an issue with indentation of pasted text in Python.
  • Fixed an issue with double file extension after document renaming.

…更多…

Coderunner Download

相关截图 图片数: 4 张(点击图片查看大图)

  • 上一条:iConify
  • 下一条:App Language Chooser

下载列表 文件数: 4文件大小: 39.8 MB举报

多语言编程开发软件 CodeRunner for Mac (链接无效或不能下载请点击反馈给我们)
文件名版本下载次数上传时间上传者下载类型操作
0.http://krillapps.com官网下载最新--官方Mac点击下载
1.Mac App Store官方下载价格:¥98元v2.1.123762015-11-10Nikolai KrillMac商店下载
2.dktfof1z89xc1.cloudfront.net网友共享版v2.0.334252015-06-22网友共享Mac 版点击下载
3.coderunnerapp.com网友共享版v2.1.124022015-11-10网友共享Mac 版点击下载
4.partner.lizhi.io网友共享版v最新17042019-05-07网友共享Mac 版点击下载
苹果软件园为积极推动苹果电脑在国内的发展,倡导资源共享,软件汉化。所有下载链接均来自网友分享试用,请24小时内删除!希望大家有条件的积极支持正版.
如果你的网盘有这个App的资源,欢迎共享下载地址哦,只需要几秒钟哦有网盘资源的点击感谢分享下载地址

如果您觉得从我们的分享中得到了帮助,并且希望我们持续发展下去,求打赏(ღ♡‿♡ღ)~谢谢您的鼓励。
垃圾评论太多,防不胜防,So关闭评论,各位亲有问题直接加我QQ(977307209)反馈吧