Code Monkey home page Code Monkey logo

carnotzet's Introduction

Hi there πŸ‘‹

Personal knowledge base: notes.andstuff.dev

Top

  • dependabot-vuln-viewer 2β˜† β€” Displays Dependabot security alerts for multiple GitHub repositories.
  • kraken-api-java 50β˜† β€” Java library to query the Kraken REST API.
  • crypto-tools 2β˜† β€” Miscellaneous cryptocurrency-related tools (formerly binance-staking-overview).

Misc

  • HTMLWithImagesToPDF 39β˜† β€” Showcasing a bug in iOS when generating a PDF from an HTML page using UIMarkupTextPrintFormatter.
  • opaque-impl 1β˜† β€” PoC implementation in SageMath of OPAQUE, an asymmetric PAKE protocol.
  • so3-support-graphique β€” My Bachelor project consisted of adding GUI support for the school's own operating system (SO3) using LVGL. The project is hosted here.
  • maven-basics β€” Maven from scratch.
  • sh β€” My very own post-install scripts and dot files, please don't use them.

Cryptocurrency

  • yield-borg β€” Chart of the different yields available on the SwissBorg platform.
  • smart-contracts 3β˜† β€” Set of smart contracts developed for educational purposes.

Dictionary

  • wiktionary-to-kindle 29β˜† β€” Converts Wiktionary entries into a MOBI dictionary for Kindle, works but will not render templates making it useless. Ideally, use Wiktionary HTML dumps.
  • wiktionarize β€” Simple web pages that searches words of a text in multiple Wiktionaries.
  • epub-dictionary β€” An abandoned attempt at creating an EPUB library.

Code examples

Swift gists

  • AddJPEGComment.swift 2β˜† β€” Add a JPEG comment marker to file in pure Swift.
  • EXIFUserComment.swift 10β˜† β€” Get and set an EXIF UserComment to a JPEG image using the ImageIO framework.
  • MemoryAddress.swift 34β˜† β€” Get the memory address of both class and structure instances in Swift.
  • iOSCreatePDF.swift 75β˜† β€” iOS, Swift: Create a PDF file from an HTML string.
  • Uptime.swift 4β˜† β€” Get boot time and uptime for macOS & iOS.

Misc gists

  • uptime.c β€” Get boot time and uptime on macOS in C.
  • pdk.c β€” Create a password-derived key using libsodium.
  • AllJCAServices.java β€” List all JCA security provider services and export them to a CSV file.
  • fk_generate_delete.sql β€” Oracle: outputs the necessary delete statements to delete a row and all rows preventing it from being deleted because of "child record found" error.
  • fk_delete_recursive.sql β€” Oracle: delete a row and all rows preventing it to be deleted because of "child record found" errors.

Dynamic statistics

Most starred repositories

Description stargazers forks issues
Java library to query the Kraken REST API. 50 28 8
Showcasing a bug in iOS when generating a PDF from an HTML page using UIMarkupTextPrintFormatter. 39 4 1
Converts Wiktionary entries into a MOBI dictionary for Kindle, works but will not render templates making it useless. Ideally, use Wiktionary HTML dumps. 29 9 7

Most starred gists

Description stargazers forks comments
iOS, Swift: Create a PDF file from an HTML string. 75 14 29
Get the memory address of both class and structure instances in Swift. 34 8 0
Get and set an EXIF UserComment to a JPEG image using the ImageIO framework. 10 2 0

Misc

Profile Top Langs

carnotzet's People

Contributors

astavrov avatar azizbelhassan avatar cpollet avatar daramu avatar dependabot-preview[bot] avatar dependabot[bot] avatar ishestakov avatar ka-wo avatar matthyx avatar mryan43 avatar npiguet avatar nyg avatar onigoetz avatar renovate-bot avatar renovate[bot] avatar romainverduci avatar sonthanh avatar svitskyi avatar vorobii-vitalii avatar

Watchers

 avatar

carnotzet's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Pending Approval

