Re: [PATCH] staging: qlge: qlge_dbg: removed comment repition

2020-07-29 Thread Dhiraj Sharma
ink? > > There are no such things as deadlines when it comes to upstream kernel > development, sorry. > Alright, I will wait and hope it gets accepted before 1st August or else I have patience. Thank You Dhiraj Sharma ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Re: [PATCH] staging: qlge: qlge_dbg: removed comment repition

2020-07-29 Thread Dhiraj Sharma
ink? > > There are no such things as deadlines when it comes to upstream kernel > development, sorry. > Alright, I will wait and hope it gets accepted before 1st August or else I have patience. Thank You Dhiraj Sharma

Re: [PATCH] staging: qlge: qlge_dbg: removed comment repition

2020-07-28 Thread Dhiraj Sharma
Hello, I know that I should ask for reviews etc after a week but the change is for my eudyptula task and until it doesn't get merged little penguin will not pass the task for me so please look at it. Thank You Dhiraj Sharma On Tue, Jul 28, 2020 at 11:56 PM Dhiraj Sharma wrote: > >

Re: [PATCH] staging: qlge: qlge_dbg: removed comment repition

2020-07-28 Thread Dhiraj Sharma
Hello, I know that I should ask for reviews etc after a week but the change is for my eudyptula task and until it doesn't get merged little penguin will not pass the task for me so please look at it. Thank You Dhiraj Sharma On Tue, Jul 28, 2020 at 11:56 PM Dhiraj Sharma wrote: > >

Re: [PATCH] staging: android: ashmem: used const keyword

2020-07-28 Thread Dhiraj Sharma
now. I will not commit such foolish mistakes now. Thank you Dhiraj Sharma On Tue, Jul 28, 2020 at 11:55 PM Greg KH wrote: > > On Tue, Jul 28, 2020 at 11:29:35PM +0530, Dhiraj Sharma wrote: > > I ran checkpatch.pl script which reported a warning to use const keyword > > on li

Re: [PATCH] staging: android: ashmem: used const keyword

2020-07-28 Thread Dhiraj Sharma
now. I will not commit such foolish mistakes now. Thank you Dhiraj Sharma On Tue, Jul 28, 2020 at 11:55 PM Greg KH wrote: > > On Tue, Jul 28, 2020 at 11:29:35PM +0530, Dhiraj Sharma wrote: > > I ran checkpatch.pl script which reported a warning to use const keyword > > on li

[PATCH] staging: qlge: qlge_dbg: removed comment repition

2020-07-28 Thread Dhiraj Sharma
Inside function ql_get_dump comment statement had a repition of word "to" which I removed and checkpatch.pl ouputs zero error or warnings now. Signed-off-by: Dhiraj Sharma --- drivers/staging/qlge/qlge_dbg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drive

[PATCH] staging: qlge: qlge_dbg: removed comment repition

2020-07-28 Thread Dhiraj Sharma
Inside function ql_get_dump comment statement had a repition of word "to" which I removed and checkpatch.pl ouputs zero error or warnings now. Signed-off-by: Dhiraj Sharma --- drivers/staging/qlge/qlge_dbg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drive

[PATCH] staging: android: ashmem: used const keyword

2020-07-28 Thread Dhiraj Sharma
I ran checkpatch.pl script which reported a warning to use const keyword on line 370.Therefore I made this change. Signed-off-by: Dhiraj Sharma --- drivers/staging/android/ashmem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/android/ashmem.c b/drivers

[PATCH] staging: android: ashmem: used const keyword

2020-07-28 Thread Dhiraj Sharma
I ran checkpatch.pl script which reported a warning to use const keyword on line 370.Therefore I made this change. Signed-off-by: Dhiraj Sharma --- drivers/staging/android/ashmem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/android/ashmem.c b/drivers

Re: [PATCH] media: usbvision: fixed coding style

2020-07-28 Thread Dhiraj Sharma
Alright sorry, I will ignore this patch and will commit the new patch in another file. On Tue, Jul 28, 2020 at 10:28 PM Greg KH wrote: > > On Tue, Jul 28, 2020 at 10:13:22PM +0530, Dhiraj Sharma wrote: > > > As the bot said, only do one type of thing per patch, and "fix

Re: [PATCH] media: usbvision: fixed coding style

2020-07-28 Thread Dhiraj Sharma
Alright sorry, I will ignore this patch and will commit the new patch in another file. On Tue, Jul 28, 2020 at 10:28 PM Greg KH wrote: > > On Tue, Jul 28, 2020 at 10:13:22PM +0530, Dhiraj Sharma wrote: > > > As the bot said, only do one type of thing per patch, and "fix

Re: [PATCH] media: usbvision: fixed coding style

