Search Project: *:*

 
<< < 1 .. 386 387 388 389 390 .. 3691 > >> (Page 388 of 3691)

(no subject) Raspberry Pi Legacy home (Thread)
Last updated: 2018-07-15

Home (version 1) discussion Raspberry Pi Legacy home (Thread)
Home (version 1) discussion
Last updated: 2018-09-02

Home admin_it wiki (WikiPage)
This is the personal project of admin_it. This project is created automatically during user registration as an easy place to store personal data that doesn't need its own project such as cloned repositories.
Last updated: 2018-07-17

(no subject) admin_it wiki (Thread)
Last updated: 2018-07-17

Home (version 1) discussion admin_it wiki (Thread)
Home (version 1) discussion
Last updated: 2019-11-11

wiki Discussion admin_it wiki (Discussion)
Forum for wiki comments
Last updated: 2018-07-17

wiki Discussion jbarrio wiki (Discussion)
Forum for wiki comments
Last updated: 2018-09-17

pro-json: ./trunk/json/package.manifest Bash bash (Bash)
<?xml version="1.0" encoding="ISO-8859-1"?> <Package> <Strings> <String Id="GeneralName"> <Neutral>JSON - Parsing and Composing</Neutral> </String> <String Id="GeneralVendor"> <Neutral>Open Source Software</Neutral> </String> <String Id="GeneralCopyright"> <Neutral>all rights reserved</Neutral> </String> <String Id="GeneralDescription"> <Neutral></Neutral> </String> <String Id="license"> <Neutral>LICENSE.TXT</Neutral> </String> <String Id="TargetDir"> <Neutral>Target directory</Neutral> </String> <String Id="TargetDirDescription"> <Neutral>The target directory where the projects are saved.</Neutral> </String> </Strings> <General> <Id>{a9496819-f97e-11e8-b8e4-b7bd5be52f83}</Id> <Version>1.0.0.3</Version> <Name>$GeneralName</Name> <Vendor>$GeneralVendor</Vendor> <Copyright>$GeneralCopyright</Copyright> <Description>$GeneralDescription</Description> <LicenseAgreement>$license</LicenseAgreement> <RequiredInstallerVersion>3.5.10.0</RequiredInstallerVersion> </General> <TargetDirectoryDefinitions> <TargetDirectoryDefinition> <Id>1</Id> <Name>$TargetDir</Name> <Description>$TargetDirDescription</Description> <PromptUser>True</PromptUser> <DefaultValue>%USERPROFILE%\CODESYS Projects\</DefaultValue> </TargetDirectoryDefinition> </TargetDirectoryDefinitions> <Components> <Component> <General> <Id>1</Id> <Name>Default</Name> <Description>Default Package</Description> <Selectable>false</Selectable> <SelectedByDefault>true</SelectedByDefault> </General> <Dependencies> </Dependencies> <Items> <Library> <Path>json-pac.library</Path> </Library> </Items> </Component> </Components> </Package>
Last updated: 2019-09-30

pro-json: ./trunk/json/license.txt Bash bash (Bash)
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <https://www.gnu.org/licenses/>.
Last updated: 2018-12-06

Home jbarrio wiki (WikiPage)
This is the personal project of jbarrio. This project is created automatically during user registration as an easy place to store personal data that doesn't need its own project such as cloned repositories.
Last updated: 2018-09-17

(no subject) jbarrio wiki (Thread)
Last updated: 2018-09-17

Home (version 1) discussion jbarrio wiki (Thread)
Home (version 1) discussion
Last updated: 2018-09-22

pro-json: ./trunk/json/json-pac.library.md Bash bash (Bash)
VAR_GLOBAL MAX_LEVELS: UINT; MAX_NAME_SIZE: UINT; MAX_VALUE_SIZE: UINT; MAX_VAR_NAME: UINT; MAX_VARS: UINT; MAX_EXECUTION_TIME: TIME; MAX_JSON_STRING: UINT; NEWLINE: string; INDENT: string; END_VAR
Last updated: 2018-12-06