These branches will be created by Renovate only once you click their checkbox below.

  • Update dependency net.lingala.zip4j:zip4j to v2.11.5
  • Update dependency org.fusesource.jansi:jansi to v2.4.1
  • Update dependency org.projectlombok:lombok to v1.18.30
  • Update dependency uglify-js to v3.17.4
  • Update dependency com.github.spotbugs:spotbugs-annotations to v4.8.3
  • Update dependency com.github.spotbugs:spotbugs-maven-plugin to v4.8.3.0
  • Update dependency commons-io:commons-io to v2.15.1
  • Update dependency org.apache.commons:commons-lang3 to v3.14.0
  • Update dependency org.apache.maven.plugin-tools:maven-plugin-annotations to v3.11.0
  • Update dependency org.apache.maven.plugins:maven-checkstyle-plugin to v3.3.1
  • Update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.12.1
  • Update dependency org.apache.maven.plugins:maven-failsafe-plugin to v3.2.5
  • Update dependency org.apache.maven.plugins:maven-javadoc-plugin to v3.6.3
  • Update dependency org.apache.maven.plugins:maven-plugin-plugin to v3.11.0
  • Update dependency org.apache.maven.plugins:maven-source-plugin to v3.3.0
  • Update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.2.5
  • Update dependency org.apache.maven.shared:maven-invoker to v3.2.0
  • Update dependency org.codehaus.plexus:plexus-interactivity-api to v1.2
  • Update dependency org.postgresql:postgresql to v42.7.1
  • Update jackson.version to v2.16.1 (com.fasterxml.jackson:jackson-bom, com.fasterxml.jackson.dataformat:jackson-dataformat-yaml, com.fasterxml.jackson.core:jackson-databind)
  • Update maven.version to v3.9.6 (org.apache.maven:maven-plugin-api, org.apache.maven:maven-core, org.apache.maven:maven-model)
  • Update dependency com.google.guava:guava to v33
  • Update dependency org.seleniumhq.selenium:selenium-remote-driver to v4
  • Update dependency org.slf4j:jul-to-slf4j to v2
  • Update dependency org.slf4j:slf4j-api to v2
  • Update dependency org.slf4j:slf4j-simple to v2
  • πŸ” Create all pending approval PRs at once πŸ”

Warning

Renovate failed to look up the following dependencies: Failed to look up maven package com.github.swissquote.examples:selenium-chrome-carnotzet, Failed to look up maven package com.github.swissquote.examples:carnotzet-examples, Failed to look up maven package com.github.swissquote.examples:postgres-carnotzet, Failed to look up maven package com.github.swissquote.examples:redis-carnotzet.

Files affected: e2e-tests-carnotzet/pom.xml, examples/hello-extension/pom.xml, examples/hello-runtime-extension/pom.xml, examples/postgres-prod/pom.xml, examples/postgres/pom.xml, examples/redis/pom.xml, examples/selenium-chrome/pom.xml, examples/voting-all/pom.xml, examples/voting-result/pom.xml, examples/voting-vote/pom.xml, examples/voting-worker/pom.xml


Detected dependencies

bundler
docs/Gemfile
maven
code-quality/pom.xml
  • com.github.swissquote:carnotzet 1.8.9-SNAPSHOT
core/pom.xml
  • com.github.swissquote:carnotzet 1.8.9-SNAPSHOT
  • org.slf4j:slf4j-api 1.7.36
  • org.apache.maven.shared:maven-invoker 3.0.1
  • com.google.guava:guava 31.1-jre
  • org.apache.commons:commons-lang3 3.12.0
  • commons-io:commons-io 2.11.0
  • net.lingala.zip4j:zip4j 2.11.1
  • org.fusesource.jansi:jansi 2.4.0
  • net.jodah:failsafe 2.4.4
  • org.zeroturnaround:zt-exec 1.12
  • junit:junit 4.13.2
  • org.slf4j:slf4j-simple 1.7.36
docker-compose/pom.xml
  • com.github.swissquote:carnotzet 1.8.9-SNAPSHOT
  • org.apache.commons:commons-lang3 3.12.0
  • io.reactivex.rxjava2:rxjava 2.2.21
  • org.zeroturnaround:zt-exec 1.12
e2e-tests-carnotzet/pom.xml
  • com.github.swissquote:carnotzet 1.8.9-SNAPSHOT
  • com.github.swissquote.examples:selenium-chrome-carnotzet 3.141.59
