search for: appstor

Displaying 20 results from an estimated 22 matches for "appstor".

Did you mean: appstore
2012 Jan 26
1
Translation of XenStore
How should I translate he store part of the word XenStroe? Should it be translated like store as shop or store as repository? I myself see it as store in AppStore, so it is somehow like shop, not simply a repository. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2010 Feb 22
2
Free iPhone Asterisk Function and Application Reference
Hi all, I've uploaded a free app for the iPhone called AsteriskRef to the Apple AppStore. This allows you to lookup applications and functions using your iPhone or iPod touch so you don't have to jump out of extensions.conf or open another terminal tab. It currently supports applications and functions from Asterisk 1.4, but I'm adding 1.6 and trunk at the moment. It curr...
2015 Jan 08
1
[PATCH] Add ARM cpu detection for iDevices
...structions in normal C codepaths as well (if it finds it useful). So the only even theoretical use for runtime detection on iOS would be trying to include NEON instruction codepaths in armv6 slices, but there's little reason for that, and you can't probably even submit such binaries to appstore any longer even if you'd have an old xcode version around. Thus, I wholeheartedly agree that there is no point in runtime detection for this on iOS - checking the __ARM_NEON__ define at compile time is enough. // Martin
2014 Dec 09
2
R on the Cydia Store
...Cydia, the concerns raised in the Apple iOS SDK, that I referenced in the above linked post from 2010, essentially go away. They would still be germane, as may now be expressed in the current SDK, including the use of the new Swift language, if the OP's intent was to pursue this via official AppStore channels and am surprised that it was approved by Apple previously given the indicated content and functionality of the app. The primary intention of jailbreaking an iOS device is, of course, to circumvent Apple's restrictions on the software that can be installed by using third party distrib...
2023 May 24
1
Synology shares not accessible...
Hi Travis, are you still there? ;-) How are your Synos do? Do have in the mean time installed the actual SMBService? If you have and have with the actual SMBService the same problem as before the Beta version there is a workaround: In "/usr/local/packages/@appstore/SMBService/usr/lib/samba" you have to change the "libidmap-samba4.so" to the one from the beta version, clear the SMB cache and then it should work again. Regards Ingo https://github.com/WAdama Ingo Asche via samba schrieb am 13.04.2023 um 21:37: > Hi Travis, > > I know...
2014 Dec 09
2
R on the Cydia Store
...ns raised in the Apple iOS SDK, that I referenced in the above linked post from 2010, essentially go away. >> >> They would still be germane, as may now be expressed in the current SDK, including the use of the new Swift language, if the OP's intent was to pursue this via official AppStore channels and am surprised that it was approved by Apple previously given the indicated content and functionality of the app. >> >> The primary intention of jailbreaking an iOS device is, of course, to circumvent Apple's restrictions on the software that can be installed by using t...
2017 Feb 15
5
paquete Rcmdr y BiodiversityR
...licación contiene diferentes compiladores que te permitirán compilar el paquete y otros muchos que necesiten de esta compilación. Para conseguir "Xcode" tienes que ir a "Actualización de software..." y dentro de "Comprado" te debiera de aparecer. O vaya en tu acceso al AppStore búscala e instálala... Cuando la instales, la abres y la cierras, de esta forma ya se aplican todas las variables de configuración, que permitirán ya decir al compilador de "R" donde buscar los compiladores necesarios. Y ya tras hacer esto, podrás compilar data.table... Saludos, Carlo...
2014 Mar 20
0
[PATCH 2/2] Make the arm2gnu.pl converter handle apple specific details
...ts NEON (contrary to android), so it all gets taken care of by the OS picking the right version within a fat binary. Additionally, the armv6 variant is deprecated to the point that the latest SDKs don't even support compiling for that target any longer (and I doubt they allow submissions to appstore with binaries that contain support for it - it's at least explicitly disallowed if the app claims to support the new, wider screen for iPhone 5 and newer). > - the non-executable stack flags Not that I'm aware of - didn't see anything relevant in the compiler -S output either....
2014 Mar 19
2
[PATCH 2/2] Make the arm2gnu.pl converter handle apple specific details
Martin Storsjo wrote: > + [AC_MSG_RESULT([yes]); ARM2GNU_PARAMS="-apple"], I'd prefer --apple instead of -apple, but otherwise these patches both look good to me. Does Apple have equivalent machinery to any of the pieces you disabled? Those were: - object size calculations so debuggers can tell what function they're in - architecture flags so an
2014 Dec 10
2
R on the Cydia Store
...d in the Apple iOS SDK, that I referenced in the above linked post from 2010, essentially go away. > >> > >> They would still be germane, as may now be expressed in the current SDK, including the use of the new Swift language, if the OP's intent was to pursue this via official AppStore channels and am surprised that it was approved by Apple previously given the indicated content and functionality of the app. > >> > >> The primary intention of jailbreaking an iOS device is, of course, to circumvent Apple's restrictions on the software that can be installed b...
2017 Feb 15
3
paquete Rcmdr y BiodiversityR
Gracias Carlos, ya intente instalar varias veces el paquete data.table, pero no se porque no lo puede instalar Aqui mando la salida: > install.packages("data.table") There is a binary version available but the source version is later: binary source needs_compilation data.table 1.10.0 1.10.4 TRUE Do you want to install from sources the package which
2015 Jan 08
2
[PATCH] Add ARM cpu detection for iDevices
This adds run-time CPU detection for iOS devices. I found this page useful for CPU support and models: http://iossupportmatrix.com/ The patch could be simplified to just set the OPUS_CPU_ARM_NEON flag if you think it's unlikely that anyone would be running on the really old devices that don't support NEON. Tom -------------- next part -------------- An HTML attachment was scrubbed...
2014 Dec 09
0
R on the Cydia Store
...e concerns raised in the Apple iOS SDK, that I referenced in the above linked post from 2010, essentially go away. > > They would still be germane, as may now be expressed in the current SDK, including the use of the new Swift language, if the OP's intent was to pursue this via official AppStore channels and am surprised that it was approved by Apple previously given the indicated content and functionality of the app. > > The primary intention of jailbreaking an iOS device is, of course, to circumvent Apple's restrictions on the software that can be installed by using third par...
2016 Oct 27
1
BoF: Shipping Software as LLVM IR (@Upcoming Dev Mtg)
Hi I am late to the party. Here is my personal take of the topic: * Do you ship software as IR today? What lessons have you learned? Yes. We accept AppStore submission in bitcode (LLVM IR). The core function in clang is upstreamed and you can look up the related code path triggered by -fembed-bitcode option. * Challenges of shipping software as IR Compatibility: We are trying to enhance the bitcode compatibility tests but most of them only covers the...
2014 Dec 09
0
R on the Cydia Store
...iOS SDK, that I referenced in the above linked post from 2010, > essentially go away. > >> > >> They would still be germane, as may now be expressed in the current > SDK, including the use of the new Swift language, if the OP's intent was to > pursue this via official AppStore channels and am surprised that it was > approved by Apple previously given the indicated content and functionality > of the app. > >> > >> The primary intention of jailbreaking an iOS device is, of course, to > circumvent Apple's restrictions on the software that can...
2011 May 31
5
Is it possible to port (part of) WINE to iOS?
Since Apple's Mac X and iOS share the same kernel -- Darwin. And WINE has port for Mac X. Is it possible to port (part of) WINE to iOS? For example, "winbase.h", etc.
2023 Jun 20
1
Synology shares not accessible...
..., > > are you still there? ;-) > > How are your Synos do? Do have in the mean time installed the actual > SMBService? > > If you have and have with the actual SMBService the same problem as > before the Beta version there is a workaround: > In "/usr/local/packages/@appstore/SMBService/usr/lib/samba" you have > to change the "libidmap-samba4.so" to the one from the beta version, > clear the SMB cache and then it should work again. > > Regards > Ingo > https://github.com/WAdama > > Ingo Asche via samba schrieb am 13.04.2023 um 2...
2014 Dec 10
0
R on the Cydia Store
...he Apple iOS SDK, that I referenced in the above linked post from 2010, essentially go away. >>>> >>>> They would still be germane, as may now be expressed in the current SDK, including the use of the new Swift language, if the OP's intent was to pursue this via official AppStore channels and am surprised that it was approved by Apple previously given the indicated content and functionality of the app. >>>> >>>> The primary intention of jailbreaking an iOS device is, of course, to circumvent Apple's restrictions on the software that can be insta...
2014 Dec 09
3
R on the Cydia Store
Hi, We have published an Android app called R Console on the Play Store since D?cember 2013. https://play.google.com/store/apps/details?id=com.appsopensource.R https://play.google.com/store/apps/details?id=com.appsopensource.Rpremium In the mean time, we have developped its equivalent app for the App Store. We released it on march 2014. We have been approved from this date by Apple to publish it
2016 Oct 17
0
BoF: Shipping Software as LLVM IR (@Upcoming Dev Mtg)
Hi Vikram, It is a bit more that just “efficient (de)serialization” as there is some amount of tradeoff to make between “size” vs “speed” vs “flexibility” (which are all some sort of “efficient”). For instance what if we get a faster deserialization but got larger size? That might be an issue for some people who’d like to ship bitcode. Another thing is that we may get better speed/size by