2020-07-28 Thread Dhiraj Sharma
> As the bot said, only do one type of thing per patch, and "fix all > checkpatch errors/warnings" is not one type of thing. So should I send a fresh patch with minimal fixes? instead of replying to this mail with [PATCH 01]

Re: [PATCH] media: usbvision: fixed coding style

2020-07-28 Thread Dhiraj Sharma
> As the bot said, only do one type of thing per patch, and "fix all > checkpatch errors/warnings" is not one type of thing. So should I send a fresh patch with minimal fixes? instead of replying to this mail with [PATCH 01] ___ devel mailing list

Re: [PATCH] media: usbvision: fixed coding style

2020-07-28 Thread Dhiraj Sharma
Sorry I had committed a mistake by not replying to all. > Hi Dhiraj, > > On 28/07/2020 16:30, Dhiraj Sharma wrote: > > As per eudyptula challenge task 10 I had to fix coding styles. Thus I > > used checkpatch.pl script and fixed a chunk of warnings and few errors. > &

Re: [PATCH] media: usbvision: fixed coding style

2020-07-28 Thread Dhiraj Sharma
Sorry I had committed a mistake by not replying to all. > Hi Dhiraj, > > On 28/07/2020 16:30, Dhiraj Sharma wrote: > > As per eudyptula challenge task 10 I had to fix coding styles. Thus I > > used checkpatch.pl script and fixed a chunk of warnings and few errors. > &

Re: [PATCH] media: usbvision: fixed coding style

2020-07-28 Thread Dhiraj Sharma
8, 2020 at 08:00:04PM +0530, Dhiraj Sharma wrote: > > As per eudyptula challenge task 10 I had to fix coding styles. > > That is not needed in a changelog text. > > > Thus I > > used checkpatch.pl script and fixed a chunk of warnings and few errors. > > Neither is this,

Re: [PATCH] media: usbvision: fixed coding style

2020-07-28 Thread Dhiraj Sharma
8, 2020 at 08:00:04PM +0530, Dhiraj Sharma wrote: > > As per eudyptula challenge task 10 I had to fix coding styles. > > That is not needed in a changelog text. > > > Thus I > > used checkpatch.pl script and fixed a chunk of warnings and few errors. > > Neither is this,

[PATCH] media: usbvision: fixed coding style

2020-07-28 Thread Dhiraj Sharma
As per eudyptula challenge task 10 I had to fix coding styles. Thus I used checkpatch.pl script and fixed a chunk of warnings and few errors. Signed-off-by: Dhiraj Sharma --- .../staging/media/usbvision/usbvision-video.c | 91 +++ 1 file changed, 52 insertions(+), 39 deletions

[PATCH] media: usbvision: fixed coding style

2020-07-28 Thread Dhiraj Sharma
As per eudyptula challenge task 10 I had to fix coding styles. Thus I used checkpatch.pl script and fixed a chunk of warnings and few errors. Signed-off-by: Dhiraj Sharma --- .../staging/media/usbvision/usbvision-video.c | 91 +++ 1 file changed, 52 insertions(+), 39 deletions

[RFC PATCH] Makefile: Add "-eudyptula" string in EXTRAVERSION

2020-07-16 Thread Dhiraj Sharma
I am doing eudyptula assigned tasks to get selected as a mentee. I am using LDF103 course knowledge and loving it. I used git log for Makefile and ran checkpatch.pl on my patch as to follow the same commit process guidelines. I hope you will like it. Signed-off-by: Dhiraj Sharma Suggested

Help with custom tooltip improvements

2020-07-08 Thread Dhiraj Bodicherla
, label: { formatter: function(value) { tooltipContent = getTooltipContentFromValue(value); }, }, }, } Any kind of pointers will help us a lot. Thanks for the awesome work! Dhiraj - To unsubscribe, e

Re: Area zoom as a part of dataZoom option

2020-06-22 Thread Dhiraj Bodicherla
Hello there, please let me know if there is any more details I can provide regarding this question. Thank. On 2020/06/18 16:11:34, Dhiraj Bodicherla wrote: > Hello there, > > I notice that the dataZoom option currently supports ‘inside’ and ’slider’. > However, through the tool

Re: [ccp4bb] number of frames to get a full dataset?

2020-06-22 Thread Srivastava, Dhiraj
Well, its not no. of frames but minimum degree of crystal rotation. A goggle search gave me this article. https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5557013/ Dhiraj From: CCP4 bulletin board on behalf of Murpholino Peligro Sent: Monday, June 22, 2020 5:03

$$Excel-Macros$$ Odisha CM: We want Puri Jagannath Rath Yatra to be held in a constrained manner

2020-06-19 Thread trg . dhiraj
ere: http://chng.it/qHnLt8FZbM Thanks! Dhiraj -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ https://www.facebook.com/discussexcel FORUM RULES 1) Use concise, accurate thread titles. Poor thread titles, l

[External] Unsubscribe