There is no shame in struggling with git! 2020-03-24 16:53:48.224342 aliazzz wiki (WikiPage)
Hi! Many people (like me) love to tinker with code and electronics. When doing that you will get involved with git in some form or another. Git itself is a neat SCM but getting a good hang of (g)it is painful! People who say otherwise have forgotten how steep the learning curve really is, are idiot savants or can be just be ignored ;-). All jokes aside, it takes some effort. For me, with a good background of svn, learning git was "troublesome". Last year (since august or so) I started to get to know git for some reasons. At first I thought I soon get the hang of it by just getting started. I was deadwrong. It took me at least a few days to get through the basics like fork, clone, commit, branch, head, master, origin, merge, tag, squash, pull request etc, etc. So, for all you people who have a little basic knowledge of git but want to make the most of it, I found this funny and very relatable blogpost on git and the data model behind it. Blogpost 1 Understanding git datamodel https://medium.com/hackernoon/https-medium-com-zspajich-understanding-git-data-model-95eb16cc99f5 Blogpost 2 understanding git branching https://medium.com/hackernoon/understanding-git-branching-2662f5882f9 Blogpost 3 understanding git index https://medium.com/hackernoon/understanding-git-index-4821a0765cf By Zvonimir Spajic Have fun learning while reading, it helped me a lot!
Last updated: 2020-03-24

CfUnit v1.1.0.0 aliazzz wiki (WikiPage)
CODESYS Forge Unit Test Framework Features | Tour | Download | Getting Started | Resources | FAQ | Acknowledgement CfUnit 'CfUnit' is motivated by absence of a 'good and free' open source IEC61131-3 automated unit-testing solution. Written in entirely in Structured-Text (ST) for CODESYS based PLC systems, MIT-licensed. Download CfUnit V1.1.0.0.Package Features Easy Powerful Free Download Increase productivity Open-Source Install Stimulate re-usability MIT-Licensed Reference Reduces bugs Well documented Ready! Cleaner code Large community CI/CD integration ready Tour "1/4" "TestSuite" "2/4" "TestMethod" "3/4" "programcall" "3/4" "installation" Download The .package contains all components you need to start developing your tests. CfUnit Library Verifier Project Simple Example Project Download CfUnit V1.1.0.0.Package Getting started A detailed step by step tutorial for the Simple CfUnit example project can be found here. Resources Wiki The online API reference wiki can be found here. Tutorial A tutorial can be found here. Code The code repository can be found here. Bugs Any found bugs can be reported here. FAQ Any questions? You can drop them [here]. Posted questions will be moderated into the FAQ for future reference. Acknowledgement Forked from TcUnit by Jakob Sagatowski for TwinCAT3. Assistance provided by zer0g & Ingo was greatly appreciated. Without their assistance, porting alone would have taken me several months. Kudos for helping me out with various tickets and providing invaluable feedback! Aliazzz Project Members: aliazzz (admin)
Last updated: 2020-07-15

(no subject) aliazzz wiki (Thread)
Last updated: 2020-07-10

Home (version 1) discussion aliazzz wiki (Thread)
Home (version 1) discussion
Last updated: 2019-08-06

Home (version 5) discussion aliazzz wiki (Thread)
Home (version 5) discussion
Last updated: 2020-02-05

(no subject) aliazzz wiki (Thread)
Last updated: 2020-03-22

Home (version 4) discussion aliazzz wiki (Thread)
Home (version 4) discussion
Last updated: 2019-11-27

Home (version 3) discussion aliazzz wiki (Thread)
Home (version 3) discussion
Last updated: 2019-08-06

(no subject) aliazzz wiki (Thread)
Last updated: 2019-08-02

Home (version 2) discussion aliazzz wiki (Thread)
Home (version 2) discussion
Last updated: 2019-08-06

rate Discussion aliazzz rate (Discussion)
Forum for rate comments
Last updated: 2019-07-02

<< < 1 .. 386 387 388 389 390 .. 3691 > >> (Page 388 of 3691)

Showing results of 92251

Sort by relevance or date