Where can I get Extjs 5 "executive dashboard" example source code? - extjs

I have downloaded an extjs-docs-5.0.0 package. But I cannot find it in the "example" folder.
Where can I get it? An avaliable link is best!
Thank you!

By 'extjs-docs-5.0.0'-package, do you mean the documentation? The source code for this application is in the 'examples/executive-dashboard' of the actual ExtJS 5.0 package, not the documentation.

Code can be downloaded from here
https://github.com/bjornharrtell/extjs

Related

The Angular Universal (SSR) cannot integrate with the external libraries like puppeteer, bulljs

This is just for describing the issue and sharing my solution, I got stuck a lot of time on it.
This issue happened after I upgraded the Angular 10 -> 11 and changed the builder from udk:udk-runner to #angular-devkit
The issue I was facing is when I set the field bundleDependencies in angular.json to true . The Puppeteer cannot start with the error cannot launch the browser
Then I found it also happened on the other external libraries I'm using at the Server side like BullJS Bull-Board Puppeteer-Cluster with the below error
Github source for demo the issue: https://github.com/phattranky/angular-ssr-error-with-pupepteer
The solution is quite simple you just need to add externalDependencies below the field bundleDependencies, which are the libraries we are using.
"externalDependencies": ["puppeteer", "puppeteer-cluster", "bull", "bull-board"]
Sample:
What is the externalDependencies ?
https://github.com/angular/angular-cli/blob/master/packages/angular_devkit/build_angular/src/builders/server/schema.json
If you have the better solution and any feedbacks, please share for me. Thanks

use of old package GenABEL

I would like to use the package GenABEL which is no longer available but archived.
I tried to install it
path<- "http://cran.r-project.org/src/contrib/Archive/GenABEL.data/GenABEL.data_1.0.0.tar.gz"
install.packages(path, repos=NULL, type="source")
Despite the successful installation, I get the error message "rntransform" not found.
Can someone help me?
I found the rntransform option really useful but cannot get it to work any longer.
Thank you!
Leonie
The link you posted is for downloading datasets used in GenABEL. Do you still have the same issue after downloading the GenABEL package (https://cran.r-project.org/src/contrib/Archive/GenABEL/)?

Firebase firebase-web.js missing

I installed angular firebase using node.js however the firebase-web.js file is missing. I have searched for this file and cannot find it. Does anyone know a solution?
After that, you can see the firebase-web.js file.

Cakephp 2.1 Image Upload Plugin

I am looking for Plugins to upload content - mainly images. I found a couple of plugins which are for 1.3 but not none for 2.1
could you please share a few plugins for 2.1
Have you tried meio upload? It is compatible with cake 2.x?
https://github.com/jrbasso/MeioUpload
A nice one i just found:
https://github.com/bmcclure/CakePHP-Media-Plugin
i have not tested it much, but it seems to work great, you even can define additional image sizes to be created automaticalliy.
You could customize 1.3 version plugin for 2.1 or use something like this: CakePHP File Upload
Although the others are nice, I found this one a lot more easy to use than the others check it out :
https://github.com/malikov/cakephp2.0-image-upload
I use wrapper for cakephp imagine Library:
https://github.com/burzum/cakephp-imagine-plugin
Upload plugin is available now at Github

Regarding extstrings

Iam looking for extstrings for portugese and spanish. Can you plase let me know where can i find those files. I have treid to search in the ext 3.0.3 downloaded files but i did not find it.
Thanks
I've downloaded ext 3.1.1 and I've found the file you are looking for under :
src\locale\ext-lang-pt.js for portugese
src\locale\ext-lang-es.js for spanish

Resources