Skip to content

Commit 0d7e6ea

Browse files
committed
Merge remote-tracking branch 'origin/main' into feat/luhn-checker
2 parents 98c50f0 + 1c35ac3 commit 0d7e6ea

30 files changed

+778
-26
lines changed

.github/logo-dark.png

39.5 KB
Loading

.github/logo-white.png

38.7 KB
Loading

.github/logo.png

-7.81 KB
Binary file not shown.

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
![logo](.github/logo.png)
1+
<picture>
2+
<source srcset="./.github/logo-dark.png" media="(prefers-color-scheme: light)">
3+
<source srcset="./.github/logo-white.png" media="(prefers-color-scheme: dark)">
4+
<img src="./.github/logo-dark.png" alt="logo">
5+
</picture>
26

37
Useful tools for developer and people working in IT. [Have a look !](https://it-tools.tech).
48

@@ -113,7 +117,7 @@ Big thanks to all the people who have already contributed!
113117

114118
## Credits
115119

116-
Coded with ❤️ by [Corentin Thomasset](//corentin-thomasset.fr).
120+
Coded with ❤️ by [Corentin Thomasset](https://corentin.tech?utm_source=it-tools&utm_medium=readme).
117121

118122
This project is continuously deployed using [vercel.com](https://vercel.com).
119123

components.d.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ declare module '@vue/runtime-core' {
122122
LuhnValidator: typeof import('./src/tools/luhn-validator/luhn-validator.vue')['default']
123123
MacAddressGenerator: typeof import('./src/tools/mac-address-generator/mac-address-generator.vue')['default']
124124
MacAddressLookup: typeof import('./src/tools/mac-address-lookup/mac-address-lookup.vue')['default']
125+
MarkdownToHtml: typeof import('./src/tools/markdown-to-html/markdown-to-html.vue')['default']
125126
MathEvaluator: typeof import('./src/tools/math-evaluator/math-evaluator.vue')['default']
126127
MenuBar: typeof import('./src/tools/html-wysiwyg-editor/editor/menu-bar.vue')['default']
127128
MenuBarItem: typeof import('./src/tools/html-wysiwyg-editor/editor/menu-bar-item.vue')['default']
@@ -133,6 +134,7 @@ declare module '@vue/runtime-core' {
133134
NavbarButtons: typeof import('./src/components/NavbarButtons.vue')['default']
134135
NCollapseTransition: typeof import('naive-ui')['NCollapseTransition']
135136
NConfigProvider: typeof import('naive-ui')['NConfigProvider']
137+
NDivider: typeof import('naive-ui')['NDivider']
136138
NEllipsis: typeof import('naive-ui')['NEllipsis']
137139
NH1: typeof import('naive-ui')['NH1']
138140
NH3: typeof import('naive-ui')['NH3']
@@ -149,6 +151,9 @@ declare module '@vue/runtime-core' {
149151
PhoneParserAndFormatter: typeof import('./src/tools/phone-parser-and-formatter/phone-parser-and-formatter.vue')['default']
150152
QrCodeGenerator: typeof import('./src/tools/qr-code-generator/qr-code-generator.vue')['default']
151153
RandomPortGenerator: typeof import('./src/tools/random-port-generator/random-port-generator.vue')['default']
154+
RegexMemo: typeof import('./src/tools/regex-memo/regex-memo.vue')['default']
155+
'RegexMemo.content': typeof import('./src/tools/regex-memo/regex-memo.content.md')['default']
156+
RegexTester: typeof import('./src/tools/regex-tester/regex-tester.vue')['default']
152157
ResultRow: typeof import('./src/tools/ipv4-range-expander/result-row.vue')['default']
153158
RomanNumeralConverter: typeof import('./src/tools/roman-numeral-converter/roman-numeral-converter.vue')['default']
154159
RouterLink: typeof import('vue-router')['RouterLink']

locales/de.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ about:
3838
# Über IT-Tools
3939
4040
Diese wunderbare Website, erstellt mit ❤ von [Corentin
41-
Thomasset](https://github.com/CorentinTh), sammelt nützliche Tools für
41+
Thomasset](https://corentin.tech?utm_source=it-tools&utm_medium=about), sammelt nützliche Tools für
4242
Entwickler und Menschen, die in der IT arbeiten. Wenn du sie nützlich
4343
findest, teile sie gerne mit Personen, von denen du denkst, dass sie sie
4444
ebenfalls nützlich finden könnten, und vergiss nicht, sie in deiner

locales/en.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ about:
3030
content: >
3131
# About IT-Tools
3232
33-
This wonderful website, made with ❤ by [Corentin Thomasset](https://github.com/CorentinTh) , aggregates useful tools for developer and people working in IT. If you find it useful, please feel free to share it to people you think may find it useful too and don't forget to bookmark it in your shortcut bar!
33+
This wonderful website, made with ❤ by [Corentin Thomasset](https://corentin.tech?utm_source=it-tools&utm_medium=about) , aggregates useful tools for developer and people working in IT. If you find it useful, please feel free to share it to people you think may find it useful too and don't forget to bookmark it in your shortcut bar!
3434
3535
IT Tools is open-source (under the MIT license) and free, and will always be, but it costs me money to host and renew the domain name. If you want to support my work, and encourage me to add more tools, please consider supporting by [sponsoring me](https://www.buymeacoffee.com/cthmsst).
3636

locales/es.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ about:
3030
content: >
3131
# Sobre IT-Tools
3232
33-
Este maravilloso sitio web, hecho con ❤ por [Corentin Thomasset](https://github.com/CorentinTh) , agrega herramientas útiles para desarrolladores y personas que trabajan en IT. Si lo encuentra útil, no dude en compartirlo con las personas que crea que también pueden encontrarlo útil y ¡no olvide marcarlo como favorito en su barra de accesos directos!
33+
Este maravilloso sitio web, hecho con ❤ por [Corentin Thomasset](https://corentin.tech?utm_source=it-tools&utm_medium=about) , agrega herramientas útiles para desarrolladores y personas que trabajan en IT. Si lo encuentra útil, no dude en compartirlo con las personas que crea que también pueden encontrarlo útil y ¡no olvide marcarlo como favorito en su barra de accesos directos!
3434
3535
IT Tools es de código abierto (under the MIT license) y gratis, y siempre lo será, pero me cuesta dinero alojar y renovar el nombre de dominio. Si desea apoyar mi trabajo y animarme a agregar más herramientas, considere apoyarme a través de[sponsoring me](https://www.buymeacoffee.com/cthmsst).
3636
@@ -39,7 +39,7 @@ about:
3939
IT Tools está creado en Vue.js (Vue 3) con la biblioteca de componentes Naive UI y Vercel lo aloja y lo implementa continuamente. En algunas herramientas se utilizan bibliotecas de código abierto de terceros; puede encontrar la lista completa en [package.json](https://github.com/CorentinTh/it-tools/blob/main/package.json) archivo del repositorio.
4040
4141
## ¿Encontraste un error? ¿Falta una herramienta?
42-
42+
4343
Si necesita una herramienta que actualmente no está presente aquí y cree que puede ser útil, puede enviar una solicitud de función en el [issues section](https://github.com/CorentinTh/it-tools/issues/new/choose) en el repositorio de GitHub.
4444
4545
Y si encontró un error o algo no funciona como se esperaba, presente un reporte de error en el [issues section](https://github.com/CorentinTh/it-tools/issues/new/choose) en el repositorio de GitHub.
@@ -68,4 +68,4 @@ tools:
6868
math: Math
6969
measurement: Measurement
7070
text: Text
71-
data: Data
71+
data: Data

locales/fr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ about:
2929
content: >
3030
# À propos de IT-Tools
3131
32-
Ce merveilleux site, fait avec ❤ par [Corentin Thomasset](https://github.com/CorentinTh), regroupe des outils utiles pour les développeurs et les personnes travaillant dans l'informatique. Si vous le trouvez utile, n'hésitez pas à le partager et n'oubliez pas de le mettre dans vos favoris !
32+
Ce merveilleux site, fait avec ❤ par [Corentin Thomasset](https://corentin.tech?utm_source=it-tools&utm_medium=about), regroupe des outils utiles pour les développeurs et les personnes travaillant dans l'informatique. Si vous le trouvez utile, n'hésitez pas à le partager et n'oubliez pas de le mettre dans vos favoris !
3333
3434
IT Tools est open-source (sous licence MIT) et gratuit, et le restera toujours, mais cela me coûte de l'argent pour l'héberger et renouveler le nom de domaine. Si vous voulez soutenir mon travail, et m'encourager à ajouter plus d'outils, n'hésitez pas à me [soutenir](https://www.buymeacoffee.com/cthmsst).
3535

locales/pt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ about:
3030
content: >
3131
# Sobre o IT-Tools
3232
33-
Este site maravilhoso, feito com ❤ por [Corentin Thomasset](https://github.com/CorentinTh), junta ferramentas úteis para desenvolvedores e outras pessoas que trabalham com TI. Se você achar o site útil, fique à vontade para compartilhar com quem também possa gostar e não esqueça de salvar o bookmark na sua barra de atalhos!
33+
Este site maravilhoso, feito com ❤ por [Corentin Thomasset](https://corentin.tech?utm_source=it-tools&utm_medium=about), junta ferramentas úteis para desenvolvedores e outras pessoas que trabalham com TI. Se você achar o site útil, fique à vontade para compartilhar com quem também possa gostar e não esqueça de salvar o bookmark na sua barra de atalhos!
3434
3535
O IT Tools é código aberto (sob a licença MIT), é gratuito, e sempre será, mas custa dinheiro para hospedar e renovar o domínio. Se quiser apoiar meu trabalho e me encorajar a adicionar mais ferramentas, por favor considere [ser patrocinador](https://www.buymeacoffee.com/cthmsst).
3636

0 commit comments

Comments
 (0)