e2e-tests/pom.xml
  • com.github.swissquote:carnotzet 1.8.9-SNAPSHOT
  • junit:junit 4.13.2
  • org.slf4j:slf4j-simple 1.7.36
  • org.seleniumhq.selenium:selenium-remote-driver 3.141.59
  • com.google.guava:guava 31.1-jre
  • org.postgresql:postgresql 42.4.3
  • org.apache.maven.plugins:maven-surefire-plugin 3.0.0-M7
  • org.apache.maven.plugins:maven-failsafe-plugin 3.0.0-M7
examples/hello-extension/pom.xml
  • com.github.swissquote.examples:carnotzet-examples 1.8.9-SNAPSHOT
  • com.github.swissquote:zet-maven-plugin 1.8.9-SNAPSHOT
examples/hello-runtime-extension/pom.xml
  • com.github.swissquote.examples:carnotzet-examples 1.8.9-SNAPSHOT
  • com.github.swissquote:zet-maven-plugin 1.8.9-SNAPSHOT
examples/pom.xml
  • com.github.swissquote:carnotzet 1.8.9-SNAPSHOT
examples/postgres-prod/pom.xml
  • com.github.swissquote.examples:carnotzet-examples 1.8.9-SNAPSHOT
  • com.github.swissquote.examples:postgres-carnotzet 9.4
examples/postgres/pom.xml
  • com.github.swissquote.examples:carnotzet-examples 1.8.9-SNAPSHOT
examples/redis/pom.xml
  • com.github.swissquote.examples:carnotzet-examples 1.8.9-SNAPSHOT
examples/selenium-chrome/pom.xml
  • com.github.swissquote.examples:carnotzet-examples 1.8.9-SNAPSHOT
examples/voting-all/pom.xml
  • com.github.swissquote.examples:carnotzet-examples 1.8.9-SNAPSHOT
examples/voting-result/pom.xml
  • com.github.swissquote.examples:carnotzet-examples 1.8.9-SNAPSHOT
  • com.github.swissquote.examples:postgres-carnotzet 9.4
examples/voting-vote/pom.xml
  • com.github.swissquote.examples:carnotzet-examples 1.8.9-SNAPSHOT
  • com.github.swissquote.examples:redis-carnotzet 3.2.8-alpine
examples/voting-worker/pom.xml
  • com.github.swissquote.examples:carnotzet-examples 1.8.9-SNAPSHOT
  • com.github.swissquote.examples:redis-carnotzet 3.2.8-alpine
  • com.github.swissquote.examples:postgres-carnotzet 9.4
file-merger-json/pom.xml
  • com.github.swissquote:carnotzet 1.8.9-SNAPSHOT
  • junit:junit 4.13.2
maven-plugin/pom.xml
  • com.github.swissquote:carnotzet 1.8.9-SNAPSHOT
  • org.apache.commons:commons-lang3 3.12.0
  • org.apache.maven.plugin-tools:maven-plugin-annotations 3.6.4
  • org.codehaus.plexus:plexus-interactivity-api 1.1
  • org.slf4j:jul-to-slf4j 1.7.36
  • org.apache.maven.plugins:maven-plugin-plugin 3.6.4
pom.xml
  • org.apache.maven:maven-model 3.8.6
  • com.fasterxml.jackson.core:jackson-databind 2.13.3
  • com.fasterxml.jackson.dataformat:jackson-dataformat-yaml 2.13.3
  • org.apache.maven.plugins:maven-compiler-plugin 3.10.1
  • org.apache.maven.plugins:maven-source-plugin 3.2.1
  • com.github.spotbugs:spotbugs-maven-plugin 4.7.1.1
  • org.apache.maven.plugins:maven-checkstyle-plugin 3.1.2
  • org.apache.maven.plugins:maven-javadoc-plugin 3.4.1
  • org.apache.maven:maven-core 3.8.6
  • org.apache.maven:maven-plugin-api 3.8.6
  • com.fasterxml.jackson:jackson-bom 2.13.3
  • com.github.spotbugs:spotbugs-annotations 4.7.1
  • org.projectlombok:lombok 1.18.24
npm
docs/package.json
  • uglify-js 3.17.0

  • Check this box to trigger a request for Renovate to run again on this repository

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.