Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create hello.cc #1

Closed
wants to merge 1 commit into from
Closed

Create hello.cc #1

wants to merge 1 commit into from

Conversation

shabbii
Copy link

@shabbii shabbii commented Nov 16, 2022

Prints Hello world to console

Prints Hello world to console
@shabbii shabbii closed this Nov 16, 2022
@shabbii shabbii deleted the patch-1 branch November 16, 2022 06:37
0xumarkhatab added a commit to 0xumarkhatab/RentWeb3-V1.0 that referenced this pull request Nov 25, 2022
wzeeshan added a commit to wzeeshan/codespaces-blank that referenced this pull request Dec 6, 2022
feliperosademendonca added a commit to feliperosademendonca/codespaces-blank that referenced this pull request Jan 7, 2023
…e-sincronização-do-chat

Reativar envio e sincronização do chat
elmar1huan8 added a commit to elmar1huan8/codespaces-blank that referenced this pull request Feb 27, 2023
USERNAME88831 added a commit to USERNAME88831/codespaces-blank that referenced this pull request Feb 28, 2023
Adding debug features to the program
gvikram18 added a commit to gvikram18/codespaces-blank that referenced this pull request Mar 18, 2023
ChawKokFei added a commit to ChawKokFei/codespaces-blank that referenced this pull request Mar 20, 2023
theadnanerfan pushed a commit to theadnanerfan/codespaces-blank that referenced this pull request Apr 18, 2023
warerebel added a commit to warerebel/codespaces-blank that referenced this pull request Apr 27, 2023
ChanRolo pushed a commit to ChanRolo/codespaces-blank that referenced this pull request Jul 5, 2023
[update] date & class name in readme.md
Tamronimus pushed a commit to Tamronimus/codespaces-blank-1 that referenced this pull request Jul 8, 2023
Merge pull request #122 from 0x41head/angular-ui
Tamronimus pushed a commit to Tamronimus/codespaces-blank-1 that referenced this pull request Jul 8, 2023
Tamronimus pushed a commit to Tamronimus/codespaces-blank-1 that referenced this pull request Jul 8, 2023
kurijlj added a commit to kurijlj/codespaces-blank that referenced this pull request Sep 8, 2023
Initial Commit: Add Static Code Analysis Workflows and README
giova71 pushed a commit to giova71/codespaces-blank that referenced this pull request Sep 21, 2023
Gammer0909 added a commit to Gammer0909/codespaces-blank that referenced this pull request Oct 11, 2023
rcruz63 added a commit to rcruz63/codespaces-blank that referenced this pull request Dec 8, 2023
@Shawna-01
Copy link

Dkdidnw wisnden

@Afolabitemi56
Copy link

Afolabitemi56 commented Dec 19, 2023 via email

