Skip to content

Commit e0ffa13

Browse files
committed
collaborative
2 parents 8027375 + 42a6373 commit e0ffa13

File tree

5 files changed

+452
-397
lines changed

5 files changed

+452
-397
lines changed

.github/workflows/node.js.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
2+
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs
3+
4+
name: Node.js CI
5+
6+
on:
7+
push:
8+
branches: [ "master" ]
9+
pull_request:
10+
branches: [ "master" ]
11+
12+
jobs:
13+
build:
14+
15+
runs-on: ubuntu-latest
16+
17+
strategy:
18+
matrix:
19+
node-version: [14.x, 16.x, 18.x]
20+
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
21+
22+
steps:
23+
- uses: actions/checkout@v3
24+
- name: Use Node.js ${{ matrix.node-version }}
25+
uses: actions/setup-node@v3
26+
with:
27+
node-version: ${{ matrix.node-version }}
28+
cache: 'npm'
29+
- run: npm ci
30+
- run: npm run build --if-present

README.md

Lines changed: 49 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
<div align="center">
2-
<img src="https://img.shields.io/static/v1?label=update in&message=Days&color=success">
3-
<img src="https://img.shields.io/static/v1?label=version&message=2.5.1&color=green">
2+
<img src="https://img.shields.io/static/v1?label=version&message=2.6&color=green">
43
<img src="https://img.shields.io/static/v1?label=ports&message=electron&color=blue">
54
<img src="https://img.shields.io/static/v1?label=licence&message=MIT&color=red">
65
<img src="https://img.shields.io/static/v1?label=CONTRIBUTIONS&message=ALL WELCOME&color=green">
7-
8-
9-
106
</div>
117

128
<br/>
@@ -25,92 +21,89 @@
2521

2622
</div>
2723

24+
# Features
25+
2826
## new
2927