2020-06-11 Thread Mishra, Dhiraj A.
Thanks, Dhiraj This message is for the designated recipient only and may contain privileged, proprietary, or otherwise confidential information. If you have received it in error, please notify the sender immediately and delete the original. Any other use

Re: Place image next to axis label in Gauge

2020-06-10 Thread Dhiraj Bodicherla
Thanks a lot for providing the examples, Zhongxiang. I appreciate it. On 2020/06/10 04:34:07, plainheart wrote: > Hi Dhiraj, > > It seems that there has no such a direct, simple and practical to achieve > this requirement. If use `axisLabel.rich.backgroundColor`, which is a bit &

Place image next to axis label in Gauge

2020-06-09 Thread Dhiraj Bodicherla
: 'http://pngimg.com/uploads/almond/almond_PNG76.png';,      }    ] } Here is the full demo  https://gallery.echartsjs.com/editor.html?c=xFTtpT6oUC=2. Here is what I’m trying to achieve. I would appreciate any help. Thanks a lot. Thanks, Dhiraj

Re: Gauge chart axis label position

2020-06-09 Thread Dhiraj Bodicherla
:14:27, plainheart wrote: > Hi, Dhiraj > > Is this what you are expecting? If right, you can set the distance of > axisLabel to a negative number like `-50`. > Here is document for `gauge.axisLabel.distance`: > https://echarts.apache.org/en/option.html#series-gauge.axisLab

Gauge chart axis label position

2020-06-08 Thread Dhiraj Bodicherla
The axis labels for Gauge chart in the examples is displayed inside the dial. Is there a way to position the axis labels outside? - To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org For additional commands, e-mail:

[jira] [Created] (GROOVY-9582) Code execution - Groovy

2020-06-04 Thread Dhiraj M (Jira)
Dhiraj M created GROOVY-9582: Summary: Code execution - Groovy Key: GROOVY-9582 URL: https://issues.apache.org/jira/browse/GROOVY-9582 Project: Groovy Issue Type: Bug Components

Re: [FriendsofAssamNE] New Principal at GIHM - Guwahati

2020-06-02 Thread Dhiraj Barpujary dhir...@yahoo.com [FriendsofAssamNE]
Congratulations Dr Buragohain Regards Dhiraj Barpujary, FIE, MIEEE, MCSIManaging Director & CEO CloudRainbow Technologies Pvt Ltd4th Floor, Gamma Bldg, BIPLSector V, Salt Lake, Kolkata 700091Email: c...@cloudrainbow.biz  Former:Deputy Director, The Institution of Engineers (India), Kol

[jira] [Commented] (HADOOP-17052) NetUtils.connect() throws unchecked exception (UnresolvedAddressException) causing clients to abort

