This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import spacy | |
| import re | |
| from sentence_transformers import SentenceTransformer | |
| from scipy.spatial.cosine import cosine | |
| # Load models | |
| nlp = spacy.load("en_core_web_sm") | |
| embedding_model = SentenceTransformer('all-MiniLM-L6-v2') | |
| def normalize_text(text): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <stdio.h> | |
| #include <malloc.h> | |
| #include <string.h> | |
| #include <stdlib.h> | |
| #define CHANGE_COMMAND 0 | |
| #define DELETE_COMMAND 1 | |
| /* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <stdio.h> | |
| #include <malloc.h> | |
| #include <string.h> | |
| #include <stdlib.h> | |
| #define CHANGE_COMMAND 0 | |
| #define DELETE_COMMAND 1 | |
| /* | |
| this struct stores all the contents of a line from its birth |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ll .javacpp/cache/org.nd4j.nd4j-native-1.0.0-beta5-linux-x86_64.jar/org/nd4j/nativeblas/linux-x86_64/ | |
| totale 250040 | |
| lrwxrwxrwx 1 maeste maeste 12 29 set 02.13 libgomp.so -> libgomp.so.1 | |
| -rw-rw-r-- 1 maeste maeste 85264 6 set 10.21 libgomp.so.1 | |
| -rw-rw-r-- 1 maeste maeste 2226679 8 lug 14.29 libiomp5.so | |
| -rw-rw-r-- 1 maeste maeste 1257232 8 lug 14.29 libjnimkldnn.so | |
| -rw-rw-r-- 1 maeste maeste 639936 8 lug 14.29 libjnimklml.so | |
| -rw-rw-r-- 1 maeste maeste 3052464 6 set 10.21 libjnind4jcpu.so | |
| -rw-rw-r-- 1 maeste maeste 14781016 8 lug 14.29 libmkldnn.so.0 | |
| -rw-rw-r-- 1 maeste maeste 130121414 8 lug 14.29 libmklml_intel.so |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff api/target/classes/META-INF/MANIFEST.MF ../jboss-jakarta-connector-api_spec/api/target/classes/META-INF/MANIFEST.MF | |
| 3,4c3,4 | |
| < Bnd-LastModified: 1566293956945 | |
| < Build-Jdk: 1.8.0_212 | |
| --- | |
| > Bnd-LastModified: 1568384441717 | |
| > Build-Jdk: 1.8.0_222 | |
| 6c6 | |
| < Bundle-Description: Jakarta Connectors 1.7 Specification | |
| --- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2,6c2,9 | |
| < Bundle-Description: Jakarta Connectors 1.7 Specification | |
| < Bundle-License: http://www.eclipse.org/legal/epl-2.0, https://www.gnu. | |
| < org/software/classpath/license.html | |
| < Bundle-SymbolicName: jakarta.resource-api | |
| < Implementation-Version: 1.7.4 | |
| --- | |
| > Automatic-Module-Name: beta.jboss.connector.api_1_7 | |
| > Bnd-LastModified: 1568380826930 | |
| > Build-Jdk: 1.8.0_222 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Manifest-Version: 1.0 | |
| Bundle-License: http://www.eclipse.org/legal/epl-2.0, https://www.gnu. | |
| org/software/classpath/license.html | |
| Bundle-SymbolicName: org.jboss.spec.javax.resource.jboss-connector-api | |
| _1.7_spec | |
| Archiver-Version: Plexus Archiver | |
| Built-By: maeste | |
| Bnd-LastModified: 1566913074204 | |
| Specification-Title: Jakarta Connectors Architecture | |
| Implementation-Vendor-Id: org.jboss.spec.javax.resource |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Manifest-Version: 1.0 | |
| Bundle-License: http://www.eclipse.org/legal/epl-2.0, https://www.gnu. | |
| org/software/classpath/license.html | |
| Bundle-SymbolicName: org.jboss.spec.javax.resource.jboss-connector-api | |
| _1.7_spec | |
| Archiver-Version: Plexus Archiver | |
| Built-By: maeste | |
| Bnd-LastModified: 1566913074204 | |
| Specification-Title: Jakarta Connectors Architecture | |
| Implementation-Vendor-Id: org.jboss.spec.javax.resource |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [standalone@localhost:9990 /] run-batch --file=/home/maeste/dwm.txt | |
| The batch executed successfully | |
| [standalone@localhost:9990 /] /subsystem=jca/distributed-workmanager=newdwm:write-attr[standalone@localhost:9990 /] /subsystem=jca/distributed-workmanager=newdwm:read-resource | |
| { | |
| "outcome" => "success", | |
| "result" => { | |
| "elytron-enabled" => false, | |
| "name" => "newdwm", | |
| "policy" => "ALWAYS", | |
| "policy-options" => {"watermark" => "2"}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| task filterCodeGeneratorResources(type: Copy) { | |
| from('src/main/resources/') { | |
| include '**/*.template **/*.properties' | |
| } | |
| into('jars/codegenerator') | |
| filter(ReplaceTokens, tokens: [IJ_VERSION: version]) |
NewerOlder