28+
- share you code with friends
29+
- timeout guard
30+
- API cleaned
31+
32+
## previus
33+
3034
- support libcurl and use [scyth3-c/curl-http-wrapper](https://github.com/scyth3-c/curl-http-wrapper)
3135
- change code panel
3236
- change button theme
3337
- change output compile mode
34-
35-
36-
## previus
37-
3838
- multi-file support, connected or separate sources
3939
- the multi file works in assembler and download funcs, the code is assembled
4040
- changes in the icons and modal views
4141
- change modals theme
4242
- add the #include function in class mode
4343

44+
## info
4445

45-
## About
46-
47-
the knock web compiler
48-
49-
_a compact App multi-platform to compile c++_
50-
46+
| API|
47+
| ----- |
48+
| [scyth3-c/knock-cpp-API](https://github.com/scyth3-c/knock-cpp-API) |
49+
<hr/>
5150

5251
<br/>
5352

54-
## Important
55-
56-
the API is host in a free service because the API has a time delay in activating
57-
58-
[knock-cpp-API](https://github.com/scyth3-c/knock-cpp-API)
59-
60-
<div align="center">
61-
<h3>Client Tecnologies</h3>
62-
<img src="https://img.shields.io/static/v1?label=Node.js&message=v14.15.4&color=success"/>
63-
<img src="https://img.shields.io/static/v1?label=Vue&message=^2.6.11&color=green"/>
64-
<img src="https://img.shields.io/static/v1?label=Vuex&message=^3.6.2&color=brightgreen"/>
65-
</div>
66-
53+
# Preview
6754

55+
| Share you code, ready to compile|
56+
| ----- |
57+
| ![share](https://user-images.githubusercontent.com/52190352/236729138-83a07d13-125c-4a02-b268-03d5a53b2c57.png) |
6858

59+
<hr/>
6960

70-
## USE WEB APP
7161

72-
_click in the color!!_
62+
| HTTP Request |
63+
| ----- |
64+
| ![one](https://user-images.githubusercontent.com/52190352/209495925-48dab5f3-052e-45a4-8d94-78501d044188.png) |
7365

74-
haz click en el color para abrir la web app
7566

76-
<a href="https://knockcompiler.netlify.app/"> <img src="https://img.shields.io/badge/ WEB UNO-blue"> </a>
77-
<a href="https://knockcompiler.web.app/"> <img src="https://img.shields.io/badge/ WEB DOS-green"> </a>
78-
<a href="https://github.com/scyth3-c/knock-cpp-online/releases/download/2.5/windows-electron-v2.5.0.exe"> <img src="https://img.shields.io/badge/Download-success"> </a>
67+
# How to
7968

80-
## Preview
8169

82-
![one](https://user-images.githubusercontent.com/52190352/209495925-48dab5f3-052e-45a4-8d94-78501d044188.png)
70+
| Share |
71+
| ----- |
72+
|![link](https://user-images.githubusercontent.com/52190352/236729379-d27c7e53-4dea-42c9-b5cd-bac67c81d442.png)|
8373

74+
<hr/>
8475

85-
## how to
76+
in mode single file just add &nbsp; #include &#60;http/veridic.hpp&#62; and active
8677

87-
### in mode single file just add &nbsp; #include &#60;http/veridic.hpp&#62;
88-
#### and active
89-
90-
91-
<img src="https://user-images.githubusercontent.com/52190352/209495970-ca531fed-c5e4-4660-bd33-d30e49bfba24.png" widt="500px"/>
78+
| Active http Request |
79+
| ----- |
80+
|<img src="https://user-images.githubusercontent.com/52190352/209495970-ca531fed-c5e4-4660-bd33-d30e49bfba24.png" widt="500px"/> |
9281

9382
<hr/>
9483
<br/>
9584
<br/>
9685

97-
## example
98-
### tasty note
86+
# example
9987

100-
how to use http/veridic.hpp with class mode (gui of anterior version, v.2.5.0)
101-
102-
<img src="https://user-images.githubusercontent.com/52190352/209978151-caea31e2-e2e9-42b3-984c-83ada762e3ce.png" widt="800px"/>
103-
<img src="https://user-images.githubusercontent.com/52190352/179639937-19a9a220-435d-4ea8-832f-32d755c22d30.png" widt="400px"/>
104-
<img src="https://user-images.githubusercontent.com/52190352/179640267-26adb1e0-087c-4a86-9c6a-b034b4a7b7c7.png" widt="400px"/>
88+
how to use http/veridic.hpp with class mode (gui of anterior version, v.2.5.0)
89+
| HTTP class example|
90+
| ----- |
91+
| <img src="https://user-images.githubusercontent.com/52190352/209978151-caea31e2-e2e9-42b3-984c-83ada762e3ce.png" widt="800px"/> |
10592

106-
<hr/>
93+
| use class |
94+
| ----- |
95+
| <img src="https://user-images.githubusercontent.com/52190352/179639937-19a9a220-435d-4ea8-832f-32d755c22d30.png" widt="400px"/> |
96+
97+
| compile result|
98+
| ----- |
99+
| <img src="https://user-images.githubusercontent.com/52190352/179640267-26adb1e0-087c-4a86-9c6a-b034b4a7b7c7.png" widt="400px"/> |
107100

108-
you can see this note "tomates" in [KNOCK NOTES](https://knocknotes.web.app/)
109-
and here is a screenshot with the note from knocknotes
110101

111102
<hr/>
112103

113-
![api](https://user-images.githubusercontent.com/52190352/179642907-5fdbb09e-bb55-4a63-b17f-7603db57a29c.png)
104+
| Share you code, ready to compile|
105+
| ----- |
106+
| ![api](https://user-images.githubusercontent.com/52190352/179642907-5fdbb09e-bb55-4a63-b17f-7603db57a29c.png) |
114107

115108

116109
<hr/>
@@ -122,21 +115,15 @@ and here is a screenshot with the note from knocknotes
122115
- https://github.com/scyth3-c/knock-cpp-online/releases/download/2.5/windows-electron-v2.5.0.exe
123116

124117

125-
126-
## a litte bit of information
127-
128-
well... i have no idea if i'm going to set up a decent host for this
129-
130-
131118
## Technical specifications
132119

133-
### default
120+
### default compile
134121

135122
| standar | O levels | archs |
136123
| :--- | :---: | ---: |
137124
| c++17 | O1 | x86 |
138125

139-
### standars and levels
126+
### standars and O levels
140127

141128
| standar | O levels |
142129
| :--- | :---: |
@@ -146,18 +133,8 @@ well... i have no idea if i'm going to set up a decent host for this
146133
| c++17 | |
147134

148135

149-
### actuals archs
136+
### actuals architecture
150137

151138
| archs |
152139
| :--- |
153140
| x86 |
154-
155-
156-
157-
158-
159-
160-
## extra
161-
162-
define the input data is so important!
163-

0 commit comments

Comments
 (0)