2020-05-29 Thread Dhiraj Hegde (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17052?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17120053#comment-17120053 ] Dhiraj Hegde commented on HADOOP-17052: --- [~liuml07] Added the correct stack traces as attachments

[jira] [Updated] (HADOOP-17052) NetUtils.connect() throws unchecked exception (UnresolvedAddressException) causing clients to abort

2020-05-29 Thread Dhiraj Hegde (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17052?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dhiraj Hegde updated HADOOP-17052: -- Summary: NetUtils.connect() throws unchecked exception (UnresolvedAddressException) causing

[jira] [Updated] (HADOOP-17052) NetUtils.connect() throws unchecked exception (

2020-05-29 Thread Dhiraj Hegde (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17052?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dhiraj Hegde updated HADOOP-17052: -- Summary: NetUtils.connect() throws unchecked exception ( (was: NetUtils.connect() throws

[jira] [Issue Comment Deleted] (HADOOP-17052) NetUtils.connect() throws an exception the prevents any retries when hostname resolution fails

2020-05-29 Thread Dhiraj Hegde (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17052?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dhiraj Hegde updated HADOOP-17052: -- Comment: was deleted (was: [~hemanthboyina] Here is a stack trace of read failing due

[jira] [Updated] (HADOOP-17052) NetUtils.connect() throws an exception the prevents any retries when hostname resolution fails

2020-05-29 Thread Dhiraj Hegde (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17052?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dhiraj Hegde updated HADOOP-17052: -- Attachment: read_failure.log > NetUtils.connect() throws an exception the prevents

[jira] [Updated] (HADOOP-17052) NetUtils.connect() throws an exception the prevents any retries when hostname resolution fails

2020-05-29 Thread Dhiraj Hegde (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17052?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dhiraj Hegde updated HADOOP-17052: -- Attachment: write_failure2.log > NetUtils.connect() throws an exception the prevents

[jira] [Updated] (HADOOP-17052) NetUtils.connect() throws an exception the prevents any retries when hostname resolution fails

2020-05-29 Thread Dhiraj Hegde (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17052?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dhiraj Hegde updated HADOOP-17052: -- Attachment: write_failure1.log > NetUtils.connect() throws an exception the prevents

[jira] [Updated] (HADOOP-17052) NetUtils.connect() throws an exception the prevents any retries when hostname resolution fails

2020-05-29 Thread Dhiraj Hegde (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17052?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dhiraj Hegde updated HADOOP-17052: -- Attachment: (was: stack_trace2) > NetUtils.connect() throws an exception the preve

[jira] [Issue Comment Deleted] (HADOOP-17052) NetUtils.connect() throws an exception the prevents any retries when hostname resolution fails

2020-05-29 Thread Dhiraj Hegde (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17052?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dhiraj Hegde updated HADOOP-17052: -- Comment: was deleted (was: Here is one for the write pipeline: {code:java

[jira] [Commented] (HADOOP-17052) NetUtils.connect() throws an exception the prevents any retries when hostname resolution fails

2020-05-29 Thread Dhiraj Hegde (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17052?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17119913#comment-17119913 ] Dhiraj Hegde commented on HADOOP-17052: --- Sorry for the confusion on the retry issue, I did

[jira] [Commented] (HADOOP-17052) NetUtils.connect() throws an exception the prevents any retries when hostname resolution fails

2020-05-26 Thread Dhiraj Hegde (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17052?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17117246#comment-17117246 ] Dhiraj Hegde commented on HADOOP-17052: --- Some additional stack trace which came from a different

[jira] [Updated] (HADOOP-17052) NetUtils.connect() throws an exception the prevents any retries when hostname resolution fails

2020-05-26 Thread Dhiraj Hegde (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17052?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dhiraj Hegde updated HADOOP-17052: -- Attachment: stack_trace2 > NetUtils.connect() throws an exception the prevents any retr

[jira] [Commented] (HADOOP-17052) NetUtils.connect() throws an exception the prevents any retries when hostname resolution fails

2020-05-26 Thread Dhiraj Hegde (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17052?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17117006#comment-17117006 ] Dhiraj Hegde commented on HADOOP-17052: --- The code change could be made a level above in places

[jira] [Commented] (HADOOP-17052) NetUtils.connect() throws an exception the prevents any retries when hostname resolution fails

2020-05-26 Thread Dhiraj Hegde (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17052?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17116998#comment-17116998 ] Dhiraj Hegde commented on HADOOP-17052: --- Here is one for the write pipeline: {code:java

[jira] [Commented] (HADOOP-17052) NetUtils.connect() throws an exception the prevents any retries when hostname resolution fails

2020-05-26 Thread Dhiraj Hegde (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17052?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17116992#comment-17116992 ] Dhiraj Hegde commented on HADOOP-17052: --- [~hemanthboyina] Here is a stack trace of read failing

[jira] [Created] (HADOOP-17052) NetUtils.connect() throws an exception the prevents any retries when hostname resolution fails

2020-05-26 Thread Dhiraj Hegde (Jira)
Dhiraj Hegde created HADOOP-17052: - Summary: NetUtils.connect() throws an exception the prevents any retries when hostname resolution fails Key: HADOOP-17052 URL: https://issues.apache.org/jira/browse/HADOOP

[jira] [Created] (HADOOP-17052) NetUtils.connect() throws an exception the prevents any retries when hostname resolution fails

2020-05-26 Thread Dhiraj Hegde (Jira)
Dhiraj Hegde created HADOOP-17052: - Summary: NetUtils.connect() throws an exception the prevents any retries when hostname resolution fails Key: HADOOP-17052 URL: https://issues.apache.org/jira/browse/HADOOP

[jira] [Commented] (HDFS-15281) ZKFC ignores dfs.namenode.rpc-bind-host and uses dfs.namenode.rpc-address to bind to host address

2020-04-24 Thread Dhiraj Hegde (Jira)
[ https://issues.apache.org/jira/browse/HDFS-15281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17091924#comment-17091924 ] Dhiraj Hegde commented on HDFS-15281: - Thanks [~liuml07] I have addressed the checkstyle issue. Also

[jira] [Updated] (HDFS-15281) ZKFC ignores dfs.namenode.rpc-bind-host and uses dfs.namenode.rpc-address to bind to host address

2020-04-24 Thread Dhiraj Hegde (Jira)
[ https://issues.apache.org/jira/browse/HDFS-15281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dhiraj Hegde updated HDFS-15281: Attachment: HDFS-15281.002.patch > ZKFC ignores dfs.namenode.rpc-bind-host and u

[jira] [Updated] (HDFS-15281) ZKFC ignores dfs.namenode.rpc-bind-host and uses dfs.namenode.rpc-address to bind to host address

2020-04-23 Thread Dhiraj Hegde (Jira)
[ https://issues.apache.org/jira/browse/HDFS-15281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dhiraj Hegde updated HDFS-15281: Attachment: HDFS-15281 Status: Patch Available (was: Open) > ZKFC igno

[jira] [Created] (HDFS-15281) ZKFC ignores dfs.namenode.rpc-bind-host and uses dfs.namenode.rpc-address to bind to host address

2020-04-15 Thread Dhiraj Hegde (Jira)
Dhiraj Hegde created HDFS-15281: --- Summary: ZKFC ignores dfs.namenode.rpc-bind-host and uses dfs.namenode.rpc-address to bind to host address Key: HDFS-15281 URL: https://issues.apache.org/jira/browse/HDFS-15281

[jira] [Created] (HDFS-15281) ZKFC ignores dfs.namenode.rpc-bind-host and uses dfs.namenode.rpc-address to bind to host address

2020-04-15 Thread Dhiraj Hegde (Jira)
Dhiraj Hegde created HDFS-15281: --- Summary: ZKFC ignores dfs.namenode.rpc-bind-host and uses dfs.namenode.rpc-address to bind to host address Key: HDFS-15281 URL: https://issues.apache.org/jira/browse/HDFS-15281

$$Excel-Macros$$ *** ServiceNow Developer @ Minneapolis, Minnesota

2020-04-06 Thread Dhiraj Kumar
ServiceNow ·Develop application software on the ServiceNow platform primarily using JavaScript and some Java. Regards, *Dhiraj Kumar* *Direct: *408-819-2770 *Mailto: *dhira...@idctechnologies.com -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s =TIME(2

$$Excel-Macros$$ *** Two urgent req ::: SAP BASIS Consultant & SAP HANA Consultant

2020-04-02 Thread Dhiraj Kumar
SAP ECC and SAP HANA systems. ·In his/her past roles, the candidate should have designed and implemented SAP technical solutions. Regards, *Dhiraj Kumar* *Direct: *408-819-2770 *Mailto: *dhira...@idctechnologies.com -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna

$$Excel-Macros$$ *** IIB with Datapower Consultant @ Saint Petersburg, FL

2020-04-02 Thread Dhiraj Kumar
technology, tools, and existing designs Regards, *Dhiraj Kumar* *Direct: *408-819-2770 *Mailto: *dhira...@idctechnologies.com -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ https://www.facebook.com

$$Excel-Macros$$ *** Two Position ::: Mulesoft Developer & .NET Developer

2020-04-01 Thread Dhiraj Kumar
ears of experience in working with .NET application development. • Strong knowledge and experience in developing web applications using .NET technologies. Regards, *Dhiraj Kumar* *Direct: *408-819-2770 *Mailto: *dhira...@idctechnologies.com -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in E

$$Excel-Macros$$ *** Storage Engineer @ DEERFIELD, IL

2020-03-31 Thread Dhiraj Kumar
tion knowledge • Maintain high level of Customer Satisfaction Index Regards, *Dhiraj Kumar* *Direct: *408-819-2770 *Mailto: *dhira...@idctechnologies.com -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ h

$$Excel-Macros$$ *** SCCM Engineer/Application Packager @ Deerfield, IL

2020-03-31 Thread Dhiraj Kumar
tail and Rx application knowledge • Maintain high level of Customer Satisfaction Index Regards, *Dhiraj Kumar* *Direct: *408-819-2770 *Mailto: *dhira...@idctechnologies.com -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook

$$Excel-Macros$$ *** SAP HANA Consultant @ San Francisco, CA

2020-03-31 Thread Dhiraj Kumar
Please Share Profile - dhira...@idctechnologies.com *Role: SAP HANA Consultant* *Location: San Francisco, CA* *Duration: 6-12+ Months* *Mode of Interview: Telephonic/Skype* *Must Have:* ·Good SAP Hana modeller and Developer Regards, *Dhiraj Kumar* *Direct: *408-819-2770

$$Excel-Macros$$ *** SQL Developer @ ST. Paul, MN

2020-03-30 Thread Dhiraj Kumar
• Refine and automate regular processes, track issues, and document changes. • Provide 24x7 support for critical production systems on a rotation basis. Regards, *Dhiraj Kumar* *Direct: *408-819-2770 *Mailto: *dhira...@idctechnologies.com -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel

$$Excel-Macros$$ *** Scrum Master @ ALPHARETTA, GA

2020-03-30 Thread Dhiraj Kumar
Please Share Profile - dhira...@idctechnologies.com *Role: Scrum Master* *Location: ALPHARETTA, GA* *Duration: 6-12+ Months* *Mode of Interview: Telephonic/Skype* *Must Have:* ·Scrum Master Regards, *Dhiraj Kumar* *Direct: *408-819-2770 *Mailto: *dhira...@idctechnologies.com

$$Excel-Macros$$ *** TIBCO Lead Consultant @ Montvale, NJ

2020-03-30 Thread Dhiraj Kumar
and lower env environments ·Support during Outages and Scheduled Downtimes. ·Monitor the ticketing tool and respond accordingly within agreed SLAs. Regards, *Dhiraj Kumar* *Direct: *408-819-2770 *Mailto: *dhira...@idctechnologies.com -- Are you =EXP(E:RT) or =NOT(EXP(E:RT

$$Excel-Macros$$ *** Kansas City, MO @ Kansas City, MO

2020-03-27 Thread Dhiraj Kumar
Please Share Profile - dhira...@idctechnologies.com *Role: Voice Engineer* *Location: Kansas City, MO* *Duration: 6-12+ Months* *Mode of Interview: Telephonic/Skype* *Must Have:* ·Cisco Voice ·End User Computing Regards, *Dhiraj Kumar* *Direct: *408-819-2770 *Mailto

$$Excel-Macros$$ *** RPA Consultant - BluePrism @ Urbana, MD

2020-03-27 Thread Dhiraj Kumar
tinkering with new open source libraries, using unfamiliar technologies with minimal supervision and learning new programming languages and platforms in their spare time, etcFull lifecycle architecture and development experience in several medium to large scale RPA initiatives Regards, *Dhiraj Kumar

$$Excel-Macros$$ *** Maximo Functional Consultant @ Thousand Oaks, CA

2020-03-26 Thread Dhiraj Kumar
. ·Represent Maximo at site, company and external system meeting from IS standpoint. Regards, *Dhiraj Kumar* *Direct: *408-819-2770 *Mailto: *dhira...@idctechnologies.com -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official

$$Excel-Macros$$ *** Ab Initio Developer @ Charlotte, NC

2020-03-26 Thread Dhiraj Kumar
documents. Regards, *Dhiraj Kumar* *Direct: *408-819-2770 *Mailto: *dhira...@idctechnologies.com -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ https://www.facebook.com/discussexcel FORUM RULES 1

$$Excel-Macros$$ *** Business Analyst @ Twinsburg, OH

2020-03-25 Thread Dhiraj Kumar
with QA team to prepare test scenarios and data- Document and manage business and functional requirements Regards, *Dhiraj Kumar* *Direct: *408-819-2770 *Mailto: *dhira...@idctechnologies.com -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join

$$Excel-Macros$$ *** Immediate :: SAP CRM functional consultant @ Saint Paul, MNImmediate ::

2020-03-24 Thread Dhiraj Kumar
ient components using UI component workbench • Experience with enhancing and reusing BSP components and BSP page (static and dynamic) navigation • Must be familiar with data exchange with ECC using CRM Middleware Regards, *Dhiraj Kumar* *Direct: *408-819-2770 *Mailto: *d

$$Excel-Macros$$ *** Urgent opening :: ETL Developer @ Minneapolis, MN

2020-03-24 Thread Dhiraj Kumar
rk 1 Sunday every month (remote) for Prod implementation Regards, *Dhiraj Kumar* *Direct: *408-819-2770 *Mailto: *dhira...@idctechnologies.com -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ h

$$Excel-Macros$$ *** Java Architect @ Louisville KY

2020-03-24 Thread Dhiraj Kumar
ence in Cloud Technologies Regards, *Dhiraj Kumar* *Direct: *408-819-2770 *Mailto: *dhira...@idctechnologies.com -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ https://www.facebook.com/discusse

$$Excel-Macros$$ *** Immediate Opening ::: Junior Tibco Consultant @ St. Paul, MN

2020-03-24 Thread Dhiraj Kumar
Please Share Profile - dhira...@idctechnologies.com *Role: Junior Tibco Consultant* *Location: St. Paul, MN* *Duration: 6-12+ Months* *Mode of Interview: Telephonic/Skype* *Must Have:* ·Junior Tibco Consultant Regards, *Dhiraj Kumar* *Direct: *408-819-2770 *Mailto: *dhira

unsubscribe

2020-03-18 Thread Dhiraj Choudhary
-- Dhiraj Choudhary Bangalore, India - To unsubscribe, e-mail: user-unsubscr...@hadoop.apache.org For additional commands, e-mail: user-h...@hadoop.apache.org

$$Excel-Macros$$ RE: Oracle ERP Cloud Finance functional consultant @ Dallas, TX

2020-03-18 Thread Dhiraj Kumar
. Regards, *Dhiraj Kumar* *Direct: *408-819-2770 *Mailto: *dhira...@idctechnologies.com -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ https://www.facebook.com/discussexcel FORUM RULES 1) Use

$$Excel-Macros$$ Re: Very urgent Seven requirements

2020-03-17 Thread Dhiraj Kumar
Phoenix, AZ 5 Casandra Phoenix, AZ 6 Spark, Hive, MapR Phoenix, AZ 7 Go Lang Phoenix, AZ Regards, *Dhiraj Kumar* *Account Manager* *IDC Technologies.* *Direct: *408-819-2770 *Mailto: *dhira...@idctechnologies.com -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna

$$Excel-Macros$$ Re: Site Reliability Engineering Support Executive - SPLUNK @ Raleigh, NC

2020-03-16 Thread Dhiraj Kumar
Please Share Profile - dhira...@idctechnologies.com Hi, This is *Dhiraj* from *IDC Technologies Inc.,* Believe that you are all well aware of *COVID-19* and taking the necessary steps to stay healthy. I seek your support and cooperation to fulfill this urgent requirement: *Role: Site

$$Excel-Macros$$ Re: Security and Compliance Engineer @ Austin, TX

2020-03-12 Thread Dhiraj Kumar
ards, *Dhiraj Kumar* *Direct: *408-819-2770 *Mailto: *dhira...@idctechnologies.com -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ https://www.facebook.com/discussexcel FORUM RULES 1) Use concise, accu

$$Excel-Macros$$ Re: Urgently required: Mainframe Tester - Deposits at Wilson, NC

2020-03-12 Thread Dhiraj Kumar
ence. · Experience using ALM/Quality Cente/. Regards, *Dhiraj Kumar* *Direct: *408-819-2770 *Mailto: *dhira...@idctechnologies.com -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ h

$$Excel-Macros$$ RE: Immediate opening: Microsoft Azure at St. Petersburg, FL

2020-03-12 Thread Dhiraj Kumar
and administration of multi-tier computing system environments Regards, *Dhiraj Kumar* *Direct: *408-819-2770 *Mailto: *dhira...@idctechnologies.com -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ https

Re: [ccp4bb] Contradictory result between ITC and cocrystal structure

2020-02-22 Thread Srivastava, Dhiraj
the residue involved in protonation/deprotonation event, you will not see any heat. If there is 10-20 fold decrease in affinity by mutation, you may not be able to see significant heat during ITC experiment as well. Dhiraj From: CCP4 bulletin board on behalf of vipul

Re: [ccp4bb] Contradictory result between ITC and cocrystal structure

2020-02-22 Thread Srivastava, Dhiraj
the residue involved in protonation/deprotonation event, you will not see any heat. If there is 10-20 fold decrease in affinity by mutation, you may not be able to see significant heat during ITC experiment as well. Dhiraj From: CCP4 bulletin board on behalf of vipul

unsubscribe

2020-02-05 Thread Dhiraj Choudhary
unsubscribe -- Dhiraj Choudhary Bangalore, India - To unsubscribe, e-mail: user-unsubscr...@hadoop.apache.org For additional commands, e-mail: user-h...@hadoop.apache.org

$$Excel-Macros$$ *** Immediate hiring GG ::: Power BI Consultant @ Charlotte, NC

2020-01-29 Thread Dhiraj Kumar
Project, SQL Profiler, Toad, TFS 2010, Agile, Jira, Waterfall. · Operating Systems: Windows XP, Windows 7,Windows 8, Win 2003/2008/2008 R2 Regards, *Dhiraj Kumar* *Account Manager* *IDC Technologies.* *Direct: *408-819-2770 *Mailto: *dhira...@idctechnologies.com -- Are you =EXP(E:RT

*** Immediate hiring GG ::: Power BI Consultant @ Charlotte, NC

2020-01-29 Thread Dhiraj Kumar
Project, SQL Profiler, Toad, TFS 2010, Agile, Jira, Waterfall. · Operating Systems: Windows XP, Windows 7,Windows 8, Win 2003/2008/2008 R2 Regards, *Dhiraj Kumar* *Account Manager* *IDC Technologies.* *Direct: *408-819-2770 *Mailto: *dhira...@idctechnologies.com -- You received

$$Excel-Macros$$ *** Urgent :: AWS security consultant @ San Jose, CA

2020-01-28 Thread Dhiraj Kumar
· Leverage scripting using established CI/CD Jenkins pipeline, Terraform, Python, shell scripts if necessary to apply security configuration · Collaborate with the Cloud Security and Cloud Ops team and develop and deploy secured cloud practices Regards, *Dhiraj Kumar* *Account Manager

*** Urgent :: AWS security consultant @ San Jose, CA

2020-01-28 Thread Dhiraj Kumar
· Leverage scripting using established CI/CD Jenkins pipeline, Terraform, Python, shell scripts if necessary to apply security configuration · Collaborate with the Cloud Security and Cloud Ops team and develop and deploy secured cloud practices Regards, *Dhiraj Kumar* *Account Manager

$$Excel-Macros$$ *** Immediate Hirning ::: MS Dynamics Consultant @ New York, NY

2020-01-28 Thread Dhiraj Kumar
, *Dhiraj Kumar* *Account Manager* *IDC Technologies.* *Direct: *408-819-2770 *Mailto: *dhira...@idctechnologies.com -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ https://www.facebook.com

*** Immediate Hirning ::: MS Dynamics Consultant @ New York, NY

2020-01-28 Thread Dhiraj Kumar
, *Dhiraj Kumar* *Account Manager* *IDC Technologies.* *Direct: *408-819-2770 *Mailto: *dhira...@idctechnologies.com -- You received this message because you are subscribed to the Google Groups "CorptoCorp" group. To unsubscribe from this group and stop receiving emails from it, sen

*** Very Very Urgent ::: Data Modeller @ San Jose CA

2020-01-15 Thread Dhiraj Kumar
. · Minimum 5 years of experience with Logical Design demonstrated with large scale, multiple business solutions across divisions or enterprise · Minimum of 1 year experience in modeling in a Snowflake and Talend solution environment Regards, *Dhiraj Kumar* *Account Manager

*** Two Urgent Requirement :: Data Engineer & Data Architect

2020-01-15 Thread Dhiraj Kumar
* *Duration: 12+ Months* *Interview: Telephonic/Skype* *Must Have:* · Must have 8-10+ Years of experience in Data Architect. Regards, *Dhiraj Kumar* *Account Manager* *IDC Technologies.* *Direct: *408-819-2770 *Mailto: *dhira...@idctechnologies.com -- You received this message because

[jira] [Assigned] (KAFKA-9049) TopicCommandWithAdminClientTest should use mocks

2019-11-30 Thread Dhiraj Dwarapudi (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9049?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dhiraj Dwarapudi reassigned KAFKA-9049: --- Assignee: Dhiraj Dwarapudi > TopicCommandWithAdminClientTest should use mo

Re: [issue assign]

2019-11-30 Thread Dhiraj Dwarapudi
Hi Matthias, I would also like to contribute to the project. Could you please add me to the contributors list too:- my jira user name : ddhirajkumar Thanks, Dhiraj On Fri, Nov 29, 2019 at 6:37 PM Matthias J. Sax wrote: > Added you to the list on contributors in Jira. You can now self-ass

[jira] [Commented] (KAFKA-9049) TopicCommandWithAdminClientTest should use mocks

2019-11-30 Thread Dhiraj Dwarapudi (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9049?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16985450#comment-16985450 ] Dhiraj Dwarapudi commented on KAFKA-9049: - Thanks [~viktorsomogyi] But looks like I do not have

[jira] [Commented] (KAFKA-9049) TopicCommandWithAdminClientTest should use mocks

2019-11-26 Thread Dhiraj Dwarapudi (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9049?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16983066#comment-16983066 ] Dhiraj Dwarapudi commented on KAFKA-9049: - I am a new contributor and I would like to start

Re: [ccp4bb] Changes in quaternary structure

2019-10-09 Thread Srivastava, Dhiraj
Pyruvate kinase specially M2 isoform is one example which exists in tetramer and dimer/monomer state. Several ligands affect its shape and oligomeric state, thus affecting its activity. Dhiraj From: CCP4 bulletin board on behalf of Gabriela GARCIA RODRIGUEZ

*** .NET Developer @ Houston, TX

2019-08-16 Thread Dhiraj Kumar
Please Share Profile - dhira...@idctechnologies.com *Role: .NET Developer* *Job Location: Houston, TX* *Duration: 12+ Months* *Interview: Telephonic/Skype* *Must Have:* · .NET Developer Regards, *Dhiraj Kumar* *Account Manager* *IDC Technologies.* *Direct: *408-819-2770

*** Immediate Interview :: SAP Hybris Developer @ Newtown Square, PA

2019-07-24 Thread Dhiraj Kumar
(any industry) Regards, *Dhiraj Kumar* *Account Manager* *IDC Technologies.* *Direct: *408-819-2770 *Mailto: *dhira...@idctechnologies.com -- You received this message because you are subscribed to the Google Groups "CorptoCorp" group. To unsubscribe from this group and stop receiv

*** Immediate Requirement :: .Net developer @ Charlotte, NC

2019-07-23 Thread Dhiraj Kumar
with Oracle/PL SQL, Stored procedures, Functions, Tables and Views. - Demonstrated experience working with WinForms and class libraries. High-level written and verbal communication skills Regards, *Dhiraj Kumar* *Account Manager* *IDC Technologies.* *Direct: *408-819-2770 *Mailto

Re: .Net Architect @ Washington, DC

2019-07-23 Thread Dhiraj Kumar
Please Share Profile - dhira...@idctechnologies.com *Role: .Net Architect* *Job Location: Washington, DC* *Duration: 12+ Months* *Interview: Telephonic/Skype* *Must Have:* · .NET, MVC, ANGULAR Regards, *Dhiraj Kumar* *Account Manager* *IDC Technologies.* *Direct: *408-819

<    1   2   3   4   5   6   7   8   9   10   >