Iankimble added a commit to Iankimble/codespaces-blank-1 that referenced this pull request Feb 8, 2024
jbfuzier pushed a commit to jbfuzier/codespaces-blank that referenced this pull request Feb 14, 2024
jbfuzier pushed a commit to jbfuzier/codespaces-blank that referenced this pull request Feb 14, 2024
Also updated the format slightly, so this rev is: `2023-12-03+2#1`
+N for commits since tag
github#1 for dirty
jmgtbook pushed a commit to jmgtbook/codespaces-blank that referenced this pull request Mar 3, 2024
JuanZambrano2000 added a commit to JuanZambrano2000/codespaces-blank that referenced this pull request Apr 1, 2024
IbrahimUsmani118 pushed a commit to IbrahimUsmani118/codespaces-blank that referenced this pull request Jun 24, 2024
Update one paper about reasoning
Legolas2222 added a commit to Legolas2222/codespaces-blank that referenced this pull request Jun 25, 2024
error; now returns general
error. Still needs work
Legolas2222 added a commit to Legolas2222/codespaces-blank that referenced this pull request Jun 25, 2024
* Feat: Added Middleware for catching double register (github#1)

error; now returns general
error. Still needs work

* Create dotnet-desktop-build.yml

Feat: First Prototype for build routine using github actions

* PS-Fix-Update dotnet-desktop-build.yml

Updated the dotnet-desktop-build.yml to be able to get the CICD pipeline to work
Legolas2222 added a commit to Legolas2222/codespaces-blank that referenced this pull request Jun 25, 2024
* Feat: Added Middleware for catching double register
error; now returns general
error. Still needs work

* Legolas2222-Feature add Build pipeline to development branch (github#4)

* Feat: Added Middleware for catching double register (github#1)

error; now returns general
error. Still needs work

* Create dotnet-desktop-build.yml

Feat: First Prototype for build routine using github actions

* PS-Fix-Update dotnet-desktop-build.yml

Updated the dotnet-desktop-build.yml to be able to get the CICD pipeline to work

* Removed the desktop build yml file from the branch to save automation costs on the development branch (github#5)

* Added support for basic Todo domain (github#6)

* Added support for basic Todo Domain, including infrastructure and the todo controller

* Added support for adding and getting Todos, with a
todoRepository and its in-memory implementation

* Fixed: Changed the todos controller base access modifier to public, so now it is registered as a new route

* Added the Hoppscotch config file to the project file structure to have all resources
in the same place

* Fixed the endpoint for getting a todo by its guid.
Still needs work, error handling has to be done

* Removed testing endpoint with warning
Legolas2222 added a commit to Legolas2222/codespaces-blank that referenced this pull request Jun 25, 2024
* Feat: Added Middleware for catching double register
error; now returns general
error. Still needs work

* Legolas2222-Feature add Build pipeline to development branch (github#4)

* Feat: Added Middleware for catching double register (github#1)

error; now returns general
error. Still needs work

* Create dotnet-desktop-build.yml

Feat: First Prototype for build routine using github actions

* PS-Fix-Update dotnet-desktop-build.yml

Updated the dotnet-desktop-build.yml to be able to get the CICD pipeline to work

* Removed the desktop build yml file from the branch to save automation costs on the development branch (github#5)

* Added support for basic Todo domain (github#6)

* Added support for basic Todo Domain, including infrastructure and the todo controller

* Added support for adding and getting Todos, with a
todoRepository and its in-memory implementation

* Fixed: Changed the todos controller base access modifier to public, so now it is registered as a new route

* Added the Hoppscotch config file to the project file structure to have all resources
in the same place

* Fixed the endpoint for getting a todo by its guid.
Still needs work, error handling has to be done

* Removed testing endpoint with warning

* Legolas2222 feature custom error handling (github#9)

* Continuation to the end of the Error Handling episode of the DDD Series

* Added the option for an Errors Controller and more generic
Error handling,
finished episode 6 of .NET
DDD Series

* Legolas2222 Simple CQRS Implementation (github#11)

* Worked on CQRS implementation of episode 6 until 8:11 of the DDD .NET series

* Added the MediatR package, and updated the DI package

* Moved all the subfolders into a src folder, for better structure and ability to unit-test (github#12)

* Removed wrong files

* Fixed path to build file for the build pipeline
nao2bs added a commit to nao2bs/codespaces-blank-1 that referenced this pull request Jul 17, 2024
DarkYukai pushed a commit to DarkYukai/codespaces-blank-1 that referenced this pull request Oct 23, 2024
IbrahimUsmani118 pushed a commit to IbrahimUsmani118/codespaces-blank that referenced this pull request Oct 26, 2024
sedward5 pushed a commit to sedward5/codespaces-blank that referenced this pull request Nov 6, 2024
Bumps the pip group with 4 updates: [certifi](https://github.com/certifi/python-certifi), [numpy](https://github.com/numpy/numpy), [requests](https://github.com/psf/requests) and [urllib3](https://github.com/urllib3/urllib3).


Updates `certifi` from 2024.6.2 to 2024.7.4
- [Commits](certifi/python-certifi@2024.06.02...2024.07.04)

Updates `numpy` from 1.21.6 to 1.22.0
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v1.21.6...v1.22.0)

Updates `requests` from 2.31.0 to 2.32.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.31.0...v2.32.2)

Updates `urllib3` from 2.0.7 to 2.2.2
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@2.0.7...2.2.2)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: numpy
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: requests
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: urllib3
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants