c#

Operare Raspberry Pi Python Script / PHP Sito Web da C # o Java [chiuso]

Attualmente sto tentando di usare il mio Raspberry Pi come apriporta per garage. Ho usato il codice da YouTube e funziona, ma ... o codice Java che utilizza il sito web PHP. Come potrei fare questo? Inoltre, ci sono alternative migliori / più efficienti?

Perché Apache ActiveMQ non è buono for.NET sviluppatori? [chiuso]

Secondo questo articolo http://blog.goyello.com/2009/09/07/why-apache-activemq-isnt-good-for-net-developers / Sebbene Apa ... ità per il client. NET come per il client Java: è perché " dimenticano", non vogliono, non possono, ma potrebbero in futuro ?

jni4net restituisce il valore da c # a java

Sto usando jni4net per chiamare una libreria che ho creato in c# (usando visual studio 2013) da Java (Eclipse). Ecco il codic ... ef<Integer>(4); c.mult(a); Ma mi sembra di ottenere lo stesso errore..Come posso fare? Grazie in consiglio, Stefano

Asp.Net - applicazione o Java SE alla piattaforma Windows Azure

Sono interessato a sviluppare app su piattaforma cloud. (Microsoft Azure in particolare). Sono stato creato con l'applicazion ... n componenti GUI Swing senza particolari abilità in Windows Azure? O devo trasformarmi in Asp.Net? Comunque, buon Natale!

Sistema operativo Raspberry Pi in C # / Java [chiuso]

C'è un modo per programmare un sistema operativo Raspberry pi in c # o Java ??? Sono un ottimo programmatore, ma non voglio scrivere in assembly, perché è davvero difficile.

Minecraft Launcher personalizzato 1.7.10 no lwggl in java.biblioteca.percorso

Sto cercando di creare il mio lanciatore di minecraft C# personalizzato ma ho questo errore. Ho creato prima un file launcher ... atform\2.9.1\ E mettendo tutte le DLL sono nella cartella locale, non riesco ancora ad accedervi con il percorso completo

Come utilizzare una GUI sviluppata con c # o Java in Unity 3d

Ho iniziato a imparare Unity 3d. E so che ci sono componenti GUI integrati in Unity 3d. Ma voglio sviluppare una GUI "estern ... via. Come posso integrare la GUI in un progetto Unity 3d? E ' possibile? Con i migliori saluti e grazie per la tua risposta.

(C # o Java) ottenere il suono di uscita per equalizzatore

C'è un modo per ottenere il suono in uscita dal mio PC usando c# o Java. Dopo questo ho bisogno di ottenere il volume per i bassi, medi e alti del suono. È possibile e come? Grazie in anticipo: D

Come calcolare la correlazione di Pearson tra 2 vettori dati? [chiuso]

Devo codificarlo in C # Puoi spiegare passo dopo passo nell'esempio riportato di seguito? vector 1 : [0.3, 0, 1.7, 2.2] vector 2 : [0, 3.3, 1.2, 0] Molto molto Questo verrà utilizzato nel clustering di documenti

Come risolvere java.lang.ClassCastException?

Di seguito è riportata la porzione di codice dall'API Propertyware utilizzata. public OwnerLedger appendOwnerLedgerItems(Own ... rLedger owl1 = client.appendOwnerLedgerItems(owl,ow); // This is where i get the cast error Come risolvere questo problema?

Java DLL Funzione: Collegamento a MicroFocus Rumba ehlapi32

Ho un problema che sto cercando di risolvere da mesi. Sto cercando di connettermi a MicroFocus Rumba usando ehlapi32.libreria ... A"), quindi restituisce uno stato di " 0 " che significa attivo e pronto, o qualche altro codice (vedi commenti sul codice).

Considerando di muoversi to.NET da java [chiuso]

Chiuso.Questa domanda è off-topic. Attualmente non accetta risposte. ... e, Java non è la mia unica lingua. Sono davvero abituato a Python, LISP,Javascript, Php e altri linguaggi di markup. Grazie

Convertitore di codice da Java a C # [duplicato]

Questa domanda ha già delle risposte qui: ... etContent?objectStoreName=RMROS&objectType=document&" + vsId + "&" +doubleEncodedAPIToken; Grazie in anticipo

Cos'è Creator in Java e come tradurlo in C#

Sto traducendo un codice da Java a C # / Xamarin, ma non riesco a capire il codice sottostante public static class GraphicP ... e public static Creator<GraphicPath> CREATOR = new Creator<GraphicPath>() { //paste here }; }

What is interning and how to use it

What is interning? What is it used for? When should it be used and what possible pitfalls?

A clear example of the difference between DTO, POCO (POJO) and Value Object

Inspired by the article about the differences between DTO, POCO and Value Object on Habrahabr: DTO vs POCO vs Value Object, a ... ack of that fine line "what's in the POCO, what's in the service" or in general "all the logic in the services, operate DTO"?

The difference in the speed of calculating trigonometric functions in Java and C#

I am studying Java and became interested in the work of the method sin (cos). I noticed that the rate of getting the sine on ... } sw.Stop(); Console.WriteLine(x +" - " +(sw.ElapsedMilliseconds).ToString()); } }

Java or C#, which is more necessary now and in the future? [closed]

Closed. It is impossible to give an objective answer to this question . Answers to it are not accepted at the moment. ... ary in freelancing? Share your observations. UPD: android + Java and desktop + C#. I think that it will go, then it is mine.

RSA cryptography between Java and C# applications

Why is there a different length in bytes of the public key when generating a 512-bit RSA key in C# and Java? Sample C#code: ... by the Bouncy library Castle. The library has sources so I took only the RSA part and implemented it in my own project.

I can't find an error in the formula. Java code, it also works in c# (if you redo the input and output)

I'm making an app that outputs a spiral (for educational purposes). But the spiral is displayed with rare appendages, in plac ... else{ System.out.print(" "); } } System.out.println(); }